aboutsummaryrefslogtreecommitdiffstats
path: root/models/issues
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* improve possible performance bottleneck (#28547)Lunny Xiao2023-12-211-8/+3
* Fix inperformant query on retrifing review from database. (#28552)65432023-12-201-8/+10
* Remove deadcode under models/issues (#28536)Nanguan Lin2023-12-1910-199/+4
* Add combined index for issue_user.uid and issue_id (#28080)sebastian-sauer2023-12-141-2/+2
* Second part of refactor `db.Find` (#28194)Lunny Xiao2023-12-113-147/+81
* Remove GetByBean method because sometimes it's danger when query condition pa...Lunny Xiao2023-12-073-34/+17
* Include public repos in doer's dashboard for issue search (#28304)Jason Song2023-12-071-0/+7
* Fix comment permissions (#28213)Lunny Xiao2023-11-253-5/+9
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-1/+1
* Enable system users for comment.LoadPoster (#28014)Earl Warren2023-11-131-1/+1
* Fix missing mail reply address (#27997)KN4CK3R2023-11-131-0/+8
* Fix 500 when deleting a dismissed review (#27903)Nanguan Lin2023-11-052-0/+40
* Display issue task list on project cards (#27865)KN4CK3R2023-11-021-10/+2
* Fix issue not showing on default board and add test (#27720)Nanguan Lin2023-10-251-1/+1
* Upgrade to golangci-lint@v1.55.0 (#27756)silverwind2023-10-241-2/+1
* Replace -1 with GhostUserID (#27703)Nanguan Lin2023-10-203-3/+3
* Clean some functions about project issue (#27705)Nanguan Lin2023-10-202-36/+14
* Show total TrackedTime on issue/pull/milestone lists (#26672)65432023-10-193-0/+62
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-1114-80/+79