0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-02 20:27:47 +01:00
gitea/modules
derSuessmann 51d578ff33 Add Keep email private (see issue #571). (#571)
- Add site-wide option DEFAULT_KEEP_EMAIL_PRIVATE.
- Add the new option to the install and admin/config pages.
- Add the new option to app.ini in the service section.
- Add the new option to the settings struct.
- Add English text strings to i18n.
- Add field KeepEmailPrivate to user struct.
- Add field KeepEmailPrivate to user form.
- Add option to UI.
- Add using noreply email address if user has "Keep Email Private".
An email address <LowerName>@<NO_REPLY_ADDRESS> is now used in commit
messages (and hopefully all other git log relevant places). The
change relies on the fact that git commands should use
user.NetGitSig().
- Add hiding of email address in UI, if user has set "Keep Email Private".
- Add condition to show email address only on explore/users and user
pages, if user has not set "Keep Email Private".
- Add noreply email in API if set "Keep Email Private".
- Add a new service setting NO_REPLY_ADDRESS. The value of this
setting is used as the domain part for the user's email address in
git log, iff he decides to keep his email address private.
If the user decides to keep his email address private and this
option is not set 'noreply.example.org' is used, which no MTA
should send email to.

Add NO_REPLY_ADDRESS to conf/app.ini.
2017-01-08 11:12:03 +08:00
..
auth Add Keep email private (see issue #571). (#571) 2017-01-08 11:12:03 +08:00
avatar
base Git LFS support v2 (#122) 2016-12-26 09:16:37 +08:00
context Repo permission bug fixes (#513) 2016-12-29 21:17:32 +08:00
cron
highlight Integrate templates into bindata optionally (#314) 2016-12-06 18:58:31 +01:00
httplib
lfs fix gofmt error 2016-12-30 20:41:10 +01:00
log
mailer fix gofmt error 2016-12-30 20:41:10 +01:00
markdown Improve issue references in markdown (#471) 2016-12-26 18:52:04 +08:00
notification Notification - Step 1 (#523) 2016-12-31 00:44:54 +08:00
options Add default values for settings (#455) 2016-12-23 15:18:05 +08:00
process
public Integrate templates into bindata optionally (#314) 2016-12-06 18:58:31 +01:00
setting Add Keep email private (see issue #571). (#571) 2017-01-08 11:12:03 +08:00
ssh New settings option for a custom SSH host (#3763) (#446) 2016-12-22 13:26:43 +01:00
sync
templates Implementation of Folder Jumping 2016-12-28 18:09:52 +01:00
user