0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/web/middleware
kirrg001 60cdfe29fe 🐛 Fixed "No default engine was specified and no extension was provided"
refs #9681

- we already had a protection against these situations when serving the site (theme)
- it can happen that we have to initialise the express engine in the error handler in case the first request to /ghost produces an error (e.g. 503)
- otherwise the underlying error message is hidden and Ghost doesn't render the error html template correctly
2018-06-11 11:24:07 +02:00
..
api Extended ghost version utility (#9278) 2018-01-03 20:20:18 +01:00
validation 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
admin-redirects.js
brute.js
cache-control.js
custom-redirects.js Moved validateRedirects helper to data/validation 2017-12-14 11:55:10 +01:00
error-handler.js 🐛 Fixed "No default engine was specified and no extension was provided" 2018-06-11 11:24:07 +02:00
frontend-client.js Moved labs, auth, permissions, settings, mail, themes to services (#9339) 2017-12-14 03:01:23 +01:00
ghost-locals.js Moved ghost-version to lib 2017-12-14 22:14:55 +01:00
index.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
labs.js Moved labs, auth, permissions, settings, mail, themes to services (#9339) 2017-12-14 03:01:23 +01:00
log-request.js Import lib/common only 2017-12-12 10:28:13 +01:00
maintenance.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
pretty-urls.js
serve-favicon.js Moved image utils to lib/image 2017-12-14 20:46:53 +01:00
serve-public-file.js Always require fs-extra - consistency change 2017-12-13 20:57:11 +01:00
static-theme.js Moved utils constants to lib/constants 2017-12-14 14:13:40 +01:00
uncapitalise.js Moved removeOpenRedirectFromUrl to local web utils 2017-12-13 22:06:31 +01:00
url-redirects.js 🐛 Fixed infinite redirect when subdirectory equals top level domain (#9621) 2018-05-28 12:18:34 +02:00