0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/client/routes
Jacob Gable b6a429ec35 Add validation for signin/signup
Closes #2976, Closes #3017

- Move logic to signup controller
  - Add ValidationEngine mixin to signup controller
  - Add signup validator with code from clientold login view
- Add signin validator and integrate into signin controller
- Add validation to forgotten controller
  - Switch to button action to support hitting enter in text field to submit
- Clear all notifications in notifications.closeAll
- Modify ValidationEngine.validate to not format errors based on option
- Update casper test for signin to wait for notification before trying
to do another signin
2014-06-23 21:17:57 -05:00
..
editor Merge pull request #3002 from novaugust/shortcuts 2014-06-21 15:15:50 +01:00
posts Better editor entry 2014-06-23 10:15:06 -06:00
settings Hide settings/apps unless apps:true is in config.js 2014-06-23 20:27:51 +01:00
application.js Merge pull request #3002 from novaugust/shortcuts 2014-06-21 15:15:50 +01:00
authenticated.js Transition user to original destination after signin 2014-06-13 14:28:35 -06:00
content.js Add /content redirect to Ember admin. 2014-05-15 18:52:10 -06:00
debug.js Re-implementing the loading indicator for the Ember admin 2014-06-23 10:01:33 -04:00
forgotten.js Re-implementing the loading indicator for the Ember admin 2014-06-23 10:01:33 -04:00
posts.js Better editor entry 2014-06-23 10:15:06 -06:00
reset.js Re-implementing the loading indicator for the Ember admin 2014-06-23 10:01:33 -04:00
settings.js Re-implementing the loading indicator for the Ember admin 2014-06-23 10:01:33 -04:00
signin.js Add validation for signin/signup 2014-06-23 21:17:57 -05:00
signout.js Re-implementing the loading indicator for the Ember admin 2014-06-23 10:01:33 -04:00
signup.js Add validation for signin/signup 2014-06-23 21:17:57 -05:00