aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorKate <26026535+provokateurin@users.noreply.github.com>2024-06-06 12:40:07 +0200
committerGitHub <noreply@github.com>2024-06-06 12:40:07 +0200
commitedd59ee052e6e6ab775d108c77c0ca20bb622885 (patch)
treec07cf55cb6b29eab9012424c810b21cfddd1f6b8 /lib
parent31c07d03b05d5604add0b2843ecef49ead3d71d1 (diff)
parent1061af646580f1dcb731568329996cf2e7adfbd2 (diff)
downloadnextcloud-server-edd59ee052e6e6ab775d108c77c0ca20bb622885.tar.gz
nextcloud-server-edd59ee052e6e6ab775d108c77c0ca20bb622885.zip
Merge pull request #45424 from nextcloud/feat/richobjectstrings/missing-talk-file-metadata
Diffstat (limited to 'lib')
-rw-r--r--lib/public/RichObjectStrings/Definitions.php24
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/public/RichObjectStrings/Definitions.php b/lib/public/RichObjectStrings/Definitions.php
index 937618a6678..7c1935d0a9c 100644
--- a/lib/public/RichObjectStrings/Definitions.php
+++ b/lib/public/RichObjectStrings/Definitions.php
@@ -344,6 +344,30 @@ class Definitions {
'description' => 'The mtime of the file/folder as unix timestamp',
'example' => '1661854213',
],
+ 'etag' => [
+ 'since' => '25.0.0',
+ 'required' => false,
+ 'description' => 'The ETag of the file/folder',
+ 'example' => 'abcdefghi',
+ ],
+ 'permissions' => [
+ 'since' => '25.0.0',
+ 'required' => false,
+ 'description' => 'The permissions on the file/folder',
+ 'example' => '3',
+ ],
+ 'width' => [
+ 'since' => '29.0.0',
+ 'required' => false,
+ 'description' => 'The width in pixels if the file is an image',
+ 'example' => '1920',
+ ],
+ 'height' => [
+ 'since' => '29.0.0',
+ 'required' => false,
+ 'description' => 'The height in pixels if the file is an image',
+ 'example' => '1080',
+ ],
],
],
'forms-form' => [