Ghost/core/test/integration/api
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
..
api_db_spec.js Fix handling of async db calls in fixtures 2014-07-11 02:39:06 +00:00
api_mail_spec.js Fix up unit tests. Check config url with isURL. 2014-05-29 21:06:40 +00:00
api_notifications_spec.js Persistent notifications 2014-07-01 11:36:21 +02:00
api_posts_spec.js Check datatype for date format conversion 2014-07-05 19:15:32 +00:00
api_settings_spec.js Fix active theme selector. Add validation to API. 2014-07-09 22:14:33 +00:00
api_slugs_spec.js Update slug API to work with additional types 2014-06-04 05:54:03 +00:00
api_tags_spec.js Check datatype for date format conversion 2014-07-05 19:15:32 +00:00
api_themes_spec.js Fix active theme selector. Add validation to API. 2014-07-09 22:14:33 +00:00
api_upload_spec.js Move image upload to API 2014-07-15 12:40:14 +02:00
api_users_spec.js Move setup to API 2014-07-11 14:17:09 +02:00