Merge pull request #14106 from nextcloud/backport/14076/stable32

[stable32] docs: add upload_time to supported DAV properties table
This commit is contained in:
Cristian Scheid
2026-03-03 09:37:21 -03:00
committed by GitHub

View File

@@ -65,6 +65,8 @@ not all properties can be used for each operation.
+----------------------------------------------+---------------------------------+------------+------------+----------+----------+
| {DAV:}getlastmodified | Modified date | ✓ | ✓ | ✓ | Datetime |
+----------------------------------------------+---------------------------------+------------+------------+----------+----------+
| {http://nextcloud.org/ns}upload_time | Upload date | ✓ | ✓ | ✓ | Datetime |
+----------------------------------------------+---------------------------------+------------+------------+----------+----------+
| {http://owncloud.org/ns}size | File size or folder size | ✓ | ✓ | ✓ | Integer |
+----------------------------------------------+---------------------------------+------------+------------+----------+----------+
| {http://owncloud.org/ns}favorite | Favorite status | ✓ | ✓ | ✓ | Boolean |