| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix wrong permissions check when issues/prs shared operations (#9885) | Lunny Xiao | 2020-01-20 | 1 | -1/+1 |
* | Fix issues/pulls dependencies problems (#9842) | Lunny Xiao | 2020-01-19 | 1 | -2/+2 |
* | Add require signed commit for protected branch (#9708) | zeripath | 2020-01-15 | 1 | -4/+47 |
* | Add owner_name column for table repository for maintaince reason (#9717) | Lunny Xiao | 2020-01-12 | 1 | -1/+1 |
* | Prevent redirect to Host (#9678) | zeripath | 2020-01-09 | 1 | -1/+2 |
* | Use Req.URL.RequestURI() to cope with FCGI urls (#9473) | zeripath | 2019-12-24 | 2 | -9/+9 |
* | Swagger info corrections (#9441) | 6543 | 2019-12-20 | 1 | -0/+7 |
* | Add /milestones endpoint (#8733) | Brad Albright | 2019-12-15 | 1 | -0/+1 |
* | Fix nil context user (#9099) | John Olheiser | 2019-11-20 | 1 | -1/+7 |
* | Team permission to create repository in organization (#8312) | David Svantesson | 2019-11-20 | 1 | -6/+15 |
* | Add Close() method to gogitRepository (#8901) | zeripath | 2019-11-13 | 2 | -0/+28 |
* | Template Repositories (#8768) | John Olheiser | 2019-11-11 | 1 | -0/+27 |
* | Only view branch or tag if it match refType requested. (#8899) | David Svantesson | 2019-11-11 | 1 | -2/+18 |
* | Use AppSubUrl for more redirections (#8647) | zeripath | 2019-10-23 | 1 | -1/+1 |
* | Add SubURL to redirect path (#8632) | John Olheiser | 2019-10-22 | 1 | -1/+1 |
* | Ensure that GitRepo is set on Empty repositories (#8539) | zeripath | 2019-10-16 | 1 | -2/+8 |
* | upgrade gopkg.in/editorconfig/editorconfig-core-go.v1 (#8501) | Colin Arnott | 2019-10-15 | 1 | -1/+1 |
* | Move migrating repository from frontend to backend (#6200) | Lunny Xiao | 2019-10-13 | 1 | -15/+20 |
* | Do only show teams access for organization repositories, not for personal rep... | David Svantesson | 2019-09-24 | 1 | -0/+1 |
* | Fix Go 1.13 private repository go get issue (#8112) | Lunny Xiao | 2019-09-06 | 2 | -3/+20 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 8 | -17/+20 |
* | Removed unnecessary conversions (#7557) | Christian Muehlhaeuser | 2019-07-23 | 1 | -1/+1 |
* | fix API link header (#7298) | Lunny Xiao | 2019-06-26 | 2 | -7/+85 |
* | API error cleanup (#7186) | John Olheiser | 2019-06-12 | 1 | -11/+2 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 3 | -11/+8 |
* | Handle insecure and ports in go get (#7041) | zeripath | 2019-05-27 | 2 | -2/+13 |
* | Fix org visibility bug when git cloning (#6743) | Lunny Xiao | 2019-04-25 | 1 | -6/+0 |
* | Handle redirects in git clone commands (#6688) | James E. Blair | 2019-04-25 | 1 | -0/+3 |
* | Trace Logging on Permission Denied & ColorFormat (#6618) | zeripath | 2019-04-22 | 1 | -0/+37 |
* | Unifies pagination template usage (#6531) (#6533) | Mario Lubenka | 2019-04-20 | 2 | -10/+60 |
* | Improve listing performance by using go-git (#6478) | Filip Navara | 2019-04-19 | 1 | -1/+2 |
* | API OTP Context (#6674) | techknowlogick | 2019-04-19 | 2 | -0/+46 |
* | Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314) | Richard Mahn | 2019-04-17 | 1 | -0/+15 |
* | Add API for manipulating Git hooks (#6436) | Segev Finer | 2019-04-17 | 1 | -2/+2 |
* | Fix forking an empty repository (#6637) | Segev Finer | 2019-04-15 | 1 | -7/+7 |
* | wrap the ServerError and NotFound and log from the caller (#6550) | zeripath | 2019-04-09 | 1 | -4/+12 |
* | Cleaned permission checks for API -> site admin can now do anything (#6483) | Vasek Sraier | 2019-04-08 | 1 | -1/+37 |
* | Better logging (#6038) (#6095) | zeripath | 2019-04-02 | 4 | -80/+8 |
* | move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) | Lunny Xiao | 2019-03-27 | 2 | -2/+3 |
* | Updates to API 404 responses (#6077) | John Olheiser | 2019-03-18 | 1 | -0/+29 |
* | Clean up various use of escape/unescape functions for URL generation (#6334) | mrsdizzie | 2019-03-18 | 3 | -7/+6 |
* | Add lang specific font stacks for CJK (#6007) | zeripath | 2019-03-18 | 1 | -0/+1 |
* | Fix #6234 : Check organization visibility before everything else (#6235) | Zsombor | 2019-03-05 | 1 | -0/+11 |
* | 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 |
* | Minor UI tweaks (#5980) | John Olheiser | 2019-02-19 | 2 | -0/+6 |
* | Fix prohibit login check on authorization (#6106) | Lunny Xiao | 2019-02-19 | 1 | -2/+7 |
* | modules/context/auth.go: fix redirect loop (#5965) | xdch47 | 2019-02-17 | 1 | -1/+1 |
* | Provide better panic handling (#5902) | zeripath | 2019-01-30 | 2 | -1/+113 |
* | Fix go-get URL generation (#5905) | Lauris BH | 2019-01-30 | 2 | -2/+3 |