0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core
Naz 091240db48 Added thumbnail upload support to Media API
refs https://github.com/TryGhost/Toolbox/issues/95

- Each media file quires a thumbnail and these changes provide a capability to upload them along with media files.
- The thumbnail file is always required and has to be the format of already supported image formats
- The thumbnail should be uploaded as a part of "thumbnail" attachment in the request
- The regression tests added with this changeset will be claened up and moved to unit-tests (this is a dirty-but-working version!)
- The thumbnail always gets a name of the uploaded media file and keeps it's own extension.
- The thumbnails is accessible under the url present in the "thumbnail_url" reponse field
2021-11-04 10:23:29 +04:00
..
client@d2ffe6f148 Updated Admin to v4.21.0 2021-10-29 16:00:28 +01:00
frontend 🐛 Fixed broken assets for theme/design preview 2021-11-03 11:20:04 +01:00
server Added thumbnail upload support to Media API 2021-11-04 10:23:29 +04:00
shared Added thumbnail upload support to Media API 2021-11-04 10:23:29 +04:00
app.js
boot.js Used DynamicRedirectManager for Custom Redirects 2021-11-03 07:41:55 +13:00
bridge.js Renamed frontend/web/app to site 2021-10-21 19:54:50 +01:00