Merge branch 'master' into reenable-parallel-deployment-in-ci

This commit is contained in:
Willy Kloucek
2022-05-07 12:34:25 +02:00
16 changed files with 81 additions and 46 deletions
@@ -118,27 +118,27 @@ func DefaultPolicies() []config.Policy {
},
{
Endpoint: "/remote.php/",
Service: "ocdav",
Service: "com.owncloud.web.ocdav",
},
{
Endpoint: "/dav/",
Service: "ocdav",
Service: "com.owncloud.web.ocdav",
},
{
Endpoint: "/webdav/",
Service: "ocdav",
Service: "com.owncloud.web.ocdav",
},
{
Endpoint: "/status.php",
Service: "ocdav",
Service: "com.owncloud.web.ocdav",
},
{
Endpoint: "/index.php/",
Service: "ocdav",
Service: "com.owncloud.web.ocdav",
},
{
Endpoint: "/apps/",
Service: "ocdav",
Service: "com.owncloud.web.ocdav",
},
{
Endpoint: "/data",