mirror of
https://github.com/nextcloud/server.git
synced 2026-02-11 14:54:02 -05:00
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> |
||
|---|---|---|
| .. | ||
| AddressBookCreatedEvent.php | ||
| AddressBookDeletedEvent.php | ||
| AddressBookShareUpdatedEvent.php | ||
| AddressBookUpdatedEvent.php | ||
| BeforeFileDirectDownloadedEvent.php | ||
| CachedCalendarObjectCreatedEvent.php | ||
| CachedCalendarObjectDeletedEvent.php | ||
| CachedCalendarObjectUpdatedEvent.php | ||
| CalendarCreatedEvent.php | ||
| CalendarDeletedEvent.php | ||
| CalendarMovedToTrashEvent.php | ||
| CalendarObjectCreatedEvent.php | ||
| CalendarObjectDeletedEvent.php | ||
| CalendarObjectMovedEvent.php | ||
| CalendarObjectMovedToTrashEvent.php | ||
| CalendarObjectRestoredEvent.php | ||
| CalendarObjectUpdatedEvent.php | ||
| CalendarPublishedEvent.php | ||
| CalendarRestoredEvent.php | ||
| CalendarShareUpdatedEvent.php | ||
| CalendarUnpublishedEvent.php | ||
| CalendarUpdatedEvent.php | ||
| CardCreatedEvent.php | ||
| CardDeletedEvent.php | ||
| CardMovedEvent.php | ||
| CardUpdatedEvent.php | ||
| SabrePluginAddEvent.php | ||
| SabrePluginAuthInitEvent.php | ||
| SubscriptionCreatedEvent.php | ||
| SubscriptionDeletedEvent.php | ||
| SubscriptionUpdatedEvent.php | ||