| Commit message (Expand) | Author | Age | Files | Lines |
* | fix go get sub package and add domain on installation to let go get work defa... | Lunny Xiao | 2017-04-21 | 3 | -1/+27 |
* | support health check via / and fix #969 (#1520) | Lunny Xiao | 2017-04-20 | 1 | -0/+4 |
* | Fix empty file download (#1506) | Lauris BH | 2017-04-20 | 1 | -1/+1 |
* | feat: add download count field and unit testing for attachment. (#1512) | Bo-Yi Wu | 2017-04-20 | 4 | -9/+158 |
* | fix #1501 ssh hangs caused by #1461 (#1513) | Lunny Xiao | 2017-04-19 | 1 | -10/+2 |
* | Add repo mirror sync API endpoint (#1508) | Jonas | 2017-04-19 | 2 | -0/+13 |
* | Add internal routes for ssh hook comands (#1471) | Lunny Xiao | 2017-04-19 | 7 | -12/+161 |
* | Better URL validation (#1507) | Lauris BH | 2017-04-19 | 11 | -9/+432 |
* | Use MAINTAINERS file in repository in CONTRIBUTING (#1489) | Antoine GIRARD | 2017-04-18 | 1 | -1/+1 |
* | Adding @sapk to MAINTAINERS (#1497) | Antoine GIRARD | 2017-04-16 | 1 | -0/+1 |
* | Migrate WatchInfo struct to api (#1492) | Antoine GIRARD | 2017-04-16 | 5 | -18/+142 |
* | Orgs: fix org page title when full name is not defined (#1495) | silverwind | 2017-04-15 | 1 | -1/+1 |
* | Sanitation fix from Gogs (#1461) | Kim "BKC" Carlbäcker | 2017-04-13 | 7 | -27/+118 |
* | Optimize and fix autolink function (#1442) (#1444) | Michael de Wit | 2017-04-12 | 1 | -15/+45 |
* | refactor: show command help message. (#1486) | Bo-Yi Wu | 2017-04-12 | 4 | -3/+7 |
* | Repo size in admin panel (#1482) | Jonas | 2017-04-11 | 8 | -0/+119 |
* | Mirror sync interval specified as duration string (#1407) | Jonas | 2017-04-08 | 10 | -21/+90 |
* | Fix race when running commands with timeout (#1465) | Mura Li | 2017-04-07 | 4 | -25/+73 |
* | refactor update ssh key use time (#1466) | Lunny Xiao | 2017-04-07 | 2 | -7/+15 |
* | Fix #1418 (#1456) | Antoine GIRARD | 2017-04-07 | 5 | -118/+28 |
* | Autofocus on 2fa passcode fields (#1460) | Jonas | 2017-04-07 | 2 | -2/+2 |
* | fix migrate failed and org dashboard failed on MSSQL database (#1448) | Lunny Xiao | 2017-04-06 | 36 | -1628/+1993 |
* | fix gpg API panic when no verification (#1451) | Lunny Xiao | 2017-04-06 | 1 | -2/+7 |
* | Fix and simplify repo branches UI (#1435) | Morlinest | 2017-04-06 | 1 | -24/+20 |
* | Set VERSION from git once, in a variable (#1447) | Sandro Santilli | 2017-04-06 | 1 | -1/+3 |
* | Correct broken unaligned load/store in armv5 (#1355) | Damien Gaignon | 2017-04-05 | 19 | -74/+320 |
* | Commit search appearence fixes (#1254) | Patrick G | 2017-04-05 | 2 | -2/+6 |
* | fix: remove `str2html` from org full name (#1360) | Bo-Yi Wu | 2017-04-05 | 5 | -5/+5 |
* | Corrected Mirror.NextUpdate not set (#1388) | Jonas | 2017-04-05 | 1 | -1/+1 |
* | Add GOFLAGS and EXTRA_GOFLAGS (#1438) | Mura Li | 2017-04-05 | 1 | -1/+4 |
* | Remove unused mutex field (#1440) | Mura Li | 2017-04-04 | 1 | -2/+0 |
* | Fix races in the log module by using syncmap (#1421) | Mura Li | 2017-04-03 | 5 | -26/+455 |
* | fixes pull request hanging indefinitely when it contains normal and LFS file ... | Kuba Tyszko | 2017-04-03 | 1 | -1/+0 |
* | Fix disabled fields in repo settings UI (#1431) | Morlinest | 2017-04-03 | 1 | -4/+6 |
* | Merge pull request #1410 from andreynering/notification/issue-watch | Andrey Nering | 2017-04-01 | 10 | -8/+271 |
|\ |
|
| * | Improve tests a little | Andrey Nering | 2017-04-01 | 1 | -0/+9 |
| * | Code style fixes | Andrey Nering | 2017-04-01 | 1 | -2/+3 |
| * | Add unit tests for issue_watch | Andrey Nering | 2017-03-30 | 2 | -0/+57 |
| * | Use variables for times | Andrey Nering | 2017-03-30 | 1 | -6/+14 |
| * | Add copyright headers | Andrey Nering | 2017-03-30 | 2 | -0/+8 |
| * | UI and translation improvements | Andrey Nering | 2017-03-30 | 2 | -7/+6 |
| * | Fix lint | Andrey Nering | 2017-03-29 | 1 | -0/+2 |
| * | Add octicons to watch/unwatch buttons | Andrey Nering | 2017-03-29 | 1 | -0/+2 |
| * | Add updated_unix column on issue_watch | Andrey Nering | 2017-03-29 | 1 | -1/+12 |
| * | Consider issue_watchers while sending notifications | Andrey Nering | 2017-03-29 | 2 | -8/+42 |
| * | Add watch button on issue | Andrey Nering | 2017-03-29 | 6 | -0/+111 |
| * | Create issue_watch table | Andrey Nering | 2017-03-29 | 2 | -0/+21 |
* | | Fix "Error: No issue number specified" when pushing (#1393) | agrn | 2017-03-31 | 1 | -2/+2 |
* | | Support for custom html meta (#1423) | Jonas | 2017-03-31 | 4 | -4/+32 |
* | | Add length check for the return string (#1420) | Mura Li | 2017-03-31 | 1 | -1/+3 |