-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[Stable10] Fix storing/retrieval for dav properties of non files #29273
Conversation
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.
👍
Codecov Report
@@ Coverage Diff @@
## stable10 #29273 +/- ##
==============================================
+ Coverage 58.38% 58.47% +0.08%
+ Complexity 17677 17672 -5
==============================================
Files 1056 1058 +2
Lines 59243 59233 -10
==============================================
+ Hits 34590 34636 +46
+ Misses 24653 24597 -56
Continue to review full report at Codecov.
|
@VicDeo please rebase to trigger Jenkins build |
…ting them via new one and vice versa
975cd7c
to
3c2a01f
Compare
@PVince81 CI is happy, merging. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
backport of #29136
Description
mapping old dav path -> new dav path needed for oc_dav_properties.Not needed.Previous version of backend was not used by
remote.php/caldav
andremote.php/carddav
endpointsRelated Issue
#29047
Motivation and Context
Code deduplication + regression fix
How Has This Been Tested?
tests/TestHelpers/WebDavHelper.php
as a librarycalendar
app and checking entries inoc_dav_properties
Types of changes
Checklist: