about summary refs log tree commit diff
path: root/app/controllers/admin/reports/actions_controller.rb
AgeCommit message (Collapse)Author
2023-01-18Add confirmation screen when handling reports (#22375)Claire
* Add confirmation screen on moderation actions * Add flash notice when a report has been processed * Refactor tests * Add tests
2022-03-01Add ability to mark statuses as sensitive from reports in admin UI (#17668)Eugen Rochko
* Add ability to mark statuses as sensitive from reports in admin UI * Allow mark as sensitive action on statuses with preview cards
2022-02-11Change actions in reports to require only one click (#17487)Eugen Rochko