Ghost/core/test/unit
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
..
apps_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
bootstrap_spec.js Improve error handling during bootstrap process 2014-06-19 12:59:16 +00:00
config_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
errorHandling_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
export_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
filters_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
frontend_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
import_spec.js Only reference model properties through the models module. 2014-07-10 08:04:32 -04:00
mail_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
middleware_spec.js Replace the old admin with the ember admin 2014-07-01 08:33:17 +01:00
permissions_spec.js Only reference model properties through the models module. 2014-07-10 08:04:32 -04:00
server_helpers_index_spec.js Turn on update notifications for Ember admin 2014-07-11 15:02:26 +00:00
server_helpers_template_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
server_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
showdown_client_integrated_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
showdown_ghostGFM_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
showdown_ghostimagepreview_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00
storage_localfilesystem_spec.js Move image upload to API 2014-07-15 12:40:14 +02:00
xmlrpc_spec.js Cleaning up the unit tests 2014-06-18 00:11:35 +01:00