1. 15 Jan, 2017 1 commit
  2. 14 Jan, 2017 8 commits
  3. 13 Jan, 2017 2 commits
  4. 12 Jan, 2017 4 commits
  5. 11 Jan, 2017 3 commits
  6. 10 Jan, 2017 3 commits
  7. 09 Jan, 2017 9 commits
  8. 08 Jan, 2017 5 commits
    • Bo-Yi Wu's avatar
      f4feeecc
    • Ethan Koenig's avatar
      Add myself to MAINTAINERS (#609) · 8fa88e58
      Ethan Koenig authored
      8fa88e58
    • Manuel Kuhlmann's avatar
    • derSuessmann's avatar
      Add Keep email private (see issue #571). (#571) · 51d578ff
      derSuessmann authored
      - 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.
      51d578ff
    • Ethan Koenig's avatar
      Unit tests for models/access.go (#606) · 6072b032
      Ethan Koenig authored
      6072b032
  9. 07 Jan, 2017 1 commit
  10. 06 Jan, 2017 4 commits