nextcloud/apps/dav/lib/CardDAV
Daniel Kesselberg 4c13ef7f0d
fix(dav): only consider user's principal for unsharing entries
Before: Find all entries in `dav_shares` with `access = 5` for the user's principal, as well as group and circle memberships.

After: Find all entries in `dav_shares` with `access = 5` solely for the user's principal.

Future support for unsharing group or circle principals could be considered as a feature enhancement.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-06-01 16:39:43 +02:00
..
Activity chore: apply code style 2025-04-30 19:04:59 +02:00
Integration chore: Add SPDX header 2024-05-27 20:11:22 +02:00
Security chore: Add SPDX header 2024-05-29 08:58:16 +02:00
Sharing chore: Add SPDX header 2024-05-27 20:11:22 +02:00
Validation fix(carddav): limit vcard size 2024-07-04 16:42:09 -04:00
Xml chore: Add SPDX header 2024-05-27 20:11:22 +02:00
AddressBook.php chore: apply code style 2025-04-30 19:04:59 +02:00
AddressBookImpl.php chore: apply code style 2025-04-30 19:04:59 +02:00
AddressBookRoot.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
Card.php chore: apply code style 2025-04-30 19:04:59 +02:00
CardDavBackend.php fix(dav): only consider user's principal for unsharing entries 2025-06-01 16:39:43 +02:00
ContactsManager.php chore: apply code style 2025-04-30 19:04:59 +02:00
Converter.php feat(ldap): sync additional properties to profile and SAB 2024-05-30 12:01:13 +02:00
HasPhotoPlugin.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
ImageExportPlugin.php chore: apply code style 2025-04-30 19:04:59 +02:00
MultiGetExportPlugin.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
PhotoCache.php chore: apply code style 2025-04-30 19:04:59 +02:00
Plugin.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
SyncService.php chore: apply code style 2025-04-30 19:04:59 +02:00
SystemAddressbook.php chore: apply code style 2025-04-30 19:04:59 +02:00
UserAddressBooks.php chore: apply code style 2025-04-30 19:04:59 +02:00