mastodon/app/javascript/mastodon/features/compose/containers
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_container.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
autosuggest_status_container.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
compose_form_container.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
emoji_picker_dropdown_container.js Add custom emojis to the emoji picker (#5052) 2017-09-23 05:40:28 +02:00
navigation_container.js Remove unused variables (#3906) 2017-06-23 16:05:04 +02:00
privacy_dropdown_container.js fix(dropdown_menu): Open as modal on mobile (#4295) 2017-07-27 22:31:59 +02:00
reply_indicator_container.js Remove unused variables (#3906) 2017-06-23 16:05:04 +02:00
search_container.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
search_results_container.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
sensitive_button_container.js Disable sensitive button when with content warnings (#4460) 2017-07-31 05:06:56 +02:00
spoiler_button_container.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
upload_button_container.js Improve eslint rules (#3147) 2017-05-20 17:31:47 +02:00
upload_container.js Add ability to specify alternative text for media attachments (#5123) 2017-09-28 15:31:31 +02:00
upload_form_container.js Add ability to specify alternative text for media attachments (#5123) 2017-09-28 15:31:31 +02:00
upload_progress_container.js Remove unused variables (#3906) 2017-06-23 16:05:04 +02:00
warning_container.js Remove web UI warnings about OStatus privacy (#5102) 2017-09-28 00:26:33 +02:00