OCM-API icon indicating copy to clipboard operation
OCM-API copied to clipboard

OpenCloudMesh API

Results 62 OCM-API issues
Sort by recently updated
recently updated
newest added

This PR supersedes https://github.com/cs3org/OCM-API/pull/41. I have rebased the new endpoints on top of the current `develop` branch. We should have a discussion with @michielbdejong as a main contributor in this...

The current OCM invite/accept workflow to create shares between user A and B is not symmetric, in the sense that once A invited B and B accepted, A can share...

OCM assumes the sender of a share is a specific user. But in some situations it would be useful to think of shares as owned by a group. This would...

In practice, if servers A and B participate in the OpenCloudMesh, and Alice@A wants to share a resource with Bob@B, then the first thing server A will do is to...

Reva [uses](https://github.com/cs3org/reva/blob/master/internal/http/services/ocmd/shares.go#L63) a `meshProvider` field. I'm not sure which value to specify there.

See https://github.com/cs3org/OCM-API/blob/develop/spec.yaml#L189-L296 There is mention of `protocol.options.permissions` (plural) in https://github.com/cs3org/OCM-API/blob/develop/spec.yaml#L296 but no mention of what the root field `permission` should look like.

https://cs3org.github.io/OCM-API/ builds from the 'develop' branch. How can we view a ReDoc build from a different branch, so that we can see what the effect of merging a PR would...

A little philosophical question I ran into while writing the test suite: When Alice shares a resource with Bob, she cannot share it again. If she tries to share it...

I'm curious about any future development of this great idea. [Forum discussion here](https://help.nextcloud.com/t/mirroring-of-two-nextcloud-server/52564/12?u=just). Got any plans to come back to it? Pull requests [37](https://github.com/cs3org/OCM-API/pull/37), [41](https://github.com/cs3org/OCM-API/pull/41), and [40](https://github.com/cs3org/OCM-API/pull/40)