0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/server/api
Jason Williams 8a2d50b871 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
..
authentication.js This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
db.js Fix importer bug for IE 2014-07-23 16:53:03 +02:00
index.js Improve handling of users and roles in admin 2014-07-24 14:20:47 +00:00
mail.js This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
notifications.js Wire permmissions for notifications, mail and tags 2014-07-17 16:44:09 +01:00
posts.js Adding and renaming permissions 2014-07-17 12:32:25 +01:00
roles.js Improve handling of users and roles in admin 2014-07-24 14:20:47 +00:00
settings.js This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
slugs.js
tags.js Wire permmissions for notifications, mail and tags 2014-07-17 16:44:09 +01:00
themes.js This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
upload.js Move image upload to API 2014-07-15 12:40:14 +02:00
users.js Improve handling of users and roles in admin 2014-07-24 14:20:47 +00:00
utils.js Fix editing author 2014-07-18 10:48:48 +02:00