mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Rename sections
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
============
|
||||
Chunking API
|
||||
============
|
||||
===================
|
||||
Chunked file upload
|
||||
===================
|
||||
|
||||
.. sectionauthor:: Roeland Jago Douma <roeland@famdouma.nl>
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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`
|
||||
|
||||
|
||||
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user