Ghost/ghost/admin/controllers
Jason Williams 5e021da86c Improve handling of users and roles in admin
Closes #3083 Refs #3229
- Populates the dropdown list in the invite user menu with the
  list of roles a user is permitted to create.
- Users API now checks the invite user request for allowed roles.
- Change API response from 200 to 201 on successful invitation.
- Change API response from 500 to 201 when the user was created but
  the email was not sent.  The client will show a warning notification
  when it sees 'invite-pending' as the new user's status.
- Add support for "?status=all" to the /users endpoint.
- Refactor the route and controller for the /settings/users page so
  that there's only one network API call to load users instead of two.
2014-07-24 14:20:47 +00:00
..
editor Prevent stacking notifications during rapid toggle 2014-07-02 03:42:27 +00:00
modals Improve handling of users and roles in admin 2014-07-24 14:20:47 +00:00
posts Remove minor notifications; Close persistent notifications even on error 2014-07-15 09:03:18 -06:00
settings Improve handling of users and roles in admin 2014-07-24 14:20:47 +00:00
application.js Add a notify action to the notifications component 2014-07-17 17:34:38 +00:00
debug.js Settings: Admin User Tab 2014-07-14 08:52:06 -04:00
error.js Add error template, route and controller 2014-06-24 23:33:02 +01:00
forgotten.js Settings: Admin User Tab 2014-07-14 08:52:06 -04:00
post-settings-menu.js Add Author dropdown to PostSettingsMenu 2014-07-18 17:29:46 -06:00
post-tags-input.js Ensure incomplete tags aren't lost on save 2014-06-24 12:14:27 +02:00
posts.js Pagination for Users Management screen 2014-07-21 14:03:26 -04:00
reset.js Settings: Admin User Tab 2014-07-14 08:52:06 -04:00
settings.js Hide settings/apps unless apps:true is in config.js 2014-06-23 20:27:51 +01:00
setup.js Settings: Admin User Tab 2014-07-14 08:52:06 -04:00
signin.js Prevent stacking notifications during rapid toggle 2014-07-02 03:42:27 +00:00
signup.js Settings: Admin User Tab 2014-07-14 08:52:06 -04:00