nextcloud-server/lib
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 +07:00
..
composer feat: emit an event when an S3 bucket is created 2025-11-26 08:18:09 +07:00
l10n fix(l10n): Update translations from Transifex 2025-12-04 00:14:12 +07:00
private fix(sharing): Add isTrustedServer flag to lookup results 2025-12-04 11:50:36 +07:00
public fix(sharing): Allow public share access for everyone 2025-12-03 19:53:17 +07:00
unstable fix(lexicon): missing doc 2025-07-24 15:56:35 +07:00
base.php Merge pull request #54713 from nextcloud/fix/fix-status.php-cookies 2025-09-01 11:48:27 +07:00
versioncheck.php feat(PHP): Allow PHP 8.4 2024-11-08 12:59:12 +07:00