Skip to content
Snippets Groups Projects
Commit a6cc8103 authored by Björn Schießle's avatar Björn Schießle
Browse files

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.
parent 72319bbc
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment