aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web
Commit message (Expand)AuthorAgeFilesLines
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-1515-25/+25
* 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-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-086-33/+77
* Use link in UI which returned a relative url but not html_url which contains ...Lunny Xiao2023-02-063-3/+4
* Refactor legacy strange git operations (#22756)wxiaoguang2023-02-061-47/+25
* Add Chef package registry (#22554)KN4CK3R2023-02-062-0/+23
* remove update language in ProfilePost (#22748)yp053272023-02-061-4/+1
* Add Cargo package registry (#21888)KN4CK3R2023-02-054-0/+68
* 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 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-3110-19/+960
* 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-282-2/+2
* Fix error on account activation with wrong passwd (#22609)Otto Richter (fnetX)2023-01-281-3/+3
* Webhooks: for issue close/reopen action, add commit ID that caused it (#22583)Brecht Van Lommel2023-01-241-2/+2
* Allow setting `redirect_to` cookie on OAuth login (#22594)Sybren2023-01-241-0/+5
* Support org/user level projects (#22235)Lunny Xiao2023-01-209-61/+810
* Fix invalid issue branch reference if not specified in template (#22513)Brecht Van Lommel2023-01-181-1/+2
* Display unreferenced packages total size in package admin panel (#22498)Lunny Xiao2023-01-181-3/+10
* Support scoped access tokens (#20908)Chongyi Zheng2023-01-171-2/+8
* Set disable_gravatar/enable_federated_avatar when offline mode is true (#22479)Jason Song2023-01-171-0/+27
* Change use of Walk to WalkDir to improve disk performance (#22462)Felipe Leopoldo Sologuren GutiƩrrez2023-01-161-4/+4
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-166-179/+208
* Replace deprecated Webauthn library (#22400)techknowlogick2023-01-112-4/+4
* Improve utils of slices (#22379)Jason Song2023-01-114-5/+5
* Use context parameter in models/git (#22367)Jason Song2023-01-0911-31/+31
* make /{username}.png redirect to user/org avatar (#22356)crystal2023-01-061-1/+1
* fix: code search title translation (#22285)John Olheiser2023-01-021-1/+1
* Restructure `webhook` module (#22256)delvh2023-01-011-22/+23
* Fix key signature error page (#22229)Gusted2022-12-301-3/+9
* Support template for merge message description (#22248)Jason Song2022-12-292-3/+5
* Move `convert` package to services (#22264)KN4CK3R2022-12-297-7/+7
* Use dynamic package type list (#22263)KN4CK3R2022-12-293-0/+3
* Add option to prohibit fork if user reached maximum limit of repositories (#2...Xinyu Zhou2022-12-271-0/+13