Skip to content

Commit 795bde2

Browse files
feat(dav-properties): add nc:upload_time to default properties
Signed-off-by: Cristian Scheid <cristianscheid@gmail.com>
1 parent cd053a3 commit 795bde2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/dav/davProperties.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export const defaultDavProperties = [
2929
'oc:owner-id',
3030
'oc:permissions',
3131
'oc:size',
32+
'nc:upload_time',
3233
]
3334

3435
export const defaultDavNamespaces = {
@@ -151,7 +152,6 @@ export function getRecentSearch(timestamp: number): string {
151152
<d:select>
152153
<d:prop>
153154
${getDavProperties()}
154-
${supportsUploadTime ? '<nc:upload_time/>' : ''}
155155
</d:prop>
156156
</d:select>
157157
<d:from>

0 commit comments

Comments
 (0)