mastodon/app/models/concerns
ThibG 14f6ce2885 Record account suspend/silence time and keep track of domain blocks ()
* 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
..
account_associations.rb Add Keybase integration ()
account_avatar.rb Add WebP support ()
account_counters.rb Add profile directory ()
account_finder_concern.rb Record account suspend/silence time and keep track of domain blocks ()
account_header.rb Add WebP support ()
account_interactions.rb Remove intermediary arrays when creating hash maps from results ()
attachmentable.rb Restore support to ruby 2.3, add ruby 2.3 to circle ci ()
cacheable.rb Fix cache_associated no longer working ()
domain_normalizable.rb Add option to overwrite imported data ()
expireable.rb Fix poll update handler calling method was that was not available ()
ldap_authenticable.rb Fix LDAP/PAM/SAML/CAS users not being approved instantly ()
omniauthable.rb Fix LDAP/PAM/SAML/CAS users not being approved instantly ()
paginable.rb Fix timeline pagination ()
pam_authenticable.rb Fix LDAP/PAM/SAML/CAS users not being approved instantly ()
redisable.rb Create Redisable#redis ()
relationship_cacheable.rb Cache relationships in API ()
remotable.rb Fix nil host in remotable ()
status_threading_concern.rb Improved remote thread fetching ()
streamable.rb Define instance method outside #included ()
user_roles.rb Refactor User model, extract PamAuthenticable, LdapAuthenticable ()