Ghost/ghost/admin
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
..
.github Slack -> Forum 2018-04-02 17:06:14 +01:00
app Fixed multiple 401s caused by token revocation requests 2018-04-16 17:55:21 +01:00
config
lib Koenig - Apply link to selected text when pasting a URL 2018-04-13 17:53:40 +01:00
mirage Fixed publishmenu re-rending side-effects breaking tests 2018-03-27 18:50:52 +01:00
public/assets
tests Fixed multiple 401s caused by token revocation requests 2018-04-16 17:55:21 +01:00
.csscomb.json
.editorconfig
.ember-cli
.eslintrc.js
.gitignore
.travis.yml
.watchmanconfig
ember-cli-build.js Switch to packaged version of Spirit (#985) 2018-04-03 11:52:18 +01:00
Gruntfile.js
LICENSE
package.json Version bump to 1.22.2 2018-04-11 22:35:59 +02:00
README.md Slack -> Forum 2018-04-02 17:06:14 +01:00
testem.js
yarn.lock 🐛 Fixed j and k keys not working in editor after visiting Tags screen (#1002) 2018-04-09 13:41:23 +01:00

Ghost-Admin

Build Status Coverage Status

This is the home of Ember.js based admin client that ships with Ghost.

Do you want to set up a Ghost blog? Check the getting started guide

Do you want to modify or contribute to Ghost-Admin? Please read the working with Ghost-Admin section of our contributing guide for setup details and swing by our forum if you need any help 😄

Have a bug or issue?

Bugs and issues (even if they only affect the admin client) should be opened on the core Ghost repository.

Copyright & License

Copyright (c) 2013-2018 Ghost Foundation - Released under the MIT license. Ghost and the Ghost Logo are trademarks of Ghost Foundation Ltd. Please see our trademark policy for info on acceptable usage.