nextcloud/server
View on GitHubOption to disable showing system email in avatars' contacts menu
Open
#23,172 opened on Oct 4, 2020
1. to developenhancementfeature: contacts menugood first issueprivacy
Repository metrics
- Stars
- (34,953 stars)
- PR merge metrics
- (Avg merge 20d) (627 merged PRs in 30d)
Description
Steps
- Setup a NC instance
- Create accounts for many external people with email so they can receive an invitation and notifications
- Create a Talk conversation with all people
- Click on the three dots on a person's avatar in the participant list
Expected result
In the case of external people, we should not see their email address.
Actual result
There's an option to see and click an email address
I suggest to add an option to remove the EmailProvider in config.php or other. A quick hack is to remove https://github.com/nextcloud/server/blob/stable20/lib/private/Contacts/ContactsMenu/ActionProviderStore.php#L88 in config.php
Version
Nextcloud 20
@rullzer @ChristophWurst FYI