[stable10] allow admins to enable medial search on group and user#34779
Merged
karakayasemi merged 1 commit intostable10from Mar 18, 2019
Merged
[stable10] allow admins to enable medial search on group and user#34779karakayasemi merged 1 commit intostable10from
karakayasemi merged 1 commit intostable10from
Conversation
Codecov Report
@@ Coverage Diff @@
## stable10 #34779 +/- ##
==============================================
+ Coverage 64.2% 64.2% +<.01%
- Complexity 19883 19885 +2
==============================================
Files 1278 1278
Lines 76246 76256 +10
Branches 1291 1291
==============================================
+ Hits 48950 48959 +9
- Misses 26917 26918 +1
Partials 379 379
Continue to review full report at Codecov.
|
jvillafanez
approved these changes
Mar 18, 2019
This was referenced Apr 15, 2019
11 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #34659
Description
allow admin to enable medial search on group and user
Related Issue
Fixes #33883 and https://github.com/owncloud/enterprise/issues/2311
Motivation and Context
we have accounts.enable_medial_search but we should move to one option respected globally for users, and one for groups, making the results more consistent.
How Has This Been Tested?
'groups.enable_medial_search' => trueline to config'groups.enable_medial_search' => falseTypes of changes
Checklist: