mastodon/app/models/concerns
Eugen Rochko 974b1b79ce
Add option to be notified when a followed user posts ()
* Add bell button

Fix 

* Remove duplicate type from post-deployment migration

* Fix legacy class type mappings

* Improve query performance with better index

* Fix validation

* Remove redundant index from notifications
..
account_associations.rb Change account suspensions to be reversible by default ()
account_avatar.rb Remove WebP support ()
account_counters.rb Add `tootctl cache recount` command ()
account_finder_concern.rb Search account domain in lowercase ()
account_header.rb Remove WebP support ()
account_interactions.rb Add option to be notified when a followed user posts ()
attachmentable.rb Fix remote files not using Content-Type header, streaming ()
cacheable.rb Fix cache_associated no longer working ()
domain_normalizable.rb Fix admin page crashing when trying to block an invalid domain name ()
expireable.rb Fix poll update handler calling method was that was not available ()
ldap_authenticable.rb Add an LDAP Mail attribute config ()
omniauthable.rb Fix rubocop warning ()
paginable.rb allow pagination by min_id and max_id ()
pam_authenticable.rb Fix LDAP/PAM/SAML/CAS users not being approved instantly ()
rate_limitable.rb Add specific rate limits for posting and following ()
redisable.rb Create Redisable#redis ()
relationship_cacheable.rb Cache relationships in API ()
remotable.rb Fix movie width and frame_rate returning nil ()
status_threading_concern.rb Refactor StatusThreadingConcern ()
user_roles.rb Add moderation API ()