Ralf Haferkamp
Ralf Haferkamp
## Describe the bug The follwoing files in our dev docs this mention the accounts and/or glauth services and also look outdated in some other ways - [ ] ocis/deployment/bridge.md...
## Describe the bug - userA creates a folder with a txt file in it - userA shares that folder with userB with "Can edit" permissions - userA shares that...
There is also a bit of discrepancy in the UI regarding the remaining space. In the space list (when using the table view instead of the grid view) we see...
## Describe the bug With `STORAGE_USERS_POSIX_WATCH_FS=true`, when a user changes a file on-disk while a file with the same name is upload via WebDAV and still being stuck in post-processing...
This contains a compose example to get a multi-tenant opencloud with the external provsioning service up. Also contains a fix to keep the graph service runnable without nats. Related ticket...
## Describe the bug In a multi-tenant setup, any user with the role SpaceAdmin can list all space from all tenants ## Steps to reproduce 1. deploy a multi-tenant enabled...
With https://github.com/opencloud-eu/opencloud/pull/1191 we're getting one step closer to being able to remove the need to client side created signed urls. ## Problem * The `signing-key` endpoint is the last remaining...
## Describe the bug The graph service maintains a simple in-memory cache for looking up users by userid (https://github.com/opencloud-eu/opencloud/blob/main/services/graph/pkg/identity/cache.go#L87), that cache does currently not take the tenant-ids of the requesting...
As the "cs3" backend in graph doesn't support the OData filters yet, it is currently not possible to set quota on personal spaces. Possible solutions: - Add `$filter` support to...
* the Tenant-id comes in as a claim via OIDC, a user needs to be autoprovisioned for the correct tenant. * a unique identifier from the original identity management system...