Jörn Friedrich Dreyer
Jörn Friedrich Dreyer
The problem is that listing shares and links for a folder with 1000 entries makes a request with a resource id filter for every resource. the share / link manager...
We could add an If-Modified-Since like header to the List(Public)Shares calls. Then the (public) share managers can take into account an aggregated mtime of all shares in a space and...
@LukasHirt this smells like an ocis server issue duplicate ...
That failing test seems unrelated ... is it flaky?
I'd like to pass the opentelemetry traceid between services. The easiest way to do that is to use the context. And yes, every implementation will have to be changed to...
@wkloucek I think this makes sense, pinging you because you are more familiar with docker containers than I am.
@michielbdejong can you add a changelog to make CI happy?
@micbar @dragotin hm ... writing metadata to the file stubs works, but directories currently are used to represend the child hierarchy. Where do we put their metadata? we could store...
also supported by oc10: ```json $ curl https://demo.owncloud.com/ocs/v1.php/apps/files_sharing/api/v1/shares\?include_tags\=false\&state\=all\&shared_with_me\=true\&format\=json -u demo:demo {"ocs":{"meta":{"status":"ok","statuscode":100,"message":null,"totalitems":"","itemsperpage":""},"data":[]}} ```
@labkode I see you closed https://github.com/cs3org/cs3apis/pull/9 Any idea how to tackle this, then?