mastodon/app/javascript/mastodon/features/compose/components
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
2017-09-28 15:31:31 +02:00
..
autosuggest_account.js Refactor Avatar and AvatarOverlay to have 'account' as prop instead of src and staticSrc (#4526) 2017-08-07 19:44:55 +02:00
character_counter.js Count all URLs in text as 23 characters flat, do not count domain part of usernames (#4427) 2017-07-29 00:06:29 +02:00
compose_form.js Add custom emojis to the emoji picker (#5052) 2017-09-23 05:40:28 +02:00
emoji_picker_dropdown.js Dropdown triangles a bit nicer, smoother scrolling on touch (#5062) 2017-09-24 00:40:10 +02:00
navigation_bar.js Refactor Avatar and AvatarOverlay to have 'account' as prop instead of src and staticSrc (#4526) 2017-08-07 19:44:55 +02:00
privacy_dropdown.js Use passive listener in privacy_dropdown.js (#5037) 2017-09-22 04:59:01 +02:00
reply_indicator.js feat: Cache status height to avoid expensive renders (#4439) 2017-08-07 20:32:03 +02:00
search.js Improve accessibility (part 3) (#4405) 2017-07-28 00:54:48 +02:00
search_results.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
text_icon_button.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
upload.js Add ability to specify alternative text for media attachments (#5123) 2017-09-28 15:31:31 +02:00
upload_button.js Improve accessibility (part 3) (#4405) 2017-07-28 00:54:48 +02:00
upload_form.js Add ability to specify alternative text for media attachments (#5123) 2017-09-28 15:31:31 +02:00
upload_progress.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00
warning.js Use Class and Property Decorators (#3730) 2017-06-23 19:36:54 +02:00