bump reva to latest edge (#7727)

* bump reva to latest edge

To get https://github.com/cs3org/reva/pull/4336

* graph: Import unified role related code from reva

The UnifiedRole related types are pretty specific to the graph service.
Maintaining them as part of reva makes things more complex that required.

* chore: add failing cases to the expected failures

---------

Co-authored-by: Florian Schade <f.schade@icloud.com>
This commit is contained in:
Ralf Haferkamp
2023-11-17 09:18:45 +01:00
committed by GitHub
co-authored by Florian Schade
parent 6bfbbc3877
commit 50f63bf436
20 changed files with 173 additions and 69 deletions
@@ -214,7 +214,7 @@ func intTosharePerm(p int) (*provider.ResourcePermissions, error) {
return nil, err
}
return conversions.RoleFromOCSPermissions(perms).CS3ResourcePermissions(), nil
return conversions.RoleFromOCSPermissions(perms, nil).CS3ResourcePermissions(), nil
}
func intToShareState(g int) collaboration.ShareState {