Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-11-26 | Redesign admin accounts index (#9340) | Eugen Rochko | |
* Improve overview of accounts in admin UI - Display suspended status, role, last activity and IP prominently - Default to showing local accounts - Default to not showing suspended accounts * Remove unused strings * Fix tests * Allow filtering accounts by IP mask | |||
2018-10-04 | Change admin accounts default sort to most recent (#8813) | Eugen Rochko | |
2018-10-04 | Lint pass (#8876) | aus-social | |
2018-06-12 | Add missing tests for admin/accounts_controller (#7791) | Shuhei Kitagawa | |
2018-04-21 | Use raw status code on have_http_status (#7214) | Yamagishi Kazutoshi | |
2017-06-29 | Cover Admin::AccountsController more (#3327) | Akihiko Odaki (@fn_aki@pawoo.net) | |
2017-04-28 | More controller specs (#2561) | Matt Jankowski | |
* Add render_views in more places * Delegate methods from account to user with allow nil true, so that admin accounts show view renders when missing a user * Use actual account instances in authorize follow controller spec | |||
2016-12-03 | Improve notification model | Eugen Rochko | |
2016-11-30 | Normalize localizations, add stub for admin/accounts | Eugen Rochko | |