summaryrefslogtreecommitdiffstats
path: root/modules/context
Commit message (Expand)AuthorAgeFilesLines
* [API] on 500 error only show message if gitea in dev mode (#11641) (#11753)65432020-06-031-0/+4
* Return json on 500 error from API (#11574) (#11659)65432020-05-281-4/+21
* When must change password only show Signout (#11600) (#11637)guillep2k2020-05-271-1/+3
* api.Context.NotFound(...) should tolerate nil (#11288)zeripath2020-05-051-0/+5
* Allow unauthenticated users to compare (#11240)Kyle Evans2020-05-041-17/+21
* Fix release counter on API repository info (#10968)65432020-04-061-2/+1
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-1/+2
* Fix wrong permissions check when issues/prs shared operations (#9885)Lunny Xiao2020-01-201-1/+1
* Fix issues/pulls dependencies problems (#9842)Lunny Xiao2020-01-191-2/+2
* Add require signed commit for protected branch (#9708)zeripath2020-01-151-4/+47
* Add owner_name column for table repository for maintaince reason (#9717)Lunny Xiao2020-01-121-1/+1
* Prevent redirect to Host (#9678)zeripath2020-01-091-1/+2
* Use Req.URL.RequestURI() to cope with FCGI urls (#9473)zeripath2019-12-242-9/+9
* Swagger info corrections (#9441)65432019-12-201-0/+7
* Add /milestones endpoint (#8733)Brad Albright2019-12-151-0/+1
* Fix nil context user (#9099)John Olheiser2019-11-201-1/+7
* Team permission to create repository in organization (#8312)David Svantesson2019-11-201-6/+15
* Add Close() method to gogitRepository (#8901)zeripath2019-11-132-0/+28
* Template Repositories (#8768)John Olheiser2019-11-111-0/+27
* Only view branch or tag if it match refType requested. (#8899)David Svantesson2019-11-111-2/+18
* Use AppSubUrl for more redirections (#8647)zeripath2019-10-231-1/+1
* Add SubURL to redirect path (#8632)John Olheiser2019-10-221-1/+1
* Ensure that GitRepo is set on Empty repositories (#8539)zeripath2019-10-161-2/+8
* upgrade gopkg.in/editorconfig/editorconfig-core-go.v1 (#8501)Colin Arnott2019-10-151-1/+1
* Move migrating repository from frontend to backend (#6200)Lunny Xiao2019-10-131-15/+20
* Do only show teams access for organization repositories, not for personal rep...David Svantesson2019-09-241-0/+1
* Fix Go 1.13 private repository go get issue (#8112)Lunny Xiao2019-09-062-3/+20
* Use gitea forked macaron (#7933)Tamal Saha2019-08-238-17/+20
* Removed unnecessary conversions (#7557)Christian Muehlhaeuser2019-07-231-1/+1
* fix API link header (#7298)Lunny Xiao2019-06-262-7/+85
* API error cleanup (#7186)John Olheiser2019-06-121-11/+2
* Add golangci (#6418)kolaente2019-06-123-11/+8
* Handle insecure and ports in go get (#7041)zeripath2019-05-272-2/+13
* Fix org visibility bug when git cloning (#6743)Lunny Xiao2019-04-251-6/+0
* Handle redirects in git clone commands (#6688)James E. Blair2019-04-251-0/+3
* Trace Logging on Permission Denied & ColorFormat (#6618)zeripath2019-04-221-0/+37
* Unifies pagination template usage (#6531) (#6533)Mario Lubenka2019-04-202-10/+60
* Improve listing performance by using go-git (#6478)Filip Navara2019-04-191-1/+2
* API OTP Context (#6674)techknowlogick2019-04-192-0/+46
* Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314)Richard Mahn2019-04-171-0/+15
* Add API for manipulating Git hooks (#6436)Segev Finer2019-04-171-2/+2
* Fix forking an empty repository (#6637)Segev Finer2019-04-151-7/+7
* wrap the ServerError and NotFound and log from the caller (#6550)zeripath2019-04-091-4/+12
* Cleaned permission checks for API -> site admin can now do anything (#6483)Vasek Sraier2019-04-081-1/+37
* Better logging (#6038) (#6095)zeripath2019-04-024-80/+8
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-272-2/+3
* Updates to API 404 responses (#6077)John Olheiser2019-03-181-0/+29
* Clean up various use of escape/unescape functions for URL generation (#6334)mrsdizzie2019-03-183-7/+6
* Add lang specific font stacks for CJK (#6007)zeripath2019-03-181-0/+1
* Fix #6234 : Check organization visibility before everything else (#6235)Zsombor2019-03-051-0/+11