cs3apis
cs3apis copied to clipboard
:arrows_clockwise: Connect Storage and Application Providers
When using the usual CS3API calls to delete a file, that file is not physically deleted but moved into a recycle bin. This is extremely problematic when performing health checks:...
java stubs should also be made available: https://github.com/grpc/grpc-java/tree/master/compiler
As discussed in https://github.com/cs3org/reva/pull/2285
While investigating https://github.com/cs3org/reva/issues/2148 I ran into a question: Why is there on the one hand a [`cs3/ocm/core`](https://github.com/cs3org/go-cs3apis/tree/416ed6cf8b00baa3b05dcfa6c08ebfe6557f020c/cs3/ocm/core) package, with: * [`CreateOCMShareRequest`](https://github.com/cs3org/go-cs3apis/blob/416ed6c/cs3/ocm/core/v1beta1/ocm_core_api.pb.go#L31) And on the other hand a [`cs3/sharing/collaboration`](https://github.com/cs3org/go-cs3apis/blob/416ed6cf8b00baa3b05dcfa6c08ebfe6557f020c/cs3/sharing/collaboration) package, with:...
See https://github.com/cs3org/reva/pull/2120 Maybe we want to change this in a next (breaking) version of CS3 APIs but for now I think it's beneficial to at least let the comments reflect...
This should return details such as the tagged and git versions, build date and platform, language version, and maybe some capabilities such as third party integrations and supported protocols (for...
* Account transfers * Integration with other deployed system for user lifecycle management
## tl;dr For ownCloud Web we needed a different way to authenticate downloads of password protected link shares. The current design of the share manager doesn't allow us to implement...