0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/test
Sebastian Gierlinger 2957b0175e Move image upload to API
closes #3252
- added `/ghost/api/v0.1/uploads/` endpoint
- removed upload method from `controller/admin.js`
- moved removal of temporary files from storage to endpoint (needed to
account for failed uploads)
- changed and moved tests
- Oversight: I think that we use `.otherwise()` and `.catch()` a bit
too extensive and mask the real error objects. We probably need an
error handling strategy at some point in the future.
2014-07-15 12:40:14 +02:00
..
functional Setup hijacks owner user 2014-07-10 19:29:51 +02:00
integration Move image upload to API 2014-07-15 12:40:14 +02:00
unit Move image upload to API 2014-07-15 12:40:14 +02:00
utils Fix handling of async db calls in fixtures 2014-07-11 02:39:06 +00:00
blanket_coverage.js Replace the old admin with the ember admin 2014-07-01 08:33:17 +01:00