| Commit message (Expand) | Author | Age | Files | Lines |
* | Update xorm to latest version and fix correct `user` table referencing in sql... | Lauris BH | 2018-07-20 | 40 | -1060/+1674 |
* | Simply remove tidb and deps (#3993) | Antoine GIRARD | 2018-07-04 | 394 | -166195/+0 |
* | Dep upgrade mysql lib (#4161) | techknowlogick | 2018-07-03 | 20 | -605/+1800 |
* | LDAP Public SSH Keys synchronization (#1844) | Magnus Lindvall | 2018-05-24 | 10 | -348/+284 |
* | Support secure cookie for csrf-token (#3839) | Aleksandr Bulyshchenko | 2018-05-22 | 1 | -7/+18 |
* | Migrate to dep (#3972) | Antoine GIRARD | 2018-05-21 | 199 | -26168/+1337 |
* | Fetch missing file in github.com/davecgh/go-spew/spew (#3995) | Antoine GIRARD | 2018-05-20 | 1 | -0/+38 |
* | Add support for FIDO U2F (#3971) | Jonas Franz | 2018-05-19 | 7 | -0/+785 |
* | Update to last common bleve (#3986) | Antoine GIRARD | 2018-05-19 | 183 | -43/+39402 |
* | Update xormstore dependency to fix OAuth2 support for MySQL (#3955) | Lauris BH | 2018-05-13 | 1 | -1/+1 |
* | Switch back to upstream goth repository and update govendor to latest goth ve... | Lauris BH | 2018-04-30 | 2 | -7/+6 |
* | Store OAuth2 session data in database (#3660) | Lauris BH | 2018-04-29 | 7 | -0/+573 |
* | Update blackfriday dependency per #2994 (#3857) | PJ Eby | 2018-04-29 | 8 | -107/+289 |
* | Update markbates/goth libary to fix OAuth2 support (#3661) | Lauris BH | 2018-03-13 | 2 | -18/+42 |
* | Update markbates/goth library (#3533) | Lauris BH | 2018-02-19 | 10 | -128/+252 |
* | Reduce repo indexer disk usage (#3452) | Ethan Koenig | 2018-02-05 | 8 | -0/+575 |
* | fix MSSQL bug on org (#3405) | Lunny Xiao | 2018-01-27 | 27 | -152/+999 |
* | Remove unused vendor github.com/stretchr/testify/require (#3273) | Antoine GIRARD | 2017-12-31 | 7 | -1721/+0 |
* | Update code.gitea.io/git (#3137) | Ethan Koenig | 2017-12-11 | 25 | -220/+2897 |
* | Various wiki bug fixes (#2996) | Ethan Koenig | 2017-11-28 | 2 | -21/+41 |
* | Add dingtalk webhook (#2777) | Lunny Xiao | 2017-11-21 | 3 | -0/+399 |
* | Update go-ini dependency and remove semicolon hack in translations (#2913) | Lauris BH | 2017-11-15 | 3 | -15/+35 |
* | Code/repo search (#2582) | Ethan Koenig | 2017-10-27 | 3 | -0/+274 |
* | Add support for extra sendmail arguments (#2731) | Jonas Bröms | 2017-10-25 | 5 | -0/+304 |
* | Update vendor github.com/lib/pq (#2752) | Antoine GIRARD | 2017-10-21 | 16 | -365/+892 |
* | Use AfterLoad instead of AfterSet on Structs (#2628) | Lunny Xiao | 2017-10-01 | 12 | -38/+177 |
* | Add init support of orgmode document type on file view and readme (#2525) | Lunny Xiao | 2017-09-21 | 6 | -0/+960 |
* | Improve issue search (#2387) | Ethan Koenig | 2017-09-16 | 94 | -1205/+3921 |
* | fix updated update on public key (#2514) | Lunny Xiao | 2017-09-15 | 1 | -11/+13 |
* | Use created & updated instead BeforeInsert & BeforeUpdate (#2482) | Lunny Xiao | 2017-09-13 | 29 | -490/+427 |
* | update latest xorm version to vendor (#2353) | Lunny Xiao | 2017-08-22 | 42 | -1392/+1726 |
* | vendor: update sqlite to fix "database is locked" errors (#2116) | Andrey Nering | 2017-07-06 | 17 | -5886/+10603 |
* | Switch to keybase go-crypto (for some elliptic curve key) + test (#1925) | Antoine GIRARD | 2017-06-14 | 52 | -0/+17000 |
* | Fix and test for delete user (#1713) | Ethan Koenig | 2017-05-20 | 2 | -8/+4 |
* | Show commit status icon in commits table (#1688) | Lauris BH | 2017-05-07 | 17 | -0/+3995 |
* | Update xorm to latest version (#1651) | Lauris BH | 2017-05-02 | 17 | -135/+245 |
* | Additional OAuth2 providers (#1010) | Willem van Dreumel | 2017-05-01 | 19 | -11/+3553 |
* | remove unused vendor packages (#1620) | Lunny Xiao | 2017-04-27 | 17 | -1540/+0 |
* | Check if missing/modified/unused deps in vendor and fix errors (#1468) | Antoine GIRARD | 2017-04-24 | 1 | -2/+2 |
* | fix migrate failed and org dashboard failed on MSSQL database (#1448) | Lunny Xiao | 2017-04-06 | 34 | -1621/+1969 |
* | Correct broken unaligned load/store in armv5 (#1355) | Damien Gaignon | 2017-04-05 | 18 | -65/+311 |
* | Login via OpenID-2.0 (#618) | Sandro Santilli | 2017-03-17 | 13 | -0/+958 |
* | fix build failed on aarch64 (#1132) | Lunny Xiao | 2017-03-07 | 3 | -3/+21 |
* | fix broken caused by boltdb in mips/mipsle (#1107) | Lunny Xiao | 2017-03-03 | 2 | -0/+22 |
* | Oauth2 consumer (#679) | Willem van Dreumel | 2017-02-22 | 32 | -0/+4955 |
* | update xorm for fixing bug on processor BeforeSet and AfterSet when Find a ma... | Lunny Xiao | 2017-02-20 | 6 | -150/+360 |
* | refactor notificationsForUser since xorm In support slice of customerize type... | Lunny Xiao | 2017-02-16 | 1 | -4/+20 |
* | update xorm vendor and also fix #740 (#886) | Lunny Xiao | 2017-02-10 | 2 | -10/+14 |
* | Use assert in legacy unit tests (#867) | Ethan Koenig | 2017-02-08 | 63 | -6556/+0 |
* | Fix master builds on mips* again (#815) | Thomas Boerger | 2017-02-02 | 2 | -0/+16 |