nextcloud-server/apps/dav/lib
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 +07:00
..
AppInfo
Avatars chore: apply code style 2025-04-30 19:04:59 +07:00
BackgroundJob fix(dav): move orphan cleaning logic to a chunked background job 2025-05-07 13:28:53 +07:00
BulkUpload chore: apply code style 2025-04-30 19:04:59 +07:00
CalDAV fix(dav): only consider user's principal for unsharing entries 2025-06-01 16:39:43 +07:00
CardDAV fix(dav): only consider user's principal for unsharing entries 2025-06-01 16:39:43 +07:00
Command fix(caldav): prevent unshare entry creation for owner unsharing 2025-06-01 16:39:43 +07:00
Comments chore: apply code style 2025-04-30 19:04:59 +07:00
Connector Update apps/dav/lib/Connector/Sabre/File.php 2025-05-30 16:07:56 +07:00
Controller chore: apply code style 2025-04-30 19:04:59 +07:00
DAV fix(caldav): prevent unshare entry creation for owner unsharing 2025-06-01 16:39:43 +07:00
Db fix: add calendar enable 2025-05-23 10:39:45 +07:00
Direct chore: apply code style 2025-04-30 19:04:59 +07:00
Events fix(dav): only consider user's principal for unsharing entries 2025-06-01 16:39:43 +07:00
Exception chore: apply code style 2025-04-30 19:04:59 +07:00
Files chore: apply code style 2025-04-30 19:04:59 +07:00
Listener chore: apply code style 2025-04-30 19:04:59 +07:00
Migration fix(dav): add repair step to queue job to update rooms and resources 2025-05-26 18:08:36 +07:00
Profiler
Provisioning/Apple chore: apply code style 2025-04-30 19:04:59 +07:00
Search chore: apply code style 2025-04-30 19:04:59 +07:00
Service
Settings chore: apply code style 2025-04-30 19:04:59 +07:00
SetupChecks
Storage
SystemTag chore: apply code style 2025-04-30 19:04:59 +07:00
Traits chore: apply code style 2025-04-30 19:04:59 +07:00
Upload fix: improve assembly stream 2025-05-12 11:59:38 +07:00
UserMigration chore: apply code style 2025-04-30 19:04:59 +07:00
Capabilities.php chore: apply code style 2025-04-30 19:04:59 +07:00
HookManager.php
ResponseDefinitions.php
RootCollection.php
Server.php chore: apply code style 2025-04-30 19:04:59 +07:00
ServerFactory.php