| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve listing performance by using go-git (#6478) | Filip Navara | 2019-04-19 | 28 | -646/+676 |
* | API OTP Context (#6674) | techknowlogick | 2019-04-19 | 3 | -1/+48 |
* | Telegram webhook (#4227) | techknowlogick | 2019-04-18 | 2 | -1/+13 |
* | Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314) | Richard Mahn | 2019-04-17 | 28 | -275/+2074 |
* | Pre-calculate the absolute path of git (#6575) | Mura Li | 2019-04-17 | 2 | -1/+12 |
* | Add API for manipulating Git hooks (#6436) | Segev Finer | 2019-04-17 | 1 | -2/+2 |
* | Add SUBJECT_PREFIX mailer config option (#6605) | zeripath | 2019-04-17 | 2 | -1/+7 |
* | Use ctx.metas for SHA hash links (#6645) | mrsdizzie | 2019-04-16 | 3 | -4/+16 |
* | Fix forking an empty repository (#6637) | Segev Finer | 2019-04-15 | 1 | -7/+7 |
* | Add json tags for oauth2 form (#6627) | Jonas Franz | 2019-04-15 | 1 | -7/+7 |
* | Add option to disable refresh token invalidation (#6584) | Jonas Franz | 2019-04-12 | 2 | -1/+2 |
* | Improve issue autolinks (#6273) | mrsdizzie | 2019-04-12 | 3 | -16/+52 |
* | Support search operators for commits search (#6479) | Mura Li | 2019-04-12 | 2 | -5/+65 |
* | fix mail notification when close/reopen issue (#6581) | Lunny Xiao | 2019-04-11 | 1 | -3/+18 |
* | Prevent server 500 on compare branches with no common history (#6555) | zeripath | 2019-04-09 | 1 | -11/+16 |
* | wrap the ServerError and NotFound and log from the caller (#6550) | zeripath | 2019-04-09 | 1 | -4/+12 |
* | Render SHA1 links as code blocks (#6546) | silverwind | 2019-04-09 | 3 | -23/+40 |
* | Issue indexer queue redis support (#6218) | Lunny Xiao | 2019-04-08 | 4 | -31/+189 |
* | Cleaned permission checks for API -> site admin can now do anything (#6483) | Vasek Sraier | 2019-04-08 | 1 | -1/+37 |
* | Use stricter boundaries for auto-link detection (#6522) | mrsdizzie | 2019-04-07 | 3 | -11/+70 |
* | Quieter Integration Tests (#6513) | zeripath | 2019-04-07 | 12 | -361/+393 |
* | Improve SHA1 link detection (#6526) | silverwind | 2019-04-06 | 2 | -21/+36 |
* | Add X-Auto-Response-Suppress header to outgoing messages (#6492) | mrsdizzie | 2019-04-02 | 1 | -0/+1 |
* | Better logging (#6038) (#6095) | zeripath | 2019-04-02 | 53 | -932/+3659 |
* | Change order that PostProcess Processors are run (#6445) | mrsdizzie | 2019-03-27 | 2 | -7/+13 |
* | Use Go1.11 module (#5743) | Mura Li | 2019-03-27 | 1 | -1/+1 |
* | move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) | Lunny Xiao | 2019-03-27 | 110 | -17/+4655 |
* | Clean up ref name rules (#6437) | mrsdizzie | 2019-03-26 | 2 | -2/+129 |
* | Markdown: enable some more extensions (#6362) | Roland Koebler | 2019-03-21 | 2 | -4/+72 |
* | Updates to API 404 responses (#6077) | John Olheiser | 2019-03-18 | 1 | -0/+29 |
* | Add bio field for user (#6113) | techknowlogick | 2019-03-18 | 1 | -0/+1 |
* | Clean up various use of escape/unescape functions for URL generation (#6334) | mrsdizzie | 2019-03-18 | 6 | -49/+67 |
* | Add lang specific font stacks for CJK (#6007) | zeripath | 2019-03-18 | 1 | -0/+1 |
* | split setting.go to multiple files (#6154) | Lunny Xiao | 2019-03-16 | 5 | -348/+433 |
* | Add InternalTokenURI to load InteralToken from an external file (#5812) | techknowlogick | 2019-03-13 | 1 | -25/+73 |
* | Fix reported issue in repo description (#6306) | zeripath | 2019-03-11 | 1 | -0/+48 |
* | Use url.PathEscape to escape the branchname (#6304) | zeripath | 2019-03-12 | 2 | -2/+4 |
* | Remove util.RemoveAll - should have been removed since go 1.7 (#6299) | zeripath | 2019-03-10 | 2 | -30/+0 |
* | Integrate OAuth2 Provider (#5378) | Jonas Franz | 2019-03-08 | 6 | -7/+197 |
* | Replace linkRegex with xurls library (#6261) | mrsdizzie | 2019-03-07 | 2 | -3/+11 |
* | Remove visitLinksForShortLinks features (#6257) | mrsdizzie | 2019-03-07 | 2 | -14/+9 |
* | Fix #6234 : Check organization visibility before everything else (#6235) | Zsombor | 2019-03-05 | 1 | -0/+11 |
* | Modify linkRegex to require http|https (#6171) | mrsdizzie | 2019-02-28 | 2 | -1/+63 |
* | fix display dashboard even if require to change password (#6214) | Lunny Xiao | 2019-02-28 | 1 | -14/+10 |
* | Create a repo redirect when transferring ownership (#6210) (#6211) | James E. Blair | 2019-02-28 | 1 | -1/+1 |
* | Increase Username and Orgname MaxSize 35 -> 40 (#6178) | Segev Finer | 2019-02-25 | 4 | -6/+6 |
* | fix bug when set indexer as db and add tests (#6173) | Lunny Xiao | 2019-02-24 | 3 | -3/+30 |
* | Add more tests and docs for issue indexer, add db indexer type for searching ... | Lunny Xiao | 2019-02-21 | 7 | -10/+85 |
* | refactor issue indexer, add some testing and fix a bug (#6131) | Lunny Xiao | 2019-02-21 | 4 | -16/+219 |
* | Minor UI tweaks (#5980) | John Olheiser | 2019-02-19 | 2 | -0/+6 |