kobergj

Results 4 comments of 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.