-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Also array_slice wide email matches of local users #8596
Also array_slice wide email matches of local users #8596
Conversation
Signed-off-by: Joas Schilling <coding@schilljs.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works as expected now 👍 Thanks @nickvergessen
@@ -175,10 +174,13 @@ public function search($search, $limit, $offset, ISearchResult $searchResult) { | |||
|
|||
if (!$this->shareeEnumeration) { | |||
$result['wide'] = []; | |||
$userResults['wide'] = []; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PS: also enumeration was possible before, pretty bad...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes please!
Ah failing tests |
Signed-off-by: Joas Schilling <coding@schilljs.com>
Codecov Report
@@ Coverage Diff @@
## master #8596 +/- ##
=============================================
- Coverage 51.93% 35.02% -16.91%
Complexity 25418 25418
=============================================
Files 1609 1609
Lines 95329 95331 +2
Branches 1378 1378
=============================================
- Hits 49506 33389 -16117
- Misses 45823 61942 +16119
|
Fixed |
test case for it possible? |
Still pending and should be done together with the Backport. |
Tests in #8710 |
Backport in #8749 |
Fix #8454