nextcloud-server/apps/federation/lib
Daniel Calviño Sánchez b42d125950 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-12 06:47:51 +07:00
..
AppInfo chore(federation): cleanup SettingsController and legacy AddServerMiddleware 2025-01-09 15:39:01 +07:00
BackgroundJob chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
Command refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
Controller refactor(federation): omit app argument for error messages 2025-06-25 14:10:04 +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 chore: apply new CSFixer rules 2025-07-01 16:26:50 +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-06 14:04:55 +07:00
SyncJob.php refactor(federation): omit app argument for error messages 2025-06-25 14:10:04 +07:00
TrustedServers.php fix: Fix getting trusted server other than the first 2025-08-12 06:47:51 +07:00