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

Trying to build from source on Illumos results in the following error: ``` # github.com/gofrs/flock /root/go/pkg/mod/github.com/gofrs/[email protected]/flock_unix.go:28:22: undefined: syscall.LOCK_EX /root/go/pkg/mod/github.com/gofrs/[email protected]/flock_unix.go:39:22: undefined: syscall.LOCK_SH /root/go/pkg/mod/github.com/gofrs/[email protected]/flock_unix.go:57:12: undefined: syscall.Flock /root/go/pkg/mod/github.com/gofrs/[email protected]/flock_unix.go:67:12: undefined: syscall.Flock /root/go/pkg/mod/github.com/gofrs/[email protected]/flock_unix.go:97:12: undefined: syscall.Flock...

when I am trying to connect to the reva using sciencemesh bextcloud/owncloud app All of procedure such as sebdinng request from app to reva and the process of reva user...

Favorites also need to follow a spaces based approach, this needs to be fixed: https://github.com/cs3org/reva/blob/036e520a0010d8cad94154ea46a73a26897dc344/internal/http/services/owncloud/ocdav/report.go#L102-L115

## Description For the `edge` branch, the recently added meta API tests are passing OK but with the `master` branch every meta request exits with an empty response. The test...

Fixes https://github.com/cs3org/reva/issues/2843

trash-bin propfind responses were fixed in edge PR #2821 and the core API test code was sorted out to correctly expect and process the responses, and to fail if it...

I installed reva on my machine but when I run reva command inside `/cmd/revad` folder but I am getting this error: > http service dataprovider could not be started,: Please...

For a storageprovider mounted at `/users/[l-z]` https://github.com/cs3org/reva/blob/bdbc57ff6f1d9c1ffc8303045d8fcf0b7fb3031e/pkg/storage/registry/spaces/spaces_test.go#L216-L223 it's expected that a space with path `/users/Alice` would be returned https://github.com/cs3org/reva/blob/bdbc57ff6f1d9c1ffc8303045d8fcf0b7fb3031e/pkg/storage/registry/spaces/spaces_test.go#L339-L353 @micbar @butonic