Eugen Rochko
4d4ed90438
Fix reports of already suspended accounts being recorded ( #16047 )
4 years ago
luigi
944b059f50
Optimize map { ... }.compact calls ( #15513 )
...
* Optimize map { ... }.compact
using Enumerable#filter_map, supported since Ruby 2.7
* Add poyfill for Enumerable#filter_map
4 years ago
Eugen Rochko
eac19f2300
Change domain blocks to automatically support subdomains ( #11138 )
...
* 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
5 years ago
ThibG
9efb9d7f72
Set and store report URIs ( #10303 )
...
Fixes #10271
6 years ago
ThibG
9bc77287d2
Do not ignore federated reports targetting already-reported accounts ( #9534 )
6 years ago
Eugen Rochko
40d23fc4d1
Add option to block reports from domain ( #8830 )
6 years ago
Eugen Rochko
0ebd2a1718
Federated reports ( #6570 )
...
* Fix #2176 : Federated reports
* UI for federated reports
* Add spec for ActivityPub Flag handler
* Add spec for ReportService
7 years ago