Eugen Rochko c5d37f18cb
Change deletes to preserve soft-deleted statuses in unresolved reports ()
Change all account actions except "none" to resolve all unresolved reports

Refactor `SuspendAccountService` to be more readable
..
account_moderation_notes_controller_spec.rb Add tests for account_moderation_notes_controller ()
accounts_controller_spec.rb Remove Salmon and PubSubHubbub ()
action_logs_controller_spec.rb Add spec for Admin::ActionLogsController#index ()
base_controller_spec.rb Improve require_admin! and require_staff! filters ()
change_email_controller_spec.rb Use raw status code on have_http_status ()
confirmations_controller_spec.rb Add resend confirmation for admin ()
custom_emojis_controller_spec.rb Add batch actions and categories to admin UI for custom emojis ()
dashboard_controller_spec.rb Add spec for Admin::DashboardController#index ()
domain_blocks_controller_spec.rb Record account suspend/silence time and keep track of domain blocks ()
email_domain_blocks_controller_spec.rb Lint pass ()
instances_controller_spec.rb Use raw status code on have_http_status ()
invites_controller_spec.rb Add specs for Admin::InvitesController ()
report_notes_controller_spec.rb Lint pass ()
reported_statuses_controller_spec.rb Change deletes to preserve soft-deleted statuses in unresolved reports ()
reports_controller_spec.rb Add moderation warnings ()
resets_controller_spec.rb
roles_controller_spec.rb Add tests for admin/roles_controller ()
settings_controller_spec.rb Add validations to admin settings ()
statuses_controller_spec.rb Change deletes to preserve soft-deleted statuses in unresolved reports ()
tags_controller_spec.rb Change admin UI for hashtags and add back whitelisted trends ()
two_factor_authentications_controller_spec.rb