mastodon/app
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
..
controllers Add ability to specify alternative text for media attachments (#5123) 2017-09-28 15:31:31 +02:00
helpers Add emoji autosuggest (#5053) 2017-09-23 14:47:32 +02:00
javascript Add ability to specify alternative text for media attachments (#5123) 2017-09-28 15:31:31 +02:00
lib Add ability to specify alternative text for media attachments (#5123) 2017-09-28 15:31:31 +02:00
mailers Thread toot notification mails by conversation (#5061) 2017-09-24 11:19:42 +02:00
models Add ability to specify alternative text for media attachments (#5123) 2017-09-28 15:31:31 +02:00
policies
presenters Compact status_ids in StatusRelationshipsPresenter (#5073) 2017-09-24 11:18:32 +02:00
serializers Add ability to specify alternative text for media attachments (#5123) 2017-09-28 15:31:31 +02:00
services Flush body when POST requests (#5128) 2017-09-28 15:04:32 +02:00
validators
views New error page graphic. Other error page improvements (#5099) 2017-09-25 23:05:54 +02:00
workers Flush body when POST requests (#5128) 2017-09-28 15:04:32 +02:00