web
web copied to clipboard
Id-based WebDAV requests
Currently, all of our WebDAV requests are path based. In the long term we want to have this id-based, which improves performance on the server side and lets us get rid of (some of) the path handling, which is quite laborious most of the time.
The WebDAV implementation needs to be refactored to the web-client package before this can happen (see https://github.com/owncloud/web/pull/9764).
Blocked because of https://github.com/owncloud/ocis/issues/9623 and https://github.com/owncloud/ocis/issues/9618.