Ishank Arora
Ishank Arora
@francescocarzaniga I think this dependency is introduced by golangci-lint, which is not an essential utility and not required by reva itself. Can you try running `make build`? That will generate...
We have a PR ready for that https://github.com/cs3org/reva/pull/1499, but it also requires go-prompt to be upgraded, which causes issues with the CLI utility. I'll take a look at resolving that...
Move the checks to the ocdav service, for the PUT and POST handlers
@redblom @phil-davis we're planning on getting rid of the implementation that brings about this issue in the first place, as part of the GSoC project
Hi @zaynetro, thanks for the PR, the changes look good! We can wait for you to implement the changes in unconvert or golangci-lint. If that takes long to merge, we...
@zaynetro ah okay, we can let it be then. Can you rebase?
> @labkode What do you think about putting both identities in the token? I agree with this. We already have the user object in the token and I think that...
@phil-davis The tests fail with ``` Expected: webDav checksum should be ... ADLER32:1048035a but got ... Adler32:1048035a ``` But the desktop client expects the header to be `Adler32` (https://github.com/owncloud/client/blob/15fc9d017fcdcc4cc95728c16a2dd171d0395b85/src/common/checksums.h#L38-L42) And...
@butonic We won't be able to support older clients with ocis then. @SamuAlfageme I'm not sure what the upgrade timeline looks like from our end? If oc10 always sends the...
> umm `/users/[l-z]` does not make sense for a user with username `Alice`, does it? Exactly what I'm saying. If `alice` sends a `ListStorageProviders` request with a `resourceID` filter corresponding...