aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Add scopes to API to create token and display them (#22989)zeripath2023-02-201-2/+11
* Fix panic when call api (/repos/{owner}/{repo}/pulls/{index}/files) (#22921)sillyguodong2023-02-201-2/+4
* 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
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-208-25/+27
* Rename `GetUnits` to `LoadUnits` (#22970)yp053272023-02-191-1/+1
* Provide the ability to set password hash algorithm parameters (#22942)zeripath2023-02-196-6/+7
* Scoped labels (#22585)Brecht Van Lommel2023-02-185-6/+40
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-188-15/+15
* Notify on container image create (#22806)KN4CK3R2023-02-181-4/+22
* Sort issues and pulls by recently updated in user and organization home (#22925)Brecht Van Lommel2023-02-171-0/+5
* Allow custom "created" timestamps in user creation API (#22549)Sybren2023-02-161-0/+9
* 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-1545-99/+101
* 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-133-0/+12
* Deduplicate findReadmeFile() (#22177)Nick2023-02-121-98/+69
* Add `/$count` endpoints for NuGet v2 (#22855)KN4CK3R2023-02-112-8/+60
* Preview images for Issue cards in Project Board view (#22112)Nathaniel Sabanski2023-02-112-4/+24
* Fix improper HTMLURL usages in Go code (#22839)wxiaoguang2023-02-1114-28/+28
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-089-37/+81
* Use link in UI which returned a relative url but not html_url which contains ...Lunny Xiao2023-02-063-3/+4
* Use import of OCI structs (#22765)KN4CK3R2023-02-062-41/+59
* Refactor legacy strange git operations (#22756)wxiaoguang2023-02-061-47/+25
* Add Chef package registry (#22554)KN4CK3R2023-02-066-1/+719
* remove update language in ProfilePost (#22748)yp053272023-02-061-4/+1
* Add Cargo package registry (#21888)KN4CK3R2023-02-057-1/+365
* Show all projects, not just repo projects and open/closed projects (#22640)Lunny Xiao2023-02-041-8/+2
* Remove ONLY_SHOW_RELEVANT_REPOS setting (#21962)delvh2023-02-041-6/+5
* 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-022-0/+6
* Add main landmark to templates and adjust titles (#22670)Felipe Leopoldo Sologuren GutiƩrrez2023-02-0110-15/+16
* Enable `@<user>`- completion popup on the release description textarea (#22359)delvh2023-02-011-0/+15
* Add Conda package registry (#22262)KN4CK3R2023-02-013-1/+345
* Add user secrets (#22191)KN4CK3R2023-02-017-94/+204
* 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-3119-41/+1589
* 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
* Fix missing message in git hook when pull requests disabled on fork (#22625)Brecht Van Lommel2023-01-291-10/+13
* Check quota limits for container uploads (#22450)KN4CK3R2023-01-293-7/+48
* Issues: add Project filter to issues list and search (#22544)techknowlogick2023-01-291-11/+18
* Support system hook API (#14537)Lunny Xiao2023-01-285-2/+221
* Fix error on account activation with wrong passwd (#22609)Otto Richter (fnetX)2023-01-281-3/+3
* Add API endpoint to get latest release (#21267)JakobDev2023-01-262-0/+42
* Webhooks: for issue close/reopen action, add commit ID that caused it (#22583)Brecht Van Lommel2023-01-243-5/+5