| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Add/Remove WIP on pull request title failure (#29999) (#30066) | Lunny Xiao | 2024-03-25 | 1 | -1/+15 |
* | Performance improvements for pull request list page (#29900) (#29972) | Lunny Xiao | 2024-03-22 | 2 | -5/+4 |
* | Fix invalid link of the commit status when ref is tag (#29752) (#29908) | yp05327 | 2024-03-20 | 1 | -0/+122 |
* | Fix PR creation via api between branches of same repo with head field namespa... | Giteabot | 2024-03-20 | 1 | -0/+17 |
* | Fix template error when comment review doesn't exist (#29888) (#29889) | wxiaoguang | 2024-03-19 | 1 | -2/+12 |
* | Fix codeowner detected diff base branch to mergebase (#29783) (#29807) | Lunny Xiao | 2024-03-17 | 3 | -1/+141 |
* | Fix user router possbile panic (#29751) (#29786) | Lunny Xiao | 2024-03-14 | 1 | -0/+9 |
* | Only use supported sort order for "explore/users" page (#29430) (#29443) | wxiaoguang | 2024-03-03 | 1 | -0/+45 |
* | Fix incorrect tests in 1.21 (#29366) | wxiaoguang | 2024-02-24 | 1 | -25/+26 |
* | Fix XSS vulnerabilities (#29336) | 6543 | 2024-02-22 | 1 | -0/+85 |
* | Prevent double use of `git cat-file` session. (#29298) (#29301) | KN4CK3R | 2024-02-22 | 1 | -0/+43 |
* | Workaround to clean up old reviews on creating a new one (#28554) (#29264) | 6543 | 2024-02-19 | 1 | -0/+126 |
* | Refactor issue template parsing and fix API endpoint (#29069) (#29140) | wxiaoguang | 2024-02-14 | 1 | -0/+55 |
* | Preserve BOM in web editor (#28935) (#28959) | Giteabot | 2024-01-27 | 1 | -1/+1 |
* | Fix uploaded artifacts should be overwritten (#28726) backport v1.21 (#28832) | FuXiaoHei | 2024-01-22 | 1 | -0/+90 |
* | Prevent anonymous container access if `RequireSignInView` is enabled (#28877)... | Giteabot | 2024-01-22 | 1 | -0/+9 |
* | Fix reverting a merge commit failing (#28794) (#28825) | Mihir Joshi | 2024-01-21 | 8 | -0/+53 |
* | tests: missing refs/ in bare repositories (#28844) (#28852) | Giteabot | 2024-01-19 | 1 | -0/+1 |
* | Rework markup link rendering (#26745) (#28803) | KN4CK3R | 2024-01-16 | 1 | -2/+4 |
* | Modernize merge button (#28140) (#28786) | Giteabot | 2024-01-15 | 1 | -1/+8 |
* | Fix schedule tasks bugs (#28691) (#28780) | Lunny Xiao | 2024-01-14 | 1 | -1/+1 |
* | Require token for GET subscription endpoint (#28765) (#28778) | Jack Hay | 2024-01-13 | 1 | -1/+4 |
* | Fix incorrect URL for "Reference in New Issue" (#28716) (#28723) | Giteabot | 2024-01-07 | 1 | -0/+19 |
* | Avoid unnecessary 500 panic when a commit doesn't exist (#28719) (#28721) | Giteabot | 2024-01-07 | 1 | -0/+10 |
* | Upgrade xorm to new version which supported update join for all supported dat... | Giteabot | 2023-12-31 | 1 | -0/+9 |
* | Remove unnecessary syncbranchToDB with tests (#28624) (#28629) | Lunny Xiao | 2023-12-29 | 1 | -0/+36 |
* | Refactor CORS handler (#28587) (#28611) | wxiaoguang | 2023-12-25 | 1 | -7/+78 |
* | Do some missing checks (#28423) (#28432) | Lunny Xiao | 2023-12-12 | 1 | -0/+23 |
* | Also sync DB branches on push if necessary (#28361) (#28403) | Lunny Xiao | 2023-12-11 | 2 | -8/+10 |
* | enable system users search via the API (#28013) (#28018) | Giteabot | 2023-12-08 | 1 | -0/+22 |
* | Add `HEAD` support for rpm repo files (#28309) (#28360) | Giteabot | 2023-12-05 | 1 | -1/+7 |
* | Fix comment permissions (#28213) (#28216) | Lunny Xiao | 2023-11-25 | 7 | -4/+117 |
* | Fix permissions for Token DELETE endpoint to match GET and POST (#27610) (#28... | Giteabot | 2023-11-17 | 1 | -2/+29 |
* | enable system users for comment.LoadPoster (#28014) (#28032) | Giteabot | 2023-11-14 | 1 | -0/+37 |
* | Unify two factor check (#27915) (#27929) | Giteabot | 2023-11-06 | 1 | -0/+55 |
* | Add user secrets API integration tests (#27832) (#27852) | Giteabot | 2023-10-31 | 1 | -0/+98 |
* | Improve retrying index issues (#27554) (#27634) | Giteabot | 2023-10-16 | 1 | -1/+2 |
* | show manual cron run's last time (#27544) (#27577) | Giteabot | 2023-10-11 | 1 | -0/+50 |
* | api: GetPullRequestCommits: return file list (#27483) (#27539) | Giteabot | 2023-10-09 | 2 | -0/+7 |
* | Restore warning commit status (#27504) (#27529) | Giteabot | 2023-10-09 | 2 | -0/+6 |
* | Add support for HEAD ref in /src/branch and /src/commit routes (#27384) (#27407) | Giteabot | 2023-10-03 | 1 | -0/+4 |
* | Allow get release download files and lfs files with oauth2 token format (#264... | Giteabot | 2023-10-01 | 4 | -0/+33 |
* | More `db.DefaultContext` refactor (#27265) (#27347) | Giteabot | 2023-09-29 | 1 | -1/+1 |
* | Fix Bug in Issue Config when only contact links are set (#26521) (#27334) | Giteabot | 2023-09-28 | 2 | -15/+171 |
* | Another round of `db.DefaultContext` refactor (#27103) (#27262) | Giteabot | 2023-09-25 | 1 | -1/+1 |
* | Fix review request number and add more tests (#27104) (#27168) | Giteabot | 2023-09-21 | 3 | -13/+13 |
* | Change green buttons to primary color (#27099) | silverwind | 2023-09-18 | 3 | -4/+4 |
* | Fix token endpoints ignore specified account (#27080) | CaiCandong | 2023-09-18 | 1 | -0/+23 |
* | Next round of `db.DefaultContext` refactor (#27089) | JakobDev | 2023-09-16 | 1 | -2/+2 |
* | More refactoring of `db.DefaultContext` (#27083) | JakobDev | 2023-09-15 | 2 | -2/+3 |