| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Update milestone counters on new issue. (#16183) | KN4CK3R | 2021-06-21 | 1 | -3/+5 |
* | [API] Issue Search Add filter for MilestoneNames (#16173) | 6543 | 2021-06-17 | 1 | -0/+8 |
* | Use milestone deadline when sorting issues (#14551) | koalp | 2021-06-14 | 1 | -2/+11 |
* | Add a new table issue_index to store the max issue index so that issue could ... | Lunny Xiao | 2021-06-14 | 1 | -29/+13 |
* | Fix bug on getIssueIDsByRepoID (#16119) | Lunny Xiao | 2021-06-10 | 1 | -1/+1 |
* | chore(models): rewrite code format. (#14754) | Bo-Yi Wu | 2021-03-14 | 1 | -17/+18 |
* | Never add labels not from this repository or organisation and remove org labe... | zeripath | 2021-03-12 | 1 | -1/+13 |
* | Fix overdue marking of closed issues and milestones (#14923) | zeripath | 2021-03-08 | 1 | -0/+3 |
* | Fix issue search with db indexer because of mysql 5.7 sqlmode (#14907) | Lunny Xiao | 2021-03-06 | 1 | -1/+10 |
* | Make searching issues by keyword case insensitive on DB (#14848) | zeripath | 2021-03-02 | 1 | -3/+4 |
* | Repository transfer has to be confirmed, if user can not create repo for new ... | 6543 | 2021-03-01 | 1 | -1/+1 |
* | Use OldRef instead of CommitSHA for DeleteBranch comments (#14604) | zeripath | 2021-02-08 | 1 | -5/+5 |
* | Fix bug because of duplicated join (#14454) | Lunny Xiao | 2021-01-26 | 1 | -2/+7 |
* | exclude authored PRs from Review Requested filter (#14368) | Jimmy Praet | 2021-01-18 | 1 | -0/+1 |
* | Add review requested filter on pull request overview (#13701) | Jimmy Praet | 2021-01-17 | 1 | -62/+97 |