opencloud
opencloud copied to clipboard
🌤️This is the main repository of the OpenCloud server. It contains the golang codebase for the backend services.
## Describe the bug When I want to add a new CSP rule to the set of [default CSP rules](https://github.com/opencloud-eu/opencloud/blob/main/services/proxy/pkg/config/csp.yaml), I can't be certain that it reaches all OpenCloud installations....
## Describe the bug Right now I'm trying to configure cloudflare as an external OIDC using a cloudflare SaaS application. At first, all the flow seems to work but the...
## Prerequisites - [x] bump web - [x] bump reva - [x] create RC tag https://github.com/opencloud-eu/opencloud/releases/tag/4.0.0-rc.1 - [x] update introductionVersion - https://github.com/opencloud-eu/opencloud/issues/1920 - [x] add new production version - https://github.com/opencloud-eu/opencloud/pull/1941...
## 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...
fixed `collaborativePosix/collaborativePosixFS.feature:144` see here https://ci.opencloud.eu/repos/3/pipeline/371/88
test for checking propfing response body after renaming file in the file system
## Describe the bug A signed URL provided by the server via the `downloadURL` dav property doesn't work if the file name contains a `#`. ## Steps to reproduce 1....
- [ ] For the dashboard we are interested in the number of postprocessing steps - [ ] For tests we are interested in - the number of shares that...
`@Then as :user :entry :path should not exist` will accept any 4xx return code as valid see https://github.com/opencloud-eu/opencloud/blob/fb8af22073cee757a1aeed54cd30aa2fda9615eb/tests/acceptance/bootstrap/WebDav.php#L1267 I think 425 should not be accepted, but in that case it...
in search tests we wait for some time till the indexing is finished, see https://github.com/opencloud-eu/opencloud/pull/1802/commits/76713480e3c16d2ae90ac928b928b5ee31ee7d99 this sleep could be reduced if we wait for no 425 in the PROPFIND response....