Ghost/core/client/models
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
..
app.js Ported settings/apps logic to Ember. 2014-06-17 23:25:24 +02:00
notification.js Turn on update notifications for Ember admin 2014-07-11 15:02:26 +00:00
post.js Fire NProgress on User, Post, and Settings save 2014-07-13 14:19:27 -06:00
setting.js Fire NProgress on User, Post, and Settings save 2014-07-13 14:19:27 -06:00
slug-generator.js Settings: Admin User Tab 2014-07-14 08:52:06 -04:00
tag.js Make exports consitent. 2014-06-09 13:58:35 -04:00
user.js Fix validations on user settings page 2014-07-14 18:12:57 +00:00