From 6b3d9a36aaf8b700b18c7f080ba10e91acd56cc2 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Thu, 3 Jan 2019 20:44:31 +0100 Subject: [PATCH] Rename sections Signed-off-by: Roeland Jago Douma --- developer_manual/client_apis/WebDAV/basic.rst | 6 +++--- developer_manual/client_apis/WebDAV/chunking.rst | 6 +++--- developer_manual/client_apis/WebDAV/search.rst | 6 +++--- developer_manual/client_apis/WebDAV/trashbin.rst | 7 +++---- developer_manual/client_apis/WebDAV/versions.rst | 9 ++++----- 5 files changed, 16 insertions(+), 18 deletions(-) diff --git a/developer_manual/client_apis/WebDAV/basic.rst b/developer_manual/client_apis/WebDAV/basic.rst index 1e22e1f0c..35c101f8a 100644 --- a/developer_manual/client_apis/WebDAV/basic.rst +++ b/developer_manual/client_apis/WebDAV/basic.rst @@ -1,8 +1,8 @@ .. _webdavindex: -================== -WebDAV client APIs -================== +========== +Basic APIs +========== This document provides a quick overview of the WebDAV operations supported in Nextcloud, to keep things readable it won't go into many details for each operation, further information for each operation can be found in the corresponding rfc where applicable diff --git a/developer_manual/client_apis/WebDAV/chunking.rst b/developer_manual/client_apis/WebDAV/chunking.rst index 4941598d4..2536b83fd 100644 --- a/developer_manual/client_apis/WebDAV/chunking.rst +++ b/developer_manual/client_apis/WebDAV/chunking.rst @@ -1,6 +1,6 @@ -============ -Chunking API -============ +=================== +Chunked file upload +=================== .. sectionauthor:: Roeland Jago Douma diff --git a/developer_manual/client_apis/WebDAV/search.rst b/developer_manual/client_apis/WebDAV/search.rst index cd03a2480..25ceb0e1d 100644 --- a/developer_manual/client_apis/WebDAV/search.rst +++ b/developer_manual/client_apis/WebDAV/search.rst @@ -1,8 +1,8 @@ .. _webdavsearch: -================== -WebDAV Search -================== +====== +Search +====== Nextcloud implements rfc5323_ WebDAV search to allow clients to search for files on the server. WebDAV search allows for fairly complex search queries with filtering and sorting on multiple properties. diff --git a/developer_manual/client_apis/WebDAV/trashbin.rst b/developer_manual/client_apis/WebDAV/trashbin.rst index 9b787174f..a2fb54dc3 100644 --- a/developer_manual/client_apis/WebDAV/trashbin.rst +++ b/developer_manual/client_apis/WebDAV/trashbin.rst @@ -1,8 +1,8 @@ .. _webdavtrashbin: -================== -WebDAV Trashbin -================== +======== +Trashbin +======== Nextcloud makes the trashbin of a user available via the webdav endpoint. @@ -41,4 +41,3 @@ Emptying the trashbin --------------------- Perform a delete on `https://cloud.example.com/remote.php/dav/trashbin/USER/trash` - diff --git a/developer_manual/client_apis/WebDAV/versions.rst b/developer_manual/client_apis/WebDAV/versions.rst index 91cfa9e23..58165fa0d 100644 --- a/developer_manual/client_apis/WebDAV/versions.rst +++ b/developer_manual/client_apis/WebDAV/versions.rst @@ -1,8 +1,8 @@ .. _webdavversions: -================== -WebDAV Versions -================== +======== +Versions +======== Nextcloud makes the versions of files available via the webdav endpoint. @@ -19,6 +19,5 @@ The name is the timestamp of the version. Restoring a version --------------------------- -To restore a version all that needs to be done is to move a version +To restore a version all that needs to be done is to move a version the special restore folder at :code:`https://cloud.example.com/remote.php/dav/versions/USER/restore` -