Loading patches/005-autocomplete-user-leak-core.patch +4 −4 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ diff --git lib/private/Collaboration/Collaborators/MailPlugin.php lib/private/Co + 'name' => $contact['FN'], + 'type' => $emailAddressType ?? '', + 'value' => [ + 'shareType' => Share::SHARE_TYPE_EMAIL, + 'shareType' => IShare::TYPE_EMAIL, + 'shareWith' => $emailAddress, + ], + ]; Loading @@ -86,7 +86,7 @@ diff --git lib/private/Collaboration/Collaborators/MailPlugin.php lib/private/Co + $result['exact'][] = [ + 'label' => $displayName, + 'value' => [ + 'shareType' => Share::SHARE_TYPE_USER, + 'shareType' => IShare::TYPE_USER, + 'shareWith' => $emailAddress, + ], + ]; Loading @@ -111,7 +111,7 @@ diff --git lib/private/Collaboration/Collaborators/MailPlugin.php lib/private/Co + 'name' => $contact['FN'], + 'type' => $emailAddressType ?? '', + 'value' => [ + 'shareType' => Share::SHARE_TYPE_EMAIL, + 'shareType' => IShare::TYPE_EMAIL, + 'shareWith' => $emailAddress, + ], + ]; Loading @@ -124,7 +124,7 @@ diff --git lib/private/Collaboration/Collaborators/MailPlugin.php lib/private/Co + $result['wide'][] = [ + 'label' => $displayName, + 'value' => [ + 'shareType' => Share::SHARE_TYPE_USER, + 'shareType' => IShare::TYPE_USER, + 'shareWith' => $emailAddress, + ], + ]; Loading Loading
patches/005-autocomplete-user-leak-core.patch +4 −4 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ diff --git lib/private/Collaboration/Collaborators/MailPlugin.php lib/private/Co + 'name' => $contact['FN'], + 'type' => $emailAddressType ?? '', + 'value' => [ + 'shareType' => Share::SHARE_TYPE_EMAIL, + 'shareType' => IShare::TYPE_EMAIL, + 'shareWith' => $emailAddress, + ], + ]; Loading @@ -86,7 +86,7 @@ diff --git lib/private/Collaboration/Collaborators/MailPlugin.php lib/private/Co + $result['exact'][] = [ + 'label' => $displayName, + 'value' => [ + 'shareType' => Share::SHARE_TYPE_USER, + 'shareType' => IShare::TYPE_USER, + 'shareWith' => $emailAddress, + ], + ]; Loading @@ -111,7 +111,7 @@ diff --git lib/private/Collaboration/Collaborators/MailPlugin.php lib/private/Co + 'name' => $contact['FN'], + 'type' => $emailAddressType ?? '', + 'value' => [ + 'shareType' => Share::SHARE_TYPE_EMAIL, + 'shareType' => IShare::TYPE_EMAIL, + 'shareWith' => $emailAddress, + ], + ]; Loading @@ -124,7 +124,7 @@ diff --git lib/private/Collaboration/Collaborators/MailPlugin.php lib/private/Co + $result['wide'][] = [ + 'label' => $displayName, + 'value' => [ + 'shareType' => Share::SHARE_TYPE_USER, + 'shareType' => IShare::TYPE_USER, + 'shareWith' => $emailAddress, + ], + ]; Loading