0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/core/server/middleware
Katharina Irrgang 8f2afeed03 fix: ensure we initialise activeTheme on bootstrap (#6950)
closes #6948
- the hbs engine was never initialised  when server starts
- when you request a page which does not exist, express jumps directly into the error handlers
- delete some dynamic hbs engine setters in theme handler
2016-07-21 12:09:11 +01:00
..
api Version matching middleware 2016-06-09 17:08:44 +01:00
auth-strategies.js
auth.js Subscribers: Model, API & CSV import/export 2016-05-11 10:28:10 +02:00
cache-control.js
check-ssl.js
cors.js Add config URLS to CORS whitelist 2016-04-19 13:39:24 +01:00
decide-is-admin.js
index.js fix: ensure we initialise activeTheme on bootstrap (#6950) 2016-07-21 12:09:11 +01:00
labs.js Subscribers: Model, API & CSV import/export 2016-05-11 10:28:10 +02:00
maintenance.js feature: maintenance mode (#7019) 2016-07-15 17:22:41 +01:00
oauth.js
redirect-to-setup.js
serve-shared-file.js
spam-prevention.js move private-blogging functionality into an internal app 2016-04-11 08:58:41 -05:00
static-theme.js allow manifest.json in theme root (#6986) 2016-06-29 14:44:01 -06:00
theme-handler.js fix: ensure we initialise activeTheme on bootstrap (#6950) 2016-07-21 12:09:11 +01:00
uncapitalise.js