chinwagsocial/app/models/concerns
Claire 53e4efd07d 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
2022-01-28 22:52:41 +01:00
..
account_associations.rb Change account suspensions to be reversible by default (#14726) 2020-09-15 14:37:58 +02:00
account_avatar.rb Remove WebP support (#11589) 2019-08-17 22:04:15 +02:00
account_counters.rb
account_finder_concern.rb Create instance actor if it hasn't been properly seeded (#15693) 2022-01-28 22:39:48 +01:00
account_header.rb
account_interactions.rb Fix followers synchronization mechanism not working when URI has empty path (#16510) 2022-01-28 22:52:41 +01:00
account_merging.rb Fix account merging in maintenance script (#15264) 2020-12-04 02:23:51 +01:00
attachmentable.rb
cacheable.rb
domain_materializable.rb Fix performance on instances list in admin UI (#15282) 2020-12-14 09:06:34 +01:00
domain_normalizable.rb
expireable.rb Fix not being able to change world filter expiration back to “Never” (#15858) 2022-01-28 22:39:48 +01:00
follow_limitable.rb Fix being able to import more than allowed number of follows (#15384) 2020-12-26 23:52:46 +01:00
ldap_authenticable.rb
omniauthable.rb WIP (#15222) 2022-01-28 22:39:48 +01:00
paginable.rb
pam_authenticable.rb
rate_limitable.rb
redisable.rb
relationship_cacheable.rb
remotable.rb
status_threading_concern.rb
user_roles.rb