nextcloud/tests/lib/Contacts/ContactsMenu
Daniel Calviño Sánchez fbe2023d39 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>
2025-12-09 19:16:59 +01:00
..
Actions refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
Providers chore: run rector 2025-07-01 22:45:52 +02:00
ActionFactoryTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
ActionProviderStoreTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
ContactsStoreTest.php fix: Unify handling of exclude groups in contacts menu and sharing 2025-12-09 19:16:59 +01:00
EntryTest.php refactor: Add void return type to PHPUnit test methods 2024-09-15 22:32:31 +02:00
ManagerTest.php test: Finish migrating tests/Core/ to PHPUnit 10 compatible code 2025-05-02 16:47:42 +02:00