Ghost/ghost/admin/validators
Jason Williams 7cc818d262 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
..
forgotten.js Better handling of validation errors + more documentation 2014-06-30 22:35:03 -04:00
post.js Better handling of validation errors + more documentation 2014-06-30 22:35:03 -04:00
reset.js Better handling of validation errors + more documentation 2014-06-30 22:35:03 -04:00
setting.js Better handling of validation errors + more documentation 2014-06-30 22:35:03 -04:00
setup.js Better handling of validation errors + more documentation 2014-06-30 22:35:03 -04:00
signin.js Better handling of validation errors + more documentation 2014-06-30 22:35:03 -04:00
signup.js Better handling of validation errors + more documentation 2014-06-30 22:35:03 -04:00
user.js Fix validations on user settings page 2014-07-14 18:12:57 +00:00