summaryrefslogtreecommitdiffstats
path: root/routers/web
Commit message (Expand)AuthorAgeFilesLines
* Refactor `setting.Database.UseXXX` to methods (#23354)Jason Song2023-03-071-1/+1
* Fix incorrect redirect link of delete org project (#23327)yp053272023-03-061-1/+1
* Make Ctrl+Enter submit a pending comment (starting review) instead of submitt...wxiaoguang2023-03-041-1/+1
* Avoid panic caused by broken payload when creating commit status (#23216)Jason Song2023-03-041-7/+15
* Add run status in action view page (#23212)yp053272023-03-041-0/+2
* Fix cannot reopen after pushing commits to a closed PR (#23189)sillyguodong2023-03-032-6/+13
* Use correct README link to render the README (#23152)yp053272023-03-031-1/+1
* Refactor `ctx` in templates (#23105)wxiaoguang2023-03-021-3/+3
* Add loading yaml label template files (#22976)Lauris BH2023-03-022-4/+6
* Use context parameter in services/repository (#23186)Jason Song2023-02-2810-22/+22
* Speed up HasUserStopwatch & GetActiveStopwatch (#23051)zeripath2023-02-272-25/+4
* Remove useless comment in #23114 (#23173)Zettat1232023-02-271-1/+0
* Return 404 instead of 403 if user can not access the repo (#23155)yp053272023-02-261-1/+1
* Add "Reviewed by you" filter for pull requests (#22927)Brecht Van Lommel2023-02-242-1/+13
* Add pagination for dashboard and user activity feeds (#22937)Brecht Van Lommel2023-02-244-14/+49
* Show empty repos in Admin Repository Management page (#23114)Zettat1232023-02-242-21/+23
* Redirect to the commit page after applying patch (#23056)yp053272023-02-241-6/+4
* Avoid warning for system setting when start up (#23054)Lunny Xiao2023-02-241-1/+1
* Require approval to run actions for fork pull request (#22803)Jason Song2023-02-242-5/+45
* Fix commit name in Apply Patch page (#23086)yp053272023-02-231-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
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-6/+6
* Provide the ability to set password hash algorithm parameters (#22942)zeripath2023-02-194-4/+4
* Scoped labels (#22585)Brecht Van Lommel2023-02-183-6/+32
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-186-12/+12
* Sort issues and pulls by recently updated in user and organization home (#22925)Brecht Van Lommel2023-02-171-0/+5
* 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-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