mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Merge pull request #13390 from nextcloud/dav-permissions-string
improve documentation for oc:permissions webdav permissions property
This commit is contained in:
@@ -199,13 +199,15 @@ Supported properties
|
||||
| | | storage. No storage implements that yet. | |
|
||||
+-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+
|
||||
| <oc:permissions /> | | 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 |
|
||||
| | | containing letters 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) |
|
||||
+-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+
|
||||
| <nc:creation_time /> | Same as ``creationdate``, but as a timestamp. | ``1675789581`` |
|
||||
+-------------------------------+-------------------------------------------------+--------------------------------------------------------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user