0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-05-20 05:00:15 +00:00
nextcloud_server/apps/dav/lib/CardDAV
Daniel Kesselberg 023b98c44b
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-05-14 09:03:33 +02:00
..
Activity fix(activity): Fix activity parameter types 2025-02-17 15:55:31 +01:00
Integration refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Security refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Sharing chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
Validation chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +02:00
Xml fix(psalm): Fix some newly detected issues 2024-10-21 12:37:59 +02:00
AddressBook.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
AddressBookImpl.php fix(cardav): only show useres from enabled addressBooks in contacts menu 2025-03-17 11:56:34 +01:00
AddressBookRoot.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
Card.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +02:00
CardDavBackend.php fix(dav): only consider user's principal for unsharing entries 2025-05-14 09:03:33 +02:00
ContactsManager.php fix(cardav): only show useres from enabled addressBooks in contacts menu 2025-03-17 11:56:34 +01:00
Converter.php chore(profile): move profile app from core to apps 2024-11-14 10:25:02 +01:00
HasPhotoPlugin.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
ImageExportPlugin.php refactor: Use Http framework where possible 2024-12-14 11:23:29 +01:00
MultiGetExportPlugin.php refactor: Use Http framework where possible 2024-12-14 11:23:29 +01:00
PhotoCache.php feat: Allow AVIF content type in PhotoCache 2025-03-03 11:47:27 +01:00
Plugin.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
SyncService.php fix(dav): Create SAB at installation 2025-03-06 18:40:30 +01:00
SystemAddressbook.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +02:00
UserAddressBooks.php chore: Apply new rector configuration to apps folder 2025-02-13 11:46:42 +01:00