| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Normalize oauth email username (#28561) | Kyle D | 2024-01-03 | 3 | -6/+15 |
* | Avoid cycle-redirecting user/login page (#28636) | wxiaoguang | 2023-12-30 | 1 | -5/+5 |
* | Refactor some legacy code and remove unused code (#28622) | wxiaoguang | 2023-12-28 | 1 | -1/+2 |
* | fix wrong link in user and organization profile when using relative url (#28617) | katsu | 2023-12-27 | 3 | -15/+28 |
* | Refactor deletion (#28610) | delvh | 2023-12-25 | 2 | -2/+3 |
* | Refactor CORS handler (#28587) | wxiaoguang | 2023-12-25 | 3 | -34/+42 |
* | Added instance-level variables (#28115) | Jean-Baptiste Gomond | 2023-12-25 | 2 | -7/+23 |
* | Include heap pprof in diagnosis report to help debugging memory leaks (#28596) | wxiaoguang | 2023-12-23 | 1 | -0/+7 |
* | Fix `status_check_contexts` matching bug (#28582) | Zettat123 | 2023-12-22 | 1 | -1/+9 |
* | Fix 405 method not allowed CORS / OIDC (#28583) | morphelinho | 2023-12-22 | 1 | -0/+2 |
* | Use information from previous blame parts (#28572) | KN4CK3R | 2023-12-21 | 1 | -5/+17 |
* | Always enable caches (#28527) | Lunny Xiao | 2023-12-19 | 4 | -29/+17 |
* | Improve ObjectFormat interface (#28496) | Lunny Xiao | 2023-12-19 | 1 | -1/+1 |
* | Only check online runner when detecting matching runners in workflows (#28286) | yp05327 | 2023-12-18 | 1 | -1/+3 |
* | Add option to disable ambiguous unicode characters detection (#28454) | wxiaoguang | 2023-12-17 | 2 | -14/+13 |
* | Adjust object format interface (#28469) | Lunny Xiao | 2023-12-17 | 5 | -16/+16 |
* | Abstract hash function usage (#28138) | Adam Majer | 2023-12-13 | 8 | -12/+34 |
* | Do some missing checks (#28423) | Lunny Xiao | 2023-12-12 | 1 | -2/+20 |
* | Second part of refactor `db.Find` (#28194) | Lunny Xiao | 2023-12-11 | 3 | -19/+25 |
* | Fix commit status in repo list (#28412) | yp05327 | 2023-12-11 | 1 | -1/+1 |
* | Fix missing check (#28406) | Lunny Xiao | 2023-12-10 | 2 | -4/+24 |
* | Also sync DB branches on push if necessary (#28361) | Lunny Xiao | 2023-12-09 | 1 | -2/+2 |
* | Include public repos in doer's dashboard for issue search (#28304) | Jason Song | 2023-12-07 | 2 | -142/+21 |
* | Fix object does not exist error when checking citation file (#28314) | yp05327 | 2023-12-06 | 1 | -13/+6 |
* | Fix the runs will not be displayed bug when the main branch have no workflows... | Lunny Xiao | 2023-12-06 | 1 | -0/+1 |
* | Read `previous` info from git blame (#28306) | KN4CK3R | 2023-12-01 | 1 | -30/+8 |
* | Add missing variable in tag list (#28305) | JakobDev | 2023-11-30 | 1 | -0/+1 |
* | Fix issue will be detected as pull request when checking `First-time contribu... | yp05327 | 2023-11-27 | 1 | -1/+1 |
* | Fix comment permissions (#28213) | Lunny Xiao | 2023-11-25 | 4 | -9/+54 |
* | Use db.Find instead of writing methods for every object (#28084) | Lunny Xiao | 2023-11-24 | 23 | -82/+124 |
* | Make CORS work for oauth2 handlers (#28184) | wxiaoguang | 2023-11-23 | 2 | -0/+6 |
* | Revert "Fix EOL handling in web editor" (#28101) | Nanguan Lin | 2023-11-22 | 1 | -1/+1 |
* | Add edit option for README.md (#28071) | JakobDev | 2023-11-20 | 1 | -0/+4 |
* | Fix project counter in organization/individual profile (#28068) | yp05327 | 2023-11-18 | 1 | -0/+17 |
* | Fix viewing wiki commit on empty repo (#28040) | JakobDev | 2023-11-14 | 1 | -1/+0 |
* | Dont leak private users via extensions (#28023) | 6543 | 2023-11-13 | 1 | -0/+5 |
* | Improve profile for Organizations (#27982) | yp05327 | 2023-11-13 | 3 | -11/+18 |
* | Add Profile Readme for Organisations (#27955) | 6543 | 2023-11-09 | 1 | -0/+26 |
* | Allow to set explore page default sort (#27951) | 6543 | 2023-11-09 | 5 | -14/+21 |
* | Fix citation error when the file size is larger than 1024 bytes (#27958) | yp05327 | 2023-11-08 | 1 | -5/+2 |
* | Revert #27870 (#27917) | KN4CK3R | 2023-11-06 | 1 | -1/+1 |
* | Refactor Find Sources and fix bug when view a user who belongs to an unactive... | Lunny Xiao | 2023-11-03 | 4 | -20/+42 |
* | Fix http protocol auth (#27875) | Lunny Xiao | 2023-11-02 | 4 | -14/+47 |
* | Filter inactive auth sources (#27870) | KN4CK3R | 2023-11-02 | 1 | -1/+1 |
* | Allow pull requests Manually Merged option to be used by non-admins (#27780) | Brecht Van Lommel | 2023-10-30 | 1 | -3/+5 |
* | Fix the missing repo count in new team page and edit team page (#27743) | 853 | 2023-10-25 | 1 | -0/+8 |
* | Upgrade to golangci-lint@v1.55.0 (#27756) | silverwind | 2023-10-24 | 3 | -9/+6 |
* | Fix `link-action` redirect network error (#27734) | Nanguan Lin | 2023-10-23 | 2 | -6/+8 |
* | Replace -1 with GhostUserID (#27703) | Nanguan Lin | 2023-10-20 | 1 | -1/+1 |
* | Show total TrackedTime on issue/pull/milestone lists (#26672) | 6543 | 2023-10-19 | 1 | -36/+42 |