| Commit message (Expand) | Author | Age | Files | Lines |
* | Add container.FilterSlice function (#30339) | oliverpool | 2024-04-09 | 1 | -5/+4 |
* | Do some performance optimize for issues list and view issue/pull (#29515) | Lunny Xiao | 2024-03-12 | 1 | -6/+2 |
* | remove util.OptionalBool and related functions (#29513) | 6543 | 2024-03-02 | 1 | -7/+8 |
* | Refactor some Str2html code (#29397) | wxiaoguang | 2024-03-01 | 1 | -2/+3 |
* | Add attachment support for code review comments (#29220) | Jimmy Praet | 2024-02-25 | 1 | -15/+22 |
* | Refactor locale&string&template related code (#29165) | wxiaoguang | 2024-02-14 | 1 | -2/+2 |
* | Dont load Review if Comment is CommentTypeReviewRequest (#28551) | 6543 | 2024-02-13 | 1 | -0/+7 |
* | Simplify how git repositories are opened (#28937) | Lunny Xiao | 2024-01-27 | 1 | -3/+2 |
* | Add support for sha256 repositories (#23894) | Adam Majer | 2024-01-19 | 1 | -1/+1 |
* | Move more functions to db.Find (#28419) | Lunny Xiao | 2024-01-15 | 1 | -2/+1 |
* | Upgrade xorm to new version which supported update join for all supported dat... | Lunny Xiao | 2023-12-31 | 1 | -8/+3 |
* | Refactor timeutil package (#28623) | wxiaoguang | 2023-12-28 | 1 | -3/+3 |
* | Revert "improve possible performance bottleneck (#28547)" (#28593) | Lunny Xiao | 2023-12-25 | 1 | -3/+8 |
* | improve possible performance bottleneck (#28547) | Lunny Xiao | 2023-12-21 | 1 | -8/+3 |
* | Fix comment permissions (#28213) | Lunny Xiao | 2023-11-25 | 1 | -1/+5 |
* | Use db.Find instead of writing methods for every object (#28084) | Lunny Xiao | 2023-11-24 | 1 | -1/+1 |
* | Enable system users for comment.LoadPoster (#28014) | Earl Warren | 2023-11-13 | 1 | -1/+1 |
* | Fix missing mail reply address (#27997) | KN4CK3R | 2023-11-13 | 1 | -0/+8 |
* | Replace -1 with GhostUserID (#27703) | Nanguan Lin | 2023-10-20 | 1 | -1/+1 |
* | Even more `db.DefaultContext` refactor (#27352) | JakobDev | 2023-10-03 | 1 | -2/+2 |
* | More `db.DefaultContext` refactor (#27265) | JakobDev | 2023-09-29 | 1 | -51/+51 |
* | Add Index to `comment.dependent_issue_id` (#27325) | JakobDev | 2023-09-28 | 1 | -1/+1 |
* | More refactoring of `db.DefaultContext` (#27083) | JakobDev | 2023-09-15 | 1 | -2/+2 |
* | Move some functions to service layer (#26969) | Lunny Xiao | 2023-09-08 | 1 | -0/+42 |
* | Add `member`, `collaborator`, `contributor`, and `first-time contributor` rol... | yp05327 | 2023-08-24 | 1 | -27/+20 |
* | Delete `issue_service.CreateComment` (#26298) | caicandong | 2023-08-04 | 1 | -1/+9 |
* | Update tool dependencies, lock govulncheck and actionlint (#25655) | silverwind | 2023-07-09 | 1 | -5/+5 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 1 | -2/+2 |
* | Make "dismiss" content shown correctly (#25461) | wxiaoguang | 2023-06-23 | 1 | -1/+1 |
* | Add the ability to pin Issues (#24406) | JakobDev | 2023-05-25 | 1 | -0/+4 |
* | Use `CommentList` instead of `[]*Comment` (#24828) | Lunny Xiao | 2023-05-21 | 1 | -1/+1 |
* | Fix issue attachment handling (#24202) | wxiaoguang | 2023-04-20 | 1 | -78/+71 |
* | Rename `repo.GetOwner` to `repo.LoadOwner` (#22967) | yp05327 | 2023-02-18 | 1 | -2/+2 |
* | fix incorrect role labels for migrated issues and comments (#22914) | Zettat123 | 2023-02-15 | 1 | -0/+5 |
* | Use link in UI which returned a relative url but not html_url which contains ... | Lunny Xiao | 2023-02-06 | 1 | -7/+26 |
* | Implement actions (#21937) | Jason Song | 2023-01-31 | 1 | -1/+1 |
* | Support importing comment types (#22510) | Sybren | 2023-01-18 | 1 | -0/+9 |
* | some refactor about code comments (#20821) | Lunny Xiao | 2023-01-17 | 1 | -156/+27 |
* | Use context parameter in models/git (#22367) | Jason Song | 2023-01-09 | 1 | -1/+1 |
* | Rename almost all Ctx functions (#22071) | Lunny Xiao | 2022-12-10 | 1 | -202/+6 |
* | Add API management for issue/pull and comment attachments (#21783) | KN4CK3R | 2022-12-09 | 1 | -0/+2 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 1 | -3/+3 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 1 | -36/+27 |
* | Allow detect whether it's in a database transaction for a context.Context (#2... | Lunny Xiao | 2022-11-12 | 1 | -3/+3 |
* | Fix issues count bug (#21557) | Lunny Xiao | 2022-10-25 | 1 | -1/+1 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -6/+6 |
* | Make every not exist error unwrappable to a fs.ErrNotExist (#20891) | zeripath | 2022-10-18 | 1 | -0/+5 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -6/+6 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 1 | -0/+1546 |