]> source.dussan.org Git - nextcloud-server.git/commit
fix: make federation address book sync work with allow_local_remote_servers = false
authorDaniel Kesselberg <mail@danielkesselberg.de>
Fri, 27 Sep 2024 17:16:59 +0000 (19:16 +0200)
committerDaniel Kesselberg <mail@danielkesselberg.de>
Tue, 1 Oct 2024 16:00:46 +0000 (18:00 +0200)
commit870816466f2d1adaf956a83491c0645556b0d02b
tree2c06b7d333cacf155c07d21870628ba09ce20e32
parent26762172f5697febc7971a0bf5ac83d7a4c3cf35
fix: make federation address book sync work with allow_local_remote_servers = false

Client.preventLocalAddress expects an absolute URL, which means the base_uri option cannot be used.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
apps/dav/lib/CardDAV/SyncService.php
apps/dav/tests/unit/CardDAV/SyncServiceTest.php