mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2025-11-17 13:34:16 +00:00
* 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 a015c65d2d1e28c7b7cfab8b3f8cd5fb48b8b71c. * 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 |
||
|---|---|---|
| .. | ||
| assets | ||
| access_token_fabricator.rb | ||
| accessible_access_token_fabricator.rb | ||
| account_domain_block_fabricator.rb | ||
| account_fabricator.rb | ||
| account_identity_proof_fabricator.rb | ||
| account_moderation_note_fabricator.rb | ||
| account_pin_fabricator.rb | ||
| account_stat_fabricator.rb | ||
| account_tag_stat_fabricator.rb | ||
| account_warning_fabricator.rb | ||
| account_warning_preset_fabricator.rb | ||
| admin_action_log_fabricator.rb | ||
| application_fabricator.rb | ||
| backup_fabricator.rb | ||
| block_fabricator.rb | ||
| conversation_account_fabricator.rb | ||
| conversation_fabricator.rb | ||
| conversation_mute_fabricator.rb | ||
| custom_emoji_fabricator.rb | ||
| custom_filter_fabricator.rb | ||
| domain_block_fabricator.rb | ||
| email_domain_block_fabricator.rb | ||
| favourite_fabricator.rb | ||
| featured_tag_fabricator.rb | ||
| follow_fabricator.rb | ||
| follow_request_fabricator.rb | ||
| identity_fabricator.rb | ||
| import_fabricator.rb | ||
| invite_fabricator.rb | ||
| list_account_fabricator.rb | ||
| list_fabricator.rb | ||
| media_attachment_fabricator.rb | ||
| mention_fabricator.rb | ||
| mute_fabricator.rb | ||
| notification_fabricator.rb | ||
| poll_fabricator.rb | ||
| poll_vote_fabricator.rb | ||
| relay_fabricator.rb | ||
| report_fabricator.rb | ||
| report_note_fabricator.rb | ||
| scheduled_status_fabricator.rb | ||
| session_activation_fabricator.rb | ||
| setting_fabricator.rb | ||
| site_upload_fabricator.rb | ||
| status_fabricator.rb | ||
| status_pin_fabricator.rb | ||
| status_stat_fabricator.rb | ||
| stream_entry_fabricator.rb | ||
| subscription_fabricator.rb | ||
| tag_fabricator.rb | ||
| user_fabricator.rb | ||
| user_invite_request_fabricator.rb | ||
| web_push_subscription_fabricator.rb | ||
| web_setting_fabricator.rb | ||