Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2025-01-17 10:20:06 +01:00
parent 9a04b12a8e
commit 2085de372d
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -10,13 +10,13 @@ Currently, the webdav service handles request for two functionalities, which are
The webdav service provides various `GET` endpoints to get the thumbnails of a file in authenticated and unauthenticated contexts. It also provides thumbnails for spaces on different endpoints.
See the [thumbnail](https://github.com/owncloud/ocis/tree/master/services/thumbnails) service for more information about thumbnails.
See the [thumbnail](https://github.com/opencloud-eu/opencloud/tree/master/services/thumbnails) service for more information about thumbnails.
### Search
The webdav service provides access to the search functionality. It offers multiple `REPORT` endpoints for getting search results.
See the [search](https://github.com/owncloud/ocis/tree/master/services/search) service for more details about search functionality.
See the [search](https://github.com/opencloud-eu/opencloud/tree/master/services/search) service for more details about search functionality.
## Scalability