Ghost/core/server/middleware
Hannah Wolfe a59cfc70a1 Serve immediate 404 for static files (no fallthru)
closes #5887

- make use of the new 'fallthrough' option which landed in express-static 1.10.0
- change local-file-store and middleware serving `/public/` and `/shared/` files to use the new `fallthrough: false` option
- 404s are now served directly, without slashes or uncapitalise getting triggered
2016-02-21 19:17:27 +00:00
..
auth-strategies.js Check client is enabled before auth 2015-11-04 16:59:56 +00:00
auth.js Harvest server side strings 2015-12-19 12:12:16 +01:00
cache-control.js deps: grunt-jscs@2.1.0 2015-10-12 19:21:16 +01:00
check-ssl.js SSL redirects 2015-09-25 12:02:14 +02:00
decide-is-admin.js Moves the decideIsAdmin into its own file. 2015-06-09 14:02:22 -07:00
ghost-busboy.js Harvest server side strings 2015-12-19 12:12:16 +01:00
index.js Serve immediate 404 for static files (no fallthru) 2016-02-21 19:17:27 +00:00
oauth.js Harvest server side strings 2015-12-19 12:12:16 +01:00
private-blogging.js Merge pull request #6070 from kevinkucharczyk/harvesting-server-side-strings 2016-01-12 20:04:53 +00:00
redirect-to-setup.js Middleware Refactor 2015-08-04 14:53:58 +02:00
serve-shared-file.js Prep shared API URL util for use on external sites 2015-12-15 11:50:46 +00:00
spam-prevention.js Harvest server side strings 2015-12-19 12:12:16 +01:00
static-theme.js Use req.path instead of req.url to check for file extension 2016-02-17 19:24:49 +01:00
theme-handler.js Harvest server side strings 2015-12-19 12:12:16 +01:00
uncapitalise.js Uncapitalise respects subdirectories & no encoding 2015-09-24 18:52:30 +01:00