Ghost/core/server
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
..
admin Miscellaneous code cleanup (#8031) 2017-02-21 10:39:09 +01:00
api Theme loading part 1 (#7989) 2017-02-22 00:26:19 +01:00
apps New buttons 🎨 (#8007) 2017-02-16 19:52:32 +00:00
auth Updates for alpha.13 (#8026) 2017-02-18 17:23:35 +01:00
blog 🎨 rename redirects middleware to custom-redirects 2017-02-07 20:05:50 +01:00
config Updates for alpha.13 (#8026) 2017-02-18 17:23:35 +01:00
controllers/frontend
data Theme loading part 1 (#7989) 2017-02-22 00:26:19 +01:00
events
helpers New buttons 🎨 (#8007) 2017-02-16 19:52:32 +00:00
mail
middleware Miscellaneous code cleanup (#8031) 2017-02-21 10:39:09 +01:00
models 🎨 ⏱ Cleanup / optimise the server.init() function (#7985) 2017-02-17 17:44:34 +01:00
permissions
scheduling
storage
themes Theme loading part 1 (#7989) 2017-02-22 00:26:19 +01:00
translations Add email validation in case of profile update (#7928) 2017-02-08 10:50:43 +01:00
utils Theme loading part 1 (#7989) 2017-02-22 00:26:19 +01:00
views
app.js
errors.js
filters.js
ghost-server.js Theme loading part 1 (#7989) 2017-02-22 00:26:19 +01:00
i18n.js
index.js Theme loading part 1 (#7989) 2017-02-22 00:26:19 +01:00
logging.js 🐛 forward missing logging config: rotation 2017-02-17 18:24:14 +01:00
overrides.js
update-check.js 🎨 send LTS parameter if requesting the update check service (#7954) 2017-02-07 19:51:19 +01:00