aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/pull.go
Commit message (Expand)AuthorAgeFilesLines
* Fix delete branch perm checking (#32654) (#32707)Giteabot2024-12-041-31/+32
* Avoid returning without written ctx when posting PR (#31843) (#31848)Giteabot2024-08-161-4/+10
* Add permission check when creating PR (#31033) (#31720)yp053272024-07-291-0/+10
* Fix `View File` button link if branch deleted on pull request files pages (#3...Giteabot2024-05-261-1/+1
* Fix misspelling of mergable (#30896) (#30905)Giteabot2024-05-081-2/+2
* Fix various problems around projects board view (#30696) (#30902)Giteabot2024-05-081-8/+6
* Fix code search input for different views (#30678)wxiaoguang2024-04-261-1/+0
* Fix a panic bug when head repository deleting (#30674)Lunny Xiao2024-04-241-13/+13
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-3/+0
* Put an edit file button on pull request files to allow a quick operation (#29...Lunny Xiao2024-03-271-0/+26
* Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995)Lunny Xiao2024-03-221-3/+3
* Move fork router functions to a standalone file (#29756)Lunny Xiao2024-03-131-214/+0
* Add user blocking (#29028)KN4CK3R2024-03-041-3/+17
* Make PR form use toast to show error message (#29545)wxiaoguang2024-03-021-8/+7
* Fix incorrect redirection when creating a PR fails (#29537)wxiaoguang2024-03-021-1/+1
* Use a predictiable fork URL to allow forking repositories without providing a...wxiaoguang2024-03-011-1/+1
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-2/+2
* Add attachment support for code review comments (#29220)Jimmy Praet2024-02-251-0/+13
* Remove RenderEmojiPlain from template helper (#29375)wxiaoguang2024-02-241-1/+2
* Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329)65432024-02-231-1/+2
* Fix error display when merging PRs (#29288)Zettat1232024-02-211-4/+4
* Disallow merge when required checked are missing (#29143)Markus Amshove2024-02-191-0/+30
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-141-2/+2
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-8/+9
* Retarget depending pulls when the parent branch is deleted (#28686)Viktor Kuzmin2024-01-171-0/+6
* Modernize merge button (#28140)Earl Warren2024-01-151-24/+21
* Assign pull request to project during creation (#28227)Denys Konovalov2024-01-121-1/+12
* Fix `status_check_contexts` matching bug (#28582)Zettat1232023-12-221-1/+9
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-1/+1
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-3/+3
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-2/+2
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-2/+2
* Add support for forking single branch (#25821)Dmitry Sharshakov2023-09-291-3/+19
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-4/+4
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-4/+4
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-051-2/+2
* Make web context initialize correctly for different cases (#26726)wxiaoguang2023-08-251-1/+1
* Fix tooltip of commit select button (#26472)silverwind2023-08-141-1/+0
* Fix nil pointer dereference error when open link with invalid pull index (#2...CaiCandong2023-08-071-27/+28
* Add locale for deleted head branch (#26296)yp053272023-08-031-2/+2
* Fix pull request check list is limited (#26179)caicandong2023-07-311-3/+3
* Add commits dropdown in PR files view and allow commit by commit review (#25528)sebastian-sauer2023-07-281-5/+111
* Move web JSON functions to web context and simplify code (#26132)wxiaoguang2023-07-261-3/+1
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-221-1/+1
* Use frontend fetch for branch dropdown component (#25719)HesterG2023-07-211-0/+10
* Fix "Flash" message usage (#25895)wxiaoguang2023-07-151-5/+2
* Add error info if no user can fork the repo (#25820)yp053272023-07-141-0/+6
* Show edit title button on commits tab of PR, too (#25791)sebastian-sauer2023-07-101-0/+3
* Check `ctx.Written()` for `GetActionIssue` (#25698)Jason Song2023-07-051-1/+1
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-14/+14