Ralf Haferkamp
Ralf Haferkamp
> If this is an intentional restriction, we need to consider removing the `search_min_length` capability as those 2 things don't go along. Honestly though, I find that config unnecessary either...
@AlexAndBear The problem is that we provide two different settings. `GRAPH_IDENTITY_SEARCH_MIN_LENGTH` which configures the limit in the graph service. The graph service does enforce this limit, i.e. it will return...
@micbar @tbsbdr I think this relevant to mature the autoprovsioning feature
I've adjusted the initial description a bit. In the discussion in #8617 we agreed on the initial WebDAV endpoint for public links being `/dav/public-files/{sharetoken}` to avoid more usage of hardcoded...
> It still needs to change the response format for the internal link `PROPFIND` request. I think the intention for internal links was to have the `/dav/public-files/` endpoint reply with...
https://github.com/owncloud/ocis/pull/8926 was merged
> Should there be differences in `/non-existing-file-id` and `/random-string`? If yes then we have to test accordingly No. Please don't. 400 was a bad idea. 404 in both cases is...
Refusing to start with the expired certificate is ok I guess. One could also argue that it is ok to just accept the expired certificate (it insecure anyway since it...
> In master, this bug has been fixed but fix pr has not been backported to stable which causes moodle-repository-ocis to evolve issues. Actually in master the accepted driveItem does...
It seems the whole logic for figuring out a default MountPath (i.e. `name` of the driveitem) when accepting/mounting a share is missing in sharing-ng. AFAICS we need something like: https://github.com/cs3org/reva/blob/348c76a4ec2ad33fdc25fe5f783d378149ab7c5b/internal/http/services/owncloud/ocs/handlers/apps/sharing/shares/pending.go#L123...