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
ThibG 62bafa20a1 Hide blocking accounts from blocked users (#10442)
* Revert "Add indication that you have been blocked in web UI (#10420)"

This reverts commit bd02ec6daa.

* Revert "Add `blocked_by` relationship to the REST API (#10373)"

This reverts commit 9745de883b.

* Hide blocking accounts from search results

* Filter blocking accouts from account followers

* Filter blocking accouts from account's following accounts

* Filter blocking accounts from “reblogged by” and “favourited by” lists

* Remove blocking account from URL search

* Return 410 on trying to fetch user data from a user who blocked us

* Return 410 in /api/v1/account/statuses for suspended or blocking accounts

* Fix status filtering when performing URL search

* Restore some React improvements

Restore some cleanup from bd02ec6daa

* Refactor by adding `without_blocking` scope
6 years ago
..
accounts Hide blocking accounts from blocked users (#10442) 6 years ago
apps Use raw status code on have_http_status (#7214) 7 years ago
instances Add specs for Api::V1::Instances::PeersController (#9546) 6 years ago
lists Add more granular OAuth scopes (#7929) 7 years ago
polls Add polls (#10111) 6 years ago
push Add REST API for Web Push Notifications subscriptions (#7445) 7 years ago
statuses Lint pass (#8876) 6 years ago
timelines Add scheduled statuses (#9706) 6 years ago
accounts_controller_spec.rb Add REST API for creating an account (#9572) 6 years ago
apps_controller_spec.rb Use raw status code on have_http_status (#7214) 7 years ago
blocks_controller_spec.rb Add more granular OAuth scopes (#7929) 7 years ago
conversations_controller_spec.rb Add scheduled statuses (#9706) 6 years ago
custom_emojis_controller_spec.rb Use raw status code on have_http_status (#7214) 7 years ago
domain_blocks_controller_spec.rb Add more granular OAuth scopes (#7929) 7 years ago
endorsements_controller_spec.rb Add spec for Api::V1::EndorsementsController (#9543) 6 years ago
favourites_controller_spec.rb Support min_id-based pagination in REST API (#8736) 6 years ago
filters_controller_spec.rb Add polls (#10111) 6 years ago
follow_requests_controller_spec.rb Add more granular OAuth scopes (#7929) 7 years ago
follows_controller_spec.rb Add more granular OAuth scopes (#7929) 7 years ago
instances_controller_spec.rb Use raw status code on have_http_status (#7214) 7 years ago
lists_controller_spec.rb Add more granular OAuth scopes (#7929) 7 years ago
media_controller_spec.rb Not to skip executable specs (#9753) 6 years ago
mutes_controller_spec.rb Make Api::V1::MutesController paginate properly (#8472) 6 years ago
notifications_controller_spec.rb Add scheduled statuses (#9706) 6 years ago
polls_controller_spec.rb Add polls (#10111) 6 years ago
reports_controller_spec.rb Support min_id-based pagination in REST API (#8736) 6 years ago
search_controller_spec.rb Add more granular OAuth scopes (#7929) 7 years ago
statuses_controller_spec.rb Add more granular OAuth scopes (#7929) 7 years ago
streaming_controller_spec.rb Lint pass (#8876) 6 years ago
suggestions_controller_spec.rb Re-add follow recommendations API (#7918) 7 years ago