Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-08 | Change Report category to "violation" if rule IDs are provided (#20137) | trwnh | |
* Change Report category to "violation" if rule IDs are provided * Fix LiteralAsCondition * Add parentheses to conditional statement | |||
2022-07-05 | Add customizable user roles (#18641) | Eugen Rochko | |
* Add customizable user roles * Various fixes and improvements * Add migration for old settings and fix tootctl role management | |||
2022-07-04 | Fix crash when a remote Flag activity mentions a private post (#18760) | Claire | |
* Add tests * Fix crash when a remote Flag activity mentions a private post | |||
2022-06-27 | Add notifications for new reports (#18697) | Eugen Rochko | |
2022-05-26 | Fix being able to report otherwise inaccessible statuses (#18528) | Eugen Rochko | |
2022-03-02 | Fix report category not being saved in REST API (#17682) | Eugen Rochko | |
2022-02-10 | Add `category` and `rule_ids` params to `POST /api/v1/reports` (#17492) | Eugen Rochko | |
2021-04-16 | Fix reports of already suspended accounts being recorded (#16047) | Eugen Rochko | |
2020-12-15 | Add indication to admin UI of whether a report has been forwarded (#13237) | ThibG | |
* Add indication to admin UI of whether a report has been forwarded * Rework how forwarded status is displayed Co-authored-by: Claire <claire.github-309c@sitedethib.com> | |||
2019-06-04 | Refactor all ActivityPub deliveries to be serialized and signed through one ↵ | Eugen Rochko | |
concern (#10966) | |||
2019-03-17 | Set and store report URIs (#10303) | ThibG | |
Fixes #10271 | |||
2019-01-05 | Use Contact User as Relay, Report, Subscribe. (#9661) | Naoki Kosaka | |
* Use Contact User as Relay, Report, Subscribe. * Use Account.representative to fetch contact user. * Use find_local. * No reason to use Account.representative in subscribe_service. * Don't required representative! * Fallback is included in Account.representative method. | |||
2018-09-02 | Add preference for report notification e-mails, skip for duplicates (#8559) | Eugen Rochko | |
If an unresolved report for the same target account already exists, no new notification is generated | |||
2018-02-28 | Federated reports (#6570) | Eugen Rochko | |
* Fix #2176: Federated reports * UI for federated reports * Add spec for ActivityPub Flag handler * Add spec for ReportService |