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
path: root/build
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-05-13 21:15:26 +0300
committerGitHub <noreply@github.com>2022-05-13 21:15:26 +0300
commitf02ccc6d29d6357d9c2d493e00f3ee824ec5abb3 (patch)
treed53cb503b537c40207ade4a322d466c5ec26b24b /build
parent861a7870863c41df28882d8b5fec7cb5ce44a4b9 (diff)
parent9a131a1cf7fc0cc9fecd877b89ef03fb3e44edcc (diff)
Merge pull request #32360 from nextcloud/backport/stable24/share_search_tweaks
Diffstat (limited to 'build')
-rw-r--r--build/integration/features/bootstrap/CollaborationContext.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/integration/features/bootstrap/CollaborationContext.php b/build/integration/features/bootstrap/CollaborationContext.php
index b62588060a4..be6ae0c3b0d 100644
--- a/build/integration/features/bootstrap/CollaborationContext.php
+++ b/build/integration/features/bootstrap/CollaborationContext.php
@@ -123,6 +123,7 @@ EOF;
$this->deleteServerConfig('core', 'shareapi_restrict_user_enumeration_to_phone');
$this->deleteServerConfig('core', 'shareapi_restrict_user_enumeration_full_match');
$this->deleteServerConfig('core', 'shareapi_restrict_user_enumeration_full_match_userid');
+ $this->deleteServerConfig('core', 'shareapi_restrict_user_enumeration_full_match_email');
$this->deleteServerConfig('core', 'shareapi_restrict_user_enumeration_full_match_ignore_second_display_name');
$this->deleteServerConfig('core', 'shareapi_only_share_with_group_members');
}