| Commit message (Expand) | Author | Age | Files | Lines |
* | Update go-org to optimize code (#8824) | Lauris BH | 2019-11-05 | 13 | -88/+81 |
* | Rewrite markdown rendering to blackfriday v2 and rewrite orgmode rendering to... | Lauris BH | 2019-10-31 | 45 | -3381/+5482 |
* | Upgrade xorm to v0.8.0 (#8536) | Lunny Xiao | 2019-10-17 | 75 | -18783/+4 |
* | upgrade gopkg.in/editorconfig/editorconfig-core-go.v1 (#8501) | Colin Arnott | 2019-10-15 | 14 | -0/+777 |
* | Restore Graceful Restarting & Socket Activation (#7274) | zeripath | 2019-10-15 | 18 | -1846/+0 |
* | Upgrade xorm to v0.7.9 to fix some bugs (#8354) | Lunny Xiao | 2019-10-02 | 12 | -229/+372 |
* | Update to github.com/lafriks/xormstore@v1.3.0 (#8317) | Antoine GIRARD | 2019-10-02 | 20 | -956/+1529 |
* | Upgrade xorm to latest to fix insert issue bug (#8309) | Lunny Xiao | 2019-09-29 | 5 | -7/+246 |
* | Update xorm (#8286) | John Olheiser | 2019-09-25 | 3 | -7/+57 |
* | Fix label count (#8267) | Lunny Xiao | 2019-09-24 | 15 | -227/+622 |
* | migrate gplus to google oauth2 provider (#7885) | techknowlogick | 2019-09-14 | 4 | -56/+64 |
* | oauth2 with remote Gitea - Fix #8093 (#8149) | techknowlogick | 2019-09-12 | 5 | -13/+266 |
* | use go 1.13 (#8088) | techknowlogick | 2019-09-12 | 25 | -1479/+213 |
* | Implement webhook branch filter (#7791) | WGH | 2019-09-09 | 35 | -0/+2939 |
* | Use vendored go-swagger (#8087) | Antoine GIRARD | 2019-09-04 | 567 | -0/+98238 |
* | Update to mod enabled version goquery (#8021) | Antoine GIRARD | 2019-08-29 | 10 | -18/+137 |
* | Update github.com/lafriks/xormstore and tidy up mod.go (#8020) | guillep2k | 2019-08-28 | 17 | -149/+272 |
* | Update swagger to 0.20.1 (#8010) | Antoine GIRARD | 2019-08-28 | 58 | -1067/+6057 |
* | Retry create issue to cope with duplicate keys (#7898) | guillep2k | 2019-08-26 | 16 | -1313/+1810 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 147 | -16154/+13064 |
* | Remove unique filter from repo indexer analyzer. (#7878) | guillep2k | 2019-08-15 | 1 | -53/+0 |
* | Remove camel case tokenization from repo indexer (#7733) | guillep2k | 2019-08-06 | 3 | -274/+0 |
* | Update src-d/go-git to v4.13.0 (#7688) | Antoine GIRARD | 2019-07-31 | 13 | -240/+66 |
* | Update to latest mssqldriver (#7613) | zeripath | 2019-07-26 | 23 | -586/+1768 |
* | Update to xorm@v0.7.4 (#7596) | Tamal Saha | 2019-07-25 | 10 | -142/+327 |
* | Move status table to cron package (#7370) | Lunny Xiao | 2019-07-15 | 10 | -272/+443 |
* | Support setting cookie domain (#6288) | Tamal Saha | 2019-07-12 | 5 | -17/+20 |
* | upgrade macaron/captcha to fix random error problem (#7407) | Lunny Xiao | 2019-07-10 | 3 | -25/+40 |
* | switch to use gliderlabs/ssh for builtin server (#7250) | techknowlogick | 2019-07-06 | 18 | -0/+1947 |
* | workaround broken drone build (#7362) | Cherrg | 2019-07-06 | 65 | -2446/+2944 |
* | update mssql drive to last working version 20180314172330-6a30f4e59a44 (#7306) | Antoine GIRARD | 2019-06-30 | 43 | -487/+3153 |
* | Fix error log when loading issues caused by a xorm bug (#7271) | Lunny Xiao | 2019-06-23 | 111 | -5939/+951 |
* | update go-git to v4.12.0 - fixes #7248 (#7249) | techknowlogick | 2019-06-19 | 3 | -0/+20 |
* | Use vfsgen instead of go-bindata (#7080) | Lunny Xiao | 2019-06-03 | 21 | -578/+1092 |
* | Improve handling of non-square avatars (#7025) | Rob Watson | 2019-05-25 | 5 | -0/+347 |
* | Handle CORS requests (#6289) | Tamal Saha | 2019-05-13 | 14 | -12/+457 |
* | Improve migrations to support migrating milestones/labels/issues/comments/pul... | Lunny Xiao | 2019-05-07 | 94 | -0/+31065 |
* | Update https://github.com/urfave/cli to version 1.2.0 (#6838) | Antoine GIRARD | 2019-05-03 | 13 | -160/+576 |
* | update github.com/mcuadros/go-version to v0.0.0-20190308113854-92cdf37c5b75 (... | Lunny Xiao | 2019-05-01 | 2 | -11/+44 |
* | Bump github.com/stretchr/testify from 1.2.2 to 1.3.0 (#6663) | Antoine GIRARD | 2019-04-16 | 3 | -24/+45 |
* | upgrade version of lib/pq to v1.1.0 (#6640) | techknowlogick | 2019-04-15 | 11 | -159/+521 |
* | Issue indexer queue redis support (#6218) | Lunny Xiao | 2019-04-08 | 39 | -0/+11198 |
* | Better logging (#6038) (#6095) | zeripath | 2019-04-02 | 12 | -0/+276 |
* | Use Go1.11 module (#5743) | Mura Li | 2019-03-27 | 376 | -4551/+29222 |
* | move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) | Lunny Xiao | 2019-03-27 | 5 | -0/+1607 |
* | Replace linkRegex with xurls library (#6261) | mrsdizzie | 2019-03-07 | 5 | -0/+2014 |
* | Refactor issue indexer (#5363) | Lunny Xiao | 2019-02-19 | 3 | -0/+245 |
* | Update bleve dependency to latest master revision (#6100) | Lunny Xiao | 2019-02-17 | 159 | -4125/+9816 |
* | add other session providers (#5963) | techknowlogick | 2019-02-05 | 157 | -61/+37527 |
* | Fix new release creation API to allow empty target (#5870) | Lauris BH | 2019-01-30 | 2 | -312/+0 |