Ghost/core/test/integration/model
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
..
model_app_fields_spec.js Only reference model properties through the models module. 2014-07-10 08:04:32 -04:00
model_app_settings_spec.js Only reference model properties through the models module. 2014-07-10 08:04:32 -04:00
model_apps_spec.js Only reference model properties through the models module. 2014-07-10 08:04:32 -04:00
model_permissions_spec.js Check datatype for date format conversion 2014-07-05 19:15:32 +00:00
model_posts_spec.js Check datatype for date format conversion 2014-07-05 19:15:32 +00:00
model_roles_spec.js Check datatype for date format conversion 2014-07-05 19:15:32 +00:00
model_settings_spec.js Only reference model properties through the models module. 2014-07-10 08:04:32 -04:00
model_tags_spec.js Check datatype for date format conversion 2014-07-05 19:15:32 +00:00
model_users_spec.js Fix validations on user settings page 2014-07-14 18:12:57 +00:00