0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/client/app/routes
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
..
editor Fix auth regressions after ESA 1.0 upgrade 2015-11-12 12:56:27 +00:00
posts Fix auth regressions after ESA 1.0 upgrade 2015-11-12 12:56:27 +00:00
settings Use tag slugs in URLs for tag management and add front-end edit redirect 2015-11-02 14:56:59 +00:00
setup Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
team Ember-cli, Ember, & Ember Data 1.13.x upgrades 2015-10-06 16:09:05 +01:00
about.js Use Ember.inject instead of needs and initializers 2015-05-27 07:41:42 -05:00
application.js Fix auth regressions after ESA 1.0 upgrade 2015-11-12 12:56:27 +00:00
authenticated.js deps: ember-simple-auth@1.0.0 2015-10-18 13:17:02 -05:00
error404.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
mobile-index-route.js Standardize on var-less export default across ember app 2015-10-06 10:59:50 +01:00
posts.js Ember-cli, Ember, & Ember Data 1.13.x upgrades 2015-10-06 16:09:05 +01:00
reset.js deps: ember-simple-auth@1.0.0 2015-10-18 13:17:02 -05:00
setup.js deps: ember-simple-auth@1.0.0 2015-10-18 13:17:02 -05:00
signin.js deps: ember-simple-auth@1.0.0 2015-10-18 13:17:02 -05:00
signout.js Avoid duplicate alerts, clear alerts on successful retry or sign-in 2015-10-12 19:21:30 +01:00
signup.js deps: ember-simple-auth@1.0.0 2015-10-18 13:17:02 -05:00