summaryrefslogtreecommitdiffstats
path: root/modules/context/repo.go
Commit message (Expand)AuthorAgeFilesLines
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-4/+4
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-4/+4
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* Add push to remote mirror repository (#15157)KN4CK3R2021-06-141-1/+5
* On open repository open common cat file batch and batch-check (#15667)zeripath2021-05-101-1/+7
* fix some ui bug about draft release (#15137)a10121127962021-05-061-1/+4
* Defer closing the gitrepo until the end of the wrapped context functions (#15...zeripath2021-05-061-8/+11
* Turn RepoRef and RepoAssignment back into func(*Context) (#15372)zeripath2021-04-091-308/+295
* Repository transfer has to be confirmed, if user can not create repo for new ...65432021-03-011-0/+18
* [API] Add pagination to ListBranches (#14524)65432021-02-031-2/+2
* Update docs and comments to remove macaron (#14491)Lunny Xiao2021-01-291-3/+3
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-285/+285
* Redirect on changed user and org name (#11649)Andrew Bezold2021-01-241-4/+11
* Support shortened commit SHAs in URLs (#13686)Lauris BH2020-11-251-4/+13
* [API] Only Return Json (#13511)65432020-11-141-2/+1
* Multiple GitGraph improvements: Exclude PR heads, Add branch/PR links, Show o...zeripath2020-11-081-0/+12
* Tags cleanup (#13428)John Olheiser2020-11-051-3/+7
* Vendor Update Go Libs (#13166)65432020-10-161-5/+1
* Add configurable Trust Models (#11712)zeripath2020-09-201-1/+1
* Issue templates directory (#11450)John Olheiser2020-09-111-0/+71
* Kanban board (#8346)Lanre Adelowo2020-08-161-0/+1
* 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
* 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
* Fix nil context user (#9099)John Olheiser2019-11-201-1/+7
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+19
* 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
* 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-061-2/+6
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-2/+2
* Add golangci (#6418)kolaente2019-06-121-8/+6
* Handle insecure and ports in go get (#7041)zeripath2019-05-271-1/+4
* 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
* Improve listing performance by using go-git (#6478)Filip Navara2019-04-191-1/+2
* Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314)Richard Mahn2019-04-171-0/+15
* Fix forking an empty repository (#6637)Segev Finer2019-04-151-7/+7
* Better logging (#6038) (#6095)zeripath2019-04-021-2/+2
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+1
* Clean up various use of escape/unescape functions for URL generation (#6334)mrsdizzie2019-03-181-1/+1
* Fix #6234 : Check organization visibility before everything else (#6235)Zsombor2019-03-051-0/+11
* Create a repo redirect when transferring ownership (#6210) (#6211)James E. Blair2019-02-281-1/+1