Ghost/core/client/routes
Robert Jackson f02c2acd71 Limit Posts for Authors.
* Ensures that posts listing only shows posts that the current user
  authored, if they only have the Author role.
* Do not transition into the posts.post route if the current user is
  not the author (but has the Author role). This is needed because
  the API server will always return the post (regardless of the current
  user).
2014-07-31 09:02:49 +01:00
..
editor Post list: authors see their own posts 2014-07-31 09:02:48 +01:00
posts Limit Posts for Authors. 2014-07-31 09:02:49 +01:00
settings Redirect to error404 when user not found. 2014-07-30 17:43:45 -04:00
application.js Fixup signin and signout 2014-07-29 20:58:43 +00:00
content.js Add /content redirect to Ember admin. 2014-05-15 18:52:10 -06:00
debug.js updated Ember Simple Auth to latest version 2014-07-25 16:04:19 +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 Limit Posts for Authors. 2014-07-31 09:02:49 +01:00
reset.js Reset/Signin while signed in 2014-07-28 18:00:08 +02:00
settings.js updated Ember Simple Auth to latest version 2014-07-25 16:04:19 +02:00
setup.js updated Ember Simple Auth to latest version 2014-07-25 16:04:19 +02:00
signin.js Fixup signin and signout 2014-07-29 20:58:43 +00:00
signout.js Merge pull request #3463 from rwjblue/hard-refresh 2014-07-30 22:28:27 +01:00
signup.js Reset/Signin while signed in 2014-07-28 18:00:08 +02:00