aboutsummaryrefslogtreecommitdiffstats
path: root/models/issues
Commit message (Expand)AuthorAgeFilesLines
* Trim title before insert/update to database to match the size requirements of...Lunny Xiao2024-11-142-0/+5
* Fix milestone deadline and date related problems (#32339)Lunny Xiao2024-11-051-2/+1
* refactor: remove redundant err declarations (#32381)Oleksandr Redko2024-10-301-2/+1
* chore: fix some function names in comment (#32300)wangjingcun2024-10-222-2/+2
* Allow filtering PRs by poster in the ListPullRequests API (#32209)65432024-10-071-0/+5
* Fix the logic of finding the latest pull review commit ID (#32139)Zettat1232024-10-014-7/+7
* Display head branch more comfortable on pull request view (#32000)Lunny Xiao2024-09-241-0/+4
* Resolve duplicate local string key related to PR comments (#32073)Kemal Zebari2024-09-181-1/+1
* Add option to filter board cards by labels and assignees (#31999)Lauris BH2024-09-122-8/+21
* Distinguish official vs non-official reviews, add tool tips, and upgr… (#31...william-allspice2024-09-061-0/+25
* Add issue comment when moving issues from one column to another of the projec...Lunny Xiao2024-08-092-28/+51
* Fix null requested_reviewer from API (#31773)Edip Emre Bodur2024-08-052-1/+52
* Add permission check when creating PR (#31033)yp053272024-07-291-0/+8
* Added default sorting milestones by name (#27084)Bartlomiej Komendarczuk2024-07-161-1/+3
* Refactor issue label selection (#31497)wxiaoguang2024-06-262-30/+26
* Optimization of labels handling in issue_search (#26460)Chl2024-06-253-9/+59
* Fix PullRequestList.GetIssueIDs's logic (#31352)yp053272024-06-131-6/+5
* Enable `unparam` linter (#31277)silverwind2024-06-112-43/+24
* Only update poster in issue/comment list if it has been loaded (#31216)Max Wipfli2024-06-022-2/+6
* Performance improvements for pull request list API (#30490)Lunny Xiao2024-05-317-101/+180
* Use repo as of renderctx's member rather than a repoPath on metas (#29222)Lunny Xiao2024-05-301-1/+2
* Prevent simultaneous editing of comments and issues (#31053)metiftikci2024-05-273-5/+22
* Rename project board -> column to make the UI less confusing (#30170)Lunny Xiao2024-05-273-29/+29
* Make gitea webhooks openproject compatible (#28435)André Rosenhammer2024-05-261-0/+15
* Fix automerge will not work because of some events haven't been triggered (#3...Lunny Xiao2024-05-211-3/+3
* Fix various problems around projects board view (#30696)Lunny Xiao2024-05-081-45/+60
* Fix no edit history after editing issue's title and content (#30814)yp053272024-05-031-56/+0
* Resolve lint for unused parameter and unnecessary type arguments (#30750)Chongyi Zheng2024-04-291-6/+6
* Update misspell to 0.5.1 and add `misspellings.csv` (#30573)silverwind2024-04-272-7/+7
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-2/+0
* Allow everyone to read or write a wiki by a repo unit setting (#30495)wxiaoguang2024-04-171-2/+4
* Refactor more filterslice (#30370)Lunny Xiao2024-04-101-6/+5
* Add container.FilterSlice function (#30339)oliverpool2024-04-095-93/+46
* Prevent re-review and dismiss review actions on closed and merged PRs (#30065)Kemal Zebari2024-03-282-3/+65
* Add default board to new projects, remove uncategorized pseudo-board (#29874)Denys Konovalov2024-03-271-12/+7
* Load attachments for code comments (#30124)yp053272024-03-271-0/+4
* Fix misuse of `TxContext` (#30061)Jason Song2024-03-251-1/+1
* Use db.ListOptions directly instead of Paginator interface to make it easier ...Lunny Xiao2024-03-242-18/+10
* Refactor StringsToInt64s (#29967)wxiaoguang2024-03-212-8/+3
* Performance improvements for pull request list page (#29900)Lunny Xiao2024-03-214-19/+16
* Fix codeowner detected diff base branch to mergebase (#29783)Lunny Xiao2024-03-151-72/+0
* Refactor label.IsArchived() (#29750)65432024-03-131-6/+6
* Do some performance optimize for issues list and view issue/pull (#29515)Lunny Xiao2024-03-124-29/+84
* Some performance optimization on dashboard and issues page (#29010)Lunny Xiao2024-03-121-0/+10
* remove repetitive words (#29695)pengqiseven2024-03-111-1/+1
* Move get/set default branch from git package to gitrepo package to hide repop...Lunny Xiao2024-03-081-6/+1
* Add user blocking (#29028)KN4CK3R2024-03-045-193/+34
* remove util.OptionalBool and related functions (#29513)65432024-03-0210-57/+54
* Fix issue & comment history bugs (#29525)wxiaoguang2024-03-012-6/+21
* Refactor some Str2html code (#29397)wxiaoguang2024-03-013-5/+8