From 347f68864932b733b32c1c65439ba9f4578bdb1f Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Mon, 7 Jul 2025 16:44:21 +0200 Subject: [PATCH 1/2] improve documentation for oc:permissions webdav permissions property Signed-off-by: Robin Appelman --- developer_manual/client_apis/WebDAV/basic.rst | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/developer_manual/client_apis/WebDAV/basic.rst b/developer_manual/client_apis/WebDAV/basic.rst index 7c6a1cd8312..457fea748f0 100644 --- a/developer_manual/client_apis/WebDAV/basic.rst +++ b/developer_manual/client_apis/WebDAV/basic.rst @@ -199,13 +199,15 @@ Supported properties | | | storage. No storage implements that yet. | | +-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+ | | | The permissions that the user has over the | | ``S``: Shared | -| | | file. The value is a string containing | | ``R``: Shareable | -| | | letters for all available permissions. | | ``M``: Mounted | -| | | | ``G``: Readable | +| | | file or folder. The value is a string | | ``R``: Shareable | +| | | containingletters for all available | | ``M``: Mounted | +| | | permissions. | | ``G``: Readable | | | | | ``D``: Deletable | -| | | | ``NV``: Updateable, Renameable, Moveable | -| | | | ``W``: Updateable (file) | -| | | | ``CK``: Creatable | +| | | | ``N``: Renameable | +| | | | ``V``: Moveable | +| | | | ``W``: Writable (file) | +| | | | ``C``: Creatable (creating a new file inside the folder) | +| | | | ``K``: Creatable (creating a new folder inside the folder) | +-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+ | | Same as ``creationdate``, but as a timestamp. | ``1675789581`` | +-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+ From f315fd9691bcf1bee3321db8b06e0ada448b2749 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Wed, 16 Jul 2025 22:04:29 +0200 Subject: [PATCH 2/2] Added missing blank Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- developer_manual/client_apis/WebDAV/basic.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/client_apis/WebDAV/basic.rst b/developer_manual/client_apis/WebDAV/basic.rst index 457fea748f0..2ff6a1934ab 100644 --- a/developer_manual/client_apis/WebDAV/basic.rst +++ b/developer_manual/client_apis/WebDAV/basic.rst @@ -200,7 +200,7 @@ Supported properties +-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+ | | | The permissions that the user has over the | | ``S``: Shared | | | | file or folder. The value is a string | | ``R``: Shareable | -| | | containingletters for all available | | ``M``: Mounted | +| | | containing letters for all available | | ``M``: Mounted | | | | permissions. | | ``G``: Readable | | | | | ``D``: Deletable | | | | | ``N``: Renameable |