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 265 reva issues
Sort by recently updated
recently updated
newest added

In particular in the gateway services, as I happen to look at it, `panic()` is used as a last resort in `InitiateFileUpload` and other methods.

Adds the `OC-FileId` and the `OC-ETag` headers to dav `mkcol` responses. This is necessary for clients that work with ids and want to fetch a folder immediately after creating. fixes...

We may need to add something like: ``` w.Header().Set(HeaderOCFileID, resourceid.OwnCloudResourceIDWrap(newInfo.Id)) w.Header().Set(HeaderOCETag, newInfo.Etag) ``` To internal/http/services/owncloud/ocdav/mkcol.go in order to "comply" to Reva edge as in #4767 This would require some other...

Bumps [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc) from 3.9.0 to 3.11.0. Release notes Sourced from github.com/coreos/go-oidc/v3's releases. v3.11.0 What's Changed oidc: verify support for algs from discovery by @​ericchiang in coreos/go-oidc#430 chore(deps): bump dependencies to...

dependencies
go

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.62.1 to 1.65.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.65.0 Dependencies Change support policy to cover only the latest TWO releases of Go, matching the policy...

dependencies
go