0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/server
Jacob Gable 42a1d55858 Improve signin
Ref #2413

- Remove fixture and use actual API
- Store and send down actual logged in user data
- Refactor isLoggedIn to use computed property on application
- After signin, update user data in dependency container
- Add CSRF to all routes and controllers via initializer
- Update authenticated route to check for user.isLoggedIn
- Add notifications for signin error
- Add notifications.showAPIError helper
- Add plumbing for refreshless signup to doSignUp in admin controller
2014-05-15 09:18:43 -05:00
..
api Refactor API arguments 2014-05-15 10:41:05 +01:00
apps Refactor API arguments 2014-05-15 10:41:05 +01:00
config Refactor API arguments 2014-05-15 10:41:05 +01:00
controllers Improve signin 2014-05-15 09:18:43 -05:00
data Refactor API arguments 2014-05-15 10:41:05 +01:00
errors Move mail api to json/api format 2014-05-13 17:34:37 +01:00
helpers Refactor API arguments 2014-05-15 10:41:05 +01:00
middleware Refactor API arguments 2014-05-15 10:41:05 +01:00
models Refactor API arguments 2014-05-15 10:41:05 +01:00
permissions Refactor API arguments 2014-05-15 10:41:05 +01:00
routes Refactor API arguments 2014-05-15 10:41:05 +01:00
storage Add distinct error classes 2014-05-09 12:11:29 +02:00
views Improve signin 2014-05-15 09:18:43 -05:00
api.js Shims for deleted (refactored away) files 2014-01-09 09:21:09 -06:00
bookshelf-session.js Improvements for models 2014-02-19 14:57:26 +01:00
filters.js Implement filter context 2014-04-06 15:43:11 +00:00
index.js Refactor API arguments 2014-05-15 10:41:05 +01:00
mail.js Refactor API arguments 2014-05-15 10:41:05 +01:00
middleware.js Shims for deleted (refactored away) files 2014-01-09 09:21:09 -06:00
require-tree.js Error handling for require-tree 2014-03-25 22:38:48 +00:00
update-check.js Refactor API arguments 2014-05-15 10:41:05 +01:00
xmlrpc.js Add distinct error classes 2014-05-09 12:11:29 +02:00