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/models/concerns
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
..
account_associations.rb Add Keybase integration (#10297) 6 years ago
account_avatar.rb Add WebP support (#9879) 6 years ago
account_counters.rb
account_finder_concern.rb Record account suspend/silence time and keep track of domain blocks (#10660) 6 years ago
account_header.rb Add WebP support (#9879) 6 years ago
account_interactions.rb
attachmentable.rb
cacheable.rb
domain_normalizable.rb Add option to overwrite imported data (#9962) 6 years ago
expireable.rb Fix poll update handler calling method was that was not available (#10246) 6 years ago
ldap_authenticable.rb Fix LDAP/PAM/SAML/CAS users not being approved instantly (#10621) 6 years ago
omniauthable.rb Fix LDAP/PAM/SAML/CAS users not being approved instantly (#10621) 6 years ago
paginable.rb
pam_authenticable.rb Fix LDAP/PAM/SAML/CAS users not being approved instantly (#10621) 6 years ago
redisable.rb Create Redisable#redis (#9633) 6 years ago
relationship_cacheable.rb
remotable.rb
status_threading_concern.rb Improved remote thread fetching (#10106) 6 years ago
streamable.rb
user_roles.rb Refactor User model, extract PamAuthenticable, LdapAuthenticable (#10217) 6 years ago