mastodon/app/views/admin
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_actions Add moderation warnings ()
account_moderation_notes Improve admin UI for accounts ()
account_warnings Add moderation warnings ()
accounts Add batch actions for approving and rejecting pending accounts ()
action_logs Use local time in audit log ()
change_emails Hide misleading “You will be sent a confirmation e-mail” hint from admin view ()
custom_emojis Redesign forms, verify link ownership with rel="me" ()
dashboard Change icons of features on admin dashboard to remove bias ()
domain_blocks Record account suspend/silence time and keep track of domain blocks ()
email_domain_blocks Add option to block reports from domain ()
followers Fix admin UI view of local followers ()
instances Improve performance of list of blocked domains by caching counts ()
invites Fix maxed-out invites not showing up as expired in UI ()
pending_accounts Add "why do you want to join" field to invite requests ()
relays Display pending message on admin relays UI ()
report_notes Improve report layout ()
reports Add moderation warnings ()
settings Add validations to admin settings ()
statuses Add quick links to the admin interface in the WebUI ()
subscriptions Scrollable tables in settings pages ()
tags Add profile directory ()
warning_presets Add moderation warnings ()