reva
reva copied to clipboard
WebDAV/gRPC/HTTP high performance server to link high level clients to storage backends
See https://gitter.im/cs3org/REVA?at=62421b1e0466b352a43e30c9
# What? The Open Cloud Mesh (OCM) is a protocol that enables sharing of data across various cloud providers, given that they agree on the APIs that they'll be exposing...
https://github.com/cs3org/reva/pull/2235#pullrequestreview-801039778
@labkode asking for a friend...
With concurrent uploads the last one "wins" by deleting the link from the previous upload and then linking its node in the owner directory. The others leave orphaned nodes and...
Concurrent calls to `RestoreRevision` overwrite existing attributes one by one instead of writing the whole set of attributes atomically. This can potentially lead to the extended attributes of two revisions...
## Describe the bug Some REVA "insecure" configurations default to true. ## Expected behavior "insecure" options (most of the time it's SSL cert validation check skip) must be configurable and...
This issue should contain all the temporary hacks we implemented in the edge branch which should be changed later on. To not miss anything let's collect them here: - https://github.com/cs3org/reva/blob/edge/internal/http/services/owncloud/ocs/handlers/apps/sharing/shares/spaces.go#L105-L110...
When trying to resolve URLs like `https://cloud.ocis.test/f//relative/path?id=b78c2044-5b51-446f-82f6-907a664d089c:194b4a97-597c-4461-ab56-afd4f5a21607` the web may need to rely on the id if the `` is not unique or if a segment in the relative path...
the integration test for storage providers: [`[It] creates a home directory`](https://github.com/cs3org/reva/blob/bca5582877f0de37839cd72333c41c5ba9d992a3/tests/integration/grpc/gateway_storageprovider_test.go#L136) seems to be flaky. It failed in https://drone.cernbox.cern.ch/cs3org/reva/6217/5/3 ``` • [FAILED] [11.192 seconds] 182 | gateway 183 | /drone/src/tests/integration/grpc/gateway_storageprovider_test.go:52...