Ghost/ghost/admin/app/mixins
Kevin Ansfield cf7a763199 Removed usage of deprecated EmberSimpleAuth mixins (#1910)
refs https://github.com/TryGhost/Admin/pull/1901

Ember has deprecated mixins in preparation for 4.0 and `ember-simple-auth` has now done the same in 3.1.0.

- removed all imports of Ember Simple Auth mixins
- moved authenticated and invalidated handling from application route to session service
- moved server-notification loading from application route to session service
- updated `AuthenticatedRoute` to use the session service directly rather than authenticated route mixin
- added `UnauthenticatedRoute` that incorporates the behaviour from our overridden `UnauthenticatedRouteMixin` and switches to using the session service directly
2021-04-12 13:21:57 +01:00
..
body-event-listener.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
current-user-settings.js Left navigation menu update (#1102) 2019-02-22 16:43:35 +07:00
dropdown-mixin.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
settings-menu-component.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
shortcuts-route.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
shortcuts.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
slug-url.js Switched from ember-cli-shims to new module imports (#779) 2017-08-22 14:53:26 +07:00
text-input.js Refactored usage of .get('property') with es5 getters 2019-03-06 13:54:14 +00:00
validation-engine.js Implemented first iteration of content snippets 2020-10-15 18:03:35 +01:00
validation-state.js Update dependency eslint-plugin-ghost to v1.4.0 2020-05-06 18:07:01 +01:00