nextcloud/lib/private/Collaboration/Collaborators
nfebe e7ce70744d fix(sharing): Add isTrustedServer flag to lookup results
When `show_federated_shares_to_trusted_servers_as_internal` is enabled,
lookup server results were being filtered out because they lacked the
`isTrustedServer` flag. This adds the flag to lookup results by:

- Injecting TrustedServers service into LookupPlugin
- Adding `server` and `isTrustedServer` fields to each lookup result
- Updating tests to reflect new structure

This ensures lookup results from trusted servers appear in internal
sharing while non-trusted servers are correctly filtered out.

Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-12-04 12:05:01 +01:00
..
GroupPlugin.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
LookupPlugin.php fix(sharing): Add isTrustedServer flag to lookup results 2025-12-04 12:05:01 +01:00
MailByMailPlugin.php fix: Fix user collaborators returned when searching for mail collaborators 2025-11-12 21:08:25 +01:00
MailPlugin.php fix: Fix user collaborators returned when searching for mail collaborators 2025-11-12 21:08:25 +01:00
RemoteGroupPlugin.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
RemotePlugin.php fix: Make TrustedServers optional in RemotePlugin 2025-11-11 12:09:05 +01:00
Search.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
SearchResult.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
UserByMailPlugin.php fix: Fix user collaborators returned when searching for mail collaborators 2025-11-12 21:08:25 +01:00
UserPlugin.php fix(Collaboration\UserPlugin): ensure full match is included in results 2025-10-13 16:16:29 +02:00