From 78c6e1fe567aefe8235dbe32a9b0188d05a98b50 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Sat, 23 Mar 2024 19:52:25 +0100 Subject: [PATCH] fix(developer): Add missing webdav properties from server core Signed-off-by: Ferdinand Thiessen --- developer_manual/client_apis/WebDAV/basic.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/developer_manual/client_apis/WebDAV/basic.rst b/developer_manual/client_apis/WebDAV/basic.rst index 62019dd1c..ca5c89589 100644 --- a/developer_manual/client_apis/WebDAV/basic.rst +++ b/developer_manual/client_apis/WebDAV/basic.rst @@ -201,6 +201,11 @@ Supported properties | | Whether the folder is end-to-end encrypted. | | ``0`` for ``false`` | | | | | ``1`` for ``true`` | +-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+ +| | | This is a special property which is used to | ``true`` or ``false`` | +| | | determine if a node is a mount root or not, | | +| | | e.g. a shared folder. If so, then the node | | +| | | can only be unshared and not deleted. | | ++-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+ | | List of user specified tags. | ``test`` | +-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+ | | The favorite state. | | ``0`` for not favourited | @@ -251,6 +256,9 @@ Supported properties +-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+ | | Whether a preview of the file is available. | ``true`` or ``false`` | +-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+ +| | | Defines if a file should be hidden | ``true`` or ``false`` | +| | | Currently only used for live photos | | ++-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+ | | | Unlike ``getcontentlength``, this property | ``127815235`` | | | | also works for folders, reporting the size of | | | | | everything in the folder. Size is in bytes. | |