aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/pull_review.go
Commit message (Expand)AuthorAgeFilesLines
* Improve user experience for outdated comments (#29050)wxiaoguang2024-02-081-2/+3
* Do not render empty comments (#29039)wxiaoguang2024-02-041-1/+10
* Don't reload timeline page when (un)resolving or replying conversation (#28654)Jimmy Praet2024-01-241-16/+16
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-3/+3
* Fix nil pointer dereference error when open link with invalid pull index (#2...CaiCandong2023-08-071-2/+2
* Move web JSON functions to web context and simplify code (#26132)wxiaoguang2023-07-261-3/+1
* Check `ctx.Written()` for `GetActionIssue` (#25698)Jason Song2023-07-051-4/+7
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Show outdated comments in files changed tab (#24936)sebastian-sauer2023-06-211-1/+1
* Change form actions to fetch for submit review box (#25219)HesterG2023-06-141-5/+4
* Make Ctrl+Enter submit a pending comment (starting review) instead of submitt...wxiaoguang2023-03-041-1/+1
* Fix improper HTMLURL usages in Go code (#22839)wxiaoguang2023-02-111-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-2/+2
* Dismiss prior pull reviews if done via web in review dismiss (#20197)65432022-07-191-1/+1
* Check if project has the same repository id with issue when assign project to...Lunny Xiao2022-06-301-1/+7
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-12/+12
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-2/+2
* Allow to mark files in a PR as viewed (#19007)delvh2022-05-071-0/+46
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-8/+8
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-4/+4
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-2/+2
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-3/+3
* Add attachments for PR reviews (#16075)KN4CK3R2021-06-141-1/+7
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+238