0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/client/controllers
Jason Williams ef1858b6c7 Fix validations on user settings page
Closes #3271
- Change validations on both server and client to allow the
  Website field to be empty or a valid URL.
- Add new schema validation helper isEmptyOrURL.
- Remove duplicate call to UserValidator in the save action
  of the SettingsUser controller.
- User.last_login and User.created_at are already Moment objects
  so Moment#fromNow can be called on them directly.
2014-07-14 18:12:57 +00:00
..
editor Prevent stacking notifications during rapid toggle 2014-07-02 03:42:27 +00:00
modals Settings: Admin User Tab 2014-07-14 08:52:06 -04:00
posts Prevent stacking notifications during rapid toggle 2014-07-02 03:42:27 +00:00
settings Fix validations on user settings page 2014-07-14 18:12:57 +00:00
application.js oAuth 2014-06-30 14:58:10 +02:00
debug.js Settings: Admin User Tab 2014-07-14 08:52:06 -04:00
error.js Add error template, route and controller 2014-06-24 23:33:02 +01:00
forgotten.js Settings: Admin User Tab 2014-07-14 08:52:06 -04:00
post-settings-menu.js Fire NProgress on User, Post, and Settings save 2014-07-13 14:19:27 -06:00
post-tags-input.js Ensure incomplete tags aren't lost on save 2014-06-24 12:14:27 +02:00
posts.js Better handling of validation errors + more documentation 2014-06-30 22:35:03 -04:00
reset.js Settings: Admin User Tab 2014-07-14 08:52:06 -04:00
settings.js
setup.js Settings: Admin User Tab 2014-07-14 08:52:06 -04:00
signin.js Prevent stacking notifications during rapid toggle 2014-07-02 03:42:27 +00:00
signup.js Settings: Admin User Tab 2014-07-14 08:52:06 -04:00