mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
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:
parent
72319bbc98
commit
a6cc810349
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue