aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorprovokateurin <kate@provokateurin.de>2024-05-21 16:46:58 +0200
committerprovokateurin <kate@provokateurin.de>2024-05-21 16:46:58 +0200
commit1061af646580f1dcb731568329996cf2e7adfbd2 (patch)
tree43d3aa8ae7df1add15c27f318d6c3fbecb7ed84f /lib
parent5a6e48e85034aa81862b1fcbd93cb4ce58165e72 (diff)
downloadnextcloud-server-1061af646580f1dcb731568329996cf2e7adfbd2.tar.gz
nextcloud-server-1061af646580f1dcb731568329996cf2e7adfbd2.zip
feat(RichObjectStrings): Add missing Talk 'file' metadata fields
Signed-off-by: provokateurin <kate@provokateurin.de>
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 a0f395e43ee..67957c882b3 100644
--- a/lib/public/RichObjectStrings/Definitions.php
+++ b/lib/public/RichObjectStrings/Definitions.php
@@ -368,6 +368,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' => [