aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/issue.go
Commit message (Expand)AuthorAgeFilesLines
* Merge updatecommentattachment functions (#33044)Lunny Xiao9 days1-1/+1
* Clarify path param naming (#32969)wxiaoguang2024-12-241-5/+5
* Refactor template & test related code (#32938)wxiaoguang2024-12-221-7/+6
* Make API "compare" accept commit IDs (#32801)wxiaoguang2024-12-121-2/+0
* Fix mentionable users when writing issue comments (#32715)wxiaoguang2024-12-041-2/+6
* Refactor markup render system (#32612)wxiaoguang2024-11-241-7/+3
* Refactor markup render system (#32589)wxiaoguang2024-11-221-9/+6
* Move some functions from issue.go to standalone files (#32468)Lunny Xiao2024-11-111-3146/+0
* Refactor sidebar assignee&milestone&project selectors (#32465)wxiaoguang2024-11-111-249/+225
* Refactor sidebar label selector (#32460)wxiaoguang2024-11-101-82/+99
* Add reviewers selection to new pull request (#32403)Calvin K2024-11-091-63/+123
* Refactor issue page info (#32445)wxiaoguang2024-11-081-3/+3
* Fix milestone deadline and date related problems (#32339)Lunny Xiao2024-11-051-12/+3
* Refactor template ctx and render utils (#32422)wxiaoguang2024-11-051-1/+1
* Fix Bug in Issue/pulls list (#32081)cloudchamb3r2024-09-241-0/+1
* Add option to filter board cards by labels and assignees (#31999)Lauris BH2024-09-121-3/+4
* Distinguish official vs non-official reviews, add tool tips, and upgrā€¦ (#31...william-allspice2024-09-061-0/+1
* Support issue template assignees (#31083)Zettat1232024-08-121-0/+11
* Add warning message in merge instructions when `AutodetectManualMerge` was no...a10121127962024-08-101-0/+2
* Add issue comment when moving issues from one column to another of the projec...Lunny Xiao2024-08-091-0/+5
* Fix the display of project type for deleted projects (#31732)yp053272024-07-301-1/+1
* Hide the "Details" link of commit status when the user cannot access actions ...Zettat1232024-07-281-0/+11
* Refactor names (#31405)wxiaoguang2024-06-191-17/+17
* Fix agit checkout command line hint & fix ShowMergeInstructions checking (#31...Lunny Xiao2024-06-031-7/+8
* Use repo as of renderctx's member rather than a repoPath on metas (#29222)Lunny Xiao2024-05-301-0/+5
* Prevent simultaneous editing of comments and issues (#31053)metiftikci2024-05-271-6/+17
* Rename project board -> column to make the UI less confusing (#30170)Lunny Xiao2024-05-271-6/+6
* Fix issue label rendering in the issue popup (#30763)wxiaoguang2024-04-301-1/+4
* Update misspell to 0.5.1 and add `misspellings.csv` (#30573)silverwind2024-04-271-2/+2
* Allow to save empty comment (#30706)wxiaoguang2024-04-261-19/+22
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-4/+0
* Rewrite and restyle reaction selector and enable no-sizzle eslint rule (#30453)silverwind2024-04-141-2/+0
* Fix missed doer (#30231)Lunny Xiao2024-04-081-3/+3
* Prevent re-review and dismiss review actions on closed and merged PRs (#30065)Kemal Zebari2024-03-281-0/+4
* Remove repetitive words (#30091)crazeteam2024-03-261-1/+1
* Refactor StringsToInt64s (#29967)wxiaoguang2024-03-211-2/+1
* Fix milestoneID filter bug in issue list (#29897)Zettat1232024-03-191-3/+3
* Remove AddParamIfExist(AddParam) (#29841)wxiaoguang2024-03-161-10/+10
* Refactor AddParam to AddParamIfExist (#29834)wxiaoguang2024-03-161-10/+10
* Refactor to use optional.Option for issue index search option (#29739)65432024-03-131-16/+16
* Do some performance optimize for issues list and view issue/pull (#29515)Lunny Xiao2024-03-121-22/+17
* Add missing database transaction for new issue (#29490)Lunny Xiao2024-03-041-13/+9
* Add user blocking (#29028)KN4CK3R2024-03-041-9/+28
* Enable/disable owner and repo projects independently (#28805)Denys Konovalov2024-03-041-41/+52
* remove util.OptionalBool and related functions (#29513)65432024-03-021-38/+34
* Make PR form use toast to show error message (#29545)wxiaoguang2024-03-021-7/+8
* Rename Str2html to SanitizeHTML and clarify its behavior (#29516)wxiaoguang2024-03-011-1/+1
* Refactor some Str2html code (#29397)wxiaoguang2024-03-011-1/+2
* migrate some more "OptionalBool" to "Option[bool]" (#29479)65432024-02-291-2/+3
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-2/+2