This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/app/lib/activitypub/activity
Eugen Rochko c417e8c198
Filter incoming Announce activities by relation to local activity (#10041)
* Filter incoming Announce activities by relation to local activity

Reject if announcer is not followed by local accounts, and is not
from an enabled relay, and the object is not a local status

Follow-up to #10005

* Fix tests
2019-02-15 18:19:45 +01:00
..
accept.rb
add.rb
announce.rb Filter incoming Announce activities by relation to local activity (#10041) 2019-02-15 18:19:45 +01:00
block.rb Ensure blocked user unfollows blocker if Block/Undo Block are processed out of order (#9687) 2019-01-02 01:12:02 +01:00
create.rb Filter incoming Announce activities by relation to local activity (#10041) 2019-02-15 18:19:45 +01:00
delete.rb Add tombstones for remote statuses (#9830) 2019-01-18 15:56:55 +01:00
flag.rb Do not ignore federated reports targetting already-reported accounts (#9534) 2018-12-30 18:58:51 +01:00
follow.rb Reduce usage of LD signatures (#9659) 2018-12-30 09:48:59 +01:00
like.rb
move.rb
reject.rb
remove.rb
undo.rb
update.rb