mastodon/app/controllers/settings
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
..
exports Add CSV export for lists and domain blocks ()
migration Fix account redirect confirmation message talking about moved followers ()
preferences Change /settings/preferences to redirect to appearance, add /settings/preferences/other ()
two_factor_authentication Add password challenge to 2FA settings, e-mail notifications ()
aliases_controller.rb Addition of update activity distribution by alias, minor correction ()
applications_controller.rb Create Settings::BaseController ()
base_controller.rb Fix settings pages being cacheable by the browser ()
deletes_controller.rb Fix 2FA challenge and password challenge for non-database users ()
exports_controller.rb Add account migration UI ()
featured_tags_controller.rb Fix pinned statuses being shown in a featured hashtag ()
identity_proofs_controller.rb Add ability to remove identity proofs from account ()
imports_controller.rb Fix ImportsController param to permit :mode ()
migrations_controller.rb Fix account migration not affecting followers on origin server ()
pictures_controller.rb Add customizable thumbnails for audio and video attachments ()
preferences_controller.rb Add setting for whether to crop images in unexpanded toots ()
profiles_controller.rb Fix base64-encoded file uploads not being possible ()
sessions_controller.rb Change unconfirmed user login behaviour ()
two_factor_authentications_controller.rb Add password challenge to 2FA settings, e-mail notifications ()