| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix code owners will not be mentioned when a pull request comes from a forked... | Giteabot | 2024-04-15 | 1 | -4/+4 |
* | Fix Add/Remove WIP on pull request title failure (#29999) | Lunny Xiao | 2024-03-25 | 2 | -21/+20 |
* | Notify reviewers added via CODEOWNERS (#29842) | Jimmy Praet | 2024-03-19 | 3 | -22/+70 |
* | Fix codeowner detected diff base branch to mergebase (#29783) | Lunny Xiao | 2024-03-15 | 2 | -1/+123 |
* | Add missing database transaction for new issue (#29490) | Lunny Xiao | 2024-03-04 | 1 | -7/+16 |
* | Add user blocking (#29028) | KN4CK3R | 2024-03-04 | 6 | -15/+281 |
* | Allow non-admin users to delete review requests (#29057) | Zettat123 | 2024-02-24 | 1 | -57/+88 |
* | Refactor issue template parsing and fix API endpoint (#29069) | wxiaoguang | 2024-02-12 | 1 | -14/+16 |
* | Remove deadcode under models/issues (#28536) | Nanguan Lin | 2023-12-19 | 1 | -1/+5 |
* | Penultimate round of `db.DefaultContext` refactor (#27414) | JakobDev | 2023-10-11 | 4 | -10/+11 |
* | Avoid run change title process when the title is same (#27467) | yp05327 | 2023-10-06 | 1 | -0/+4 |
* | Even more `db.DefaultContext` refactor (#27352) | JakobDev | 2023-10-03 | 1 | -1/+1 |
* | simplify issue deletion query (#27312) | Earl Warren | 2023-10-02 | 1 | -36/+18 |
* | More `db.DefaultContext` refactor (#27265) | JakobDev | 2023-09-29 | 3 | -4/+4 |
* | Fix Bug in Issue Config when only contact links are set (#26521) | JakobDev | 2023-09-28 | 1 | -1/+1 |
* | make writing main test easier (#27270) | Lunny Xiao | 2023-09-28 | 1 | -4/+1 |
* | Next round of `db.DefaultContext` refactor (#27089) | JakobDev | 2023-09-16 | 2 | -17/+20 |
* | More refactoring of `db.DefaultContext` (#27083) | JakobDev | 2023-09-15 | 1 | -3/+4 |
* | Replace 'userxx' with 'orgxx' in all test files when the user type is org (#... | Nanguan Lin | 2023-09-14 | 1 | -2/+2 |
* | move repository deletion to service layer (#26948) | Lunny Xiao | 2023-09-08 | 1 | -0/+2 |
* | Move notification interface to services layer (#26915) | Lunny Xiao | 2023-09-05 | 7 | -27/+27 |
* | Add transaction when creating pull request created dirty data (#26259) | Lunny Xiao | 2023-08-10 | 2 | -20/+20 |
* | Bypass MariaDB performance bug of the "IN" sub-query, fix incorrect IssueInde... | wxiaoguang | 2023-08-07 | 1 | -1/+1 |
* | Delete `issue_service.CreateComment` (#26298) | caicandong | 2023-08-04 | 1 | -22/+2 |
* | Add context parameter to some database functions (#26055) | Lunny Xiao | 2023-07-22 | 4 | -31/+25 |
* | Less naked returns (#25713) | 6543 | 2023-07-07 | 3 | -18/+17 |
* | Add codeowners feature (#24910) | Vladimir Buyanov | 2023-06-08 | 1 | -0/+6 |
* | Rename NotifyPullReviewRequest to NotifyPullRequestReviewRequest (#24988) | 谈笑风生间 | 2023-05-31 | 1 | -2/+2 |
* | Use the type RefName for all the needed places and fix pull mirror sync bugs ... | Lunny Xiao | 2023-05-26 | 1 | -1/+1 |
* | Add the ability to pin Issues (#24406) | JakobDev | 2023-05-25 | 1 | -0/+7 |
* | Improve Gitea's web context, decouple "issue template" code into service pack... | wxiaoguang | 2023-05-09 | 1 | -0/+189 |
* | Use more specific test methods (#24265) | KN4CK3R | 2023-04-22 | 2 | -6/+6 |
* | Fix issue attachment handling (#24202) | wxiaoguang | 2023-04-20 | 1 | -2/+1 |
* | Make more functions use ctx instead of db.DefaultContext (#24068) | wxiaoguang | 2023-04-14 | 5 | -49/+49 |
* | Webhooks: for issue close/reopen action, add commit ID that caused it (#22583) | Brecht Van Lommel | 2023-01-24 | 2 | -5/+5 |
* | Fix issue not auto-closing when it includes a reference to a branch (#22514) | Brecht Van Lommel | 2023-01-18 | 1 | -1/+3 |
* | Always reuse transaction (#22362) | Jason Song | 2023-01-08 | 1 | -1/+1 |
* | Rename almost all Ctx functions (#22071) | Lunny Xiao | 2022-12-10 | 3 | -2/+138 |
* | Fix issue/PR numbers (#22037) | Jason Song | 2022-12-06 | 1 | -1/+8 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 5 | -5/+5 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 13 | -26/+13 |
* | Prepend refs/heads/ to issue template refs (#20461) | zeripath | 2022-11-22 | 1 | -2/+1 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 6 | -22/+23 |
* | Allow detect whether it's in a database transaction for a context.Context (#2... | Lunny Xiao | 2022-11-12 | 3 | -3/+3 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -2/+2 |
* | Update milestone counters when issue is deleted (#21459) | Ashley Nelson | 2022-10-22 | 1 | -0/+5 |
* | Add system setting table with cache and also add cache supports for user sett... | Lunny Xiao | 2022-10-17 | 1 | -2/+2 |
* | Add generic set type (#21408) | KN4CK3R | 2022-10-12 | 1 | -3/+3 |
* | Allow poster to choose reviewers (#21084) | Jason Song | 2022-09-09 | 1 | -2/+5 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 3 | -14/+19 |