nextcloud/server

Option to disable showing system email in avatars' contacts menu

開放

#23,172 建立於 2020年10月4日

 (2 則留言) (6 個反應) (0 位負責人)PHP (4,865 個分叉)batch import
1. to developenhancementfeature: contacts menugood first issueprivacy

倉庫指標

星標
 (34,953 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Steps

  1. Setup a NC instance
  2. Create accounts for many external people with email so they can receive an invitation and notifications
  3. Create a Talk conversation with all people
  4. 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

貢獻者指南