0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core
Jacob Gable d874e79dbd Fetch actual user on settings/users/user
Closes #3279

- Switch from this.session.get('user') to this.store.find('user') and
some further limiting until a custom user adapter is created
- Switch the deactivate logic to rollback the used model
- Pass the user as the model in the link-to in user list template
2014-07-17 10:44:39 -05:00
..
client Fetch actual user on settings/users/user 2014-07-17 10:44:39 -05:00
server Adding and renaming permissions 2014-07-17 12:32:25 +01:00
shared Implement Mobile Editor 2014-06-24 18:33:43 -04:00
test Adding and renaming permissions 2014-07-17 12:32:25 +01:00
bootstrap.js
index.js
server.js