| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Feature: Archive repos (#5009) | kolaente | 2019-01-23 | 1 | -1/+10 |
* | Refactor repo.isBare to repo.isEmpty #5629 (#5714) | zeripath | 2019-01-17 | 2 | -6/+6 |
* | Restrict permission check on repositories and fix some problems (#5314) | Lunny Xiao | 2018-11-28 | 2 | -107/+80 |
* | Add raw blob endpoint to get objects by SHA ID (#5334) | Peter Hoffmann | 2018-11-18 | 1 | -0/+11 |
* | Fix #5226 by adding CSRF checking to api reqToken and add CSRF to the POST he... | zeripath | 2018-11-03 | 1 | -0/+13 |
* | Force user to change password (#4489) | Lanre Adelowo | 2018-09-13 | 1 | -4/+25 |
* | Fix redirect with non-ascii branch names (#4764) (#4810) | SagePtr | 2018-09-06 | 1 | -1/+1 |
* | Hide home button when landing page is not set to home (#4651) | Piotr Orzechowski | 2018-08-26 | 1 | -0/+5 |
* | Push whitelist now doesn't apply to branch deletion (#4601) (#4607) | SagePtr | 2018-08-08 | 1 | -2/+2 |
* | Swagger.v1.json template (#3572) | Piotr Orzechowski | 2018-07-28 | 1 | -1/+1 |
* | Added dependencies for issues (#2196) (#2531) | kolaente | 2018-07-17 | 1 | -0/+5 |
* | fix not respecting landing page setting (#4209) | David Schneiderbauer | 2018-06-15 | 1 | -6/+0 |
* | Multiple assignees (#3705) | kolaente | 2018-05-09 | 1 | -1/+2 |
* | Refactor and simplify redirect to url (#3674) | Lauris BH | 2018-03-15 | 1 | -0/+21 |
* | Add option to enable or disable swagger endpoints (#3502) | Piotr Orzechowski | 2018-02-14 | 1 | -0/+1 |
* | Fix go-get content type (#3426) | Lauris BH | 2018-01-29 | 1 | -1/+3 |
* | Add doctype to go-get=1 reponse (#3423) | Lauris BH | 2018-01-29 | 1 | -1/+1 |
* | Handle refactor (#3339) | Morgan Bazalgette | 2018-01-10 | 3 | -56/+64 |
* | Fix ignored errors when checking if organization, team member (#3177) | Ethan Koenig | 2017-12-21 | 1 | -3/+10 |
* | Fix new pull request link (#3133) | Ethan Koenig | 2017-12-13 | 1 | -1/+0 |
* | Fix legacy URL redirects (#3100) | Ethan Koenig | 2017-12-07 | 1 | -1/+5 |
* | Add reactions to issues/PR and comments (#2856) | Lauris BH | 2017-12-04 | 1 | -1/+1 |
* | Minor copy changes (#3074) | techknowlogick | 2017-12-03 | 1 | -1/+1 |
* | Remove GetRepositoryByRef and add GetRepositoryByOwnerAndName (#3043) | Lunny Xiao | 2017-12-02 | 1 | -6/+3 |
* | Memory usage improvements (#3013) | Duncan Ogilvie | 2017-11-29 | 1 | -0/+3 |
* | Various wiki bug fixes (#2996) | Ethan Koenig | 2017-11-28 | 1 | -1/+2 |
* | Fix go-get, src and raw urls to new scheme (#2978) | Lauris BH | 2017-11-27 | 2 | -2/+2 |
* | fix click create pull request button 404 (#2859) | Lunny Xiao | 2017-11-05 | 1 | -0/+1 |
* | Fix API raw file content access for default branch (#2849) | Lauris BH | 2017-11-04 | 1 | -1/+5 |
* | Fix API raw requests for commits and tags (#2841) | Lauris BH | 2017-11-04 | 1 | -1/+4 |
* | Fix redirect url of legacy commits route (#2825) | Morlinest | 2017-11-03 | 1 | -11/+1 |
* | Make URL scheme unambiguous (#2408) | Ethan Koenig | 2017-10-30 | 1 | -21/+99 |