| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | remove unused file (#6121) | Lunny Xiao | 2019-02-19 | 1 | -143/+0 |
* | Refactor issue indexer (#5363) | Lunny Xiao | 2019-02-19 | 9 | -17/+656 |
* | Fix prohibit login check on authorization (#6106) | Lunny Xiao | 2019-02-19 | 1 | -2/+7 |
* | Implement "conversation lock" for issue comments (#5073) | Lanre Adelowo | 2019-02-18 | 3 | -0/+64 |
* | Allow to set organization visibility (public, internal, private) (#1763) | Rémy Boulanouar | 2019-02-18 | 3 | -2/+63 |
* | Move to ldap.v3 to fix #5928 (#6105) | zeripath | 2019-02-18 | 1 | -2/+2 |
* | modules/context/auth.go: fix redirect loop (#5965) | xdch47 | 2019-02-17 | 1 | -1/+1 |
* | Allow markdown files to read from the LFS (#5787) | zeripath | 2019-02-12 | 2 | -1/+70 |
* | Refactor editor upload, update and delete to use git plumbing and add LFS sup... | zeripath | 2019-02-12 | 5 | -0/+862 |
* | In basic auth check for tokens before call UserSignIn (#5725) | manuelluis | 2019-02-12 | 1 | -5/+46 |
* | Add option to close issues via commit on a non master branch (#5992) | Lanre Adelowo | 2019-02-10 | 2 | -22/+25 |
* | Split setting.go as multiple files (#6014) | Lunny Xiao | 2019-02-10 | 7 | -442/+509 |
* | add default time out for git operations (#6015) | Lunny Xiao | 2019-02-09 | 1 | -0/+5 |
* | Remove extra spaces (#6016) | Thomas Loubiou | 2019-02-09 | 1 | -1/+1 |
* | Fix #5799 - swagger for mergePullRequest (#5996) | Thomas Loubiou | 2019-02-08 | 1 | -0/+3 |
* | use native golang SSH library but ssh-keygen when enable built-in SSH server ... | Lunny Xiao | 2019-02-07 | 1 | -2/+43 |
* | Feature - Pagination for git tree API (#5838) | Richard Mahn | 2019-02-06 | 1 | -6/+8 |
* | Allow Macaron to be set to log through to gitea.log (#5667) | zeripath | 2019-02-05 | 2 | -4/+48 |
* | add other session providers (#5963) | techknowlogick | 2019-02-05 | 1 | -2/+7 |
* | Fix ssh deploy and user key constraints (#1357) (#5939) | zeripath | 2019-02-03 | 1 | -0/+25 |
* | Make log mailer for testing (#5893) | zeripath | 2019-02-02 | 2 | -6/+35 |
* | Fix bug when read public repo lfs file (#5912) | Lunny Xiao | 2019-01-31 | 1 | -2/+5 |
* | Recover panic in orgmode.Render if bad orgfile (#4982) (#5903) | zeripath | 2019-01-30 | 1 | -4/+10 |