Jörn Friedrich Dreyer
Jörn Friedrich Dreyer
There does not seem to be another up to date php tus client library: https://tus.io/implementations
Id based requests for public links need to be investigated. The requests use the token in the `/dav/public-files/{token}/relative/path/to/file.ext` path to authenticate requests. Currently, the publicstorageprovider only knows one space: `/dav/spaces/7993447f-687f-490d-875c-ac95e89a62a4$7993447f-687f-490d-875c-ac95e89a62a4!{token}/relative/path/to/file.ext`...
old related outdated PR https://github.com/cs3org/reva/pull/3875
Replacing the spaceid with the token wont work for the graph API because you always need authentication there. 🤔
@micbar I think this should be picked up again...
ah ... it needs a json payload ...
I'll run a load test after lunch
I seem to have borked the backport ... the circuit breaker gets triggered ...
hm, how do other solutions like collabora and ms solve this?
AFAICT the userlog service has to chew through a long list of events. IMO we can parallelize adding events to user stores in ```go // III) store the eventID for...