summaryrefslogtreecommitdiffstats
path: root/routers/web/repo/issue.go
Commit message (Expand)AuthorAgeFilesLines
* Fix agit checkout command line hint & fix ShowMergeInstructions checking (#31...Giteabot2024-06-031-7/+8
* Fix issue label rendering in the issue popup (#30763) (#30773)Giteabot2024-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
* Add attachment support for code review comments (#29220)Jimmy Praet2024-02-251-0/+4
* Remove RenderEmojiPlain from template helper (#29375)wxiaoguang2024-02-241-1/+2
* Allow non-admin users to delete review requests (#29057)Zettat1232024-02-241-17/+4
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-141-3/+3
* Add merge style `fast-forward-only` (#28954)Chris Copeland2024-02-121-0/+2
* Refactor issue template parsing and fix API endpoint (#29069)wxiaoguang2024-02-121-8/+8
* Add ability to see open and closed issues at the same time (#28757)Gwyneth Morgan2024-01-151-10/+26
* Rework markup link rendering (#26745)KN4CK3R2024-01-151-21/+30
* Fix issue dependencies (#27736)Nanguan Lin2024-01-121-27/+23
* Second part of refactor `db.Find` (#28194)Lunny Xiao2023-12-111-8/+7
* Fix issue will be detected as pull request when checking `First-time contribu...yp053272023-11-271-1/+1
* Fix comment permissions (#28213)Lunny Xiao2023-11-251-0/+30
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-20/+20
* Allow pull requests Manually Merged option to be used by non-admins (#27780)Brecht Van Lommel2023-10-301-3/+5
* Show total TrackedTime on issue/pull/milestone lists (#26672)65432023-10-191-36/+42
* Improve the list header in milestone page (#27302)yp053272023-10-181-4/+13
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-3/+3
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-13/+13
* Remove redundant `len` check around loop (#27464)Eng Zer Jun2023-10-061-4/+2
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-7/+7
* Hide archived labels when filtering by labels on the issue list (#27115)puni98692023-10-011-0/+5
* rename TotalTimes() to TotalTimesForEachUser() (#27261)65432023-09-291-2/+2
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-12/+12
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-7/+7
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-5/+5
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-3/+3