Ghost/core/client/routes
Jason Williams 1c356f59b2 Only load posts once on navigating to content tab
No Issue
- Loading posts from the API should not be necessary in PostsIndexRoute
  because its parent resource (PostsRoute) pre-loads the store.
  Changing the store.find to store.all gets rid of a duplicate
  network request to load all posts.
2014-07-21 19:44:03 +00:00
..
editor Extend adapter to support automatic includes 2014-07-21 17:05:13 +00:00
posts Only load posts once on navigating to content tab 2014-07-21 19:44:03 +00:00
settings Pagination for Users Management screen 2014-07-21 14:03:26 -04:00
application.js Fix mobile sidebar menu 2014-07-07 08:55:22 -06:00
content.js Add /content redirect to Ember admin. 2014-05-15 18:52:10 -06:00
debug.js oAuth 2014-06-30 14:58:10 +02:00
error404.js Add error template, route and controller 2014-06-24 23:33:02 +01:00
forgotten.js Re-implementing the loading indicator for the Ember admin 2014-06-23 10:01:33 -04:00
posts.js Merge pull request #3346 from jaswilli/issue-3325 2014-07-21 20:38:57 +01:00
reset.js Re-implementing the loading indicator for the Ember admin 2014-06-23 10:01:33 -04:00
settings.js oAuth 2014-06-30 14:58:10 +02:00
setup.js Prevent loading setup screen if already setup 2014-07-16 15:54:42 +00:00
signin.js Redirect signin if authenticated 2014-07-01 11:21:05 +02:00
signout.js oAuth 2014-06-30 14:58:10 +02:00
signup.js Allow user to accept invitation 2014-07-03 17:06:07 +02:00