From 7efe231b8ef28f42da70b849d91889a62fc4714c Mon Sep 17 00:00:00 2001 From: Artur Neumann Date: Fri, 20 May 2022 14:11:45 +0545 Subject: [PATCH 1/2] [full-ci] pin owncloud 10 to 10.10.1 for tests --- .drone.star | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.star b/.drone.star index 3b1f38c83f0..26104b7941a 100644 --- a/.drone.star +++ b/.drone.star @@ -35,7 +35,7 @@ SONARSOURCE_SONAR_SCANNER_CLI = "sonarsource/sonar-scanner-cli:latest" THEGEEKLAB_DRONE_GITHUB_COMMENT = "thegeeklab/drone-github-comment:1" TOOLHIPPIE_CALENS = "toolhippie/calens:latest" -OC10_VERSION = "10.9.1" +OC10_VERSION = "10.10.0" dir = { "base": "/var/www/owncloud", From 6e24f0bd79513687a2ce56d07a7040962cfc59f4 Mon Sep 17 00:00:00 2001 From: Artur Neumann Date: Fri, 20 May 2022 16:48:36 +0545 Subject: [PATCH 2/2] enable dav.propfind.depth_infinity --- tests/drone/setup-server-and-app.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/drone/setup-server-and-app.sh b/tests/drone/setup-server-and-app.sh index 63a52690ad0..8f2679e79d6 100755 --- a/tests/drone/setup-server-and-app.sh +++ b/tests/drone/setup-server-and-app.sh @@ -16,6 +16,7 @@ else fi php occ app:list php occ config:system:set trusted_domains 1 --value=owncloud + php occ config:system:set dav.propfind.depth_infinity --value=true php occ log:manage --level $2 php occ config:list if [ "$3" == "builtInWeb" ]