nextcloud/tests/lib/Collaboration/Collaborators
nfebe 0c437fc8b5 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 11:50:36 +01:00
..
GroupPluginTest.php chore: run rector 2025-07-01 22:45:52 +02:00
LookupPluginTest.php fix(sharing): Add isTrustedServer flag to lookup results 2025-12-04 11:50:36 +01:00
MailPluginTest.php fix: Fix user collaborators returned when searching for mail collaborators 2025-11-12 13:22:25 +01:00
RemotePluginTest.php refactor: remove duplicated types and add return types 2025-07-23 15:59:26 +02:00
SearchResultTest.php chore: run rector 2025-07-01 22:45:52 +02:00
SearchTest.php chore: run rector 2025-07-01 22:45:52 +02:00
UserPluginTest.php chore: run rector 2025-07-01 22:45:52 +02:00