summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removes reliance on server specific SQL (#393)btrepp2017-01-141-2/+16
| | | | | | | | 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.
* Fix #646 (#669)Shyim2017-01-141-5/+8
|
* docs: fix translation for zh-tw and zh-hk (#668)Bo-Yi Wu2017-01-142-86/+86
|
* Merge pull request #643 from pkuphy/patch-2Andrey Nering2017-01-140-0/+0
|\ | | | | fix typo
| * fix typopkuphy2017-01-111-1/+1
| |
* | Fix ambiguity bug in getCommentsByRepoIDSince (#665)Ethan Koenig2017-01-141-2/+4
| |
* | Don't create a default pid file (#637)Bwko2017-01-142-5/+3
| |
* | Bug fixes for webhook API (#650)Ethan Koenig2017-01-144-7/+54
| |
* | bug fixed for update repository (#664)Lunny Xiao2017-01-141-1/+1
| |
* | docs: update translation on notification page for zh-CN (#649)xgitea2017-01-132-1/+12
| | | | | | | | | | | | * docs: update translation on notification page for zh-CN * use international resources
* | docs: update zh-tw translation (#651)Bo-Yi Wu2017-01-132-145/+149
| |
* | Add data directory excluding sessions to dump (#587)Manuel Kuhlmann2017-01-121-0/+53
| |
* | fix typo (#644)pkuphy2017-01-121-1/+1
| | | | | | fix typo: 「與」-> 「於」
* | fix typo (#642)pkuphy2017-01-121-1/+1
| | | | | | 「与」修改为「于」
* | Notifications: mark as read/unread and pin (#629)Andrey Nering2017-01-128-31/+168
| | | | | | | | | | | | | | | | | | | | * Use relative URLs * Notifications - Mark as read/unread * Feature of pinning a notification * On view issue, do not mark as read a pinned notification
* | refactor: Add new deleteOrg func. (#633)Bo-Yi Wu2017-01-111-9/+50
| |
* | docs: update translation on homepage for zh-tw (#634)Bo-Yi Wu2017-01-113-2/+39
|/
* Fix: Issues cannot be created with labels (#622)Kazuki Sawada2017-01-101-3/+3
| | | Signed-off-by: Kazuki Sawada <kazuki@6715.jp>
* Merge pull request #631 from rasa/patch-1Matthias Loibl2017-01-101-8/+8
|\ | | | | Typos and make CONTRIBUTING a little nicer
| * Typos and make CONTRIBUTING a little nicerRoss Smith II2017-01-061-8/+8
| |
* | Merge pull request #625 from appleboy/improveMatthias Loibl2017-01-101-1/+3
|\ \ | | | | | | refactor: check the error returned by os.MkdirAll()
| * | refactor: check the error returned by os.MkdirAll()Bo-Yi Wu2017-01-091-1/+3
| | |
* | | bug fix releaseLunny Xiao2017-01-095-9/+14
| | |
* | | Unit tests for models/adminEthan Koenig2017-01-093-1/+126
|/ /
* | Merge pull request #610 from appleboy/pidMatthias Loibl2017-01-092-0/+33
|\ \ | | | | | | feat: support pid file.
| * | feat: support pid file.Bo-Yi Wu2017-01-092-0/+33
| | |
* | | Fix install.tmpl input default value (#611)vz2017-01-091-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | * Fix install.tmpl input default value * Update db_user to gitea * Add when INSTALL_LOCK = false
* | | Better coverage in pull_test (#615)Ethan Koenig2017-01-091-0/+8
| | |
* | | Better coverage and TODOs for update_test (#616)Ethan Koenig2017-01-091-0/+6
| | |
* | | Unit tests for models/action (#619)Ethan Koenig2017-01-095-19/+397
|/ /
* | docs: update zh-tw and zh-hk translations. (#604)Bo-Yi Wu2017-01-083-546/+569
| |
* | Add myself to MAINTAINERS (#609)Ethan Koenig2017-01-081-0/+1
| |
* | Add default SSH_LISTEN_PORT config value (#603) (#607)Manuel Kuhlmann2017-01-081-0/+1
| |
* | Add Keep email private (see issue #571). (#571)derSuessmann2017-01-0812-28/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* | Unit tests for models/access.go (#606)Ethan Koenig2017-01-0810-0/+258
| |
* | API endpoint for subscribers (#598)Ethan Koenig2017-01-073-7/+30
| |
* | Merge pull request #555 from ethantkoenig/tests/pullAndrey Nering2017-01-068-21/+421
|\ \ | |/ |/| Unit tests for models/pull.go
| * Unit tests for models/pull.goEthan Koenig2017-01-068-21/+421
| |
* | Create missing database indexes (#596)Andrey Nering2017-01-0613-64/+64
|/
* API endpoint for stargazers (#597)Ethan Koenig2017-01-063-6/+32
|
* Make releases faster than before and resolved #490 (#588)Lunny Xiao2017-01-066-64/+169
| | | | | | * make releases faster than before and resolved #490 * fix comment
* Merge pull request #539 from andreynering/notifications-step-2Andrey Nering2017-01-0510-6/+233
|\ | | | | Notifications - Step 2
| * Add pagination for notificationsAndrey Nering2017-01-033-10/+40
| |
| * Showing index in front of issue titleAndrey Nering2017-01-021-1/+1
| |
| * More fine graned colorsAndrey Nering2017-01-022-6/+6
| |
| * Do not get count on /api routersAndrey Nering2017-01-021-0/+5
| |
| * Notifications - Step 2Andrey Nering2016-12-309-1/+193
| |
* | Added 1.0.1 to changelog (#594)Thomas Boerger2017-01-051-0/+13
| |
* | Clone tags within drone for proper version generation (#591)Thomas Boerger2017-01-052-1/+5
| |
* | Add the note forked from gogs (#590)Lunny Xiao2017-01-051-1/+1
| | | | | | | | | | | | * add the note forked from gogs * make the sentence simple