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/spec/models
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
9 years ago
..
concerns
form Improve admin page (#4121) 9 years ago
web Web Push Notifications (#3243) 9 years ago
account_domain_block_spec.rb Spec AccountDomainBlock (#3816) 9 years ago
account_filter_spec.rb
account_spec.rb Do not try to re-subscribe to unsubscribed accounts (#4653) 9 years ago
block_spec.rb Cover Block more (#3837) 9 years ago
conversation_mute_spec.rb
conversation_spec.rb
custom_emoji_spec.rb Custom emoji (#4988) 9 years ago
domain_block_spec.rb Cover DomainBlock more (#3838) 9 years ago
export_spec.rb Cover Export more (#3840) 9 years ago
favourite_spec.rb Cover Favourite more (#3841) 9 years ago
feed_spec.rb Remove sort in Feed (#4050) 9 years ago
follow_request_spec.rb
follow_spec.rb
import_spec.rb Validate data of Imports (#4782) 9 years ago
media_attachment_spec.rb Add ability to specify alternative text for media attachments (#5123) 9 years ago
mention_spec.rb
mute_spec.rb
notification_spec.rb
preview_card_spec.rb
report_filter_spec.rb
report_spec.rb Feat add validation for report comment: characters under 1000 valid (#4833) 9 years ago
session_activation_spec.rb Revocable sessions (#3616) 9 years ago
site_upload_spec.rb Uploads for admin site settings (#4913) 9 years ago
status_pin_spec.rb Pinned statuses (#4675) 9 years ago
status_spec.rb Do not filter statuses with unknown languages (#5045) 9 years ago
stream_entry_spec.rb
subscription_spec.rb
tag_spec.rb add validation to tag name (#4194) 9 years ago
user_spec.rb Application prefs section (#2758) 9 years ago