mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
39485d17c0
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. |
||
---|---|---|
.. | ||
v0.1 | ||
v2 | ||
README.md |
Ghost APIs
Ghost is moving towards providing more robust APIs in the future. A plan and decisions can be found here.
WARNING!
The v2 API (/ghost/api/v2/*
endpoints) is to be considered under active development until this message is removed. Please use with caution and don't rely too heavy on it just yet :)