Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-10 | add synchronize button to account manager | multiple creatures | |
2019-08-08 | add new `reject unknown` policy option to prevent spam & harassment from ↵ | multiple creatures | |
large/undermoderated servers | |||
2019-05-21 | Moderation: add `force sensitive` and `force unlisted` actions. Accounts: ↵ | multiple creatures | |
add federatable `adult content` tag. Handle from remote accounts as well. | |||
2018-12-22 | Add moderation warnings (#9519) | Eugen Rochko | |
* Add moderation warnings Replace individual routes for disabling, silencing, and suspending a user, as well as the report update route, with a unified account action controller that allows you to select an action (none, disable, silence, suspend) as well as whether it should generate an e-mail notification with optional custom text. That notification, with the optional custom text, is saved as a warning. Additionally, there are warning presets you can configure to save time when performing the above. * Use Account#local_username_and_domain | |||
2018-12-11 | Add admin ability to remove an user's header image (#9495) | ThibG | |
* Fix markup in admin/accounts/:id table for avatar * Add admin ability to remove an user's header image | |||
2018-04-02 | Implement the ability for an Administrator or Moderator to remove an account ↵ | Emelia Smith | |
avatar (#6998) | |||
2017-11-11 | Add moderator role and add pundit policies for admin actions (#5635) | Eugen Rochko | |
* Add moderator role and add pundit policies for admin actions * Add rake task for turning user into mod and revoking it again * Fix handling of unauthorized exception * Deliver new report e-mails to staff, not just admins * Add promote/demote to admin UI, hide some actions conditionally * Fix unused i18n |