mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-01 13:54:35 +03:00
43bf325800
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 |
||
---|---|---|
.. | ||
base.js | ||
copy-html.js | ||
delete-all.js | ||
delete-post.js | ||
delete-subscriber.js | ||
delete-tag.js | ||
delete-theme.js | ||
delete-user.js | ||
import-subscribers.js | ||
invite-new-user.js | ||
leave-editor.js | ||
markdown-help.js | ||
new-subscriber.js | ||
re-authenticate.js | ||
transfer-owner.js | ||
upload-image.js | ||
upload-theme.js |