| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused `KeyID`. (#29167) | KN4CK3R | 2024-02-14 | 4 | -17/+12 |
* | Use ghost user if user was not found (#29161) | KN4CK3R | 2024-02-14 | 2 | -0/+12 |
* | Dont load Review if Comment is CommentTypeReviewRequest (#28551) | 6543 | 2024-02-13 | 3 | -1/+12 |
* | Add merge style `fast-forward-only` (#28954) | Chris Copeland | 2024-02-12 | 3 | -0/+21 |
* | Drop "@" from email sender to avoid spam filters (#29109) | Gwyneth Morgan | 2024-02-10 | 1 | -4/+4 |
* | Remove unnecessary parameter (#29092) | Lunny Xiao | 2024-02-08 | 1 | -2/+2 |
* | Move some repository transfer functions to service layer (#28855) | Lunny Xiao | 2024-02-05 | 3 | -353/+1 |
* | Unify password changing and invalidate auth tokens (#27625) | KN4CK3R | 2024-02-04 | 1 | -0/+5 |
* | Unify user update methods (#28733) | KN4CK3R | 2024-02-04 | 7 | -397/+105 |
* | Include username in email headers (#28981) | Gwyneth Morgan | 2024-02-03 | 1 | -0/+11 |
* | Update tool dependencies (#29030) | silverwind | 2024-02-02 | 1 | -1/+0 |
* | Revert "Speed up loading the dashboard on mysql/mariadb (#28546)" (#29006) | Lunny Xiao | 2024-02-01 | 1 | -6/+3 |
* | Fix joins in `db.Find(AndCount)` (#28978) | KN4CK3R | 2024-01-30 | 1 | -11/+21 |
* | Simplify how git repositories are opened (#28937) | Lunny Xiao | 2024-01-27 | 4 | -6/+15 |
* | Fix non-alphabetic sorting of repo topics (#28938) | wackbyte | 2024-01-26 | 1 | -1/+1 |
* | Don't run push mirrors for archived repos (#27140) | JakobDev | 2024-01-24 | 1 | -2/+5 |
* | Add support for sha256 repositories (#23894) | Adam Majer | 2024-01-19 | 13 | -14/+189 |
* | Fix incorrect action duration time when rerun the job before executed once (#... | yp05327 | 2024-01-19 | 3 | -5/+28 |
* | Fix some RPM registry flaws (#28782) | KN4CK3R | 2024-01-19 | 5 | -28/+59 |
* | Add testing for CalcCommitStatus (#28823) | Lunny Xiao | 2024-01-17 | 1 | -0/+115 |
* | Add missing migration (#28827) | Lunny Xiao | 2024-01-17 | 1 | -0/+2 |
* | Fix reverting a merge commit failing (#28794) | Mihir Joshi | 2024-01-16 | 3 | -1/+21 |
* | Add ability to see open and closed issues at the same time (#28757) | Gwyneth Morgan | 2024-01-15 | 2 | -7/+14 |
* | Fix `GetCommitStatuses` (#28787) | KN4CK3R | 2024-01-15 | 2 | -36/+33 |
* | Rework markup link rendering (#26745) | KN4CK3R | 2024-01-15 | 2 | -5/+6 |
* | Add branch protection setting for ignoring stale approvals (#28498) | Jimmy Praet | 2024-01-15 | 3 | -1/+16 |
* | Forbid removing the last admin user (#28337) | yp05327 | 2024-01-15 | 2 | -4/+40 |
* | Fix when private user following user, private user will not be counted in his... | yp05327 | 2024-01-15 | 1 | -0/+2 |
* | Move more functions to db.Find (#28419) | Lunny Xiao | 2024-01-15 | 15 | -181/+185 |
* | Speed up loading the dashboard on mysql/mariadb (#28546) | Lunny Xiao | 2024-01-14 | 1 | -3/+6 |
* | Fix schedule tasks bugs (#28691) | Lunny Xiao | 2024-01-12 | 6 | -34/+35 |
* | Recommend/convert to use case-sensitive collation for MySQL/MSSQL (#28662) | wxiaoguang | 2024-01-10 | 3 | -5/+203 |
* | Normalize oauth email username (#28561) | Kyle D | 2024-01-03 | 2 | -0/+53 |
* | Upgrade xorm to new version which supported update join for all supported dat... | Lunny Xiao | 2023-12-31 | 1 | -8/+3 |
* | Fix migration test (#28659) | Lunny Xiao | 2023-12-30 | 1 | -9/+9 |
* | Avoid cycle-redirecting user/login page (#28636) | wxiaoguang | 2023-12-30 | 2 | -8/+1 |
* | Refactor timeutil package (#28623) | wxiaoguang | 2023-12-28 | 4 | -8/+9 |
* | Refactor some legacy code and remove unused code (#28622) | wxiaoguang | 2023-12-28 | 4 | -10/+12 |
* | Fix session key conflict with database keyword (#28613) | Lunny Xiao | 2023-12-27 | 1 | -7/+10 |
* | Refactor deletion (#28610) | delvh | 2023-12-25 | 20 | -148/+59 |
* | Added instance-level variables (#28115) | Jean-Baptiste Gomond | 2023-12-25 | 1 | -8/+4 |
* | 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 inperformant query on retrifing review from database. (#28552) | 6543 | 2023-12-20 | 1 | -8/+10 |
* | Remove deadcode under models/issues (#28536) | Nanguan Lin | 2023-12-19 | 10 | -199/+4 |
* | Improve ObjectFormat interface (#28496) | Lunny Xiao | 2023-12-19 | 2 | -3/+2 |
* | Only check online runner when detecting matching runners in workflows (#28286) | yp05327 | 2023-12-18 | 1 | -2/+15 |
* | Add orphaned topic consistency check (#28507) | Earl Warren | 2023-12-18 | 1 | -0/+10 |
* | Adjust object format interface (#28469) | Lunny Xiao | 2023-12-17 | 2 | -3/+7 |
* | Refactor SSH clone URL generation code (#28421) | wxiaoguang | 2023-12-15 | 2 | -13/+42 |