We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54ea691 + 24f3b15 commit 768e99eCopy full SHA for 768e99e
apps/dav/lib/DAV/CustomPropertiesBackend.php
@@ -92,6 +92,11 @@ class CustomPropertiesBackend implements BackendInterface {
92
'{http://nextcloud.org/ns}lock-time',
93
'{http://nextcloud.org/ns}lock-timeout',
94
'{http://nextcloud.org/ns}lock-token',
95
+ // photos
96
+ '{http://nextcloud.org/ns}realpath',
97
+ '{http://nextcloud.org/ns}nbItems',
98
+ '{http://nextcloud.org/ns}face-detections',
99
+ '{http://nextcloud.org/ns}face-preview-image',
100
];
101
102
/**
0 commit comments