summaryrefslogtreecommitdiffstats
path: root/modules/context/repo.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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