aboutsummaryrefslogtreecommitdiffstats
path: root/models/issues/comment.go
Commit message (Expand)AuthorAgeFilesLines
* Fix unpin hint on the pinned pull requests (#33207)Lunny Xiao2 days1-2/+2
* Fix issue comment number (#30556)Lunny Xiao2024-12-301-5/+33
* Merge updatecommentattachment functions (#33044)Lunny Xiao2024-12-301-37/+20
* Issue time estimate, meaningful time tracking (#23113)Illya Marchenko2024-12-051-0/+3
* Strict pagination check (#32548)Lunny Xiao2024-11-251-1/+1
* Add issue comment when moving issues from one column to another of the projec...Lunny Xiao2024-08-091-28/+50
* Prevent simultaneous editing of comments and issues (#31053)metiftikci2024-05-271-2/+11
* Rename project board -> column to make the UI less confusing (#30170)Lunny Xiao2024-05-271-3/+3
* Add container.FilterSlice function (#30339)oliverpool2024-04-091-5/+4
* Do some performance optimize for issues list and view issue/pull (#29515)Lunny Xiao2024-03-121-6/+2
* remove util.OptionalBool and related functions (#29513)65432024-03-021-7/+8
* Refactor some Str2html code (#29397)wxiaoguang2024-03-011-2/+3
* Add attachment support for code review comments (#29220)Jimmy Praet2024-02-251-15/+22
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-141-2/+2
* Dont load Review if Comment is CommentTypeReviewRequest (#28551)65432024-02-131-0/+7
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-3/+2
* Add support for sha256 repositories (#23894)Adam Majer2024-01-191-1/+1
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-151-2/+1
* 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-281-3/+3
* 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 comment permissions (#28213)Lunny Xiao2023-11-251-1/+5
* 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
* Replace -1 with GhostUserID (#27703)Nanguan Lin2023-10-201-1/+1
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-2/+2
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-51/+51
* Add Index to `comment.dependent_issue_id` (#27325)JakobDev2023-09-281-1/+1
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-2/+2
* Move some functions to service layer (#26969)Lunny Xiao2023-09-081-0/+42
* Add `member`, `collaborator`, `contributor`, and `first-time contributor` rol...yp053272023-08-241-27/+20
* Delete `issue_service.CreateComment` (#26298)caicandong2023-08-041-1/+9
* Update tool dependencies, lock govulncheck and actionlint (#25655)silverwind2023-07-091-5/+5
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-2/+2
* Make "dismiss" content shown correctly (#25461)wxiaoguang2023-06-231-1/+1
* Add the ability to pin Issues (#24406)JakobDev2023-05-251-0/+4
* Use `CommentList` instead of `[]*Comment` (#24828)Lunny Xiao2023-05-211-1/+1
* Fix issue attachment handling (#24202)wxiaoguang2023-04-201-78/+71
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-181-2/+2
* fix incorrect role labels for migrated issues and comments (#22914)Zettat1232023-02-151-0/+5
* Use link in UI which returned a relative url but not html_url which contains ...Lunny Xiao2023-02-061-7/+26
* Implement actions (#21937)Jason Song2023-01-311-1/+1
* Support importing comment types (#22510)Sybren2023-01-181-0/+9
* some refactor about code comments (#20821)Lunny Xiao2023-01-171-156/+27
* Use context parameter in models/git (#22367)Jason Song2023-01-091-1/+1
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-202/+6
* Add API management for issue/pull and comment attachments (#21783)KN4CK3R2022-12-091-0/+2
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-3/+3