From c778b1bade02ea772f23c75cb8de804d645feac4 Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Thu, 13 Oct 2016 12:15:10 +0200 Subject: Update sabre dav to 3.2 (#26115) * 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 --- build/integration/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/integration') diff --git a/build/integration/composer.json b/build/integration/composer.json index 29f73f2064a..d7ccd593277 100644 --- a/build/integration/composer.json +++ b/build/integration/composer.json @@ -4,6 +4,6 @@ "behat/behat": "^3.0", "guzzlehttp/guzzle": "~5.0", "jarnaiz/behat-junit-formatter": "^1.3", - "sabre/dav": "3.0.9" + "sabre/dav": "3.2" } } -- cgit v1.2.3