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/api/v1
Eugen Rochko 10f51c9886
Fix domain hiding logic (#7765)
* Send rejections to followers when user hides domain they're on

* Use account domain blocks for "authorized followers" action

Replace soft-blocking (block & unblock) behaviour with follow rejection

* Split sync and async work of account domain blocking

Do not create domain block when removing followers by domain, that
is probably unexpected from the user's perspective.

* Adjust confirmation message for domain block

* yarn manage:translations
7 years ago
..
accounts Add preference to hide following/followers lists (#7532) 7 years ago
apps
instances
lists
push Fix 404 for GET /api/v1/push/subscription (#7472) 7 years ago
statuses Fix distribute_add_activity and distribute_remove_activity (#7393) 7 years ago
timelines optimize direct timeline (#7614) 7 years ago
accounts_controller.rb
apps_controller.rb
blocks_controller.rb
custom_emojis_controller.rb
domain_blocks_controller.rb Fix domain hiding logic (#7765) 7 years ago
favourites_controller.rb
follow_requests_controller.rb
follows_controller.rb
instances_controller.rb
lists_controller.rb
media_controller.rb
mutes_controller.rb
notifications_controller.rb
reports_controller.rb
search_controller.rb
statuses_controller.rb Remove small pagination limit from context API (#7564) 7 years ago
streaming_controller.rb