| Commit message (Expand) | Author | Age | Files | Lines |
* | GPG commit validation (#1150) | Antoine GIRARD | 2017-03-22 | 2 | -0/+12 |
* | Reduce conditionals in signin/signup inner forms (#1138) | Kim "BKC" Carlbäcker | 2017-03-22 | 1 | -4/+9 |
|\ |
|
| * | Reduce conditionals in signin/signup inner forms | Sandro Santilli | 2017-03-20 | 1 | -4/+9 |
* | | Run "make fmt" with go-1.6 (#1333) | Sandro Santilli | 2017-03-21 | 2 | -33/+33 |
* | | fix wiki bugs (#1294) | Lunny Xiao | 2017-03-20 | 1 | -4/+16 |
|/ |
|
* | Show user OpenID URIs in their profile (#1314) | Sandro Santilli | 2017-03-20 | 2 | -0/+24 |
* | Add captcha support to OpenID based signup | Sandro Santilli | 2017-03-20 | 1 | -4/+5 |
* | feat: Only use issue and wiki on repo. (#1297) | Bo-Yi Wu | 2017-03-18 | 1 | -1/+8 |
* | Login via OpenID-2.0 (#618) | Sandro Santilli | 2017-03-17 | 3 | -1/+577 |
* | Add notice that LFS mirroring is not supported (#1251) | Fabian Zaremba | 2017-03-16 | 1 | -0/+1 |
* | Implement GPG api (#710) | Antoine GIRARD | 2017-03-16 | 3 | -0/+155 |
* | Batch updates for issues (#926) | Ethan Koenig | 2017-03-15 | 2 | -37/+112 |
* | Refactor and fix incorrect comment (#1247) | Ethan Koenig | 2017-03-15 | 8 | -21/+14 |
* | Rename /forget_password url to /forgot_password | Sandro Santilli | 2017-03-14 | 1 | -2/+2 |
* | fix repo settings external tracker failed and check external urls (#1215) | Lunny Xiao | 2017-03-13 | 1 | -2/+14 |
* | Show a link to password reset from password change and delete account (#862) | Sandro Santilli | 2017-03-11 | 2 | -0/+6 |
* | fix leave team 404 (#1154) | Lunny Xiao | 2017-03-09 | 1 | -0/+2 |
* | fix UI display problem when wiki name is non-ascii charset (#1142) | Lunny Xiao | 2017-03-08 | 1 | -2/+2 |
* | Add basic integration test infrastructure (and new endpoint `/api/v1/version`... | Mura Li | 2017-03-06 | 2 | -0/+17 |
* | fix panic when get user repos from api (#1110) | Lunny Xiao | 2017-03-03 | 1 | -2/+2 |
* | fix compare button failed when there is no fork repos (#1104) | Lunny Xiao | 2017-03-03 | 1 | -1/+1 |
* | fix some typos (#1082) | Lunny Xiao | 2017-02-28 | 1 | -1/+1 |
* | Link OAuth2 account to 2FA enabled account (fix #1050) (#1052) | Willem van Dreumel | 2017-02-27 | 1 | -2/+20 |
* | API: support /users/:username/repos | awwalker | 2017-02-27 | 3 | -32/+66 |
* | refactor api issues load attributes for better performance (#1066) | Lunny Xiao | 2017-02-27 | 1 | -5/+6 |
* | fix: Admin can see all private repositories on Explore page. (#1026) | Bo-Yi Wu | 2017-02-26 | 2 | -8/+6 |
* | Fix go vet faults (#1060) | Ethan Koenig | 2017-02-26 | 2 | -4/+10 |
* | fix 500 when use a duplicat email instead of giving an error tip (#1040) | Lunny Xiao | 2017-02-25 | 1 | -7/+9 |
* | Move push update to post-receive and protected branch check to pre-receive (#... | Lunny Xiao | 2017-02-25 | 1 | -161/+35 |
* | fix #13 (#1042) | Lunny Xiao | 2017-02-25 | 1 | -1/+1 |
* | fix 500 when change user setting email to an exist email (#1039) | Lunny Xiao | 2017-02-25 | 1 | -0/+5 |
* | Fix URL handling in the whole markdown module, improve test coverage (#1027) | Andrew Boyarshin | 2017-02-24 | 2 | -3/+10 |
* | Fixes 1019, install page SMTP user is required to (#1020) | puffybsd | 2017-02-24 | 1 | -3/+3 |
* | Take back control of hooks (#1006) | Lunny Xiao | 2017-02-23 | 1 | -2/+2 |
* | Oauth2 consumer (#679) | Willem van Dreumel | 2017-02-22 | 5 | -16/+430 |
* | Protected branches system (#339) | Denis Denisov | 2017-02-21 | 2 | -22/+223 |
* | Fix all the bugs in issues and pulls on dashboard (#943) | Lunny Xiao | 2017-02-17 | 1 | -66/+32 |
* | fix: 500 error on /explore/repos page. (#946) | Bo-Yi Wu | 2017-02-15 | 1 | -6/+7 |
* | refactor: small optimize for sql query (#940) | Bo-Yi Wu | 2017-02-15 | 1 | -11/+3 |
* | bug fixed on issues and pulls | Lunny Xiao | 2017-02-15 | 1 | -8/+21 |
* | Fix assigned issues dashboard (#920) | Lunny Xiao | 2017-02-14 | 2 | -85/+110 |
* | feat: Able to disable non-admin to create new organization (#927) | Bo-Yi Wu | 2017-02-14 | 1 | -0/+1 |
* | feat: support search bar on star tab of user profile. (#917) | Bo-Yi Wu | 2017-02-14 | 1 | -55/+66 |
* | Markdown rendering overhaul (#186) | Andrew Boyarshin | 2017-02-14 | 3 | -44/+448 |
* | feat: add git version on admin panel. (#921) | Bo-Yi Wu | 2017-02-13 | 1 | -0/+1 |
* | Fix HighlightJS not working on compare diff page (#914) | Andrey Nering | 2017-02-13 | 1 | -0/+1 |
* | Add delete branch track on pull request comments (#888) | Lunny Xiao | 2017-02-11 | 2 | -2/+13 |
* | fix: trim the whitespaces for the search keyword (#893) | Bo-Yi Wu | 2017-02-11 | 7 | -11/+14 |
* | Fix bug in repos search (#884) | Ethan Koenig | 2017-02-10 | 1 | -5/+9 |
* | fix: Admin can also search private user repository. (#869) | Bo-Yi Wu | 2017-02-08 | 1 | -10/+10 |