mirror of
https://github.com/nextcloud/server.git
synced 2026-02-14 16:25:29 -05:00
Link shares always allowed deletion, however internally the permissions were stored as 7 which lacked delete permissions. This created an inconsistency in the Webdav permissions. This fix makes sure we include delete permissions in the share permissions, which now become 15. In case a client is still passing 7 for legacy reasons, it gets converted automatically to 15. |
||
|---|---|---|
| .. | ||
| bootstrap | ||
| auth.feature | ||
| caldav.feature | ||
| carddav.feature | ||
| checksums.feature | ||
| comments.feature | ||
| dav-v2.feature | ||
| favorites.feature | ||
| provisioning-v1.feature | ||
| provisioning-v2.feature | ||
| sharing-v1.feature | ||
| tags.feature | ||
| webdav-related.feature | ||