nextcloud-server/apps/federation/lib
Daniel Calviño Sánchez 9b691c2884 fix: Fix getting trusted server other than the first
"array_filter" preserves the keys, so after the trusted servers were
filtered "$server[0]" existed only if the server to get was the first
one in the original array.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2025-08-28 08:31:18 +07:00
..
AppInfo chore(federation): cleanup SettingsController and legacy AddServerMiddleware 2025-01-09 15:39:01 +07:00
BackgroundJob feat(federatedfilesharing): auto-accept shares from trusted servers 2025-01-09 12:54:51 +07:00
Command refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
Controller chore(federation): cleanup SettingsController and legacy AddServerMiddleware 2025-01-09 15:39:01 +07:00
DAV refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
Listener refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
Migration chore: Add SPDX header 2024-05-29 08:58:16 +07:00
Settings refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
DbHandler.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
SyncFederationAddressBooks.php feat(carddav): handle truncated non-initial requests 2025-08-14 11:17:27 +07:00
SyncJob.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
TrustedServers.php fix: Fix getting trusted server other than the first 2025-08-28 08:31:18 +07:00