Ghost/ghost/admin/app/routes
Kevin Ansfield 62553cdf92 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
..
editor Replace jQuery-based uploader.js with ember components 2016-04-05 12:03:20 +01:00
posts improve 404 error handling in post route 2016-02-14 16:49:57 -06:00
settings Fix new post->tags transition 2016-02-18 18:01:08 +00:00
setup cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00
team Refactor modals 2016-01-12 20:53:08 +00:00
about.js Restructure Configuration API endpoint 2016-02-19 18:49:23 +00:00
application.js deps: ember-data@2.3.2 2016-01-19 14:36:39 +00:00
authenticated.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
error404.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
mobile-index-route.js cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00
posts.js Use es6 across client and add ember-suave to enforce rules 2015-11-30 10:41:01 +00:00
reset.js cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00
setup.js cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00
signin.js cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00
signout.js fix logging out from editor page 2016-02-16 20:07:03 -06:00
signup.js cleanup usage of Ember.inject 2016-01-19 07:03:27 -06:00