mastodon/spec/controllers/api/v1
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
..
accounts Change IDs to strings rather than numbers in API JSON output (#5019) 2017-09-20 14:53:48 +02:00
statuses Change IDs to strings rather than numbers in API JSON output (#5019) 2017-09-20 14:53:48 +02:00
timelines Introduce access token fabricators (#4401) 2017-07-27 15:16:07 +02:00
accounts_controller_spec.rb Fix error when following locked accounts (#4896) 2017-09-11 23:50:37 +02:00
apps_controller_spec.rb Fix tests, update goldfinger to catch XML errors 2016-09-30 23:08:29 +02:00
blocks_controller_spec.rb Introduce access token fabricators (#4401) 2017-07-27 15:16:07 +02:00
custom_emojis_controller_spec.rb New API: GET /api/v1/custom_emojis to get a server's custom emojis (#5051) 2017-09-23 01:57:23 +02:00
domain_blocks_controller_spec.rb Introduce access token fabricators (#4401) 2017-07-27 15:16:07 +02:00
favourites_controller_spec.rb Don't send Link header when don't know prev and next links (#4633) 2017-08-18 10:42:59 +02:00
follow_requests_controller_spec.rb Introduce access token fabricators (#4401) 2017-07-27 15:16:07 +02:00
follows_controller_spec.rb Fix POST /api/v1/follows error when already following (#4878) 2017-09-10 15:09:06 +02:00
instances_controller_spec.rb Introduce access token fabricators (#4401) 2017-07-27 15:16:07 +02:00
media_controller_spec.rb Add ability to specify alternative text for media attachments (#5123) 2017-09-28 15:31:31 +02:00
mutes_controller_spec.rb Introduce access token fabricators (#4401) 2017-07-27 15:16:07 +02:00
notifications_controller_spec.rb Introduce access token fabricators (#4401) 2017-07-27 15:16:07 +02:00
reports_controller_spec.rb Introduce access token fabricators (#4401) 2017-07-27 15:16:07 +02:00
search_controller_spec.rb Introduce access token fabricators (#4401) 2017-07-27 15:16:07 +02:00
statuses_controller_spec.rb Introduce access token fabricators (#4401) 2017-07-27 15:16:07 +02:00
streaming_controller_spec.rb Redirect to streaming_api_base_url (#3579) 2017-06-05 12:09:29 +02:00