-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Fix legacy DAV endpoint #2712
Fix legacy DAV endpoint #2712
Conversation
@pbek mind to give the the one against master a quick test as well? |
You mean |
yep! Thanks a lot! |
@rullzer, I terribly sorry! On
|
:S I don't get that. master and stable11 are not that far diverged :S... |
@rullzer Merge conflicts |
Since the tests to quite hugely rely on sync tokens being present I also included those in the legacy backend. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* CaldavBackend is now endpoint aware (use old style principals on old endpoint and new onces on new). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Rebased. @LukasReschke I vote to get this in. The tests pass now. We still need to debug the issue of @pbek but lets not keep master without tests because we don't fix everything. |
Current coverage is 54.09% (diff: 63.15%)@@ master #2712 diff @@
==========================================
Files 1304 1304
Lines 80542 80540 -2
Methods 7981 7980 -1
Messages 0 0
Branches 1243 1243
==========================================
+ Hits 43563 43565 +2
+ Misses 36979 36975 -4
Partials 0 0
|
Master forward port of #2685