aboutsummaryrefslogtreecommitdiffstats
path: root/models/issues
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add API to get PR by base/head (#29242)qwerty2872024-02-261-0/+29
* Add attachment support for code review comments (#29220)Jimmy Praet2024-02-251-15/+22
* Allow non-admin users to delete review requests (#29057)Zettat1232024-02-241-1/+1
* Add API to get merged PR of a commit (#29243)qwerty2872024-02-242-0/+32
* Workaround to clean up old reviews on creating a new one (#28554)65432024-02-191-5/+35
* Fix gitea-action user avatar broken on edited menu (#29190)yp053272024-02-161-1/+5
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-141-2/+2
* bump to use go 1.22 (#29119)techknowlogick2024-02-142-9/+9
* Use ghost user if user was not found (#29161)KN4CK3R2024-02-142-0/+12
* Dont load Review if Comment is CommentTypeReviewRequest (#28551)65432024-02-133-1/+12
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-272-4/+4
* Add support for sha256 repositories (#23894)Adam Majer2024-01-193-4/+4
* Add ability to see open and closed issues at the same time (#28757)Gwyneth Morgan2024-01-152-7/+14
* Rework markup link rendering (#26745)KN4CK3R2024-01-151-3/+5
* Add branch protection setting for ignoring stale approvals (#28498)Jimmy Praet2024-01-151-1/+1
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-152-6/+17
* Upgrade xorm to new version which supported update join for all supported dat...Lunny Xiao2023-12-311-8/+3
* Refactor timeutil package (#28623)wxiaoguang2023-12-282-4/+4
* Refactor some legacy code and remove unused code (#28622)wxiaoguang2023-12-281-2/+2
* Refactor deletion (#28610)delvh2023-12-254-13/+10
* Revert "improve possible performance bottleneck (#28547)" (#28593)Lunny Xiao2023-12-251-3/+8