From d3f73b13ff657efab347d056d341028a3dfc8c1b Mon Sep 17 00:00:00 2001 From: Christian Richter Date: Thu, 24 Jul 2025 13:31:56 +0200 Subject: [PATCH] Revert optional remote.php path MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: André Duffeck Signed-off-by: Christian Richter --- services/proxy/pkg/config/defaults/defaultconfig.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/proxy/pkg/config/defaults/defaultconfig.go b/services/proxy/pkg/config/defaults/defaultconfig.go index b9fdb29243..f1d42a3f8f 100644 --- a/services/proxy/pkg/config/defaults/defaultconfig.go +++ b/services/proxy/pkg/config/defaults/defaultconfig.go @@ -185,7 +185,7 @@ func DefaultPolicies() []config.Policy { }, { Type: config.QueryRoute, - Endpoint: "(/remote.php)?/?preview=1", + Endpoint: "/remote.php/?preview=1", Service: "eu.opencloud.web.webdav", }, // TODO the actual REPORT goes to /dav/files/{username}, which is user specific ... how would this work in a spaces world?