| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Arch package registry (#32692) | KN4CK3R | 2024-12-04 | 1 | -0/+302 |
* | Fix delete branch perm checking (#32654) | Lunny Xiao | 2024-12-04 | 1 | -0/+29 |
* | Add Swift login endpoint (#32693) | KN4CK3R | 2024-12-03 | 1 | -0/+18 |
* | Allow to disable the password-based login (sign-in) form (#32687) | wxiaoguang | 2024-12-02 | 1 | -0/+29 |
* | Split mail sender sub package from mailer service package (#32618) | Lunny Xiao | 2024-11-30 | 1 | -6/+10 |
* | Fix a bug in actions artifact test (#32672) | Zettat123 | 2024-11-29 | 1 | -5/+5 |
* | Validate OAuth Redirect URIs (#32643) | Rowan Bohde | 2024-11-28 | 1 | -24/+93 |
* | Move team related functions to service layer (#32537) | Lunny Xiao | 2024-11-27 | 3 | -12/+12 |
* | Add priority to protected branch (#32286) | 6543 | 2024-11-27 | 1 | -4/+5 |
* | Refactor markup render system (#32645) | wxiaoguang | 2024-11-26 | 1 | -1/+1 |
* | Improve oauth2 scope token handling (#32633) | wxiaoguang | 2024-11-26 | 1 | -2/+2 |
* | Fixed Issue of Review Menu Shown Behind (#32631) | Kerwin Bryant | 2024-11-26 | 1 | -2/+2 |
* | Add github compatible tarball download API endpoints (#32572) | Lunny Xiao | 2024-11-25 | 1 | -0/+40 |
* | Fix sqlite3 test (#32622) | wxiaoguang | 2024-11-25 | 1 | -0/+12 |
* | Refactor markup render system (#32612) | wxiaoguang | 2024-11-24 | 1 | -4/+1 |
* | Fix get reviewers' bug (#32415) | Lunny Xiao | 2024-11-22 | 1 | -2/+2 |
* | Refactor markup render system (#32589) | wxiaoguang | 2024-11-22 | 1 | -11/+6 |
* | Enhancing Gitea OAuth2 Provider with Granular Scopes for Resource Access (#32... | Marcell Mars | 2024-11-22 | 1 | -0/+430 |
* | Add line-through for deleted branch on pull request view page (#32500) | Lunny Xiao | 2024-11-21 | 1 | -1/+2 |
* | disable gravatar in test (#32529) | Rowan Bohde | 2024-11-21 | 1 | -1/+1 |
* | Refactor push mirror find and add check for updating push mirror (#32539) | Lunny Xiao | 2024-11-18 | 2 | -43/+80 |
* | Refactor find forks and fix possible bugs that weak permissions check (#32528) | Lunny Xiao | 2024-11-18 | 2 | -0/+132 |
* | Fix basic auth with webauthn (#32531) | Lunny Xiao | 2024-11-16 | 1 | -0/+53 |
* | Improve testing and try to fix MySQL hanging (#32515) | wxiaoguang | 2024-11-15 | 9 | -171/+93 |
* | Reduce integration test overhead (#32475) | Rowan Bohde | 2024-11-14 | 73 | -269/+4 |
* | Refactor render system (#32492) | wxiaoguang | 2024-11-14 | 1 | -3/+24 |
* | Fix LFS route mock, realm, middleware names (#32488) | wxiaoguang | 2024-11-13 | 1 | -14/+16 |
* | Fix test fixtures for user2/lfs.git (#32477) | wxiaoguang | 2024-11-12 | 6 | -8/+13 |
* | Refactor LFS SSH and internal routers (#32473) | wxiaoguang | 2024-11-12 | 5 | -147/+238 |
* | Add reviewers selection to new pull request (#32403) | Calvin K | 2024-11-09 | 4 | -5/+12 |
* | Fix broken releases when re-pushing tags (#32435) | Zettat123 | 2024-11-08 | 1 | -0/+47 |
* | Include file extension checks in attachment API (#32151) | Kemal Zebari | 2024-11-06 | 3 | -2/+83 |
* | Updated tokenizer to better matching when search for code snippets (#32261) | Bruno Sofiato | 2024-11-06 | 12 | -5/+6 |
* | Fix milestone deadline and date related problems (#32339) | Lunny Xiao | 2024-11-05 | 2 | -15/+12 |
* | Refactor RepoRefByType (#32413) | wxiaoguang | 2024-11-05 | 1 | -10/+10 |
* | Refactor tests to prevent from unnecessary preparations (#32398) | wxiaoguang | 2024-11-01 | 3 | -51/+55 |
* | Add artifacts test fixture (#30300) | Kyle D. | 2024-11-01 | 7 | -37/+69 |
* | Fix db engine (#32351) | wxiaoguang | 2024-10-27 | 1 | -0/+35 |
* | Make admins adhere to branch protection rules (#32248) | Tim | 2024-10-23 | 1 | -0/+47 |
* | Make git push options accept short name (#32245) | wxiaoguang | 2024-10-12 | 1 | -0/+57 |
* | Allow code search by filename (#32210) | Bruno Sofiato | 2024-10-11 | 24 | -5/+90 |
* | Allow maintainers to view and edit files of private repos when "Allow maintai... | Zettat123 | 2024-10-11 | 1 | -0/+78 |
* | Improve the maintainblity of the reserved username list (#32229) | wxiaoguang | 2024-10-10 | 1 | -36/+9 |
* | Move admin routers from /admin to /-/admin (#32189) | Lunny Xiao | 2024-10-10 | 4 | -13/+12 |
* | Refactor CSRF token (#32216) | wxiaoguang | 2024-10-10 | 25 | -116/+80 |
* | Fix bug when a token is given public only (#32204) | Lunny Xiao | 2024-10-08 | 3 | -1/+57 |
* | Add support for searching users by email (#30908) | yp05327 | 2024-10-04 | 1 | -0/+36 |
* | Fix PR creation on forked repositories (#31863) | Job | 2024-10-04 | 1 | -0/+27 |
* | add {{TEST_MINIO_ENDPOINT}} for local testing "with/without" docker + fix pgs... | sommerf-lf | 2024-10-03 | 3 | -7/+15 |
* | Make oauth2 code clear. Move oauth2 provider code to their own packages/files... | Lunny Xiao | 2024-10-02 | 1 | -14/+14 |