| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix issues count bug (#21557) | Lunny Xiao | 2022-10-25 | 2 | -11/+3 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 11 | -94/+94 |
* | Fix viewing user subscriptions (#21482) | zenofile | 2022-10-18 | 1 | -1/+2 |
* | Make every not exist error unwrappable to a fs.ErrNotExist (#20891) | zeripath | 2022-10-18 | 11 | -3/+80 |
* | Add system setting table with cache and also add cache supports for user sett... | Lunny Xiao | 2022-10-17 | 1 | -2/+2 |
* | Refactor GetNextResourceIndex to make it work properly with transaction (#21469) | wxiaoguang | 2022-10-16 | 4 | -24/+21 |
* | Add generic set type (#21408) | KN4CK3R | 2022-10-12 | 3 | -66/+41 |
* | Add pages to view watched repos and subscribed issues/PRs (#17156) | qwerty287 | 2022-09-29 | 1 | -0/+35 |
* | Fix reaction of issues (#21185) | Jason Song | 2022-09-17 | 1 | -4/+15 |
* | Fix missed sort bug (#20996) | Lunny Xiao | 2022-08-31 | 1 | -0/+2 |
* | Refactor AssertExistsAndLoadBean to use generics (#20797) | Lunny Xiao | 2022-08-16 | 14 | -145/+145 |
* | Modify milestone search keywords to be case insensitive again (#20513) | Tyrone Yeh | 2022-07-28 | 2 | -11/+4 |
* | Display project in issue list (#20434) | aceArt-GmbH | 2022-07-26 | 1 | -0/+45 |
* | Dismiss prior pull reviews if done via web in review dismiss (#20197) | 6543 | 2022-07-19 | 1 | -0/+30 |
* | Add order by for assignee no sort issue (#20053) | Tyrone Yeh | 2022-07-14 | 1 | -1/+1 |
* | Fix org label open count, including close count issue (#20353) | Tyrone Yeh | 2022-07-14 | 1 | -0/+2 |
* | Fix checks in PR for empty commits #19603 (#20290) | Ing. Jaroslav Šafka | 2022-07-13 | 1 | -0/+6 |
* | Fix various typos (#20338) | luzpaz | 2022-07-12 | 1 | -1/+1 |
* | Modify milestone search keywords to be case insensitive (#20266) | Tyrone Yeh | 2022-07-06 | 1 | -1/+1 |
* | Check if project has the same repository id with issue when assign project to... | Lunny Xiao | 2022-06-30 | 2 | -0/+16 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 10 | -83/+83 |
* | Fix CountOrphanedLabels in orphan check (#20009) | zeripath | 2022-06-17 | 1 | -1/+1 |
* | In code search, get code unit accessible repos in one (main) query (#19764) | Hugo Hoitink | 2022-06-16 | 1 | -2/+2 |
* | Move tests as seperate sub packages to reduce duplicated file names (#19951) | Lunny Xiao | 2022-06-15 | 1 | -3/+4 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 37 | -103/+12291 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 4 | -33/+31 |
* | Use a struct as test options (#19393) | Lunny Xiao | 2022-04-14 | 1 | -6/+9 |
* | Move milestone to models/issues/ (#19278) | Lunny Xiao | 2022-04-08 | 3 | -0/+938 |
* | Move reaction to models/issues/ (#19264) | Lunny Xiao | 2022-03-31 | 3 | -1/+562 |
* | Show fullname on issue edits and gpg/ssh signing info (#18827) | Wim | 2022-02-20 | 2 | -3/+5 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -1/+0 |
* | Simplify parameter types (#18006) | Gusted | 2021-12-20 | 1 | -2/+2 |
* | Improvements to content history (#17746) | Jimmy Praet | 2021-11-22 | 2 | -7/+25 |
* | Decouple unit test code from business code (#17623) | wxiaoguang | 2021-11-12 | 2 | -3/+4 |
* | Fix history count failure (#17351) | Lunny Xiao | 2021-10-21 | 1 | -1/+1 |
* | Save and view issue/comment content history (#16909) | wxiaoguang | 2021-10-10 | 3 | -0/+320 |