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
6 years ago
..
environments Fix missing protocol in dns-prefetch, improve code style (#8963) 7 years ago
initializers Bump rack-attack from 5.4.2 to 6.0.0 (#10599) 6 years ago
locales Record account suspend/silence time and keep track of domain blocks (#10660) 6 years ago
webpack Fix emoji-mart crashing web UI on search by reverting the upgrade to 2.10.0 (#10413) 6 years ago
application.rb Add missing locales (bn, ga, hi) (#10295) 6 years ago
boot.rb Fix bootsnap cache directory being declared relatively (#9511) 6 years ago
brakeman.ignore Add type, limit, offset, min_id, max_id, account_id to search API (#10091) 6 years ago
database.yml config: add DB_SSLMODE for managed/remote PG (#10210) 6 years ago
deploy.rb Use the bundled Capistrano version (#9855) 6 years ago
environment.rb Make PreviewCard records reuseable between statuses (#4642) 8 years ago
i18n-tasks.yml Re-enable ignored translations that is needed (#7842) 6 years ago
navigation.rb Change the groupings of menu items in settings navigation (#10533) 6 years ago
puma.rb Improve ActiveRecord connection in on_worker_boot (#9238) 7 years ago
routes.rb Fix batch actions not working on pending accounts (#10508) 6 years ago
secrets.yml Upgrade to Rails 5.0.0.1 9 years ago
settings.yml Add preference to disable e-mails about new pending accounts (#10529) 6 years ago
sidekiq.yml Add scheduled statuses (#9706) 6 years ago
themes.yml More polished light theme (#7620) 7 years ago
webpacker.yml Bump webpacker from 3.5.5 to 4.0.2 (#10277) 6 years ago