fix: fix deny access to prevent a regression

This commit is contained in:
Michael Barz
2024-11-25 11:32:31 +01:00
parent 271455703b
commit bac2256c5f
11 changed files with 126 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
Bugfix: Fix deny access for graph roles
We added a unified role "Cannot access" to prevent a regression when switching the share implementation to the graph API. This role is now used to deny access to a resource.The new role is not enabled by default. The whole deny feature is still experimental.
https://github.com/owncloud/ocis/pull/10627