0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/middleware
Hannah Wolfe b0af496c98 💄 Ensure all middleware use named functions (#7434)
no issue

- anonymous functions are hard to debug in memory traces etc
- having anonymous middleware functions makes it hard to inspect or debug the middleware stack (something I like to do)
- these 2 are the only ones atm, including all 3rd party middleware
2016-09-26 11:10:44 +02:00
..
api Version matching middleware 2016-06-09 17:08:44 +01:00
validation 💄 Ensure all middleware use named functions (#7434) 2016-09-26 11:10:44 +02:00
auth-strategies.js Check client is enabled before auth 2015-11-04 16:59:56 +00:00
auth.js Subscribers: Model, API & CSV import/export 2016-05-11 10:28:10 +02:00
cache-control.js
check-ssl.js 🎨 change how we get and set config 2016-09-20 15:59:34 +01:00
cors.js 🎨 change how we get and set config 2016-09-20 15:59:34 +01:00
decide-is-admin.js
index.js 🎨 change how we get and set config 2016-09-20 15:59:34 +01:00
labs.js Subscribers: Model, API & CSV import/export 2016-05-11 10:28:10 +02:00
maintenance.js 💄 Ensure all middleware use named functions (#7434) 2016-09-26 11:10:44 +02:00
oauth.js utf8mb4 support (#7409) 2016-09-20 15:59:34 +01:00
redirect-to-setup.js 🎨 add getSubdir and getProtectedSlugs 2016-09-20 15:59:34 +01:00
serve-shared-file.js 🎨 change how we get and set config 2016-09-20 15:59:34 +01:00
spam-prevention.js move private-blogging functionality into an internal app 2016-04-11 08:58:41 -05:00
static-theme.js 🎨 🔦 refactor content paths (images, apps, themes, storage, scheduling) 2016-09-20 15:59:34 +01:00
theme-handler.js 🎨 🔦 refactor content paths (images, apps, themes, storage, scheduling) 2016-09-20 15:59:34 +01:00
uncapitalise.js Remove open redirect by removing double slashes from redirects (#7247) 2016-08-23 13:47:59 +02:00