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
Claire 5efb1ff337
Fix followers synchronization mechanism not working when URI has empty path (#16510)
* Fix followers synchronization mechanism not working when URI has empty path

To my knowledge, there is no current implementation on the fediverse
that can use bare domains (e.g., actor is at https://example.org instead of
something like https://example.org/actor) that also plans to support the
followers synchronization mechanism. However, Mastodon's current implementation
would exclude such accounts from followers list.

Also adds tests and rename them to reflect the proper method names.

* Move url prefix regexp to its own constant
4 years ago
..
account_associations.rb Add feature to automatically delete old toots (#16529) 4 years ago
account_avatar.rb
account_counters.rb Fix account deletion sometimes failing because of optimistic locks (#16317) 4 years ago
account_finder_concern.rb
account_header.rb
account_interactions.rb Fix followers synchronization mechanism not working when URI has empty path (#16510) 4 years ago
account_merging.rb Update fix-duplicates maintenance script to support latest migrations (#16231) 4 years ago
attachmentable.rb
cacheable.rb
domain_materializable.rb
domain_normalizable.rb
expireable.rb
follow_limitable.rb
ldap_authenticable.rb Add authentication history (#16408) 4 years ago
omniauthable.rb
paginable.rb
pam_authenticable.rb
rate_limitable.rb
redisable.rb
relationship_cacheable.rb
remotable.rb
status_threading_concern.rb
user_roles.rb