| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Reduce usage of `db.DefaultContext` (#27073) | JakobDev | 2023-09-14 | 1 | -2/+2 |
* | Replace 'userxx' with 'orgxx' in all test files when the user type is org (#... | Nanguan Lin | 2023-09-14 | 68 | -164/+164 |
* | move repository deletion to service layer (#26948) | Lunny Xiao | 2023-09-08 | 3 | -4/+4 |
* | Move createrepository from module to service layer (#26927) | Lunny Xiao | 2023-09-06 | 5 | -9/+7 |
* | Artifacts retention and auto clean up (#26131) | FuXiaoHei | 2023-09-06 | 1 | -2/+40 |
* | Refactor secrets modification logic (#26873) | KN4CK3R | 2023-09-05 | 1 | -0/+103 |
* | Add missing `reqToken()` to notifications endpoints (#26914) | JakobDev | 2023-09-05 | 1 | -0/+6 |
* | Remove duplicated notify mail configuration on tests (#26912) | Lunny Xiao | 2023-09-05 | 3 | -3/+0 |
* | Avoid double-unescaping of form value (#26853) | wxiaoguang | 2023-09-01 | 2 | -2/+2 |
* | Move web/api context related testing function into a separate package (#26859) | wxiaoguang | 2023-09-01 | 1 | -36/+36 |
* | Update team invitation email link (#26550) | Jack Hay | 2023-08-31 | 1 | -6/+313 |
* | User details page (#26713) | Denys Konovalov | 2023-08-31 | 1 | -3/+3 |
* | Expanded minimum RSA Keylength to 3072 (#26604) | mainboarder | 2023-08-28 | 1 | -0/+3 |
* | add Upload URL to release API (#26663) | Earl Warren | 2023-08-24 | 1 | -0/+40 |
* | PATCH branch-protection updates check list even when checks are disabled (#26... | Infinoid | 2023-08-24 | 1 | -1/+21 |
* | Update minimum password length requirements (#25946) | techknowlogick | 2023-08-21 | 1 | -2/+2 |
* | Do not use deprecated log config options by default (#26592) | wxiaoguang | 2023-08-20 | 5 | -10/+5 |
* | Fix NuGet search endpoints (#25613) | KN4CK3R | 2023-08-14 | 1 | -9/+9 |
* | Refactor tests (#26464) | wxiaoguang | 2023-08-12 | 11 | -125/+63 |
* | Fix admin queue page title (#26409) | wxiaoguang | 2023-08-10 | 1 | -3/+2 |
* | Improve multiple strings in en-US locale (#26213) | Panagiotis "Ivory" Vasilopoulos | 2023-08-08 | 1 | -1/+1 |
* | fix generated source URL on rendered files (#26364) | Earl Warren | 2023-08-08 | 1 | -0/+36 |
* | Allow package cleanup from admin page (#25307) | KN4CK3R | 2023-08-08 | 1 | -2/+2 |
* | Fix the bug when getting files changed for `pull_request_target` event (#26320) | Zettat123 | 2023-08-05 | 1 | -1/+53 |
* | speed up TestEventSourceManagerRun (#26262) | Earl Warren | 2023-08-01 | 1 | -0/+4 |
* | Introduce `flex-list` & `flex-item` elements for Gitea UI (#25790) | Denys Konovalov | 2023-08-01 | 4 | -6/+6 |