-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
feat: Support deleting metadata from WebDAV #50852
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
/backport to stable31 |
|
/backport to stable30 |
After: nextcloud/server#50852 Signed-off-by: Louis Chemineau <[email protected]>
susnux
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a (integration) test for this?
After: nextcloud/server#50852 Signed-off-by: Louis Chemineau <[email protected]>
cab3796 to
ad3815a
Compare
The `$value` will be `null` if the update is wrapped inside a `<d:remove>...</d:remove>` block. Signed-off-by: Louis Chemineau <[email protected]>
ad3815a to
c2f2f21
Compare
come-nc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
indentation in metadata.feature is weird
provokateurin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now this makes sense to me 😅
The
$valuewill benullif the update is wrapped inside a<d:remove>...</d:remove>block.