0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core
Jason Williams baf9138b27 Update user roles in store after owner transfer
Closes #3466
- Transferring the owner role is now done via a separate
  endpoint and not through Ember-Data.  As a result the
  user role data needs to be updated manually.
- Updated the owner endpoint to return a response body
  containing the updated user objects.
- Updated tests.
2014-07-31 13:41:10 +00:00
..
client Update user roles in store after owner transfer 2014-07-31 13:41:10 +00:00
server Update user roles in store after owner transfer 2014-07-31 13:41:10 +00:00
shared This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
test Update user roles in store after owner transfer 2014-07-31 13:41:10 +00:00
bootstrap.js This aims to speed up both the ghost application and tests by 2014-07-22 22:37:44 -04:00
index.js Improve error handling during bootstrap process 2014-06-19 12:59:16 +00:00
server.js