Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix auth regressions after ESA 1.0 upgrade #6061

Merged
merged 1 commit into from
Nov 12, 2015

Commits on Nov 12, 2015

  1. Fix auth regressions after ESA 1.0 upgrade

    refs TryGhost#6039, closes TryGhost#6047, closes TryGhost#6048
    
    - delete old/unused fixtures file
    - add failing tests for TryGhost#6047 & TryGhost#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
    kevinansfield committed Nov 12, 2015
    Configuration menu
    Copy the full SHA
    73ea9f5 View commit details
    Browse the repository at this point in the history