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/app/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
6 years ago
..
activitypub Ensure request.body isn't emptied out before signature verification (#10432) 6 years ago
admin Change icons of features on admin dashboard to remove bias (#10366) 6 years ago
api Hide blocking accounts from blocked users (#10442) 6 years ago
auth Admission-based registrations mode (#10250) 6 years ago
concerns Mark the 410 gone response for suspended accounts as cachable (#10339) 6 years ago
oauth Fix authorized applications list page design (#9969) 6 years ago
settings squashed identity proof updates (#10375) 6 years ago
well_known Add Keybase integration (#10297) 6 years ago
about_controller.rb Redesign landing page (#10232) 6 years ago
account_follow_controller.rb Restful refactor of accounts/ routes (#2133) 8 years ago
account_unfollow_controller.rb Restful refactor of accounts/ routes (#2133) 8 years ago
accounts_controller.rb Reduce server load caused by anonymous viewing. (#9059) 6 years ago
application_controller.rb Reduce server load caused by anonymous viewing. (#9059) 6 years ago
authorize_interactions_controller.rb Add remote interaction dialog for toots (#8202) 6 years ago
custom_css_controller.rb Add admin custom CSS setting (#8399) 6 years ago
directories_controller.rb Change icons of features on admin dashboard to remove bias (#10366) 6 years ago
emojis_controller.rb Unuse ActiveRecord::Base#cache_key (#8185) 6 years ago
filters_controller.rb Set @body_classes to admin layout (#9081) 6 years ago
follower_accounts_controller.rb Reduce server load caused by anonymous viewing. (#9059) 6 years ago
following_accounts_controller.rb Add preference to hide following/followers lists (#7532) 7 years ago
home_controller.rb Ensure single user is a local user (fixes #8154) (#8157) 6 years ago
intents_controller.rb Add remote interaction dialog for toots (#8202) 6 years ago
invites_controller.rb Set @body_classes to admin layout (#9081) 6 years ago
manifests_controller.rb Make Chrome splash screen same color as web UI's background color (#5169) 7 years ago
media_controller.rb fix CSP / X-Frame-Options for media embeds (#9558) 6 years ago
media_proxy_controller.rb Raise Mastodon::RaceConditionError if Redis lock failed (#7511) 7 years ago
public_timelines_controller.rb Redesign landing page (#10232) 6 years ago
relationships_controller.rb Add order options to relationship manager UI (#10404) 6 years ago
remote_follow_controller.rb Add remote interaction dialog for toots (#8202) 6 years ago
remote_interaction_controller.rb Change remote interaction dialog to use specific actions (#9743) 6 years ago
remote_unfollows_controller.rb Add tests for remote_unfollows_controller (#7879) 7 years ago
shares_controller.rb Add REST API for Web Push Notifications subscriptions (#7445) 7 years ago
statuses_controller.rb Reduce server load caused by anonymous viewing. (#9059) 6 years ago
stream_entries_controller.rb Fix "Show more" URL on paginated threads for remote statuses (#7285) 7 years ago
tags_controller.rb Fix `tagged` param not being normalized before querying tags (#10249) 6 years ago