[Pkg-owncloud-commits] [owncloud] 159/258: mark exclude list as deprecated. It neither used by the files app nor by the calendar or contacts app. It doesn't make sense to build a exclude list by the share API, the apps knows best which are valid targets.

David Prévot taffit at moszumanska.debian.org
Sat Oct 11 17:22:32 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 98268078c0143d34317366b13aee2908371806ec
Author: Bjoern Schiessle <schiessle at owncloud.com>
Date:   Wed Aug 27 00:31:39 2014 +0200

    mark exclude list as deprecated. It neither used by the files app nor by the
    calendar or contacts app. It doesn't make sense to build a exclude list by the
    share API, the apps knows best which are valid targets.
---
 lib/public/share.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/public/share.php b/lib/public/share.php
index bb9c6ec..bce7ace 100644
--- a/lib/public/share.php
+++ b/lib/public/share.php
@@ -361,7 +361,7 @@ interface Share_Backend {
 	 * Get a unique name of the item for the specified user
 	 * @param string $itemSource
 	 * @param string|false $shareWith User the item is being shared with
-	 * @param array|null $exclude List of similar item names already existing as shared items
+	 * @param array|null $exclude List of similar item names already existing as shared items @deprecated since version OC7
 	 * @return string Target name
 	 *
 	 * This function needs to verify that the user does not already have an item with this name.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list