Ghost/core/test/utils/fixtures
Rishabh Garg 39485d17c0 Added new endpoint to upload square profile images with dimension validation (#9862)
refs #8576

- adds new API endpoint `/uploads/profile-image` for uploading profile images
- new validation which fails with error message if uploaded image is not square
- Renamed getImageSizeFromFilePath to getImageSizeFromStoragePath, because it's more explicit
- Add new getImageSizeFromPath method, which is used in the new dimensions middleware
- Ensure we use the sharp middleware to auto-resize the uploaded profile pictures
- Ensure the new route get's added to v2

While this makes sure all future profile images uploaded are square, this doesn’t affect any existing non-square profile image. Needs more thought on how to handle existing non-square profile images for the purpose of making theming easier in future.
2018-09-24 21:42:58 +02:00
..
app
config
csv
data 🎨Added case insensitive support for redirects (#9755) 2018-09-24 18:57:05 +02:00
export Changes for Koenig and Ghost 2.0 (#9750) 2018-08-16 12:13:24 +02:00
filter-param
images Added new endpoint to upload square profile images with dimension validation (#9862) 2018-09-24 21:42:58 +02:00
import
settings Added tests for reloading routes.yaml 2018-08-16 12:13:24 +02:00
themes Fixed tests 2018-08-30 18:04:54 +01:00
data-generator.js 🎨Added absolute_url flag to public api (#9833) 2018-08-31 11:02:39 +01:00
example.js
test.hbs