Commit Graph

4 Commits (b42a8ef7d95f84818c445310886dcec0bbeda890)

Author SHA1 Message Date
ThibG 4552449c26
Fix profile update not being sent on profile/header picture deletion ()
Fixes 

Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Eugen Rochko 4e4b3a0c8e
Refactor settings controllers ()
- Disallow suspended accounts from revoking sessions and apps
- Allow suspended accounts to access exports
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
sternenseemann 679980f77c
Allow users to delete their header and avatar ()
This is achieved by sending a DELETE request to
/settings/profile/pictures/{avatar,header} via a link that is part of
the upload form's hint of the respective picture.