Ghost/ghost/admin/controllers
Matt Enlow 0122ecd593 Fire NProgress on User, Post, and Settings save
Closes #3037
- Created `NProgressSaveMixin`, which extends the `save` method of a model
  to fire NProgress.
- Extended `UserModel`, `PostModel`, and `SettingModel` with the new
  mixin.
- NProgress can be disabled by passing an options hash to the save function with the `{disableNProgress:true}`
- Now that the ValidationEngine isn't the only thing playing with options inside of `model#save`, refactored it to pass the options down the super chain.
2014-07-13 14:19:27 -06:00
..
editor Prevent stacking notifications during rapid toggle 2014-07-02 03:42:27 +00:00
modals Add validation to invite new user form. 2014-07-11 19:09:34 +00:00
posts Prevent stacking notifications during rapid toggle 2014-07-02 03:42:27 +00:00
settings Fix active theme selector. Add validation to API. 2014-07-09 22:14:33 +00:00
application.js oAuth 2014-06-30 14:58:10 +02:00
debug.js Add access_token to debug screen's export link 2014-07-05 14:48:39 -06:00
error.js Add error template, route and controller 2014-06-24 23:33:02 +01:00
forgotten.js Made ember version of reset password work 2014-06-30 14:37:49 +01: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 Made ember version of reset password work 2014-06-30 14:37:49 +01:00
settings.js Hide settings/apps unless apps:true is in config.js 2014-06-23 20:27:51 +01:00
setup.js Move setup to API 2014-07-11 14:17:09 +02:00
signin.js Prevent stacking notifications during rapid toggle 2014-07-02 03:42:27 +00:00
signup.js Allow user to accept invitation 2014-07-03 17:06:07 +02:00