mastodon/app/models/concerns
Claire d1387579b9
Fix situations in which instance actor can be set to a Mastodon-incompatible name ()
* Validate internal actor

* Use “internal.actor” by default for the server actor username

* Fix instance actor username on the fly if it includes ':'

* Change actor name from internal.actor to mastodon.internal
..
account_associations.rb Add notifications for statuses deleted by moderators ()
account_avatar.rb Fix metadata scrubbing removing color profile from images ()
account_counters.rb Fix account deletion sometimes failing because of optimistic locks ()
account_finder_concern.rb Fix situations in which instance actor can be set to a Mastodon-incompatible name ()
account_header.rb Fix metadata scrubbing removing color profile from images ()
account_interactions.rb Add follow request banner on account header ()
account_merging.rb Update fix-duplicates maintenance task ()
attachmentable.rb Switch from unmaintained paperclip to kt-paperclip ()
cacheable.rb Fix cache_associated no longer working ()
domain_materializable.rb Fix unbounded recursion in account discovery ()
domain_normalizable.rb Fix error when invalid domain name is submitted ()
expireable.rb Fix not being able to change world filter expiration back to “Never” ()
follow_limitable.rb Fix being able to import more than allowed number of follows ()
ldap_authenticable.rb Add authentication history ()
lockable.rb Refactor how Redis locks are created ()
omniauthable.rb Don't crash on unobtainable avatars ()
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 Refactor how Redis locks are created ()
relationship_cacheable.rb Cache relationships in API ()
remotable.rb Fix to be able to redownload avatar and header ()
status_snapshot_concern.rb Fix edits with no actual changes being allowed ()
status_threading_concern.rb Remove dead code and refactor status threading code ()