[Pkg-owncloud-commits] [owncloud-client] 335/470: The share-permissions namespace was moved
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu May 12 16:25:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 74301e4373b2c5bfed2d147516da2a759c700626
Author: Roeland Jago Douma <rullzer at owncloud.com>
Date: Fri Apr 15 10:14:05 2016 +0200
The share-permissions namespace was moved
See https://github.com/owncloud/core/pull/24017
This was done since other services we want to intergrate with don't use
the ownCloud namespace.
---
src/gui/sharedialog.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gui/sharedialog.cpp b/src/gui/sharedialog.cpp
index 8704993..00b4e27 100644
--- a/src/gui/sharedialog.cpp
+++ b/src/gui/sharedialog.cpp
@@ -116,7 +116,7 @@ ShareDialog::ShareDialog(QPointer<AccountState> accountState,
// Server versions >= 9.1 support the "share-permissions" property
// older versions will just return share-permissions: ""
auto job = new PropfindJob(accountState->account(), _sharePath);
- job->setProperties(QList<QByteArray>() << "http://owncloud.org/ns:share-permissions");
+ job->setProperties(QList<QByteArray>() << "http://open-collaboration-services.org/ns::share-permissions");
job->setTimeout(10 * 1000);
connect(job, SIGNAL(result(QVariantMap)), SLOT(slotMaxSharingPermissionsReceived(QVariantMap)));
connect(job, SIGNAL(finishedWithError(QNetworkReply*)), SLOT(slotMaxSharingPermissionsError()));
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list