nextcloud-server/lib/private/Collaboration/Collaborators
nfebe 40246d9a19 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-11-24 23:32:40 +07:00
..
GroupPlugin.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
LookupPlugin.php fix(sharing): Add isTrustedServer flag to lookup results 2025-11-24 23:32:40 +07:00
MailByMailPlugin.php fix: Fix user collaborators returned when searching for mail collaborators 2025-11-11 01:20:17 +07:00
MailPlugin.php fix: Fix user collaborators returned when searching for mail collaborators 2025-11-11 01:20:17 +07:00
RemoteGroupPlugin.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
RemotePlugin.php fix: Make federation TrustedServers dependency optional in RemotePlugin 2025-10-22 00:19:31 +07:00
Search.php chore(OC\Share\Constants): Remove unused SHARE_TYPE_* constants 2025-07-29 10:39:33 +07:00
SearchResult.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
UserByMailPlugin.php fix: Fix user collaborators returned when searching for mail collaborators 2025-11-11 01:20:17 +07:00
UserPlugin.php fix(Collaboration\UserPlugin): ensure full match is included in results 2025-09-26 18:26:37 +07:00