Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/csync
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2015-01-15 13:52:55 +0300
committerOlivier Goffart <ogoffart@woboq.com>2015-01-15 13:52:55 +0300
commite31514f769d293465334f84d09a7659a4f01b644 (patch)
treee782ee33ab543ce40b227b6fd09ef27174cf60b6 /csync
parent08d3ae9f0290b264d93f5a5eb30a026e2d5ec725 (diff)
csync propfind: Rename the directDownload property
The owncloud server has a different name because if it was named the same it would break the 1.7 client Issue #2614
Diffstat (limited to 'csync')
-rw-r--r--csync/src/csync_owncloud_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/csync/src/csync_owncloud_private.h b/csync/src/csync_owncloud_private.h
index e02152b26..6da641961 100644
--- a/csync/src/csync_owncloud_private.h
+++ b/csync/src/csync_owncloud_private.h
@@ -125,8 +125,8 @@ static const ne_propname ls_props[] = {
{ "DAV:", "resourcetype" },
{ "DAV:", "getetag"},
{ "http://owncloud.org/ns", "id"},
- { "http://owncloud.org/ns", "dDU"},
- { "http://owncloud.org/ns", "dDC"},
+ { "http://owncloud.org/ns", "downloadURL"},
+ { "http://owncloud.org/ns", "dDC"}, // directDownloadCookies
{ "http://owncloud.org/ns", "permissions"},
{ NULL, NULL }
};