1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01:00
Ghost-Admin/app/routes
Kevin Ansfield 69c3c4af11 Allowed "view site" request to save cookies in cross-origin requests
no issue

- adds `credentials: 'include'` option to `fetch()` which instructs browsers to save cookies in the POST response in cross-origin requests (default is `'same-origin'`)
2019-09-09 17:01:26 +01:00
..
editor 🎨 Updated admin area design and usability (#1232) 2019-06-18 11:47:20 +01:00
settings 🎨 Updated admin area design and usability (#1232) 2019-06-18 11:47:20 +01:00
setup Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
staff Refactored document-title handler 2019-05-20 16:16:19 +01:00
subscribers Removed usage of ember-light-table in subscribers screen (#1191) 2019-05-07 12:39:56 +01:00
tags 🎨 Updated tags screen design and usability (#1283) 2019-08-27 19:21:31 +05:30
about.js Refactored document-title handler 2019-05-20 16:16:19 +01:00
application.js Added "What's new" indicator and modal to highlight recent updates (#1292) 2019-08-23 10:01:27 +01:00
authenticated.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
editor.js Removed "Unsupported browser" warning for Chromium-based Edge 2019-06-25 14:52:09 +01:00
error404.js 🎨 Updated admin area design and usability (#1232) 2019-06-18 11:47:20 +01:00
home.js View site inside Ghost Admin 2019-03-21 10:33:14 +01:00
member.js Updated member management data (#1150) 2019-04-16 20:32:43 +05:30
members.js Refactored document-title handler 2019-05-20 16:16:19 +01:00
pages.js Refactored document-title handler 2019-05-20 16:16:19 +01:00
posts.js 🐛 Fixed browser back button behaviour after clicking "x posts" on tags screen (#1306) 2019-08-29 11:10:09 +01:00
reset.js Refactored styleBody mixin 2019-05-20 14:57:21 +01:00
setup.js 🎨 Updated admin area design and usability (#1232) 2019-06-18 11:47:20 +01:00
signin.js Refactored document-title handler 2019-05-20 16:16:19 +01:00
signout.js Refactored document-title handler 2019-05-20 16:16:19 +01:00
signup.js Refactored styleBody mixin 2019-05-20 14:57:21 +01:00
site.js Allowed "view site" request to save cookies in cross-origin requests 2019-09-09 17:01:26 +01:00
subscribers.js Refactored document-title handler 2019-05-20 16:16:19 +01:00
tags.js 🎨 Updated tags screen design and usability (#1283) 2019-08-27 19:21:31 +05:30