| Commit message (Expand) | Author | Age | Files | Lines |
* | Update xorm (#8286) | John Olheiser | 2019-09-25 | 4 | -8/+58 |
* | Fix label count (#8267) | Lunny Xiao | 2019-09-24 | 33 | -561/+934 |
* | migrate gplus to google oauth2 provider (#7885) | techknowlogick | 2019-09-14 | 33 | -57/+3986 |
* | oauth2 with remote Gitea - Fix #8093 (#8149) | techknowlogick | 2019-09-12 | 6 | -14/+268 |
* | use go 1.13 (#8088) | techknowlogick | 2019-09-12 | 116 | -12594/+710 |
* | Implement webhook branch filter (#7791) | WGH | 2019-09-09 | 36 | -0/+2948 |
* | Use vendored go-swagger (#8087) | Antoine GIRARD | 2019-09-04 | 682 | -3/+143157 |
* | Strict name matching for Repository.GetTagID() (#8074) | guillep2k | 2019-09-04 | 29 | -1/+1778 |
* | Make CI work (#8057) | guillep2k | 2019-09-02 | 29 | -336/+201 |
* | Fix vendor modules.txt (#8032) | Lauris BH | 2019-08-29 | 1 | -1/+1 |
* | Update to mod enabled version goquery (#8021) | Antoine GIRARD | 2019-08-29 | 11 | -21/+140 |
* | Update github.com/lafriks/xormstore and tidy up mod.go (#8020) | guillep2k | 2019-08-28 | 18 | -152/+275 |
* | Update swagger to 0.20.1 (#8010) | Antoine GIRARD | 2019-08-28 | 96 | -1230/+6271 |
* | Retry create issue to cope with duplicate keys (#7898) | guillep2k | 2019-08-26 | 34 | -1370/+1970 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 236 | -12841/+14515 |
* | Remove unique filter from repo indexer analyzer. (#7878) | guillep2k | 2019-08-15 | 2 | -54/+0 |
* | Remove camel case tokenization from repo indexer (#7733) | guillep2k | 2019-08-06 | 4 | -275/+0 |
* | deps: Upgrade gopkg.in/editorconfig/editorconfig-core-go.v1 (#7749) | Antoine GIRARD | 2019-08-05 | 8 | -26/+83 |
* | update gopkg.in/src-d/go-git.v4 to v4.13.1 (#7705) | Antoine GIRARD | 2019-08-01 | 3 | -4/+4 |
* | Update src-d/go-git to v4.13.0 (#7688) | Antoine GIRARD | 2019-07-31 | 129 | -380/+3122 |
* | Update to latest mssqldriver (#7613) | zeripath | 2019-07-26 | 28 | -587/+2306 |
* | Update to xorm@v0.7.4 (#7596) | Tamal Saha | 2019-07-25 | 11 | -145/+330 |
* | Move status table to cron package (#7370) | Lunny Xiao | 2019-07-15 | 17 | -436/+637 |
* | Support setting cookie domain (#6288) | Tamal Saha | 2019-07-12 | 6 | -19/+22 |
* | upgrade macaron/captcha to fix random error problem (#7407) | Lunny Xiao | 2019-07-10 | 4 | -26/+41 |
* | fix vendor (#7394) | Lunny Xiao | 2019-07-09 | 1 | -1/+1 |
* | Add additional password hash algorithms (closes #5859) (#6023) | EpicCoder | 2019-07-07 | 17 | -1/+2819 |
* | switch to use gliderlabs/ssh for builtin server (#7250) | techknowlogick | 2019-07-06 | 32 | -8/+1968 |
* | workaround broken drone build (#7362) | Cherrg | 2019-07-06 | 67 | -2457/+2981 |
* | Use commit graph files for listing pages (#7314) | Filip Navara | 2019-07-02 | 11 | -1/+1093 |
* | update mssql drive to last working version 20180314172330-6a30f4e59a44 (#7306) | Antoine GIRARD | 2019-06-30 | 44 | -488/+3155 |
* | Fix error log when loading issues caused by a xorm bug (#7271) | Lunny Xiao | 2019-06-23 | 128 | -1732/+1773 |
* | update go-git to v4.12.0 - fixes #7248 (#7249) | techknowlogick | 2019-06-19 | 268 | -14406/+70997 |
* | Use vfsgen instead of go-bindata (#7080) | Lunny Xiao | 2019-06-03 | 22 | -582/+1096 |
* | update go git from v4.10.0 to v4.11.0 (#7096) | Lunny Xiao | 2019-05-31 | 13 | -37/+90 |
* | Improve handling of non-square avatars (#7025) | Rob Watson | 2019-05-25 | 6 | -0/+349 |
* | Handle CORS requests (#6289) | Tamal Saha | 2019-05-13 | 162 | -2112/+5087 |
* | Move sdk structs to modules/structs (#6905) | Lunny Xiao | 2019-05-11 | 44 | -3242/+0 |
* | update sdk to latest (#6903) | techknowlogick | 2019-05-10 | 5 | -16/+66 |
* | Improve migrations to support migrating milestones/labels/issues/comments/pul... | Lunny Xiao | 2019-05-07 | 95 | -1/+31070 |
* | Hash App token (#6724) | techknowlogick | 2019-05-04 | 2 | -5/+8 |
* | Update https://github.com/urfave/cli to version 1.2.0 (#6838) | Antoine GIRARD | 2019-05-03 | 14 | -161/+577 |
* | update github.com/mcuadros/go-version to v0.0.0-20190308113854-92cdf37c5b75 (... | Lunny Xiao | 2019-05-01 | 3 | -12/+45 |
* | Improve listing performance by using go-git (#6478) | Filip Navara | 2019-04-19 | 1 | -7/+7 |
* | Add API for manipulating Git hooks (#6436) | Segev Finer | 2019-04-17 | 3 | -2/+64 |
* | Bump github.com/stretchr/testify from 1.2.2 to 1.3.0 (#6663) | Antoine GIRARD | 2019-04-16 | 4 | -25/+46 |
* | [mod]: Bump gopkg.in/src-d/go-git.v4 from 4.8.0 to 4.10.0 (#6662) | Antoine GIRARD | 2019-04-16 | 26 | -188/+594 |
* | upgrade version of lib/pq to v1.1.0 (#6640) | techknowlogick | 2019-04-15 | 12 | -160/+523 |
* | Issue indexer queue redis support (#6218) | Lunny Xiao | 2019-04-08 | 40 | -0/+11206 |
* | Better logging (#6038) (#6095) | zeripath | 2019-04-02 | 185 | -6964/+32782 |