Ghost/ghost/admin/app/controllers
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
..
settings Added copyable API Url to custom integration screen 2019-02-23 16:48:39 +07:00
setup Fixed linting 2019-02-25 19:41:56 +07:00
staff Left navigation menu update (#1102) 2019-02-22 16:43:35 +07:00
about.js ESLint: Alias model in controllers 2018-01-12 12:17:56 +00:00
application.js Koenig - Fixed full-width images not respecting fullscreen mode 2018-07-26 13:28:02 +01:00
editor.js Added undefined guards to uses of JSON stringify/parse copying 2019-01-30 14:44:53 +00:00
error.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00
member.js Implemented first pass of member details screen 2019-02-22 18:32:09 +07:00
members.js Added basic search to members list 2019-02-23 17:14:22 +07:00
pages-loading.js 🎨 Separated post and page list screens (#1101) 2019-02-22 10:17:33 +07:00
pages.js 🎨 Separated post and page list screens (#1101) 2019-02-22 10:17:33 +07:00
posts-loading.js 🎨 Separated post and page list screens (#1101) 2019-02-22 10:17:33 +07:00
posts.js 🎨 Separated post and page list screens (#1101) 2019-02-22 10:17:33 +07:00
reset.js Use Admin API v2 with session auth (#1046) 2018-10-05 19:46:33 +01:00
setup.js ESLint: Alias model in controllers 2018-01-12 12:17:56 +00:00
signin.js Fixed "Authorization Failed" error screens when not logged in 2019-02-26 10:38:00 +07:00
signup.js Updated /images* response structure 2019-02-22 18:16:25 +07:00
subscribers.js ESLint: Consistent ember property/method ordering 2018-01-12 12:17:56 +00:00