| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor routers directory (#15800) | Lunny Xiao | 2021-06-09 | 1 | -602/+0 |
* | Restore token authentication for git http when 2FA active (#15915) | zeripath | 2021-05-18 | 1 | -1/+1 |
* | Prevent double-login for Git HTTP and LFS and simplify login (#15303) | zeripath | 2021-05-15 | 1 | -104/+23 |
* | don't record error when request a non-exist user (#15819) | Lunny Xiao | 2021-05-10 | 1 | -1/+1 |
* | Fix bug clone wiki (#15499) | Lunny Xiao | 2021-04-15 | 1 | -0/+10 |
* | Code Formats, Nits & Unused Func/Var deletions (#15286) | 6543 | 2021-04-09 | 1 | -1/+1 |
* | Move macaron to chi (#14293) | Lunny Xiao | 2021-01-26 | 1 | -100/+78 |
* | Redirect on changed user and org name (#11649) | Andrew Bezold | 2021-01-24 | 1 | -2/+9 |
* | Log IP on SSH authentication failure for Built-in SSH server (#13150) | Eric Lesiuta | 2020-12-08 | 1 | -0/+1 |
* | Fix a bug when check if owner is active (#13612) | Lunny Xiao | 2020-11-18 | 1 | -1/+1 |
* | Prevent git operations for inactive users (#13527) | Lunny Xiao | 2020-11-13 | 1 | -0/+9 |
* | Add git command error directory on log (#13194) | Lunny Xiao | 2020-10-18 | 1 | -1/+1 |
* | Update golangci-lint to version 1.31.0 (#13102) | kolaente | 2020-10-11 | 1 | -1/+1 |
* | Set setting.AppURL as GITEA_ROOT_URL environment variable during pushes (#12752) | zeripath | 2020-09-06 | 1 | -0/+1 |
* | Rename models.ProtectedBranchRepoID to models.EnvRepoID and ensure EnvPusherE... | zeripath | 2020-08-30 | 1 | -1/+1 |
* | Re-attempt to delete temporary upload if the file is locked by another proces... | zeripath | 2020-08-11 | 1 | -1/+2 |
* | Enable cloning via Git Wire Protocol v2 over HTTP (#12170) | William Hilton | 2020-07-08 | 1 | -4/+15 |
* | fix a small nit (#11834) | 赵智超 | 2020-06-10 | 1 | -1/+2 |
* | Fix missing authorization check on pull for public repos of private/limited o... | Cirno the Strongest | 2020-05-29 | 1 | -0/+11 |
* | Prevent clones and pushes to disabled wiki (#11131) | zeripath | 2020-04-19 | 1 | -0/+13 |
* | Remove check on username if AccessToken authentication (#11015) | zeripath | 2020-04-14 | 1 | -20/+5 |
* | add remote ip to the invalid credentials error message (#9918) | bobemoe | 2020-01-21 | 1 | -3/+3 |
* | Fix push-to-create (#9772) | John Olheiser | 2020-01-16 | 1 | -1/+58 |
* | Push to create repo (#8419) | John Olheiser | 2019-12-15 | 1 | -20/+41 |
* | Graceful: Cancel Process on monitor pages & HammerTime (#9213) | zeripath | 2019-11-30 | 1 | -1/+9 |
* | Add single sign-on support via SSPI on Windows (#8463) | QuaSoft | 2019-11-23 | 1 | -2/+2 |
* | Move HttpBackend function to Http to reduce function calls when git smart htt... | Lunny Xiao | 2019-11-21 | 1 | -50/+47 |
* | Allow Protected Branches to Whitelist Deploy Keys (#8483) | zeripath | 2019-10-21 | 1 | -0/+1 |
* | Display ui time with customize time location (#7792) | Lunny Xiao | 2019-08-15 | 1 | -2/+2 |
* | Display error as string but not bytes (#7780) | Lunny Xiao | 2019-08-07 | 1 | -1/+1 |
* | use 403 instead of 401 for ErrUserProhibitLogin (#7591) | zeripath | 2019-07-23 | 1 | -1/+1 |
* | Handle ErrUserProhibitLogin in http git (#7586) | zeripath | 2019-07-23 | 1 | -1/+4 |
* | Monitor all git commands; move blame to git package and replace git as a vari... | Lunny Xiao | 2019-06-26 | 1 | -13/+13 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -23/+34 |
* | Move serv hook functionality & drop GitLogger (#6993) | zeripath | 2019-06-01 | 1 | -4/+4 |
* | OAuth2 token can be used in basic auth (#6747) | techknowlogick | 2019-04-25 | 1 | -0/+12 |
* | Handle redirects in git clone commands (#6688) | James E. Blair | 2019-04-25 | 1 | -2/+17 |
* | Better logging (#6038) (#6095) | zeripath | 2019-04-02 | 1 | -5/+5 |
* | In basic auth check for tokens before call UserSignIn (#5725) | manuelluis | 2019-02-12 | 1 | -37/+37 |
* | Feature: Archive repos (#5009) | kolaente | 2019-01-23 | 1 | -0/+6 |
* | Add proper CORS preflight origin validation (#5740) | silverwind | 2019-01-15 | 1 | -2/+14 |
* | Support CORS headers to git smart http protocol (#5719) | Lunny Xiao | 2019-01-14 | 1 | -0/+12 |
* | Restrict permission check on repositories and fix some problems (#5314) | Lunny Xiao | 2018-11-28 | 1 | -27/+10 |
* | Make reverse proxy auth optional (#4643) | Najib Idrissi | 2018-08-29 | 1 | -6/+2 |
* | env var GITEA_PUSHER_EMAIL (#4516) | Lukas Treyer | 2018-07-26 | 1 | -0/+5 |
* | Correctly check http git access rights for reverse proxy authorized users (#3... | Lauris BH | 2018-03-29 | 1 | -20/+20 |
* | Handle refactor (#3339) | Morgan Bazalgette | 2018-01-10 | 1 | -10/+10 |
* | Refactor struct's time to remove unnecessary memory usage (#3142) | Lunny Xiao | 2017-12-11 | 1 | -1/+2 |
* | Remove GetRepositoryByRef and add GetRepositoryByOwnerAndName (#3043) | Lunny Xiao | 2017-12-02 | 1 | -16/+2 |
* | fix .netrc authentication (#2700) | David Schneiderbauer | 2017-10-15 | 1 | -10/+24 |