| Commit message (Expand) | Author | Age | Files | Lines |
* | Let ctx.FormOptionalBool() return optional.Option[bool] (#29461) | 6543 | 2024-02-28 | 1 | -10/+11 |
* | Implement actions badge svgs (#28102) | Nanguan Lin | 2024-02-27 | 1 | -0/+17 |
* | Allow to change primary email before account activation (#29412) | wxiaoguang | 2024-02-27 | 2 | -35/+38 |
* | Only use supported sort order for "explore/users" page (#29430) | wxiaoguang | 2024-02-27 | 1 | -0/+3 |
* | Add API to get PR by base/head (#29242) | qwerty287 | 2024-02-26 | 1 | -0/+29 |
* | Use `crypto/sha256` (#29386) | KN4CK3R | 2024-02-25 | 3 | -3/+3 |
* | Add attachment support for code review comments (#29220) | Jimmy Praet | 2024-02-25 | 1 | -15/+22 |
* | Users with `read` permission of pull requests can be assigned too (#27263) | Lunny Xiao | 2024-02-24 | 2 | -3/+5 |
* | Allow non-admin users to delete review requests (#29057) | Zettat123 | 2024-02-24 | 16 | -7/+471 |
* | Add API to get merged PR of a commit (#29243) | qwerty287 | 2024-02-24 | 3 | -0/+33 |
* | Revert "Support SAML authentication (#25165)" (#29358) | 6543 | 2024-02-24 | 2 | -43/+15 |
* | Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329) | 6543 | 2024-02-23 | 4 | -21/+22 |
* | Add slow SQL query warning (#27545) | Earl Warren | 2024-02-23 | 1 | -0/+31 |
* | Support SAML authentication (#25165) | techknowlogick | 2024-02-23 | 2 | -15/+43 |
* | Workaround to clean up old reviews on creating a new one (#28554) | 6543 | 2024-02-19 | 2 | -9/+39 |
* | Artifact deletion in actions ui (#27172) | FuXiaoHei | 2024-02-18 | 1 | -0/+22 |
* | Fix gitea-action user avatar broken on edited menu (#29190) | yp05327 | 2024-02-16 | 1 | -1/+5 |
* | Refactor locale&string&template related code (#29165) | wxiaoguang | 2024-02-14 | 5 | -10/+10 |
* | bump to use go 1.22 (#29119) | techknowlogick | 2024-02-14 | 2 | -9/+9 |
* | 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 |