mastodon/spec/controllers/admin
Eugen Rochko 3c033c4352
Add moderation warnings (#9519)
* 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-22 20:02:09 +01:00
..
account_moderation_notes_controller_spec.rb
accounts_controller_spec.rb Add moderation warnings (#9519) 2018-12-22 20:02:09 +01:00
action_logs_controller_spec.rb
base_controller_spec.rb
change_email_controller_spec.rb
confirmations_controller_spec.rb
custom_emojis_controller_spec.rb Add tests for admin/custom_emojis_controller (#7350) 2018-05-05 15:53:59 +02:00
dashboard_controller_spec.rb
domain_blocks_controller_spec.rb Use raw status code on have_http_status (#7214) 2018-04-21 21:35:07 +02:00
email_domain_blocks_controller_spec.rb Lint pass (#8876) 2018-10-04 12:36:53 +02:00
instances_controller_spec.rb
invites_controller_spec.rb
report_notes_controller_spec.rb
reported_statuses_controller_spec.rb Lint pass (#8876) 2018-10-04 12:36:53 +02:00
reports_controller_spec.rb Add moderation warnings (#9519) 2018-12-22 20:02:09 +01:00
resets_controller_spec.rb
roles_controller_spec.rb
settings_controller_spec.rb Use raw status code on have_http_status (#7214) 2018-04-21 21:35:07 +02:00
statuses_controller_spec.rb
subscriptions_controller_spec.rb Use raw status code on have_http_status (#7214) 2018-04-21 21:35:07 +02:00
tags_controller_spec.rb Fix Admin::TagsController#unhide (#9481) 2018-12-10 21:37:38 +01:00
two_factor_authentications_controller_spec.rb