-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Do not list system users in contacts menu if sharing autocompletion i… #4757
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
Conversation
…s disabled Signed-off-by: Christoph Wurst <[email protected]>
|
@ChristophWurst, thanks for your PR! By analyzing the history of the files in this pull request, we identified @nickvergessen, @schiessle and @LukasReschke to be potential reviewers. |
Codecov Report
@@ Coverage Diff @@
## master #4757 +/- ##
============================================
- Coverage 54.22% 54.21% -0.01%
Complexity 22135 22135
============================================
Files 1363 1363
Lines 84795 84798 +3
Branches 1322 1322
============================================
- Hits 45982 45976 -6
- Misses 38813 38822 +9
|
|
Then we can't have autocompletion while sharing AND have the possibility to hide users from other groups? |
|
This is not a fix, the solution that people were asking for was clear. To show in contacts the same IDs that can be shared to for local users. That is, if sharing is only within groups, then contacts within groups should still show up, but those outside should not. I'm not sure if others want to control these independently, but it should get the same level of granularity that the sharing gets. It doen't make sense to turn off autocomplete for sharing in order to stop users outside of shareable local groups from showing in contacts, the sharing autocomplete already works correctly and doesn't show them. |
|
Please file a new issue instead of commenting to old closed PRs. Thanks. |
…s disabled
Fixes #4656