You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/spec/controllers/api/v1
aschmitz b95c48748c Per-user reblog hiding implementation/fixes/tests
Note that this will only hide/show *future* reblogs by a user, and does
nothing to remove/add reblogs that are already in the timeline. I don't
think that's a particularly confusing behavior, and it's a lot easier
to implement (similar to mutes, I believe).
8 years ago
..
accounts Per-user reblog hiding implementation/fixes/tests 8 years ago
apps Fix #5104 - GET /api/v1/apps/verify_credentials to confirm app works (#5112) 8 years ago
statuses Change IDs to strings rather than numbers in API JSON output (#5019) 8 years ago
timelines Introduce access token fabricators (#4401) 9 years ago
accounts_controller_spec.rb Per-user reblog hiding implementation/fixes/tests 8 years ago
apps_controller_spec.rb
blocks_controller_spec.rb Fix pagination in Api::V1::BlocksController (#5285) 8 years ago
custom_emojis_controller_spec.rb New API: GET /api/v1/custom_emojis to get a server's custom emojis (#5051) 8 years ago
domain_blocks_controller_spec.rb Introduce access token fabricators (#4401) 9 years ago
favourites_controller_spec.rb Don't send Link header when don't know prev and next links (#4633) 9 years ago
follow_requests_controller_spec.rb Introduce access token fabricators (#4401) 9 years ago
follows_controller_spec.rb Fix POST /api/v1/follows error when already following (#4878) 8 years ago
instances_controller_spec.rb Introduce access token fabricators (#4401) 9 years ago
media_controller_spec.rb Add ability to specify alternative text for media attachments (#5123) 8 years ago
mutes_controller_spec.rb Add more specs for the /api/v1/mutes/details endpoint 8 years ago
notifications_controller_spec.rb Introduce access token fabricators (#4401) 9 years ago
reports_controller_spec.rb Introduce access token fabricators (#4401) 9 years ago
search_controller_spec.rb Introduce access token fabricators (#4401) 9 years ago
statuses_controller_spec.rb Introduce access token fabricators (#4401) 9 years ago
streaming_controller_spec.rb Redirect to streaming_api_base_url (#3579) 9 years ago