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.
This commit is contained in:
Bjoern Schiessle 2014-08-27 00:31:39 +02:00
parent 72319bbc98
commit a6cc810349
1 changed files with 1 additions and 1 deletions

View File

@ -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.