summaryrefslogtreecommitdiffstats
path: root/routers/web/repo
Commit message (Expand)AuthorAgeFilesLines
* Make label templates have consistent behavior and priority (#23749) (#24071)wxiaoguang2023-04-123-3/+5
* Refactor commit status for Actions jobs (#23786) (#24060)Denys Konovalov2023-04-111-11/+2
* Fix redirect bug when creating issue from a project (#23971) (#23997)Giteabot2023-04-081-2/+2
* Ensure RSS icon is present on all repo tabs (#23904) (#23973)Giteabot2023-04-071-3/+0
* Title can be empty when creating tag only (#23917) (#23961)Giteabot2023-04-071-0/+6
* Fix cancel button in the page of project edit not work (#23655) (#23813)sillyguodong2023-03-301-0/+1
* Redirect to project again after editing it (#23326) (#23739)Giteabot2023-03-271-1/+6
* Make branches list page operations remember current page (#23420) (#23460)Giteabot2023-03-141-10/+7
* Fix actions frontend bugs (pagination, long name alignment) and small simplif...Giteabot2023-03-131-0/+2
* Show edit/close/delete button on organization wide repositories (#23388) (#23...Giteabot2023-03-121-1/+1
* Preserve file size when creating attachments (#23406) (#23426)Giteabot2023-03-121-1/+1
* Fix cannot reopen after pushing commits to a closed PR (#23189) (#23324)sillyguodong2023-03-072-6/+13
* Avoid panic caused by broken payload when creating commit status (#23216) (#2...Giteabot2023-03-041-7/+15
* Use correct README link to render the README (#23152) (#23264)Giteabot2023-03-041-1/+1
* Add loading yaml label template files (#22976) (#23232)Giteabot2023-03-011-2/+3
* Return 404 instead of 403 if user can not access the repo (#23155) (#23158)Yarden Shoham2023-02-261-1/+1
* Redirect to the commit page after applying patch (#23056) (#23127)Yarden Shoham2023-02-241-6/+4
* Fix commit name in Apply Patch page (#23086) (#23099)Yarden Shoham2023-02-241-0/+3
* Add force_merge to merge request and fix checking mergable (#23010)Jason Song2023-02-211-4/+12
* Get rules by id when editing branch protection rule (#22932)Zettat1232023-02-201-4/+30
* Use beforeCommit instead of baseCommit (#22949)Kyle D2023-02-201-6/+5
* Scoped labels (#22585)Brecht Van Lommel2023-02-182-6/+30
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-186-12/+12
* fix incorrect role labels for migrated issues and comments (#22914)Zettat1232023-02-151-4/+8
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-155-11/+11
* Move `IsReadmeFile*` from `modules/markup/` to `modules/util` (#22877)Nick2023-02-131-2/+2
* Move helpers to be prefixed with `gt-` (#22879)zeripath2023-02-132-3/+3
* Pull Requests: setting to allow edits by maintainers by default, tweak UI (#2...Brecht Van Lommel2023-02-132-0/+8
* Deduplicate findReadmeFile() (#22177)Nick2023-02-121-98/+69
* Preview images for Issue cards in Project Board view (#22112)Nathaniel Sabanski2023-02-111-2/+22
* Fix improper HTMLURL usages in Go code (#22839)wxiaoguang2023-02-1112-26/+26
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-082-2/+2
* Use link in UI which returned a relative url but not html_url which contains ...Lunny Xiao2023-02-062-2/+3
* Refactor legacy strange git operations (#22756)wxiaoguang2023-02-061-47/+25
* Show all projects, not just repo projects and open/closed projects (#22640)Lunny Xiao2023-02-041-8/+2
* Refactor git command package to improve security and maintainability (#22678)wxiaoguang2023-02-045-6/+8
* Improve trace logging for pulls and processes (#22633)zeripath2023-02-031-28/+23
* Improve error report when user passes a private key (#22726)zeripath2023-02-021-0/+4
* Add main landmark to templates and adjust titles (#22670)Felipe Leopoldo Sologuren GutiƩrrez2023-02-013-6/+6
* Enable `@<user>`- completion popup on the release description textarea (#22359)delvh2023-02-011-0/+15
* Add user secrets (#22191)KN4CK3R2023-02-012-39/+46
* Add repository setting to enable/disable releases unit (#22671)Brecht Van Lommel2023-02-011-0/+9
* Use relative url in actions view (#22675)Jason Song2023-01-311-2/+2
* Fix wrong hint when deleting a branch successfully from pull request UI (#22673)Lunny Xiao2023-01-311-1/+1
* Implement actions (#21937)Jason Song2023-01-315-19/+567
* Pull request yaml template support for including commit body in a field (#22629)Brecht Van Lommel2023-01-301-5/+19
* Issues: support setting issue template field values with query (#22545)techknowlogick2023-01-301-0/+8
* Issues: add Project filter to issues list and search (#22544)techknowlogick2023-01-291-11/+18
* Support system hook API (#14537)Lunny Xiao2023-01-281-1/+1
* Webhooks: for issue close/reopen action, add commit ID that caused it (#22583)Brecht Van Lommel2023-01-241-2/+2