reva
reva copied to clipboard
WebDAV/gRPC/HTTP high performance server to link high level clients to storage backends
Modifications in the localfs storage driver so that it can use a dCache nfs4.1 mount as file system
Modifications: pkg/storage/utils/localfs/localfs.go and pkg/storage/fs/localhome have been modified so that DataDirectory and Shadow are now configurable. pkg/storage/utils/localfs/uploads.go has been modified so that the uploaded file can be moved to a directory...
A number of changes in this PR: * #1752 spell 'endpoint' instead of 'endPoint' * #1753 support JSON for POST bodies in the OCM API * #1962 support running the...
This PR adds following changes: 1. **Feature**: Enables fetching reva-plugins from github, Users can provide following configuration: ``` [grpc.services.userprovider] driver=https://github.com/jimil749/json ``` This configuration downloads the plugin source code into `/var/reva/tmp/ext//`,...
Closes https://github.com/owncloud/ocis/issues/1217 * Extracted common error methods to `errtypes` package * Fixed type error on Bavail ( https://golang.org/src/syscall/ztypes_freebsd_arm64.go#L125 ) * Alias ENODATA to ENOATTR Still pending: * I am not...
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.2 to 1.8.0. Commits 181cea6 impr: CallerInfo should print full paths to the terminal (#1201) cf1284f Allow mock expectations to be ordered (#1106) 66eef0e fix: assert.MapSubset (or...