mastodon/app/lib/activitypub/activity
ThibG 18b451c0e6 Change silences to always require approval on follow (#11975)
* Change silenced accounts to require approval on follow

* Also require approval for follows by people explicitly muted by target accounts

* Do not auto-accept silenced or muted accounts when switching from locked to unlocked

* Add `follow_requests_count` to verify_credentials

* Show “Follow requests” menu item if needed even if account is locked

* Add tests

* Correctly reflect that follow requests weren't auto-accepted when local account is silenced

* Accept follow requests from user-muted accounts to avoid leaking mutes
2019-09-27 21:13:51 +02:00
..
accept.rb
add.rb
announce.rb
block.rb
create.rb Change spam check to apply to local accounts and add a threshold (#11806) 2019-09-18 12:53:13 +02:00
delete.rb
flag.rb
follow.rb Change silences to always require approval on follow (#11975) 2019-09-27 21:13:51 +02:00
like.rb
move.rb Fix Move handler queuing jobs that will fail if account is suspended (#11864) 2019-09-17 08:44:45 +02:00
reject.rb
remove.rb
undo.rb
update.rb