nextcloud-server/lib/private/Collaboration
nfebe 6a1fdf5498 fix: Make TrustedServers optional in RemotePlugin
The federation app is not always installed, causing errors when
TrustedServers is injected as a hard dependency. This change makes
the dependency optional by using nullable types and null-safe
operators, defaulting to false when unavailable.

Modified backport of #55893 which are required for
the stable31 backport to function correctly.

Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-11-11 12:09:05 +07:00
..
AutoComplete refactor(Collaboration): Use non-deprecated methods 2024-09-19 00:35:20 +07:00
Collaborators fix: Make TrustedServers optional in RemotePlugin 2025-11-11 12:09:05 +07:00
Reference fix(FileReferenceEventListener): Invalidate cache after node was renamed 2025-05-27 10:20:31 +07:00
Resources chore(db): Apply query prepared statements 2024-10-17 20:30:47 +07:00