ThibG 14f6ce2885 Record account suspend/silence time and keep track of domain blocks ()
* Record account suspend/silence time and keep track of domain blocks

* Also unblock users who were suspended/silenced before dates were recorded

* Add tests

* Keep track of suspending date for users suspended through the CLI

* Show accurate number of accounts that would be affected by unsuspending an instance

* Change migration to set silenced_at and suspended_at

* Revert "Also unblock users who were suspended/silenced before dates were recorded"

This reverts commit a015c65d2d.

* Switch from using suspended and silenced to suspended_at and silenced_at

* Add post-deployment migration script to remove `suspended` and `silenced` columns

* Use Account#silence! and Account#suspend! instead of updating the underlying property

* Add silenced_at and suspended_at migration to post-migration

* Change account fabricator to translate suspended and silenced attributes

* Minor fixes

* Make unblocking domains always retroactive
..
account_moderation_notes_controller_spec.rb Add tests for account_moderation_notes_controller ()
accounts_controller_spec.rb Add moderation warnings ()
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 tests for admin/custom_emojis_controller ()
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 Lint pass ()
reports_controller_spec.rb Add moderation warnings ()
resets_controller_spec.rb Spec Admin::ResetsController calls send_reset_password_instructions ()
roles_controller_spec.rb Add tests for admin/roles_controller ()
settings_controller_spec.rb Add validations to admin settings ()
statuses_controller_spec.rb lint pass 2 ()
subscriptions_controller_spec.rb Use raw status code on have_http_status ()
tags_controller_spec.rb Fix Admin::TagsController#unhide ()
two_factor_authentications_controller_spec.rb Spec #destroy feature of Admin::TwoFactorAuthenticationsController ()