Ghost/ghost/admin/app/routes
Kevin Ansfield c3b49b45cf 🎨 synchronous settings service
no issue
- adds `settings` service that acts as a proxy to the singular settings model with methods to fetch and reload, also prevents accidentally loading only some settings types which has caused problems in the past
- updates app boot, signin, and signup processes to fetch settings ensuring that any part of the app can grab settings synchronously if needed
- removes `timeZone` service, it's no longer needed as we can grab `settings.activeTimezone` directly
- replaces all store queries for the settings model with appropriate `settings` methods
- refactors `apps/*` routes/controllers, they had become a little convoluted with the way they were dealing with settings and the new service helped to clean that up
2017-03-20 07:43:49 -05:00
..
editor 🎨 convert post-settings-menu into a component (#137) 2017-03-10 14:30:01 +00:00
settings 🎨 synchronous settings service 2017-03-20 07:43:49 -05:00
setup deps: ember@2.8.2 2016-10-07 17:32:30 +01:00
subscribers convert ember imports to ember-cli-shim imports where possible (#95) 2016-06-30 11:21:47 +01:00
team suspend user feature 2017-03-13 13:00:48 +01:00
about.js convert ember imports to ember-cli-shim imports where possible (#95) 2016-06-30 11:21:47 +01:00
application.js 🎨 synchronous settings service 2017-03-20 07:43:49 -05:00
authenticated.js deps: ember-simple-auth@1.2.0 2017-02-06 16:39:42 +00:00
error404.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
posts.js add "sort by" dropdown to content screen filters (#565) 2017-03-07 10:36:28 -07:00
reset.js 🎨 remove usage of ghost's {{asset}} helper in index.html (#574) 2017-03-14 17:04:46 +01:00
setup.js deps: ember-simple-auth@1.2.0 2017-02-06 16:39:42 +00:00
signin.js 🎨 remove usage of ghost's {{asset}} helper in index.html (#574) 2017-03-14 17:04:46 +01:00
signout.js convert ember imports to ember-cli-shim imports where possible (#95) 2016-06-30 11:21:47 +01:00
signup.js 🎨 remove usage of ghost's {{asset}} helper in index.html (#574) 2017-03-14 17:04:46 +01:00
subscribers.js convert ember imports to ember-cli-shim imports where possible (#95) 2016-06-30 11:21:47 +01:00