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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2014-08-27 02:31:39 +0400
committerBjoern Schiessle <schiessle@owncloud.com>2014-10-01 17:13:47 +0400
commit98268078c0143d34317366b13aee2908371806ec (patch)
treebee0d518cba5c7349f8c3030716b5db91a24b115 /lib/public
parentdf97d8299ad4d96d53807b871c6197e53d652e67 (diff)
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.
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/share.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/share.php b/lib/public/share.php
index bb9c6ec5886..bce7ace6741 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.