nextcloud/lib
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
..
composer Merge pull request #56616 from nextcloud/backport/56565/stable31 2025-11-27 10:26:42 +08:00
l10n fix(l10n): Update translations from Transifex 2025-12-04 00:14:20 +00:00
private fix(sharing): Add isTrustedServer flag to lookup results 2025-12-04 12:05:01 +01:00
public feat(CertificateManager): Add option to specify the default certificates bundle path 2025-12-01 11:57:26 +01:00
unstable fix(lexicon): syntax 2025-01-14 10:38:15 -01:00
autoloader.php chore: Add SPDX header 2024-05-24 13:11:22 +02:00
base.php chore: Add comment to make it clear the bail out for status.php should 2025-09-02 12:07:38 +02:00
versioncheck.php feat(PHP): Allow PHP 8.4 2024-11-08 12:59:12 +01:00