reva icon indicating copy to clipboard operation
reva copied to clipboard

WebDAV/gRPC/HTTP high performance server to link high level clients to storage backends

Results 241 reva issues
Sort by recently updated
recently updated
newest added

When the same share is created twice, reva returns "code: CODE_INTERNAL message: "error creating share" trace: "a3120392e3bde58291615b89181acebe". Could we use more explicit status code like CODE_ALREADY_EXISTS and more detailed message...

Allows for creation of new cback restore jobs, and obtaining information regarding particular existing restore jobs.

This PR adds a new jsoncs3 share manager which splits the json file per storage space and caches data locally.

ResourceInfo now has Name and Path properties. At least in the edge branch Name should be the preferred property. - [ ] double check every existing driver fills it -...

This PR adds the support for quicklinks for public shares, as described https://github.com/cs3org/reva/pull/2715

To keep track of changes between edge and experimental branch. Not to run into the same issues as with master and edge DO NOT MERGE FOR NOW - NEEDS GO...

It is possible to create resources in a directory which was shared with viewer permissions: ``` magc@magc:~/reva$ ./cmd/reva/reva --insecure login basic username: richard password: OK magc@magc:~/reva$ ./cmd/reva/reva --insecure mkdir /home/dir_for_viewer...

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.27 to 1.44.76. Release notes Sourced from github.com/aws/aws-sdk-go's releases. Release v1.44.76 (2022-08-12) Service Client Updates service/amp: Updates service API and documentation service/chime-sdk-messaging: Updates service API, documentation, and...

dependencies
go

In case of other processes having a Write lock that needs to be respected. refs https://github.com/owncloud/ocis/issues/4251