mastodon/spec/controllers/api
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
..
v1 Add ability to specify alternative text for media attachments (#5123) 2017-09-28 15:31:31 +02:00
web feat: Enable push subscription for mobile devices by default (#4321) 2017-07-23 23:27:23 +02:00
base_controller_spec.rb Fix webfinger retries (#4275) 2017-07-20 01:59:07 +02:00
oembed_controller_spec.rb Raise an error for remote url in StatusFinder (#4776) 2017-09-02 17:42:47 +02:00
push_controller_spec.rb Fix #2672 - Connect signed PuSH subscription requests to instance domain (#4205) 2017-07-14 23:01:20 +02:00
salmon_controller_spec.rb Clean up api/salmon controller (#3449) 2017-05-30 16:28:58 -04:00
subscriptions_controller_spec.rb Hook up URL-based resource look-up to ActivityPub (#4589) 2017-08-14 02:29:36 +02:00