Ghost/ghost/admin/mirage
Kevin Ansfield 457a8e2955 🎨 Added auto-login to private site when viewing site preview in admin (#1286)
closes https://github.com/TryGhost/Ghost/issues/10995

- when first loading the site preview, if private mode is enabled submit the login form in the background to get the cookie before loading the iframe
- refactors post-authentication preloading to ensure it occurs before post-authentication route hooks are called
- adds `showSuccess` attribute to `<GhTaskButton>` so that when set to `false` it can stay in the running state after "success" to avoid state change flashes whilst waiting for a transition
2019-08-12 09:11:10 +01:00
..
config 🎨 Added auto-login to private site when viewing site preview in admin (#1286) 2019-08-12 09:11:10 +01:00
factories Updated for breaking changes in ember-cli-mirage@1.0.0 2019-05-27 09:58:33 +01:00
fixtures Removed unused forceI18n attribute from the settings model 2019-03-07 09:10:46 +00: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 Removed coveralls code-coverage reporting (#1190) 2019-05-06 12:02:23 +01:00
utils.js 🐛 Fixed missing error notification when attempting to activate an invalid theme 2019-03-25 11:32:29 +00:00