Hugo Labrador

Results 96 comments of Hugo Labrador

@butonic the opaque field helps in this case, for example here: https://github.com/cernbox/cs3apis/blob/review/cs3/storageprovider/v0alpha/storageprovider.proto#L157 If we know that there will be logic used by many implementations then those use-cases can be promoted...

> We should add attributes to ExtraMetadata wherever it makes sense and does not depend on particular storage backend: > > https://github.com/cernbox/cs3apis/blob/review/cs3/storageprovider/v0alpha/resources.proto#L138 > > I would avoid creating too many...

Execution bit can be added to CanonicalMetadata in: https://cs3org.github.io/cs3apis/#cs3.storage.provider.v1beta1.CanonicalMetadata Let's start with this use-case first and tackle MacOS labels and others later. A new field needs to be defined in...

@butonic this issue makes a lot of sense for favourites and any other metadata that user can attach to a shared resource like comments, chats, tags, ... I've asked Andreas...

@ishank011 we are using protobuf v3, what is the motivation to go back?

@TheOneRing the GRPC definitions needs to be compiled in the toolchain used by the ownCloud desktop client as they are very coupled to the target build system you build the...

Hi @felix-schwarz, without going into the details yet of every topic you mentioned, have you considered to use GRPC natively instead of implementing "by hand" all the protocol logic that...

When designing the CS3APIS we split the OCM sharing (called federated share) from internal sharing (cs3/sharing/collaboration). Does it make sense?

I think this is related purely to the implementation of the localfs backend, perhaps an option should be added to this driver to skip trashbin by means of a configuration...

@tbsbdr This is a good direction, thank you. @diocas is currently on a conference and is back next week to take a look at this development. Next week we'll probably...