0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/client
Jason Williams 725d4aac7d Fixup signin and signout
No Issue
- Move authentication related handlers to the Application route.
- Switch Sign Out from a button to a link.  Use the signout route
  to handle invalidating the session and redirecting instead of
  an action from a button.
- Clear error messages on signin page when pressing log in button.
- Errors are now always shown on sign in screen and a success
  notification is shown after sign out.
- Update functional tests.
2014-07-29 20:58:43 +00:00
..
adapters Get Ember Admin ready for production 2014-07-22 22:33:49 +00:00
assets Move image upload to API 2014-07-15 12:40:14 +02:00
components Add a notify action to the notifications component 2014-07-17 17:34:38 +00:00
controllers Fixup signin and signout 2014-07-29 20:58:43 +00:00
helpers Add XSS prevention 2014-07-27 23:03:01 +02:00
html
initializers updated Ember Simple Auth to latest version 2014-07-25 16:04:19 +02:00
mixins Add a mixin for saving a subset of a model. 2014-07-27 21:04:35 +00:00
models Add a mixin for saving a subset of a model. 2014-07-27 21:04:35 +00:00
routes Fixup signin and signout 2014-07-29 20:58:43 +00:00
serializers Extend adapter to support automatic includes 2014-07-21 17:05:13 +00:00
templates Fixup signin and signout 2014-07-29 20:58:43 +00:00
transforms
utils Improve importer error messaging 2014-07-29 12:02:18 +01:00
validators Create new user validator to DRY up validators 2014-07-25 13:20:40 -06:00
views Pagination for Users Management screen 2014-07-21 14:03:26 -04:00
.jshintrc updated Ember Simple Auth to latest version 2014-07-25 16:04:19 +02:00
app.js Get Ember Admin ready for production 2014-07-22 22:33:49 +00:00
config-dev.js Get Ember Admin ready for production 2014-07-22 22:33:49 +00:00
config-prod.js Get Ember Admin ready for production 2014-07-22 22:33:49 +00:00
loader.js Remove inline script from default.hbs 2014-07-21 20:00:54 +02:00
router.js