aboutsummaryrefslogtreecommitdiffstats
path: root/modules/context/repo.go
Commit message (Expand)AuthorAgeFilesLines
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-4/+3
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-12/+12
* RSS/Atom support for Repos (#19055)65432022-03-131-0/+2
* Fix redirect when using lowercase reponame (#18775)Ghanem2022-02-181-1/+1
* Automatically pause queue if index service is unavailable (#15066)Lauris BH2022-01-271-0/+4
* format with gofumpt (#18184)65432022-01-201-1/+0
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-5/+5
* Restore setting of ctx.Repo.Mirror (#18205)zeripath2022-01-081-4/+4
* Simplify parameter types (#18006)Gusted2021-12-201-2/+2
* Refactor HTTP request context (#17979)wxiaoguang2021-12-151-4/+5
* Improve behavior of "Fork" button (#17288)qwerty2872021-12-131-2/+16
* Some repository refactors (#17950)Lunny Xiao2021-12-121-5/+5
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-3/+4
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-33/+39
* Improve checkBranchName (#17901)zeripath2021-12-081-2/+2
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-2/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-7/+8
* More pleasantly handle broken or missing git repositories (#17747)zeripath2021-11-221-1/+33
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-3/+4
* Fixed commit count. (#17698)KN4CK3R2021-11-171-7/+11
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-18/+20
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-16/+17
* Ensure that restricted users can access repos for which they are members (#17...zeripath2021-10-281-1/+1
* Add a simple way to rename branch like gh (#15870)a10121127962021-10-081-1/+31
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+2
* Add skip and limit to git.GetTags (#16897)65432021-09-101-1/+1
* 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