Ghost/core/server/utils
Hannah Wolfe fe90cf2be2 Theme loading part 1 (#7989)
no issue

*  Add new server start & stop events
* 🔥 Get rid of unused availableApps concept
- when we need an API endpoint for a list of apps, we'll build one 😝
*  Move theme loading into a module
- move loading from API method to a module method and use as needed
- wire up read one vs read all as per LTS
- read one (the active theme) on boot, and read the rest after
- fudge validation - this isn't all that helpful
* Settings API tests need to preload themes
- this used to automatically happen as part of loading settings
- now we need to trigger this to happen specifically for this test
2017-02-22 00:26:19 +01:00
..
asset-hash.js
cached-image-size-from-url.js
downzero.js
ghost-version.js
gravatar.js 🎨 😎 config env usages (#7929) 2017-02-03 18:25:39 +00:00
image-size-from-url.js
index.js Theme loading part 1 (#7989) 2017-02-22 00:26:19 +01:00
labs.js 🔥 do not store settings in config (#7924) 2017-02-03 13:15:11 +00:00
make-absolute-urls.js
parse-package-json.js
pipeline.js
read-csv.js
read-directory.js feature: define redirects in a custom file (#7719) (#7945) 2017-02-06 15:32:40 +01:00
remove-open-redirect-from-url.js
sequence.js
social-urls.js
tokens.js 🎨 remove token logic from user model (#7622) 2016-11-07 11:18:50 +00:00
url.js 🔥 remove forceAdminSSL and urlSSL, add admin url (#7937) 2017-02-03 18:13:22 +00:00
visibility-filter.js
zip-folder.js