about summary refs log tree commit diff
path: root/app/lib/activitypub/activity/flag.rb
AgeCommit message (Collapse)Author
2019-06-22Change domain blocks to automatically support subdomains (#11138)Eugen Rochko
* Change domain blocks to automatically support subdomains If a more authoritative domain is blocked (example.com), then the same block will be applied to a subdomain (foo.example.com) * Match subdomains of existing accounts when blocking/unblocking domains * Improve code style
2019-03-17Set and store report URIs (#10303)ThibG
Fixes #10271
2018-12-30Do not ignore federated reports targetting already-reported accounts (#9534)ThibG
2018-10-20Add option to block reports from domain (#8830)Eugen Rochko
2018-02-28Federated reports (#6570)Eugen Rochko
* Fix #2176: Federated reports * UI for federated reports * Add spec for ActivityPub Flag handler * Add spec for ReportService