0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/test/functional/routes/api
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
..
db_test.js oAuth 2014-06-30 14:58:10 +02:00
error_test.js oAuth 2014-06-30 14:58:10 +02:00
notifications_test.js oAuth 2014-06-30 14:58:10 +02:00
posts_test.js Move post slug endpoint & add endpoints for users 2014-07-09 16:55:34 +01:00
settings_test.js Check datatype for date format conversion 2014-07-05 19:15:32 +00:00
slugs_test.js oAuth 2014-06-30 14:58:10 +02:00
tags_test.js Check datatype for date format conversion 2014-07-05 19:15:32 +00:00
users_test.js Fix validations on user settings page 2014-07-14 18:12:57 +00:00