Ghost/core/server/middleware
Hannah Wolfe b1dd96ecc2 Removing incorrect 405 handling
refs #2757

- As per this convo: https://ghost.slack.com/archives/ghost/p1436895553007431 the 405 handling in Ghost is acting
as a catch all, rather than only returning when the wrong HTTP method is used for a valid resource.
- Implementing proper 405 with express is a challenge, and therefore we defer doing this work until it is needed
2015-07-14 20:49:19 +01:00
..
api-error-handlers.js Removing incorrect 405 handling 2015-07-14 20:49:19 +01:00
auth-strategies.js Ensure middleware functions are named 2015-06-02 14:49:18 +01:00
cache-control.js Ensure middleware functions are named 2015-06-02 14:49:18 +01:00
client-auth.js splitting client authentication-related middleware in to its own file 2015-05-31 12:35:03 -04:00
decide-is-admin.js Moves the decideIsAdmin into its own file. 2015-06-09 14:02:22 -07:00
ghost-busboy.js Ensure middleware functions are named 2015-06-02 14:49:18 +01:00
index.js Merge pull request #5427 from ErisDS/api-reshuffle 2015-06-15 10:26:11 -05:00
middleware.js Make the 401 error format consistent 2015-06-30 12:38:47 -04:00
oauth.js Ensure middleware functions are named 2015-06-02 14:49:18 +01:00
spam-prevention.js Ensure middleware functions are named 2015-06-02 14:49:18 +01:00
uncapitalise.js Move uncapitalize into its own file. 2015-06-10 12:21:15 -07:00