| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Update vendor github.com/lib/pq (#2752) | Antoine GIRARD | 2017-10-21 | 17 | -371/+898 |
* | Use AfterLoad instead of AfterSet on Structs (#2628) | Lunny Xiao | 2017-10-01 | 13 | -41/+180 |
* | Add init support of orgmode document type on file view and readme (#2525) | Lunny Xiao | 2017-09-21 | 7 | -0/+966 |
* | Sort repository tree entries in natural way (#2506) | Lauris BH | 2017-09-19 | 2 | -15/+31 |
* | Improve issue search (#2387) | Ethan Koenig | 2017-09-16 | 106 | -1294/+14949 |
* | fix updated update on public key (#2514) | Lunny Xiao | 2017-09-15 | 2 | -14/+16 |
* | Use created & updated instead BeforeInsert & BeforeUpdate (#2482) | Lunny Xiao | 2017-09-13 | 30 | -496/+433 |
* | update latest xorm version to vendor (#2353) | Lunny Xiao | 2017-08-22 | 43 | -1400/+1734 |
* | Improve swagger doc (#2274) | Antoine GIRARD | 2017-08-21 | 11 | -44/+166 |
* | Revert to upstream ini dependency (#2304) | Ethan Koenig | 2017-08-14 | 2 | -6/+5 |
* | Temporarily patch go-ini/ini with fork (#2255) | Ethan Koenig | 2017-08-07 | 8 | -160/+515 |
* | update code.gitea.io/git in vendor to fix #2245 (#2250) | Lauris BH | 2017-08-03 | 2 | -5/+7 |
* | Update code.gitea.io/git dependency (#2149) | Lauris BH | 2017-07-12 | 2 | -4/+4 |
* | vendor: update sqlite to fix "database is locked" errors (#2116) | Andrey Nering | 2017-07-06 | 18 | -5889/+10606 |
* | upgrade git source code. (#2094) | Bo-Yi Wu | 2017-07-01 | 2 | -4/+4 |
* | Update git module (#2074) | Jonas Östanbäck | 2017-06-28 | 2 | -138/+93 |
* | update git module (#2037) | Lauris BH | 2017-06-23 | 3 | -7/+14 |
* | Update code.gitea.io/git (#2014) | Ethan Koenig | 2017-06-20 | 2 | -25/+28 |
* | Update code.gitea.io/git (#1998) | Ethan Koenig | 2017-06-18 | 5 | -6/+14 |
* | Switch to keybase go-crypto (for some elliptic curve key) + test (#1925) | Antoine GIRARD | 2017-06-14 | 54 | -909/+10584 |
* | Update code.gitea.io/git | Antoine GIRARD | 2017-06-06 | 3 | -71/+24 |
* | Update code.gitea.io/git (#1849) | Ethan Koenig | 2017-06-01 | 2 | -4/+4 |
* | Update code.gitea.io/git (#1824) | Ethan Koenig | 2017-05-30 | 7 | -110/+172 |
* | Fix and test for delete user (#1713) | Ethan Koenig | 2017-05-20 | 3 | -11/+7 |
* | Added Parent property to the repo API (#1687) | guyzmo | 2017-05-12 | 2 | -3/+4 |
* | Show commit status icon in commits table (#1688) | Lauris BH | 2017-05-07 | 18 | -0/+4007 |
* | Exposes in API the Repo entity's Size and IsBare property (#1668) | guyzmo | 2017-05-05 | 3 | -3/+47 |
* | fix: tag contain character ) will http 500 on release page (#1670) | Bo-Yi Wu | 2017-05-04 | 2 | -4/+4 |
* | Generate swagger json (#1402) | Antoine GIRARD | 2017-05-02 | 9 | -13/+113 |
* | Improve govendor testing (#1623) | Antoine GIRARD | 2017-05-02 | 1 | -1/+1 |
* | Update xorm to latest version (#1651) | Lauris BH | 2017-05-02 | 18 | -141/+251 |
* | Additional OAuth2 providers (#1010) | Willem van Dreumel | 2017-05-01 | 20 | -18/+3608 |
* | update git which fixes #1133 (#1614) | Lunny Xiao | 2017-04-28 | 2 | -4/+15 |
* | remove unused vendor packages (#1620) | Lunny Xiao | 2017-04-27 | 18 | -1558/+0 |
* | Add create_at and updated_at in PR json (#1616) | Jonas Östanbäck | 2017-04-27 | 3 | -4/+7 |
* | Check if missing/modified/unused deps in vendor and fix errors (#1468) | Antoine GIRARD | 2017-04-24 | 3 | -36/+13 |
* | Migrate WatchInfo struct to api (#1492) | Antoine GIRARD | 2017-04-16 | 4 | -4/+140 |
* | Fix race when running commands with timeout (#1465) | Mura Li | 2017-04-07 | 4 | -25/+73 |
* | fix migrate failed and org dashboard failed on MSSQL database (#1448) | Lunny Xiao | 2017-04-06 | 35 | -1624/+1972 |
* | Correct broken unaligned load/store in armv5 (#1355) | Damien Gaignon | 2017-04-05 | 19 | -74/+320 |
* | Fix races in the log module by using syncmap (#1421) | Mura Li | 2017-04-03 | 4 | -0/+427 |
* | GPG commit validation (#1150) | Antoine GIRARD | 2017-03-22 | 5 | -12/+53 |
* | Login via OpenID-2.0 (#618) | Sandro Santilli | 2017-03-17 | 14 | -0/+964 |
* | Implement GPG api (#710) | Antoine GIRARD | 2017-03-16 | 29 | -0/+7403 |
* | fix build failed on aarch64 (#1132) | Lunny Xiao | 2017-03-07 | 4 | -6/+24 |
* | Add basic integration test infrastructure (and new endpoint `/api/v1/version`... | Mura Li | 2017-03-06 | 2 | -3/+14 |
* | fix broken caused by boltdb in mips/mipsle (#1107) | Lunny Xiao | 2017-03-03 | 2 | -0/+22 |
* | Update vendor of code.gitea.io/sdk/gitea | Andrey Nering | 2017-02-25 | 7 | -4/+101 |
* | Fix URL handling in the whole markdown module, improve test coverage (#1027) | Andrew Boyarshin | 2017-02-24 | 1 | -0/+1 |
* | Take back control of hooks (#1006) | Lunny Xiao | 2017-02-23 | 3 | -7/+19 |