nextcloud-server/apps/dav
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 fix(caldav): prevent unshare entry creation for owner unsharing 2025-06-01 16:39:43 +07:00
composer fix(caldav): prevent unshare entry creation for owner unsharing 2025-06-01 16:39:43 +07:00
css chore: Add SPDX header 2024-05-27 20:11:22 +07:00
img chore: Add SPDX header 2024-05-28 14:41:28 +07:00
l10n fix(l10n): Update translations from Transifex 2025-05-31 00:22:55 +07:00
lib fix(dav): only consider user's principal for unsharing entries 2025-06-01 16:39:43 +07:00
src test: update snapshots 2025-04-22 13:00:30 +07:00
templates chore: Add SPDX header 2024-05-28 14:41:28 +07:00
tests fix(caldav): prevent unshare entry creation for owner unsharing 2025-06-01 16:39:43 +07:00
.gitignore chore: Add SPDX header 2024-05-28 14:41:28 +07:00
.l10nignore chore: Add SPDX header 2024-05-28 14:41:28 +07:00
openapi.json fix(dav): Use IUser::getDisplayName directly 2025-03-05 22:51:44 +07:00
openapi.json.license chore: Add SPDX header 2024-05-28 14:41:28 +07:00