kobergj
kobergj
Great idea! There a lot. These are the ones I remember having touched recently... - https://github.com/cs3org/reva/blob/edge/pkg/storage/utils/decomposedfs/spaces.go#L324 - https://github.com/cs3org/reva/blob/edge/pkg/storage/utils/decomposedfs/spaces.go#L627 - https://github.com/cs3org/reva/blob/edge/pkg/storage/utils/decomposedfs/decomposedfs.go#L178 - https://github.com/cs3org/reva/blob/edge/internal/http/services/owncloud/ocdav/spacelookup/spacelookup.go#L46-L53
Interestingly enough it doesn't fail on the resharing branch: https://github.com/cs3org/reva/pull/2877 It is up to date with edge, so some changes in there seem to fix it.
Looking closer into it I would strongly suggest that the reason why it passed before is https://github.com/owncloud/core/issues/40093 ``` When user "Brian" deletes the last share using the sharing API ```...
There was a bug in the etag propagation, causing the files etag to change after postprocessing. The fix landed today, so etag will not change any more.
I can confirm this is a backend issue. Specifically with wopi and the way it is implemented. In a nutshell the problem is that wopi only initializes the upload, but...
Yes. Document is ready. Only waits for final touches: https://github.com/owncloud/ocis/pull/9227 Will be merged today.
There is already a proposed fix: https://github.com/owncloud/ocis/issues/5967
Yes. Absolutely valid point. This was not taken into account on initial implementation, but should be fairly easy to implement. We should also add an option to add TLS config...
> I strongly vote for sticking to KISS So that means we add new envvar `OCIS_NATS_ENABLE_TLS` and `OCIS_NATS_TLS_ROOT_CA_CERTIFICATE` and use them everywhere? We can deprecate exiting events - tls envars.
> Any updates on this? I'd be happy to provide a PR, but not sure what direction the team wants to go in regarding the env var naming conventions. That...