mastodon/spec/controllers/api/v1
Eugen Rochko 24cafd73a2
Lists (#5703)
* Add structure for lists

* Add list timeline streaming API

* Add list APIs, bind list-account relation to follow relation

* Add API for adding/removing accounts from lists

* Add pagination to lists API

* Add pagination to list accounts API

* Adjust scopes for new APIs

- Creating and modifying lists merely requires "write" scope
- Fetching information about lists merely requires "read" scope

* Add test for wrong user context on list timeline

* Clean up tests
2017-11-18 00:16:48 +01:00
..
accounts
apps
lists
statuses
timelines
accounts_controller_spec.rb Optional notification muting (#5087) 2017-11-15 03:56:41 +01:00
apps_controller_spec.rb
blocks_controller_spec.rb
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
favourites_controller_spec.rb
follow_requests_controller_spec.rb
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
lists_controller_spec.rb Lists (#5703) 2017-11-18 00:16:48 +01: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 Optional notification muting (#5087) 2017-11-15 03:56:41 +01:00
notifications_controller_spec.rb
reports_controller_spec.rb
search_controller_spec.rb
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