Ghost/ghost/admin/app/services
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
..
ajax.js Update code to match eslint rules 2016-11-14 13:26:00 +00:00
clock.js
config.js 🎨 synchronous settings service 2017-03-20 07:43:49 -05:00
dropdown.js Update code to match eslint rules 2016-11-14 13:26:00 +00:00
event-bus.js
feature.js 🎨 synchronous settings service 2017-03-20 07:43:49 -05:00
ghost-paths.js
lazy-loader.js 🎨 implement night mode 2017-03-03 16:54:50 +00:00
media-queries.js
notifications.js
session.js fix test warnings (#492) 2017-01-13 21:14:54 +00:00
settings.js 🎨 synchronous settings service 2017-03-20 07:43:49 -05:00
slug-generator.js
upgrade-notification.js
upgrade-status.js