Ghost/ghost/admin/app/services
Kevin Ansfield ae759d39ea Fixed multiple 401s caused by token revocation requests
no issue
- disabled Ember Simple Auth's default token revocation
    - we trigger session invalidation on a 401 which means our token isn't valid so the revoke requests will also fail
- renamed application route's `invalidateSession` to `logout` in order to distinguish it from any ESA methods
    - added the token revocation requests to this action, we can be fairly sure at this point that the current tokens will be valid so the requests will succeed
- added check to `ajax.handleResponse` so that we don't invalidate the session for requests to external services
- removed pointless assertion from the ajax integration test
2018-04-16 17:55:21 +01:00
..
ajax.js Fixed multiple 401s caused by token revocation requests 2018-04-16 17:55:21 +01:00
clock.js ESLint fixes for latest eslint-plugin-ember 2018-03-19 13:05:02 +00:00
config.js Avoid leaking state in Ember objects 2017-11-25 09:49:49 +00:00
dropdown.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
event-bus.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
feature.js 🐛 Fixed need to click Night Shift toggle 3 times in certain circumstances (#965) 2018-03-09 09:34:43 +00:00
ghost-paths.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
lazy-loader.js Don't destructure Ember.testing (#933) 2018-01-02 10:19:59 +00:00
media-queries.js Unsplash integration 2017-08-15 16:01:12 +01:00
notifications.js Bump ember-ajax dependency (#902) 2017-11-03 22:59:39 +00:00
session.js Switch to eslint-plugin-ghost extending plugin:ghost/ember 2018-01-12 12:17:56 +00:00
settings.js 🐛 Fixed "Are you sure" modal being shown incorrectly after toggling private mode (#964) 2018-03-09 14:42:27 +00:00
slug-generator.js Match service/controller import to ember-modules-codemod style for consistency 2017-10-30 09:38:01 +00:00
tour.js ESLint fixes for latest eslint-plugin-ember 2018-03-19 13:05:02 +00:00
ui.js Match service/controller import to ember-modules-codemod style for consistency 2017-10-30 09:38:01 +00:00
unsplash.js Switch to eslint-plugin-ghost extending plugin:ghost/ember 2018-01-12 12:17:56 +00:00
upgrade-status.js 🎨 Move "Update available" notification to the About screen (#894) 2018-01-09 14:23:36 +00:00