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 7dba7b52f8 💄 Misc cleanup in middleware, helpers & apps (#7479)
no issue

- unsued code:
  - there are no public assets anymore, might need to use this instead of shared in future, but for now lets remove it to reduce confusion
  - the `input password` box was incorrectly registered as an admin helper, thinking that was needed in order to render the default template. This isn't needed.
- apps:
  - small structure & comment update to amp app
  - moving input_password helper into private blogging app
  - refactor helpers in subscribers app
2016-10-04 19:09:18 +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
cache-control.js deps: grunt-jscs@2.1.0 2015-10-12 19:21:16 +01:00
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 Moves the decideIsAdmin into its own file. 2015-06-09 14:02:22 -07:00
error-handler.js 🎨 configurable logging with bunyan (#7431) 2016-10-04 16:33:43 +01:00
index.js 💄 Misc cleanup in middleware, helpers & apps (#7479) 2016-10-04 19:09:18 +02:00
labs.js 🎨 configurable logging with bunyan (#7431) 2016-10-04 16:33:43 +01:00
maintenance.js 💄 Ensure all middleware use named functions (#7434) 2016-09-26 11:10:44 +02:00
redirect-to-setup.js Ghost OAuth (#7451) 2016-09-30 12:45:59 +01:00
serve-shared-file.js 🎨 change how we get and set config 2016-09-20 15:59:34 +01:00
spam-prevention.js 🎨 configurable logging with bunyan (#7431) 2016-10-04 16:33:43 +01:00
static-theme.js 🎨 🔦 refactor content paths (images, apps, themes, storage, scheduling) 2016-09-20 15:59:34 +01:00
theme-handler.js 🎨 configurable logging with bunyan (#7431) 2016-10-04 16:33:43 +01:00
uncapitalise.js Remove open redirect by removing double slashes from redirects (#7247) 2016-08-23 13:47:59 +02:00