chinwagsocial/app/models/concerns
kaiyou 3511528e50
Only check locally when deduplicating usernames (#13581)
When deduplicating account usernames for OAuthable users, the routine did check if any account was known with that username, including remote accounts. This caused some unnecessary deduplication, and usernames ending with unexpected trailing _1.
This fixes #13580
2020-04-30 14:39:05 +02:00
..
account_associations.rb Add bookmarks (#7107) 2019-11-13 23:02:10 +01:00
account_avatar.rb Remove WebP support (#11589) 2019-08-17 22:04:15 +02:00
account_counters.rb Add tootctl cache recount command (#11597) 2019-08-18 14:55:03 +02:00
account_finder_concern.rb Search account domain in lowercase (#13016) 2020-02-01 15:42:24 +01:00
account_header.rb Remove WebP support (#11589) 2019-08-17 22:04:15 +02:00
account_interactions.rb Add specific rate limits for posting and following (#13172) 2020-03-08 15:17:39 +01:00
attachmentable.rb Change local media attachments to perform heavy processing asynchronously (#13210) 2020-03-08 23:56:18 +01:00
cacheable.rb
domain_normalizable.rb
expireable.rb
ldap_authenticable.rb Add an LDAP Mail attribute config (#12053) 2019-12-01 18:52:21 +01:00
omniauthable.rb Only check locally when deduplicating usernames (#13581) 2020-04-30 14:39:05 +02:00
paginable.rb
pam_authenticable.rb
rate_limitable.rb Add specific rate limits for posting and following (#13172) 2020-03-08 15:17:39 +01:00
redisable.rb
relationship_cacheable.rb
remotable.rb Fix remote convertible media attachments not being saved (#13032) 2020-02-03 18:45:56 +01:00
status_threading_concern.rb Refactor StatusThreadingConcern (#9626) 2020-01-11 19:55:33 +09:00
user_roles.rb