summaryrefslogtreecommitdiffstats
path: root/routers/repo/http.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-602/+0
* Restore token authentication for git http when 2FA active (#15915)zeripath2021-05-181-1/+1
* Prevent double-login for Git HTTP and LFS and simplify login (#15303)zeripath2021-05-151-104/+23
* don't record error when request a non-exist user (#15819)Lunny Xiao2021-05-101-1/+1
* Fix bug clone wiki (#15499)Lunny Xiao2021-04-151-0/+10
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-091-1/+1
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-100/+78
* Redirect on changed user and org name (#11649)Andrew Bezold2021-01-241-2/+9
* Log IP on SSH authentication failure for Built-in SSH server (#13150)Eric Lesiuta2020-12-081-0/+1
* Fix a bug when check if owner is active (#13612)Lunny Xiao2020-11-181-1/+1
* Prevent git operations for inactive users (#13527)Lunny Xiao2020-11-131-0/+9
* Add git command error directory on log (#13194)Lunny Xiao2020-10-181-1/+1
* Update golangci-lint to version 1.31.0 (#13102)kolaente2020-10-111-1/+1
* Set setting.AppURL as GITEA_ROOT_URL environment variable during pushes (#12752)zeripath2020-09-061-0/+1
* Rename models.ProtectedBranchRepoID to models.EnvRepoID and ensure EnvPusherE...zeripath2020-08-301-1/+1
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-1/+2
* Enable cloning via Git Wire Protocol v2 over HTTP (#12170)William Hilton2020-07-081-4/+15
* fix a small nit (#11834)赵智超2020-06-101-1/+2
* Fix missing authorization check on pull for public repos of private/limited o...Cirno the Strongest2020-05-291-0/+11
* Prevent clones and pushes to disabled wiki (#11131)zeripath2020-04-191-0/+13
* Remove check on username if AccessToken authentication (#11015)zeripath2020-04-141-20/+5
* add remote ip to the invalid credentials error message (#9918)bobemoe2020-01-211-3/+3
* Fix push-to-create (#9772)John Olheiser2020-01-161-1/+58
* Push to create repo (#8419)John Olheiser2019-12-151-20/+41
* Graceful: Cancel Process on monitor pages & HammerTime (#9213)zeripath2019-11-301-1/+9
* Add single sign-on support via SSPI on Windows (#8463)QuaSoft2019-11-231-2/+2
* Move HttpBackend function to Http to reduce function calls when git smart htt...Lunny Xiao2019-11-211-50/+47
* Allow Protected Branches to Whitelist Deploy Keys (#8483)zeripath2019-10-211-0/+1
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-2/+2
* Display error as string but not bytes (#7780)Lunny Xiao2019-08-071-1/+1
* use 403 instead of 401 for ErrUserProhibitLogin (#7591)zeripath2019-07-231-1/+1
* Handle ErrUserProhibitLogin in http git (#7586)zeripath2019-07-231-1/+4
* Monitor all git commands; move blame to git package and replace git as a vari...Lunny Xiao2019-06-261-13/+13
* Add golangci (#6418)kolaente2019-06-121-23/+34
* Move serv hook functionality & drop GitLogger (#6993)zeripath2019-06-011-4/+4
* OAuth2 token can be used in basic auth (#6747)techknowlogick2019-04-251-0/+12
* Handle redirects in git clone commands (#6688)James E. Blair2019-04-251-2/+17
* Better logging (#6038) (#6095)zeripath2019-04-021-5/+5
* In basic auth check for tokens before call UserSignIn (#5725)manuelluis2019-02-121-37/+37
* Feature: Archive repos (#5009)kolaente2019-01-231-0/+6
* Add proper CORS preflight origin validation (#5740)silverwind2019-01-151-2/+14
* Support CORS headers to git smart http protocol (#5719)Lunny Xiao2019-01-141-0/+12
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-27/+10
* Make reverse proxy auth optional (#4643)Najib Idrissi2018-08-291-6/+2
* env var GITEA_PUSHER_EMAIL (#4516)Lukas Treyer2018-07-261-0/+5
* Correctly check http git access rights for reverse proxy authorized users (#3...Lauris BH2018-03-291-20/+20
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-10/+10
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-1/+2
* Remove GetRepositoryByRef and add GetRepositoryByOwnerAndName (#3043)Lunny Xiao2017-12-021-16/+2
* fix .netrc authentication (#2700)David Schneiderbauer2017-10-151-10/+24