Commit Graph

11 Commits (6b6586f5d099a9089c8bf9dc7d7406a86c0a48eb)

Author SHA1 Message Date
Claire 6c3c5bbbc3
Fix crash when processing Flag activity with no status ()
Eugen Rochko 93e8a15415
Add forwarding of reported replies to servers being replied to ()
Emelia Smith 19f9098551
Allow reports with long comments from remote instances, but truncate ()
Matt Jankowski 0a5f0a8b20
Remove instance variables from helper usage ()
Eugen Rochko dde8739020
Fix reports of already suspended accounts being recorded ()
luigi 087ed84367
Optimize map { ... }.compact calls ()
* Optimize map { ... }.compact

using Enumerable#filter_map, supported since Ruby 2.7

* Add poyfill for Enumerable#filter_map
Eugen Rochko 707ddf7808
Change domain blocks to automatically support subdomains ()
* 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
ThibG a20354a20b Set and store report URIs ()
Fixes 
ThibG b2f4114550 Do not ignore federated reports targetting already-reported accounts ()
Eugen Rochko fd5285658f
Add option to block reports from domain ()
Eugen Rochko 41a01bec23
Federated reports ()
* Fix : Federated reports

* UI for federated reports

* Add spec for ActivityPub Flag handler

* Add spec for ReportService