mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-02 07:43:11 +03:00
738823d8f8
no issue - `/config/` can only be requested when authenticated - updated `/config/` mock to look for an Authentication header and return a 403 if it's missing - updated `ajax` service to add an `Authentication` header when authenticated in testing env (cookies are not present when testing) - updated `config` service to add `fetchUnauthenticated()` and `fetchAuthenticated()` methods in addition to `.fetch()` - updated `application` route to only fetch authenticated config when authenticated - updated `signin` controller to correctly fetch config after sign-in |
||
---|---|---|
.. | ||
settings | ||
setup | ||
staff | ||
about.js | ||
application.js | ||
editor.js | ||
error.js | ||
member.js | ||
members.js | ||
pages-loading.js | ||
pages.js | ||
posts-loading.js | ||
posts.js | ||
reset.js | ||
setup.js | ||
signin.js | ||
signup.js | ||
subscribers.js |