0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core
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
..
client Fix auth regressions after ESA 1.0 upgrade 2015-11-12 12:56:27 +00:00
server Removing featured option code 2015-11-09 12:15:40 +00:00
shared First pass at user onboarding screens 2015-05-25 17:43:12 +01:00
test remove console log for passing test 2015-11-09 10:51:37 -08:00
index.js Misc grunt /dev updates 2015-05-28 20:25:14 +01:00