aboutsummaryrefslogtreecommitdiffstats
path: root/services/context/repo.go
Commit message (Expand)AuthorAgeFilesLines
* Move git references checking to gitrepo packages to reduce expose of reposito...Lunny Xiao7 days1-3/+3
* Refactor error system (#33610)wxiaoguang2025-02-161-9/+9
* Fix "redirect link" handling (#33440)wxiaoguang2025-01-311-12/+25
* Refactor repository transfer (#33211)Lunny Xiao2025-01-301-1/+1
* Do not access GitRepo when a repo is being created (#33380)wxiaoguang2025-01-241-0/+3
* Fix incorrect ref usages (#33301)wxiaoguang2025-01-161-0/+12
* Fix incorrect TagName/BranchName usages (#33279)wxiaoguang2025-01-151-4/+0
* Simplify context ref name (#33267)wxiaoguang2025-01-151-29/+10
* Refactor ref type (#33242)Lunny Xiao2025-01-141-53/+25
* Fix incorrect ref "blob" (#33240)wxiaoguang2025-01-131-10/+0
* Refactor RefName (#33234)wxiaoguang2025-01-131-10/+1
* Refactor context RefName and RepoAssignment (#33226)wxiaoguang2025-01-131-84/+71
* Refactor context repository (#33202)wxiaoguang2025-01-121-38/+27
* Fix raw file API ref handling (#33172)wxiaoguang2025-01-101-21/+17
* Make git clone URL could use current signed-in user (#33091)wxiaoguang2025-01-071-3/+3
* Fix empty git repo handling logic (#33101)wxiaoguang2025-01-041-3/+0
* [Feature] Private README.md for organization (#32872)Chai-Shi2024-12-311-2/+2
* Clarify path param naming (#32969)wxiaoguang2024-12-241-7/+7
* Refactor request context (#32956)wxiaoguang2024-12-241-63/+51
* Move RepoTransfer from models to models/repo sub package (#32506)Lunny Xiao2024-12-181-2/+1
* Make API "compare" accept commit IDs (#32801)wxiaoguang2024-12-121-23/+7
* GitHub like repo home page (#32213)yp053272024-12-061-8/+1
* Remove unnecessary code (#32560)Lunny Xiao2024-11-191-7/+0
* Refactor RepoRefByType (#32413)wxiaoguang2024-11-051-65/+73
* Allow maintainers to view and edit files of private repos when "Allow maintai...Zettat1232024-10-111-1/+9
* Fix javascript error when an anonymous user visiting migration page (#32144)Lunny Xiao2024-10-021-1/+4
* Support repo license (#24872)yp053272024-10-011-0/+7
* Refactor names (#31405)wxiaoguang2024-06-191-10/+10
* Refactor route path normalization (#31381)wxiaoguang2024-06-171-3/+3
* Resolve lint for unused parameter and unnecessary type arguments (#30750)Chongyi Zheng2024-04-291-4/+4
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-2/+0
* Clarify permission "HasAccess" behavior (#30585)wxiaoguang2024-04-201-2/+1
* Refactor web routes (#30519)wxiaoguang2024-04-171-17/+0
* Move get/set default branch from git package to gitrepo package to hide repop...Lunny Xiao2024-03-081-1/+1
* Use a predictiable fork URL to allow forking repositories without providing a...wxiaoguang2024-03-011-20/+0
* Let ctx.FormOptionalBool() return optional.Option[bool] (#29461)65432024-02-281-1/+1
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-0/+1090