Ghost/ghost/admin/app/components/modals
Kevin Ansfield 43bf325800 use ember-ajax in place of ember-data's networking (#283)
closes #7014
- uses the `AjaxServiceSupport` mixin from `ember-ajax` to replace Ember Data's internal `ajax` method with our own ajax service
- normalizes all error handling to use `ember-ajax` style errors
- default to the `application/vnd.api+json` content-type so that we don't have a mix of urlencoded and plain JSON content
- fix `normalizeErrorResponse` in our `ajax` service so that it doesn't add an empty `errors` array to payloads
2016-09-26 11:59:04 -05:00
..
base.js convert ember imports to ember-cli-shim imports where possible (#95) 2016-06-30 11:21:47 +01:00
copy-html.js convert ember imports to ember-cli-shim imports where possible (#95) 2016-06-30 11:21:47 +01:00
delete-all.js convert ember imports to ember-cli-shim imports where possible (#95) 2016-06-30 11:21:47 +01:00
delete-post.js Refactor error handling 2016-07-08 15:16:54 +01:00
delete-subscriber.js convert ember imports to ember-cli-shim imports where possible (#95) 2016-06-30 11:21:47 +01:00
delete-tag.js convert ember imports to ember-cli-shim imports where possible (#95) 2016-06-30 11:21:47 +01:00
delete-theme.js theme management UI 2016-08-23 12:42:38 +01:00
delete-user.js 🐛 fix highlighted number of posts when deleting a user (#144) 2016-08-24 07:26:29 -06:00
import-subscribers.js convert ember imports to ember-cli-shim imports where possible (#95) 2016-06-30 11:21:47 +01:00
invite-new-user.js Separate invites and users (#277) 2016-09-26 18:03:53 +02:00
leave-editor.js Update package.json details, rename module to ghost-admin 2016-06-03 16:12:54 +01:00
markdown-help.js Update package.json details, rename module to ghost-admin 2016-06-03 16:12:54 +01:00
new-subscriber.js use ember-ajax in place of ember-data's networking (#283) 2016-09-26 11:59:04 -05:00
re-authenticate.js "400 Version Mismatch" error handling 2016-07-08 14:56:26 +01:00
transfer-owner.js Update package.json details, rename module to ghost-admin 2016-06-03 16:12:54 +01:00
upload-image.js convert ember imports to ember-cli-shim imports where possible (#95) 2016-06-30 11:21:47 +01:00
upload-theme.js display warnings after theme upload (#262) 2016-09-14 18:34:07 +01:00