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