1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/models
Jason Williams b9e77c4fa9 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
..
notification.js Turn on update notifications for Ember admin 2014-07-11 15:02:26 +00:00
post.js Transfer Ownership 2014-07-23 12:41:31 +02:00
role.js Improve handling of users and roles in admin 2014-07-24 14:20:47 +00:00
setting.js Fire NProgress on User, Post, and Settings save 2014-07-13 14:19:27 -06:00
slug-generator.js Settings: Admin User Tab 2014-07-14 08:52:06 -04:00
tag.js Transfer Ownership 2014-07-23 12:41:31 +02:00
user.js Improve handling of users and roles in admin 2014-07-24 14:20:47 +00:00