summaryrefslogtreecommitdiff
path: root/lib/gitlab/private_commit_email.rb
Commit message (Collapse)AuthorAgeFilesLines
* Avoid calling freeze on already frozen strings in lib/gitlabdineshpanda2019-09-041-1/+1
|
* Match users better by their private commit emailNick Thomas2018-11-191-0/+4
| | | | | | Private commit emails were introduced in !22560, but some parts of GitLab were not updated to take account of them. This commit adds support in places that were missed.
* User can keep their commit email private43521-keep-personal-emails-privateTiago Botelho2018-11-071-0/+28
The private commit email is automatically generated in the format: id-username@noreply.HOSTNAME GitLab instance admins are able to change the HOSTNAME portion, that defaults to Gitlab's hostname, to whatever they prefer.