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
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
7 years ago
..
activitypub Do not try fetching keys of unknown accounts on a Delete from them (#10326) 7 years ago
admin Add validations to admin settings (#10348) 7 years ago
api Hide blocking accounts from blocked users (#10442) 7 years ago
auth Admission-based registrations mode (#10250) 7 years ago
concerns Admission-based registrations mode (#10250) 7 years ago
oauth Add force_login option to OAuth authorize page (#8655) 8 years ago
settings squashed identity proof updates (#10375) 7 years ago
well_known Add Keybase integration (#10297) 7 years ago
about_controller_spec.rb
account_follow_controller_spec.rb
account_unfollow_controller_spec.rb
accounts_controller_spec.rb Admission-based registrations mode (#10250) 7 years ago
application_controller_spec.rb Lint pass (#8876) 8 years ago
authorize_interactions_controller_spec.rb Optimize the process of following someone (#9220) 7 years ago
emojis_controller_spec.rb Misc. typos (#8694) 8 years ago
follower_accounts_controller_spec.rb
following_accounts_controller_spec.rb
home_controller_spec.rb
intents_controller_spec.rb
invites_controller_spec.rb Lint pass (#8876) 8 years ago
manifests_controller_spec.rb
media_controller_spec.rb
relationships_controller_spec.rb Add relationship manager UI (#10268) 7 years ago
remote_follow_controller_spec.rb
remote_interaction_controller_spec.rb Add specs for RemoteInteractionController (#9524) 7 years ago
remote_unfollows_controller_spec.rb Lint pass (#8876) 8 years ago
shares_controller_spec.rb
statuses_controller_spec.rb Fix thread depth computation in statuses_controller (#9426) 7 years ago
stream_entries_controller_spec.rb Misc. typos (#8694) 8 years ago
tags_controller_spec.rb Redesign public hashtag page to use a masonry layout (#9822) 7 years ago