Commit Graph

3 Commits (e3ca2b064191d6ed94e3ba66a8ce6b58b6657f0b)

Author SHA1 Message Date
Eugen Rochko 534da9ba23
Fix audio uploads without embedded image ()
Eugen Rochko 7aaf2b44ec
Fix remote files not using Content-Type header, streaming ()
Eugen Rochko 64aac30733
Add customizable thumbnails for audio and video attachments ()
- Change audio files to not be stripped of metadata
- Automatically extract cover art from audio if it exists
- Add `thumbnail` parameter to `POST /api/v1/media`, `POST /api/v2/media` and `PUT /api/v1/media/:id`
- Add `icon` to represent it in attachments in ActivityPub
- Fix `preview_url` containing URL of missing missing image when there is no thumbnail instead of null
- Fix duration of audio not being displayed on public pages until the file is loaded