Ishank Arora

Results 18 issues of Ishank Arora

technical debt
GSoC
OCM

When calling the `GET /ocs/v1.php/apps/files_sharing/api/v1/shares?include_tags=false&state=all&shared_with_me=true` endpoint, each received share is statted 23 times (twice via the `Stat` call, the rest of the times via the `ListStorageSpaces` call), since `ListStorageSpaces` is...

bug

Closes https://github.com/cs3org/reva/issues/2927

When doing propfinds, we use the metadata returned by the storage providers to decide whether the resource has been shared or not https://github.com/cs3org/reva/blob/623d181b5e5b26e4a47220cfa98321719bb0e742/internal/http/services/owncloud/ocdav/propfind/propfind.go#L1031-L1040 And call `ListPublicShares` to check if a...