chinwagsocial/app
Claire 03f0e98b32 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-31 10:59:00 +01:00
..
chewy Change `tootctl search deploy` algorithm (#14300) 2020-07-14 18:10:35 +02:00
controllers Fix login being broken due to inaccurately applied backport fix in 3.4.2 2021-11-06 05:17:39 +01:00
helpers Change number_to_human calls to always use 3-digits precision (#16469) 2021-11-05 23:46:24 +01:00
javascript Fix handling of recursive toots in WebUI (#17041) 2021-11-26 01:22:27 +01:00
lib Fix confusing error when webfinger request returns empty document (#16986) 2021-11-26 01:21:50 +01:00
mailers Prepare Mastodon for Rails 6 (#15911) 2021-03-17 10:09:55 +01:00
models Fix followers synchronization mechanism not working when URI has empty path (#16510) 2022-01-31 10:59:00 +01:00
policies Add management of delivery availability in Federation settings (#15771) 2021-05-05 23:39:02 +02:00
presenters Add server rules (#15769) 2021-02-21 19:50:12 +01:00
serializers Add `configuration` attribute to `GET /api/v1/instance` (#16485) 2021-11-05 20:30:02 +01:00
services Fix filtering DMs from non-followed users (#17042) 2021-11-26 01:22:33 +01:00
validators Add `configuration` attribute to `GET /api/v1/instance` (#16485) 2021-11-05 20:30:02 +01:00
views Change number_to_human calls to always use 3-digits precision (#16469) 2021-11-05 23:46:24 +01:00
workers Fix followers synchronization mechanism not working when URI has empty path (#16510) 2022-01-31 10:59:00 +01:00