0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core
Sebastian Gierlinger 6220bd19f5 Use ajax for import
closes #1854
- added blueimp file upload to debug.js
- changed POST /ghost/api/v0.1/db to be used with AJAX
- cache invalidation header should now work for import
- moved busboy middleware invocation to routes/api and routes/admin
- moved api.db.import to api.db.importContent (I hated the [] notation)
- moved api.db.export to api.db.exportContent (see above)
2014-01-06 22:55:43 +00:00
..
client Use ajax for import 2014-01-06 22:55:43 +00:00
server Use ajax for import 2014-01-06 22:55:43 +00:00
shared Modified github.js to ensure __ isn't escaped at beginning of line 2014-01-03 09:45:40 -05:00
test Disable xss santization 2014-01-06 20:17:20 +00:00
index.js Restore support for using ghost as a npm module fixes #1326 2013-11-27 17:39:14 +00:00