reva
reva copied to clipboard
WebDAV/gRPC/HTTP high performance server to link high level clients to storage backends
At WP4.4 it is discussed that it would be useful for a receiver of a transfer type OCM share to know the size of the transfer before accepting it. Although...
Currently, the `ocmd` example works but without apps -> the documentation is obsolete. The most complete example is `storage-references` -> need to check that apps work and fix it +...
This issue is to track all functionalities that are or will be implemented in the Reva master branch for CERNBox use-cases. This is issue acts as a master issue, please...
When calling the `GET /ocs/v1.php/apps/files_sharing/api/v1/shares?include_tags=false&state=all&shared_with_me=true` endpoint, each received share is statted 23 times (twice via the `Stat` call, the rest of the times via the `ListStorageSpaces` call), since `ListStorageSpaces` is...
We generate provider IDs dynamically. Can you make these work with regexes? ``` "eoshome-[dlntz]" = { address = "localhost:16000" } "eoshome-[agjkw]" = { address = "localhost:16001" } "eoshome-[horsy]" = {...
I am using Owncloud Sciencemesh to share storage with other Owncloud users. generating the invitation token and authorization process works perfectly on the sender party side but in the acceptor...
Closes https://github.com/cs3org/reva/issues/2927
When doing propfinds, we use the metadata returned by the storage providers to decide whether the resource has been shared or not https://github.com/cs3org/reva/blob/623d181b5e5b26e4a47220cfa98321719bb0e742/internal/http/services/owncloud/ocdav/propfind/propfind.go#L1031-L1040 And call `ListPublicShares` to check if a...
https://drone.cernbox.cern.ch/cs3org/reva/7313/13/6 ``` runsh: Total unexpected failed scenarios throughout the test run: apiShareReshareToShares3/reShareUpdate.feature:152 apiShareReshareToShares3/reShareUpdate.feature:153 ``` ``` Scenario Outline: After losing share permissions user can still delete a previously reshared share #...
This feature is failing in CI in master and edge. It passes in OCIS. Making this issue so that the tests can be linked in expected to fail and further...