nextcloud-server/tests
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
..
Core feat(login): Add rememberme checkbox 2025-11-17 13:03:56 +07:00
apps
blueprints
data chore: remove mbstring.func_overload from htaccessWithValidModifiedContent 2025-08-25 13:19:36 +07:00
docker
lib fix(sharing): Add isTrustedServer flag to lookup results 2025-12-04 11:50:36 +07:00
objectstore
autoload.php chore: Add an autoload.php file for tests relying on core class 2025-05-19 11:30:37 +07:00
bootstrap.php test: add env option to disable loading all installed apps during tests 2025-08-11 13:35:57 +07:00
databases-all-config.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
drone-run-integration-tests.sh
drone-run-php-tests.sh
drone-wait-objectstore.sh
enable_all.php chore: Replace last calls to OC_App::enable by IAppManager 2025-08-18 17:09:39 +07:00
karma.config.js test: adjust karma global state mock 2025-06-16 15:55:12 +07:00
phpunit-autotest-external.xml ci: Migrate PHPUnit configs 2025-06-06 14:36:31 +07:00
phpunit-autotest.xml ci: Migrate PHPUnit configs 2025-06-06 14:36:31 +07:00
preseed-config.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
redis-cluster.config.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
redis.config.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
startsessionlistener.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00