| Commit message (Expand) | Author | Age | Files | Lines |
* | Performance improvements for pull request list page (#29900) (#29972) | Lunny Xiao | 2024-03-22 | 5 | -19/+45 |
* | Fix template error when comment review doesn't exist (#29888) (#29889) | wxiaoguang | 2024-03-19 | 2 | -0/+17 |
* | Fix user id column case (#29863) (#29867) | Giteabot | 2024-03-17 | 1 | -2/+2 |
* | Fix codeowner detected diff base branch to mergebase (#29783) (#29807) | Lunny Xiao | 2024-03-17 | 2 | -83/+7 |
* | Make runs-on support variable expression (#29468) (#29782) | sillyguodong | 2024-03-14 | 2 | -0/+72 |
* | Fix bug hidden on CI and make ci failed if tests failure (#29254) (#29662) | Lunny Xiao | 2024-03-09 | 6 | -11/+41 |
* | Avoid issue info panic (#29625) (#29632) | Giteabot | 2024-03-06 | 1 | -3/+7 |
* | Add missing database transaction for new issue (#29490) (#29607) | Lunny Xiao | 2024-03-05 | 1 | -2/+2 |
* | Only use supported sort order for "explore/users" page (#29430) (#29443) | wxiaoguang | 2024-03-03 | 1 | -0/+3 |
* | Fix incorrect relative/absolute URL usages (#29531) (#29547) | Giteabot | 2024-03-02 | 1 | -3/+13 |
* | Fix issue & comment history bugs (#29525) (#29527) | Giteabot | 2024-03-02 | 2 | -6/+21 |
* | Users with `read` permission of pull requests can be assigned too (#27263) (#... | Giteabot | 2024-02-24 | 2 | -3/+5 |
* | Fix gitea-action user avatar broken on edited menu (#29190) (#29307) | yp05327 | 2024-02-22 | 1 | -1/+5 |
* | Workaround to clean up old reviews on creating a new one (#28554) (#29264) | 6543 | 2024-02-19 | 2 | -9/+39 |
* | Fix bug when the linked account was disactived and list the linked accounts (... | Lunny Xiao | 2024-02-19 | 1 | -3/+7 |
* | Use ghost user if user was not found (#29161) (#29169) | KN4CK3R | 2024-02-14 | 2 | -0/+12 |
* | Dont load Review if Comment is CommentTypeReviewRequest (#28551) (#29160) | 6543 | 2024-02-13 | 3 | -1/+12 |
* | Revert "Speed up loading the dashboard on mysql/mariadb (#28546)" (#29006) (#... | Giteabot | 2024-02-01 | 1 | -6/+3 |
* | Don't remove all mirror repository's releases when mirroring (#28817) (#28939) | Giteabot | 2024-01-31 | 1 | -1/+7 |
* | Fix reverting a merge commit failing (#28794) (#28825) | Mihir Joshi | 2024-01-21 | 3 | -1/+21 |
* | Rework markup link rendering (#26745) (#28803) | KN4CK3R | 2024-01-16 | 2 | -5/+6 |
* | Forbid removing the last admin user (#28337) (#28793) | Giteabot | 2024-01-16 | 2 | -4/+40 |
* | Fix `GetCommitStatuses` (#28787) (#28804) | KN4CK3R | 2024-01-15 | 2 | -36/+46 |
* | Fix when private user following user, private user will not be counted in his... | Giteabot | 2024-01-15 | 1 | -0/+2 |
* | Speed up loading the dashboard on mysql/mariadb (#28546) (#28784) | Giteabot | 2024-01-15 | 1 | -3/+6 |
* | Fix schedule tasks bugs (#28691) (#28780) | Lunny Xiao | 2024-01-14 | 6 | -34/+35 |
* | Upgrade xorm to new version which supported update join for all supported dat... | Giteabot | 2023-12-31 | 1 | -8/+3 |
* | Avoid cycle-redirecting user/login page (#28636) (#28658) | wxiaoguang | 2023-12-30 | 2 | -6/+0 |
* | Revert "improve possible performance bottleneck (#28547)" (#28593) (#28608) | Giteabot | 2023-12-25 | 1 | -3/+8 |
* | improve possible performance bottleneck (#28547) (#28578) | Giteabot | 2023-12-21 | 1 | -8/+3 |
* | Fix inperformant query on retrifing review from database. (#28552) (#28562) | Giteabot | 2023-12-20 | 1 | -8/+10 |
* | Only check online runner when detecting matching runners in workflows (#28286... | Giteabot | 2023-12-19 | 1 | -2/+15 |
* | Refactor SSH clone URL generation code (#28421) (#28480) | Giteabot | 2023-12-15 | 2 | -13/+42 |
* | Retry SSH key verification with additional CRLF if it failed (#28392) (#28464) | Giteabot | 2023-12-14 | 1 | -4/+9 |
* | Also sync DB branches on push if necessary (#28361) (#28403) | Lunny Xiao | 2023-12-11 | 6 | -24/+62 |
* | enable system users search via the API (#28013) (#28018) | Giteabot | 2023-12-08 | 1 | -0/+1 |
* | handle repository.size column being NULL in migration v263 (#28336) (#28363) | Giteabot | 2023-12-05 | 1 | -1/+6 |
* | Increase "version" when update the setting value to a same value as before (#... | Giteabot | 2023-11-28 | 2 | -1/+13 |
* | Fix comment permissions (#28213) (#28216) | Lunny Xiao | 2023-11-25 | 10 | -61/+96 |
* | Fix no ActionTaskOutput table waring (#28149) (#28152) | Giteabot | 2023-11-21 | 1 | -0/+4 |
* | Fix system config cache expiration timing (#28072) (#28090) | Giteabot | 2023-11-16 | 1 | -8/+10 |
* | Restricted users only see repos in orgs which their team was assigned to (#28... | Giteabot | 2023-11-14 | 1 | -5/+5 |
* | enable system users for comment.LoadPoster (#28014) (#28032) | Giteabot | 2023-11-14 | 1 | -1/+1 |
* | Fix wrong xorm Delete usage(backport for 1.21) (#28002) | Nanguan Lin | 2023-11-12 | 1 | -1/+1 |
* | Fix 500 when deleting a dismissed review (#27903) (#27910) | Giteabot | 2023-11-05 | 2 | -0/+40 |
* | Remove action runners on user deletion (#27902) (#27908) | Giteabot | 2023-11-05 | 1 | -0/+24 |
* | Delete repos of org when purge delete user (#27273) (#27728) | 6543 | 2023-11-01 | 1 | -2/+2 |
* | Upgrade xorm to 1.3.4 (#27807) (#27813) | Giteabot | 2023-10-27 | 1 | -1/+1 |
* | Upgrade xorm (#27673) (#27691) | Giteabot | 2023-10-19 | 2 | -2/+10 |
* | Respect SSH.KeygenPath option when calculating ssh key fingerprints (#27536) ... | Giteabot | 2023-10-10 | 1 | -1/+1 |