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/app/views/admin
ThibG 14f6ce2885 Record account suspend/silence time and keep track of domain blocks (#10660)
* 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
7 years ago
..
account_actions Add moderation warnings (#9519) 7 years ago
account_moderation_notes
account_warnings Add moderation warnings (#9519) 7 years ago
accounts Add batch actions for approving and rejecting pending accounts (#10469) 7 years ago
action_logs Use local time in audit log (#10751) 7 years ago
change_emails Hide misleading “You will be sent a confirmation e-mail” hint from admin view (#9973) 7 years ago
custom_emojis
dashboard Change icons of features on admin dashboard to remove bias (#10366) 7 years ago
domain_blocks Record account suspend/silence time and keep track of domain blocks (#10660) 7 years ago
email_domain_blocks
followers Fix admin UI view of local followers (#9712) 7 years ago
instances Improve performance of list of blocked domains by caching counts (#10374) 7 years ago
invites Fix maxed-out invites not showing up as expired in UI (#10274) 7 years ago
pending_accounts Add "why do you want to join" field to invite requests (#10524) 7 years ago
relays
report_notes
reports Add moderation warnings (#9519) 7 years ago
settings Add validations to admin settings (#10348) 7 years ago
statuses Add quick links to the admin interface in the WebUI (#8545) 7 years ago
subscriptions
tags
warning_presets Add moderation warnings (#9519) 7 years ago