-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Make sender display name in mail notifications configurable #40671
Conversation
It would eventually need documentation. |
@hodyroff @phil-davis @jnweiger @jvillafanez does it make sense? |
Looks good to me |
Looks reasonable. I pushed a fix for the unit tests. That should help CI to pass. We can add:
|
Doc issue created: owncloud/docs-server#887 |
@phil-davis is it not sufficient to have an issue in docs-server repo for getting new config options in config.sample.php? |
|
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.
Nice!
I was under the impression it was the other way round. Thanks for clarifying it! |
Yes, 10.12.0. @jnweiger just changed the target branch. |
Note: there are now some Transifex commits also, but actually that is good - we want the latest translations to also end up in 10.12 anyway. |
Kudos, SonarCloud Quality Gate passed! |
* prepare 10.12 * update translations * Allow stream wrappers not to provide the underlying stream (#40659) This is mainly for streams that don't wrap another one, or use a stream not provided by the native fopen function such as smbclient_open * Fix issue if no version has been created yet (#40661) * fix link in changelog. * Revert .htaccess change * OCM via ScienceMesh Signed-off-by: Michiel de Jong <michiel@unhosted.org> * Get plugin from \OC::$server->query() * Improve changelog entry Signed-off-by: Michiel de Jong <michiel@unhosted.org> * improve changelog entry Signed-off-by: Michiel de Jong <michiel@unhosted.org> * Whitespace change to re-trigger CI Signed-off-by: Michiel de Jong <michiel@unhosted.org> * Upgrading phpseclib/phpseclib (3.0.18 => 3.0.19) * changelog for phpseclib 3.0.19 * Add test for the new feature * revert logic to expose free_space, but keep availableStorage config * Make sender display name in mail notifications configurable (#40671) * [tx] updated from transifex * [tx] updated from transifex * make getFrom configurable * fix style * Adjust unit tests for MailNotificationsTest * add changelog * Document remove_sender_display_name system setting * Add unit test cases for when remove_sender_display_name is set to true --------- Co-authored-by: ownClouders <devops@owncloud.com> Co-authored-by: Phil Davis <phil@jankaritech.com> * removing double to * prepare 10.12.0 RC3 * Bump final 10.12.0 version in version.php --------- Signed-off-by: Michiel de Jong <michiel@unhosted.org> Co-authored-by: Juergen Weigert <jnweiger@gmail.com> Co-authored-by: Juan Pablo Villafañez <jvillafanez@solidgeargroup.com> Co-authored-by: Michiel de Jong <michiel@unhosted.org> Co-authored-by: Piotr Mrówczyński <piotr@owncloud.com> Co-authored-by: Pasquale Tripodi <ptripodi@owncloud.com> Co-authored-by: ownClouders <devops@owncloud.com> Co-authored-by: EParzefall <edith_parzefall@gmx.de>
Description
Make sender display name in mail notifications configurable.
Motivation and Context
In some cases mail notifications related to sharing activities are blocked by mail filters as they are flagged as email impersonation. In such cases it may be desirable for an oC admin to have a config option for removing the sender display name.
How Has This Been Tested?
remove_sender_display_name => true
in config.php. TheFrom
address in the mail notifications is displayed as follow:remove_sender_display_name => false
in config.php / do not set it at all. TheFrom
address in the mail notifications is displayed as per current behaviour:Types of changes
Checklist: