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
Eugen Rochko 354fdd317e
Fix attachment not being re-downloaded even if file is not stored (#12125)
Change the behaviour of remotable concern. Previously, it would skip
downloading an attachment if the stored remote URL is identical to
the new one. Now it would not be skipped if the attachment is not
actually currently stored by Paperclip.
5 years ago
..
account_associations.rb Add account migration UI (#11846) 5 years ago
account_avatar.rb Remove WebP support (#11589) 6 years ago
account_counters.rb Add `tootctl cache recount` command (#11597) 6 years ago
account_finder_concern.rb Add ActivityPub actor representing the entire server (#11321) 6 years ago
account_header.rb Remove WebP support (#11589) 6 years ago
account_interactions.rb
attachmentable.rb Fix performance of GIF re-encoding (#12057) 5 years ago
cacheable.rb
domain_normalizable.rb Fix crash when saving invalid domain name (#11528) 6 years ago
expireable.rb Fix poll update handler calling method was that was not available (#10246) 6 years ago
ldap_authenticable.rb Fix authentication before 2FA challenge (#11943) 5 years ago
omniauthable.rb Fix SSO login not using existing account when e-mail is verified (#11862) 5 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 Fix attachment not being re-downloaded even if file is not stored (#12125) 5 years ago
status_threading_concern.rb Improved remote thread fetching (#10106) 6 years ago
user_roles.rb Add moderation API (#9387) 6 years ago