mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 12:19:37 -06:00
Make "remote.php" part of thumbnail URLs optional
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user