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/lib/mastodon
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
6 years ago
..
accounts_cli.rb Record account suspend/silence time and keep track of domain blocks (#10660) 6 years ago
cache_cli.rb Add `tootctl cache clear` (#10689) 6 years ago
cli_helper.rb tootctl accounts [add|del|cull] (#8642) 7 years ago
domains_cli.rb Remove custom emojis on "tootctl domains purge" (#10721) 6 years ago
emoji_cli.rb Add `tootctl emoji purge` (#10481) 6 years ago
feeds_cli.rb Do not remove "dead" domains in tootctl accounts cull (#9108) 6 years ago
media_cli.rb Fix "tootctl media remove" can't count the file size (#9288) 6 years ago
migration_helpers.rb Fix SUPERUSER postgres command (#9877) 6 years ago
premailer_webpack_strategy.rb ASSET_HOST is wrong env variable. Fix to CDN_HOST (#6372) 7 years ago
redis_config.rb Add support for separate Redis for cache (#7272) 7 years ago
search_cli.rb Add `tootctl search deploy` to avoid ugly rake task syntax (#10403) 6 years ago
settings_cli.rb Admission-based registrations mode (#10250) 6 years ago
snowflake.rb Fixes/do not override timestamps (#7336) 7 years ago
statuses_cli.rb Fix missing long description on `tootctl statuses remove` (#10482) 6 years ago
version.rb Bump version to 2.8.2 (#10703) 6 years ago