Jörn Friedrich Dreyer

Results 154 issues of Jörn Friedrich Dreyer

When implementing [initial checksum support](https://github.com/cs3org/reva/pull/1400) I stumbled over a difference with the webdav api that may need clarification in eg.: https://github.com/cs3org/cs3apis/blob/8a19a7f60664dbcff80bbe46348b30562e16abbc/cs3/storage/provider/v1beta1/provider_api.proto#L337-L340 We currently translate an allprops PROPFIND to a `*`...

- [ ] The storage providers [ResourceInfo](https://cs3org.github.io/cs3apis/#cs3.storage.provider.v1beta1.ResourceInfo) should be able to return more than one checksum. - [ ] We need a way to let clients specify which checksums they...

currently, only the share manager knows who created a share. That means that both: the share manager and the storage provider are necessary to reconstruct all share information. The share...

While the usecase of limiting a user to only add grants seems valid, it already comes with the requirement to let him manage the grants he created, which requires UpdateGrant...

https://cs3org.github.io/cs3apis/#cs3.storage.provider.v1beta1.ResourcePermissions should have: - [ ] GetArbitraryMetadata, if false arbitrary metadata will not be listed in stat - [ ] SetArbitraryMetadata, also affects UnsetArbitraryMetadata, because if you have Set you...

see https://github.com/cs3org/cs3apis/blob/master/cs3/storageprovider/v0alpha/resources.proto#L101-L104 - executable bit - macos lables, some discussion in https://github.com/owncloud/client/issues/4511 - acls?

allows the server to allocate files or check available quota. Needed for tus creation extension, which always expects a `Upload-Length`. then replace Opaque data in - https://github.com/cs3org/reva/pull/674/files/c79ca8c607207b3564eb61976470e3f8c198328b#diff-5fec0456a6ea9fb1227335fc8d3f8cfdR85-R92 - https://github.com/cs3org/reva/pull/674/files/c79ca8c607207b3564eb61976470e3f8c198328b#diff-1d23ba8815a000b1764e61a113e56218R254-R262 -...

Add tus feature and version to https://cs3org.github.io/cs3apis/#cs3.storage.registry.v1beta1.ProviderInfo To properly handle [crappy proxies] we also need to be able to return the chunk size: https://github.com/tus/tus-resumable-upload-protocol/pull/93

The favorite flag is a user specific property for a file that cannot be mapped to extended attributes without leaking who has marked a file as a favorite. It is...

We should allow sending MD Metadata with - [ ] FS.CreateDir and - [ ] FS.Upload to send along the original ctime and mtime as well as extended attributes. Furthermore,...