0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/client
Kevin Ansfield 73ea9f52f0 Fix auth regressions after ESA 1.0 upgrade
refs #6039, closes #6047, closes #6048

- delete old/unused fixtures file
- add failing tests for #6047 & #6048
- redirect to sign-in if we get a 401 when making an API request
- fix incorrect `this.notifications` call in tag controller
- raise `authorizationFailed` action in application route's `sessionInvalidated` hook so that it can be handled by leaf routes (fixes re-auth modal display)
- close "saving failed" alert when successfully re-authenticated
- adds a "window-proxy" util so that we can override `window.*` operations in tests
- fix `gh-selectize` attempting to register event handlers when the component has already been destroyed
2015-11-12 12:56:27 +00:00
..
app Fix auth regressions after ESA 1.0 upgrade 2015-11-12 12:56:27 +00:00
config Set up ember-cli-mirage and update existing acceptance tests 2015-11-03 15:35:58 +00:00
lib Merge core/built instead of clearing on every build. 2015-08-21 12:17:39 -04:00
public/assets Added multiline "placeholder" to 3rd step of setup 2015-07-01 23:14:27 +02:00
tests Fix auth regressions after ESA 1.0 upgrade 2015-11-12 12:56:27 +00:00
.ember-cli
.gitignore
.jshintrc Set up ember-cli-mirage and update existing acceptance tests 2015-11-03 15:35:58 +00:00
.watchmanconfig updates Ember-CLI to 0.2.7 2015-06-08 09:18:50 -04:00
bower.json Set up ember-cli-mirage and update existing acceptance tests 2015-11-03 15:35:58 +00:00
ember-cli-build.js Fix nav regressions in admin client 2015-09-23 17:05:41 +01:00
package.json Set up ember-cli-mirage and update existing acceptance tests 2015-11-03 15:35:58 +00:00
testem.json Fix random ember test failures 2015-10-14 11:26:21 +01:00