| Commit message (Expand) | Author | Age | Files | Lines |
* | Use for a repo action one database transaction (#19576) | 6543 | 2022-05-03 | 1 | -31/+8 |
* | more context for models (#19511) | 6543 | 2022-04-28 | 1 | -12/+8 |
* | User specific repoID or xorm builder conditions for issue search (#19475) | 6543 | 2022-04-25 | 1 | -12/+9 |
* | Simplify the code to get issue count (#19380) | Lunny Xiao | 2022-04-25 | 1 | -11/+1 |
* | Move milestone to models/issues/ (#19278) | Lunny Xiao | 2022-04-08 | 1 | -56/+53 |
* | API: Search Issues, dont show 500 if filter result in empty list (#19244) | 6543 | 2022-04-08 | 1 | -15/+16 |
* | Move reaction to models/issues/ (#19264) | Lunny Xiao | 2022-03-31 | 1 | -6/+5 |
* | Move some issue methods as functions (#19255) | Lunny Xiao | 2022-03-29 | 1 | -53/+32 |
* | Move project files into models/project sub package (#17704) | Lunny Xiao | 2022-03-29 | 1 | -10/+11 |
* | Move organization related structs into sub package (#18518) | Lunny Xiao | 2022-03-29 | 1 | -8/+9 |
* | Fix showing issues in your repositories (#18916) | Gusted | 2022-03-23 | 1 | -1/+6 |
* | Delete related notifications on issue deletion too (#18953) | Otto Richter (fnetX) | 2022-03-17 | 1 | -0/+1 |
* | Store the foreign ID of issues during migration (#18446) | Aravinth Manivannan | 2022-03-17 | 1 | -5/+54 |
* | Improve the deletion of issue (#18945) | Lunny Xiao | 2022-03-02 | 1 | -9/+9 |
* | [API] Allow removing issues (#18879) | Otto Richter (fnetX) | 2022-03-01 | 1 | -0/+114 |
* | add test coverage for original author conversion during migrations (#18506) | singuliere | 2022-02-01 | 1 | -0/+17 |
* | Fix non-ASCII search on database (#18437) | Gusted | 2022-02-01 | 1 | -1/+7 |
* | Automatically pause queue if index service is unavailable (#15066) | Lauris BH | 2022-01-27 | 1 | -3/+3 |
* | Fix CheckRepoStats and reuse it during migration (#18264) | Aravinth Manivannan | 2022-01-17 | 1 | -24/+13 |
* | Team permission allow different unit has different permission (#17811) | Lunny Xiao | 2022-01-05 | 1 | -3/+3 |
* | Use conditions but not repo ids as query condition (#16839) | Lunny Xiao | 2021-12-29 | 1 | -15/+63 |
* | Fix: unstable sort skips/duplicates issues across pages (#18094) | DuckDuckWhale | 2021-12-29 | 1 | -11/+19 |
* | Add missing `X-Total-Count` and fix some related bugs (#17968) | qwerty287 | 2021-12-15 | 1 | -1/+1 |
* | Prevent deadlock in create issue (#17970) | zeripath | 2021-12-13 | 1 | -1/+1 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -35/+36 |
* | Support sorting for project board issuses (#17152) | Anbraten | 2021-12-08 | 1 | -0/+2 |
* | Refactor various strings (#17784) | mscherer | 2021-12-02 | 1 | -2/+3 |
* | Move accessmode into models/perm (#17828) | Lunny Xiao | 2021-11-28 | 1 | -1/+2 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -41/+42 |
* | Improvements to content history (#17746) | Jimmy Praet | 2021-11-22 | 1 | -7/+13 |
* | Remove NewSession method from db.Engine interface (#17577) | Lunny Xiao | 2021-11-21 | 1 | -13/+8 |
* | Move attachment into models/repo/ (#17650) | Lunny Xiao | 2021-11-19 | 1 | -55/+61 |
* | Added comment for changing issue ref (#17672) | Gusted | 2021-11-19 | 1 | -0/+18 |
* | Prevent NPE due to missing repo in regression in #17551 (#17697) | zeripath | 2021-11-18 | 1 | -2/+14 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 1 | -0/+11 |
* | Refactor commentTags functionality (#17558) | Gusted | 2021-11-11 | 1 | -1/+1 |
* | Move unit into models/unit/ (#17576) | Lunny Xiao | 2021-11-09 | 1 | -2/+3 |
* | Fix stats upon searching issues (#17566) | Gusted | 2021-11-08 | 1 | -5/+5 |
* | Avoid double imports (#17569) | Gusted | 2021-11-08 | 1 | -3/+2 |
* | Fix issue content history problems, improve UI (#17404) | wxiaoguang | 2021-10-23 | 1 | -2/+2 |
* | Save and view issue/comment content history (#16909) | wxiaoguang | 2021-10-10 | 1 | -2/+20 |
* | Fix problem when database ID is not incremented as expected (#17229) | finga | 2021-10-06 | 1 | -1/+1 |
* | Always set a unique Message-ID header. (#17206) | KN4CK3R | 2021-10-01 | 1 | -13/+0 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 1 | -1/+1 |
* | DBContext is just a Context (#17100) | zeripath | 2021-09-23 | 1 | -73/+74 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -145/+156 |
* | Alter issue/comment table TEXT fields to LONGTEXT (#16765) | wxiaoguang | 2021-08-22 | 1 | -1/+1 |
* | Update issue_index to finish migration (#16685) | 6543 | 2021-08-13 | 1 | -0/+25 |
* | [API] generalize list header (#16551) | 6543 | 2021-08-12 | 1 | -2/+2 |
* | Validate Issue Index before querying DB (#16406) | Norwin | 2021-07-12 | 1 | -0/+3 |