Ghost/ghost/admin/mirage
Kevin Ansfield 738823d8f8 Fixed "Authorization Failed" error screens when not logged in
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
2019-02-26 10:38:00 +07:00
..
config Fixed "Authorization Failed" error screens when not logged in 2019-02-26 10:38:00 +07:00
factories Fixed custom integrations tests 2019-02-22 11:11:15 +07:00
fixtures Updated config service to use new /site/ and /config/ endpoints 2019-02-25 21:47:17 +07:00
models Updated config service to use new /site/ and /config/ endpoints 2019-02-25 21:47:17 +07:00
scenarios First pass at members list 2019-01-24 19:34:32 +00:00
serializers Removed use of ?include=tags,authors,authors.roles query param on post/page requests 2019-02-25 21:55:55 +07:00
.eslintrc.js deps: ember-cli-mirage@0.2.0 2017-01-13 15:59:37 +00:00
config.js Disabled mirage logging in tests to fix Travis runs 2019-02-26 09:45:29 +07:00
utils.js Fixed mirage not respecting ?limit=all queries 2018-11-07 17:07:55 +00:00