Ghost/ghost/admin/tests/acceptance
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
..
posts improve 404 error handling in post route 2016-02-14 16:49:57 -06:00
settings Replace jQuery-based uploader.js with ember components 2016-04-05 12:03:20 +01:00
authentication-test.js Fix 401 error when uploading images 2016-01-25 11:11:29 +00:00
password-reset-test.js Acceptance tests for password reset flow on signin screen 2016-02-02 12:22:41 +00:00
setup-test.js Fill in pending tests setup acceptance tests 2016-01-05 17:03:22 +00:00
signin-test.js add signin acceptance test 2016-02-16 23:08:24 -06:00
team-test.js fix 404 acceptance tests 2016-02-05 06:16:29 -06:00