nextcloud-server/tests/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 +07:00
..
Accounts
Activity
App
AppFramework
Archive
Authentication
Avatar
BackgroundJob
Cache
Calendar
Collaboration fix(sharing): Add isTrustedServer flag to lookup results 2025-12-04 12:05:01 +07:00
Command
Comments
Config
Contacts/ContactsMenu
DB
Diagnostics
DirectEditing
Encryption
Federation
Files
FilesMetadata
GlobalScale
Group
Hooks
Http feat(CertificateManager): Add option to specify the default certificates bundle path 2025-12-01 11:57:26 +07:00
IntegrityCheck
L10N fix(l10n): do not consider user language when getting the generic one 2025-11-25 15:43:47 +07:00
Lock
Lockdown
Log
Mail
Memcache
Migration
Net
Notification
OCS
Preview
Profile/Actions
Remote
Repair
RichObjectStrings
Route
Search
Security feat(CertificateManager): Add option to specify the default certificates bundle path 2025-12-01 11:57:26 +07:00
Session
Settings
SetupCheck
Share
Share20
Support
SystemTag
Talk
TaskProcessing
Template
TextProcessing
Traits
Updater
User
Util
AllConfigTest.php
AppConfigTest.php
AppScriptSortTest.php
AppTest.php
AutoLoaderTest.php
BinaryFinderTest.php
CapabilitiesManagerTest.php
ConfigTest.php
ContactsManagerTest.php
DateTimeFormatterTest.php
EmojiHelperTest.php
ErrorHandlerTest.php
EventSourceFactoryTest.php
HelperStorageTest.php
HookHelper.php
ImageTest.php
InfoXmlTest.php
InitialStateServiceTest.php
InstallerTest.php
LargeFileHelperGetFileSizeTest.php
LargeFileHelperTest.php
LegacyHelperTest.php
LoggerTest.php
MemoryInfoTest.php
NaturalSortTest.php
NavigationManagerTest.php
RepairTest.php
ServerTest.php
SetupTest.php
SubAdminTest.php
TagsTest.php
TempManagerTest.php
TemplateFunctionsTest.php
TemplateLayoutTest.php
TestCase.php
TestMoveableMountPoint.php
UpdaterTest.php
UrlGeneratorTest.php
UtilCheckServerTest.php
UtilTest.php