about summary refs log tree commit diff
path: root/app/models/form/status_batch.rb
AgeCommit message (Collapse)Author
2020-02-13invalidate cached status after a moderator changes sensitivity flagsmultiple creatures
2020-02-13allow moderators to change sensitive content flag on posts without media ↵multiple creatures
attachments
2019-05-09Record deleted(by mod) status to prevent re-appear (#10732)Jeong Arm
* Record deleted(by mod) status to prevent re-appear * Move to Tombstone * Add missing migration script
2018-12-25Remove Form::StatusBatch::ACTION_TYPE unused (#9623)ysksn
2018-08-21Get rid of all batch order warnings (#8334)Eugen Rochko
2017-11-24Add logging of admin actions (#5757)Eugen Rochko
* Add logging of admin actions * Update brakeman whitelist * Log creates, updates and destroys with history of changes * i18n: Update Polish translation (#5782) Signed-off-by: Marcin Mikołajczak <me@m4sk.in> * Split admin navigation into moderation and administration * Redesign audit log page * 🇵🇱 (#5795) * Add color coding to audit log * Change dismiss->resolve, log all outcomes of report as resolve * Update terminology (e-mail blacklist) (#5796) * Update terminology (e-mail blacklist) imho looks better * Update en.yml * Fix code style issues * i18n-tasks normalize
2017-07-18Improve admin page (#4121)abcang
* Improve admin page * Fix test * Add spec * Improve select style