mastodon/spec
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
fabricators Custom emoji (#4988) 2017-09-19 02:42:40 +02:00
features Add scenarios for log in (#3497) 2017-06-01 17:25:59 +02:00
fixtures Custom emoji (#4988) 2017-09-19 02:42:40 +02:00
helpers Add emoji autosuggest (#5053) 2017-09-23 14:47:32 +02:00
javascript Fix emojify() by generating a mapping to existing Twemoji files (#5080) 2017-09-25 18:36:33 +02:00
lib Add missing validations in ActivityPub::Activity::Create (#5096) 2017-09-25 18:33:11 +02:00
mailers
models Add ability to specify alternative text for media attachments (#5123) 2017-09-28 15:31:31 +02:00
policies
presenters
requests
routing
services Fix #5059 - Stop processing payload if it's from local account (#5100) 2017-09-26 01:06:13 +02:00
support
validators
views Uploads for admin site settings (#4913) 2017-09-14 00:04:30 +02:00
workers Follow-up to #4582 and #5027, removing dead code (#5101) 2017-09-26 01:06:27 +02:00
rails_helper.rb
spec_helper.rb Minor performance improvement for test suite (#4678) 2017-08-24 13:31:55 +02:00