about summary refs log tree commit diff
path: root/app/models/report.rb
AgeCommit message (Expand)Author
2023-03-31Autofix Rubocop Rails/IgnoredColumnsAssignment (#23761)Nick Schonning
2023-02-20Autofix Rubocop remaining Layout rules (#23679)Nick Schonning
2023-02-20Autofix Rubocop Rails/RedundantForeignKey (#23731)Nick Schonning
2022-10-27Fix notifications about deleted reports not being also deleted (#19475)Eugen Rochko
2022-08-25Add audit log entries for user roles (#19040)Eugen Rochko
2022-06-09Add administrative webhooks (#18510)Eugen Rochko
2022-03-09Change how changes to media attachments are stored for edits (#17696)Eugen Rochko
2022-03-07Fix nil error when submitting report without `rule_ids` (#17713)Eugen Rochko
2022-02-10Add `category` and `rule_ids` params to `POST /api/v1/reports` (#17492)Eugen Rochko
2022-01-17Add notifications for statuses deleted by moderators (#17204)Eugen Rochko
2021-03-24Update Mastodon to Rails 6.1 (#15910)Claire
2020-12-15Add indication to admin UI of whether a report has been forwarded (#13237)ThibG
2020-04-05Add rate limit for reporting (#13390)Eugen Rochko
2020-03-21Fix reported accounts not being whitelisted when resolving a spamcheck report...ThibG
2019-09-11Change deletes to preserve soft-deleted statuses in unresolved reports (#11805)Eugen Rochko
2019-08-22Add soft delete for statuses for instant deletes through API (#11623)Eugen Rochko
2019-06-20Add moderation API (#9387)Eugen Rochko
2019-03-17Set and store report URIs (#10303)ThibG
2018-09-02Add preference for report notification e-mails, skip for duplicates (#8559)Eugen Rochko
2018-04-23Update dependencies for Ruby (2018-04-23) (#7237)Yamagishi Kazutoshi
2018-04-10Feature: Improve reports ui (#7032)Emelia Smith
2018-04-02Feature: Report improvements (#6967) (#7000)Emelia Smith
2018-02-28Federated reports (#6570)Eugen Rochko
2018-01-19Change belongs_to_required_by_default to true (#5888)Yamagishi Kazutoshi
2017-11-18Lists (#5703)Eugen Rochko
2017-11-12Update model annotations to use BIGINT for IDs (#5461)Daniel Hunsaker
2017-10-02Make IdsToBigints (mostly!) non-blocking (#5088)aschmitz
2017-09-07Feat add validation for report comment: characters under 1000 valid (#4833)voidSatisfaction
2017-06-09Add includes to Report#statuses (#3655)Yamagishi Kazutoshi
2017-05-02annotate models (#2697)yhirano
2017-04-30Reports spec for media attachments, clean up method (#2660)Matt Jankowski
2017-04-24Report processing improvements (#2349)Effy Elden
2017-04-14Admin reports controller improvements (#1714)Matt Jankowski
2017-04-03Add basic logging of who resolved reportEugen Rochko
2017-02-14Adding POST /api/v1/reports API, and a UI for submitting reportsEugen Rochko