nextcloud-server/apps/dav/composer
Daniel Kesselberg d0871f6cdc
fix(caldav): prevent unshare entry creation for owner unsharing
- Introduces a `unshare` method in `CalDavBackend` to handle user unshares.
- Implements check to determine if unshare entry is needed based on group/circle membership.
- Ensures `updateShares` is only used when the calendar owner manages shares.
- Resolves issue where unsharing a calendar as owner created an unshare entry in `oc_dav_shares`.

Related PRs:
- https://github.com/nextcloud/server/pull/43117
- https://github.com/nextcloud/server/pull/47737

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
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
autoload.php Update composer autoloader 2022-11-22 13:35:17 +07:00
composer.json Use proper authorative-autoloader for app autoloaders 2017-12-14 08:31:31 +07:00
composer.lock Add missing files for Composer v2 2021-08-13 15:01:02 +07:00