summaryrefslogtreecommitdiffstats
path: root/models/issues/comment.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-36/+27
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-3/+3
* Fix issues count bug (#21557)Lunny Xiao2022-10-251-1/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-6/+6
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+5
* Add more linters to improve code readability (#19989)Wim2022-06-201-6/+6
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-0/+1546