- 15 Jan, 2017 1 commit
-
-
Philip Couling authored
-
- 14 Jan, 2017 8 commits
-
-
btrepp authored
Breaks the retrieval of repositories into two queries This fetches the paged ids in one go, then the actual repository information in a second query Some databases do not support SELECT with * when group by is used.
-
Shyim authored
-
Bo-Yi Wu authored
-
Andrey Nering authored
fix typo
-
Ethan Koenig authored
-
Bwko authored
-
Ethan Koenig authored
-
Lunny Xiao authored
-
- 13 Jan, 2017 2 commits
- 12 Jan, 2017 4 commits
-
-
Manuel Kuhlmann authored
-
pkuphy authored
fix typo: 「與」-> 「於」
-
pkuphy authored
「与」修改为「于」
-
Andrey Nering authored
* Use relative URLs * Notifications - Mark as read/unread * Feature of pinning a notification * On view issue, do not mark as read a pinned notification
-
- 11 Jan, 2017 3 commits
- 10 Jan, 2017 3 commits
-
-
Kazuki Sawada authored
Signed-off-by:
Kazuki Sawada <kazuki@6715.jp>
-
Matthias Loibl authored
Typos and make CONTRIBUTING a little nicer
-
Matthias Loibl authored
refactor: check the error returned by os.MkdirAll()
-
- 09 Jan, 2017 9 commits
-
-
Lunny Xiao authored
-
Ethan Koenig authored
-
Bo-Yi Wu authored
-
Matthias Loibl authored
feat: support pid file.
-
Bo-Yi Wu authored
-
vz authored
* Fix install.tmpl input default value * Update db_user to gitea * Add when INSTALL_LOCK = false
-
Ethan Koenig authored
-
Ethan Koenig authored
-
Ethan Koenig authored
-
- 08 Jan, 2017 5 commits
-
-
Bo-Yi Wu authored
-
Ethan Koenig authored
-
Manuel Kuhlmann authored
-
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.
-
Ethan Koenig authored
-
- 07 Jan, 2017 1 commit
-
-
Ethan Koenig authored
-
- 06 Jan, 2017 4 commits
-
-
Andrey Nering authored
Unit tests for models/pull.go
-
Ross Smith II authored
-
Andrey Nering authored
-
Ethan Koenig authored
-