nextcloud/apps/dav/lib/Events
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
..
AddressBookCreatedEvent.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
AddressBookDeletedEvent.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
AddressBookShareUpdatedEvent.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
AddressBookUpdatedEvent.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
BeforeFileDirectDownloadedEvent.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
CachedCalendarObjectCreatedEvent.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
CachedCalendarObjectDeletedEvent.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
CachedCalendarObjectUpdatedEvent.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
CalendarCreatedEvent.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
CalendarDeletedEvent.php chore: apply code style 2025-04-30 19:04:59 +02:00
CalendarMovedToTrashEvent.php chore: apply code style 2025-04-30 19:04:59 +02:00
CalendarObjectCreatedEvent.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
CalendarObjectDeletedEvent.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
CalendarObjectMovedEvent.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
CalendarObjectMovedToTrashEvent.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
CalendarObjectRestoredEvent.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
CalendarObjectUpdatedEvent.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
CalendarPublishedEvent.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
CalendarRestoredEvent.php chore: apply code style 2025-04-30 19:04:59 +02:00
CalendarShareUpdatedEvent.php fix(dav): only consider user's principal for unsharing entries 2025-06-01 16:39:43 +02:00
CalendarUnpublishedEvent.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
CalendarUpdatedEvent.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
CardCreatedEvent.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
CardDeletedEvent.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
CardMovedEvent.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
CardUpdatedEvent.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
SabrePluginAddEvent.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
SabrePluginAuthInitEvent.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
SubscriptionCreatedEvent.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
SubscriptionDeletedEvent.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
SubscriptionUpdatedEvent.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00