You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/controllers
Eugen Rochko 4ec1771165 Add ability to specify alternative text for media attachments (#5123)
* Fix #117 - Add ability to specify alternative text for media attachments

- POST /api/v1/media accepts `description` straight away
- PUT /api/v1/media/:id to update `description` (only for unattached ones)
- Serialized as `name` of Document object in ActivityPub
- Uploads form adjusted for better performance and description input

* Add tests

* Change undo button blend mode to difference
7 years ago
..
activitypub Instantly upgrade account to ActivityPub if we receive ActivityPub payload (#4766) 7 years ago
admin New API: GET /api/v1/custom_emojis to get a server's custom emojis (#5051) 7 years ago
api Add ability to specify alternative text for media attachments (#5123) 7 years ago
auth Default follows for new users (#4871) 7 years ago
concerns Support more variations of ActivityPub keyId in signature (#4630) 7 years ago
oauth
settings Add support for multiple themes (#4959) 7 years ago
well_known
about_controller.rb
account_follow_controller.rb
account_unfollow_controller.rb
accounts_controller.rb Switch to static URIs, new URI format in both protocols for new statuses (#4815) 7 years ago
application_controller.rb Add support for multiple themes (#4959) 7 years ago
authorize_follows_controller.rb Add "signed in as" header to some pages (#4523) 7 years ago
follower_accounts_controller.rb Use OrderedCollectionPage to return followers/following list (#4949) 7 years ago
following_accounts_controller.rb Use OrderedCollectionPage to return followers/following list (#4949) 7 years ago
home_controller.rb When web UI URL used while logged out, redirect to static page (#4954) 7 years ago
intents_controller.rb Add protocol handler. Handle follow intents (#4511) 7 years ago
manifests_controller.rb
media_controller.rb
media_proxy_controller.rb Fix incomplete account records being read (#4998) 7 years ago
remote_follow_controller.rb Add "signed in as" header to some pages (#4523) 7 years ago
shares_controller.rb Make share intent modal to make "signed in as" shown. (#4611) 7 years ago
statuses_controller.rb Update status embeds (#4742) 7 years ago
stream_entries_controller.rb Update status embeds (#4742) 7 years ago
tags_controller.rb Set correct content-type for ActivityPub JSON (#4592) 7 years ago