From b17fa1d72bebd56c8fa04caf4740c1a800453ee9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Duffeck?= Date: Fri, 10 Nov 2023 16:17:35 +0100 Subject: [PATCH] Make /remote.php/dav/ocm/ work as well --- services/proxy/pkg/middleware/authentication.go | 1 + 1 file changed, 1 insertion(+) diff --git a/services/proxy/pkg/middleware/authentication.go b/services/proxy/pkg/middleware/authentication.go index f173e94dad..558510b207 100644 --- a/services/proxy/pkg/middleware/authentication.go +++ b/services/proxy/pkg/middleware/authentication.go @@ -25,6 +25,7 @@ var ( _publicPaths = [...]string{ "/dav/public-files/", + "/remote.php/dav/ocm/", "/dav/ocm/", "/ocm/", "/remote.php/dav/public-files/",