Ghost/core/server/middleware
Hannah Wolfe f8b498d6e7 🔥 No more availableThemes (#8085)
no issue

🎨 Switch themes API to use config.availableThemes
- this gets rid of the only places where settings.availableThemes are used

🔥 Get rid of settings.availableThemes
- this is no longer used anywhere
- also get rid of every related call to updateSettingsCache

🔥 Replace config.availableThemes with theme cache
- Creates a tailor-made in-memory cache for themes inside the theme module
- Add methods for getting & setting items on the cache
- Move all references to config.availableThemes to use the new cache
- This can be abstracted later to support other kinds of caches?

🎨 Start improving theme lib's API
Still TODO: simplifying/clarifying:
- what is the structure of the internal list
- what is the difference between a package list, and a theme list?
- what is the difference between reading a theme and loading it?
- how do we update the theme list (add/remove)
- how do we refresh the theme list? (hot reload?!)
- how do we get from an internal list, to one that is sent as part of the API?
- how are we going to handle theme storage: read/write, such that the path is configurable

🎨 Use themeList consistently
🎨 Update list after storage
2017-03-02 17:53:48 +01:00
..
api 🔥 remove forceAdminSSL and urlSSL, add admin url (#7937) 2017-02-03 18:13:22 +00:00
validation
brute.js
cache-control.js
custom-redirects.js 🎨 rename redirects middleware to custom-redirects 2017-02-07 20:05:50 +01:00
error-handler.js 🎨 Collect & simplify package utils (#8080) 2017-03-01 14:09:31 +01:00
ghost-locals.js
labs.js
log-request.js
maintenance.js
pretty-urls.js
redirect-to-setup.js
serve-favicon.js 🎨 Move settings cache & cleanup settings API (#8057) 2017-02-27 16:53:04 +01:00
serve-shared-file.js 🔥 remove forceAdminSSL and urlSSL, add admin url (#7937) 2017-02-03 18:13:22 +00:00
static-theme.js 🎨 😎 config env usages (#7929) 2017-02-03 18:25:39 +00:00
theme-handler.js 🔥 No more availableThemes (#8085) 2017-03-02 17:53:48 +01:00
uncapitalise.js
url-redirects.js 🎹 re-work url redirects (#7956) 2017-02-10 11:42:18 +00:00