Bump sabre#1792
Conversation
|
@rullzer, thanks for your PR! By analyzing the history of the files in this pull request, we identified @DeepDiver1975, @schiessle and @LukasReschke to be potential reviewers. |
a91b241 to
595384b
Compare
It says 🚫 ❗️ |
|
Yeah I know. Have been messing with it to get the caldav intergration tests happy. But no real luck so far |
* Update sabre/dav to 3.2.0 * Adjust code to work with sabre/dav 3.2.0 and it's dependencies * Adding own CalDAV plugin to fix calendar home property * Test if there is a user logged in when listing files home * Update sabre version used by integration tests * Disable unauthenticated DAV access This is needed to make Sabre 3.2 behave like we did before. Eventually we should integrate better with the ACL plugin which itself should implement an auth failure when appropriate. ===== * Fixed so cherry-pick was succesfull Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Made sure delete from self works again (and is tested) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Current coverage is 57.87% (diff: 93.75%)@@ master #1792 diff @@
==========================================
Files 1094 1099 +5
Lines 62793 63539 +746
Methods 6994 7147 +153
Messages 0 0
Branches 0 0
==========================================
+ Hits 36289 36776 +487
- Misses 26504 26763 +259
Partials 0 0
|
|
Whee CI is happy. Review time! |
|
Works here fine 👍 I did some smoke testing with WebDAV and some file operations. |
|
@nickvergessen could we get smashbox for this? |
|
Smashbox passed ✅ |
LukasReschke
left a comment
There was a problem hiding this comment.
Looks good. Two new files are not really being tested. Will add myself quickly :)
| * @param string $principal | ||
| * @return array | ||
| */ | ||
| protected function getAddressesForPrincipal($principal) { |
There was a problem hiding this comment.
Missing tests. Will quickly add myself.
| /** | ||
| * @inheritdoc | ||
| */ | ||
| function getCalendarHomeForPrincipal($principalUrl) { |
There was a problem hiding this comment.
Missing tests. Will quickly add myself.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
|
Tests added and third-party rebased. LGTM. |
Uses: owncloud/core#26115
Lets see what CI thinks of this!