Files
opencloud/vendor/github.com/opencloud-eu
Dominik Schmidt 40f7aaa327 fix(graph): verify token scopes against the url path
The scope handlers know CS3 request types and url paths; handing them the
*http.Request made every restricted scope fail with a type assertion error.
Pass the path, like reva's own http auth interceptor, and allow the graph
drives surface in the public share scope.

The vendored reva change (checkGraphDrivesPath) needs a reva PR before this
can go anywhere.
2026-09-08 11:21:02 +02:00
..