You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
6 years ago
..
account_moderation_notes_controller_spec.rb Add tests for account_moderation_notes_controller (#7524) 7 years ago
accounts_controller_spec.rb Add moderation warnings (#9519) 6 years ago
action_logs_controller_spec.rb Add spec for Admin::ActionLogsController#index (#9522) 6 years ago
base_controller_spec.rb
change_email_controller_spec.rb
confirmations_controller_spec.rb Add resend confirmation for admin (#7378) 7 years ago
custom_emojis_controller_spec.rb
dashboard_controller_spec.rb Add spec for Admin::DashboardController#index (#9523) 6 years ago
domain_blocks_controller_spec.rb
email_domain_blocks_controller_spec.rb Lint pass (#8876) 6 years ago
instances_controller_spec.rb
invites_controller_spec.rb Add specs for Admin::InvitesController (#9471) 6 years ago
report_notes_controller_spec.rb Lint pass (#8876) 6 years ago
reported_statuses_controller_spec.rb Lint pass (#8876) 6 years ago
reports_controller_spec.rb Add moderation warnings (#9519) 6 years ago
resets_controller_spec.rb
roles_controller_spec.rb Add tests for admin/roles_controller (#7421) 7 years ago
settings_controller_spec.rb
statuses_controller_spec.rb lint pass 2 (#8878) 6 years ago
subscriptions_controller_spec.rb
tags_controller_spec.rb Fix Admin::TagsController#unhide (#9481) 6 years ago
two_factor_authentications_controller_spec.rb