nextcloud-server/tests/lib/Contacts/ContactsMenu
Daniel Calviño Sánchez b49d406b53 fix: Unify handling of exclude groups in contacts menu and sharing
If the current user belongs to both one or more groups excluded from
sharing and one or more groups not excluded from sharing the user is
allowed to share. However, in the contacts menu, as soon as the current
user belonged to a group excluded from sharing the user could not search
for local contacts. This has been unified now with the sharing
behaviour, so local contacts can still be searched if the user also
belongs to a group not excluded from sharing (or to no group at all,
which was also allowed before).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2026-01-07 18:34:58 +07:00
..
Actions refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
Providers feat(contacts): Show time difference for users in different timezones 2025-01-16 18:10:04 +07:00
ActionFactoryTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
ActionProviderStoreTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
ContactsStoreTest.php fix: Unify handling of exclude groups in contacts menu and sharing 2026-01-07 18:34:58 +07:00
EntryTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00
ManagerTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +07:00