| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | Merge pull request #1390 from Morlinest/commit-graph-UI | Andrey Nering | 2017-03-30 | 1 | -3/+1 |
|\ \ |
|
| * | | Use whole button as link | Peter Žeby | 2017-03-27 | 1 | -3/+1 |
* | | | Make issue in commit graph "clickable" (#1392) | Morlinest | 2017-03-30 | 1 | -1/+1 |
* | | | Simplify settings pages with item list (#1389) | Antoine GIRARD | 2017-03-30 | 9 | -170/+130 |
| |/
|/| |
|
* | | Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION (#1369) | Sandro Santilli | 2017-03-29 | 7 | -38/+47 |
* | | refactor: remove workaround after the golang 1.7 release. (#1349) | Bo-Yi Wu | 2017-03-29 | 3 | -19/+34 |
|/ |
|
* | Minor improvements on commit graph UI (#1380) | Andrey Nering | 2017-03-24 | 3 | -2/+4 |
* | Fix FCGI (over TCP) support (#1368) | Pavel Korovin | 2017-03-23 | 1 | -1/+6 |
* | rewrite pre-commit, post-commit and options hooks (fixes #1250) (#1257) | Philippe Kueck | 2017-03-23 | 3 | -6/+96 |
* | fix migration failed when authorized_keys is not exist (#1180) | Lunny Xiao | 2017-03-23 | 1 | -0/+5 |
* | Cleaner IMO (#1361) | Kim "BKC" Carlbäcker | 2017-03-22 | 1 | -10/+40 |
* | Changed text when password reset disabled. (#1364) | Jonas | 2017-03-22 | 2 | -1/+2 |
* | Remove href on first/last link when on first/last page (#1345) | aloupfor | 2017-03-22 | 1 | -2/+2 |
* | GPG commit validation (#1150) | Antoine GIRARD | 2017-03-22 | 14 | -21/+480 |
* | LFS: Fix SSH authentication for trailing arguments (#1328) | Fabian Zaremba | 2017-03-22 | 1 | -3/+5 |
* | Reduce conditionals in signin/signup inner forms (#1138) | Kim "BKC" Carlbäcker | 2017-03-22 | 3 | -7/+12 |
|\ |
|
| * | Reduce conditionals in signin/signup inner forms | Sandro Santilli | 2017-03-20 | 3 | -7/+12 |
* | | Removed email copyright year (#1348) | Jonas | 2017-03-21 | 4 | -4/+4 |
* | | Fix broken table layout (#1344) | Jonas | 2017-03-21 | 2 | -6/+4 |
* | | Run "make fmt" with go-1.6 (#1333) | Sandro Santilli | 2017-03-21 | 15 | -67/+62 |
* | | fix delete user failed on sqlite (#1321) | Lunny Xiao | 2017-03-20 | 2 | -6/+6 |
* | | fix wiki bugs (#1294) | Lunny Xiao | 2017-03-20 | 2 | -5/+21 |
* | | Delete the useless code (#1335) | caiwp | 2017-03-20 | 1 | -4/+0 |
* | | LFS: Return 404 for unimplemented endpoints (#1330) | Fabian Zaremba | 2017-03-20 | 1 | -0/+3 |
|/ |
|
* | Show user OpenID URIs in their profile (#1314) | Sandro Santilli | 2017-03-20 | 11 | -0/+180 |