nextcloud/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 +02:00
..
AppInfo fix(cardav): only show useres from enabled addressBooks in contacts menu 2025-03-21 15:14:46 +01:00
Avatars chore: apply code style 2025-04-30 19:04:59 +02:00
BackgroundJob fix(dav): move orphan cleaning logic to a chunked background job 2025-05-07 13:28:53 +02:00
BulkUpload chore: apply code style 2025-04-30 19:04:59 +02:00
CalDAV fix(dav): only consider user's principal for unsharing entries 2025-06-01 16:39:43 +02:00
CardDAV fix(dav): only consider user's principal for unsharing entries 2025-06-01 16:39:43 +02:00
Command fix(caldav): prevent unshare entry creation for owner unsharing 2025-06-01 16:39:43 +02:00
Comments chore: apply code style 2025-04-30 19:04:59 +02:00
Connector Update apps/dav/lib/Connector/Sabre/File.php 2025-05-30 16:07:56 +02:00
Controller chore: apply code style 2025-04-30 19:04:59 +02:00
DAV fix(caldav): prevent unshare entry creation for owner unsharing 2025-06-01 16:39:43 +02:00
Db fix: add calendar enable 2025-05-23 10:39:45 +02:00
Direct chore: apply code style 2025-04-30 19:04:59 +02:00
Events fix(dav): only consider user's principal for unsharing entries 2025-06-01 16:39:43 +02:00
Exception chore: apply code style 2025-04-30 19:04:59 +02:00
Files chore: apply code style 2025-04-30 19:04:59 +02:00
Listener chore: apply code style 2025-04-30 19:04:59 +02:00
Migration fix(dav): add repair step to queue job to update rooms and resources 2025-05-26 18:08:36 +02:00
Profiler chore: Add SPDX header 2024-05-27 20:11:22 +02:00
Provisioning/Apple chore: apply code style 2025-04-30 19:04:59 +02:00
Search chore: apply code style 2025-04-30 19:04:59 +02:00
Service Fix: Make out of office replacement nullable 2024-07-03 12:31:53 +02:00
Settings chore: apply code style 2025-04-30 19:04:59 +02:00
SetupChecks chore: Add SPDX header 2024-05-27 20:11:22 +02:00
Storage feat: Make ISharedStorage public API and reuse where possible 2024-08-12 11:42:10 +02:00
SystemTag chore: apply code style 2025-04-30 19:04:59 +02:00
Traits chore: apply code style 2025-04-30 19:04:59 +02:00
Upload fix: improve assembly stream 2025-05-12 11:59:38 +02:00
UserMigration chore: apply code style 2025-04-30 19:04:59 +02:00
Capabilities.php chore: apply code style 2025-04-30 19:04:59 +02:00
HookManager.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00
ResponseDefinitions.php feat(dav): Add an API for upcoming events 2024-08-13 20:03:31 +02:00
RootCollection.php fix(caldav): allow listing of room and resource principals 2024-07-31 15:47:02 +02:00
Server.php chore: apply code style 2025-04-30 19:04:59 +02:00
ServerFactory.php chore: Add SPDX header 2024-05-27 20:11:22 +02:00