Ghost/core
William Dibbern 2417de8141 Removed global registration of express.bodyParser
Fixes #824

- Removed global registration of `express.bodyParser` middleware.
- Replaced with `express.bodyParser`'s constituents: `express.json` and
`express.urlencoded`, then registered `express.multipart` against *only*
the upload route.
2013-09-18 18:30:31 -05:00
..
client New default user image 2013-09-18 22:34:01 +01:00
server Removing Temporary importer 2013-09-18 23:24:26 +01:00
shared New default user image 2013-09-18 22:34:01 +01:00
test Removing FancyFirstChar plugin 2013-09-18 19:49:10 +01:00
config-loader.js Refactor the initial boot of Ghost, allowing Ghost updates to keep current configuration intact. 2013-09-14 14:04:08 +01:00
ghost.js Removing console log 2013-09-18 15:03:25 +01:00
server.js Removed global registration of express.bodyParser 2013-09-18 18:30:31 -05:00