0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core
jamesbloomer c215626d2b Use file mime type rather than extension to check server side if image upload is a valid file
closes #705
- uses the file type passed by express/connect
- relies on the type being set correctly by the browser upload
- doesn't reread the file to check
2013-09-20 13:20:59 +01:00
..
client Correct validation message for short passwords 2013-09-19 08:41:04 +01:00
server Use file mime type rather than extension to check server side if image upload is a valid file 2013-09-20 13:20:59 +01:00
shared New default user image 2013-09-18 22:34:01 +01:00
test Use file mime type rather than extension to check server side if image upload is a valid file 2013-09-20 13:20:59 +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 Merge pull request #843 from cgiffard/500-errors 2013-09-18 22:52:52 -07:00