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/config
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
..
environments
initializers Bump rack-attack from 5.4.2 to 6.0.0 (#10599) 7 years ago
locales Record account suspend/silence time and keep track of domain blocks (#10660) 7 years ago
webpack Fix emoji-mart crashing web UI on search by reverting the upgrade to 2.10.0 (#10413) 7 years ago
application.rb Add missing locales (bn, ga, hi) (#10295) 7 years ago
boot.rb
brakeman.ignore Add type, limit, offset, min_id, max_id, account_id to search API (#10091) 7 years ago
database.yml config: add DB_SSLMODE for managed/remote PG (#10210) 7 years ago
deploy.rb Use the bundled Capistrano version (#9855) 7 years ago
environment.rb
i18n-tasks.yml Re-enable ignored translations that is needed (#7842) 7 years ago
navigation.rb Change the groupings of menu items in settings navigation (#10533) 7 years ago
puma.rb
routes.rb Fix batch actions not working on pending accounts (#10508) 7 years ago
secrets.yml
settings.yml Add preference to disable e-mails about new pending accounts (#10529) 7 years ago
sidekiq.yml Add scheduled statuses (#9706) 7 years ago
themes.yml
webpacker.yml Bump webpacker from 3.5.5 to 4.0.2 (#10277) 7 years ago