0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/client/app/services
Kevin Ansfield 260963e6b1 Replace jQuery-based uploader.js with ember components
no issue
- adds `gh-image-uploader` that handles image uploads in a fully ember fashion and with no dependency on `uploader.js`
- adds `gh-image-uploader-with-preview` that can fully replace the old `gh-uploader`
- replace uses of `gh-uploader` in PSM & TSM with `gh-image-uploader-with-preview`
- updates the editor preview image handling to use the new `gh-image-uploader-with-preview` component
- updates the image upload modal to use `gh-image-uploader` (utilises the `saveButton=false` flag which means the preview has to be handled externally to avoid auto-replacement when typing a URL)
- removes all old `uploader.js` related code
- adds custom `RequestEntityTooLargeError` and `UnsupportedMediaTypeError` errors to our `ajax` service
2016-04-05 12:03:20 +01:00
..
ajax.js Replace jQuery-based uploader.js with ember components 2016-04-05 12:03:20 +01:00
config.js refactor admin config to include explicit value types 2016-01-19 09:43:09 -06:00
dropdown.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
feature.js Refactor the feature service 2016-02-23 15:22:32 +00:00
ghost-paths.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
media-queries.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
notifications.js deps: ember-ajax@0.7.1 2016-01-18 09:37:14 -06:00
session.js cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00
slug-generator.js cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00