summaryrefslogtreecommitdiffstats
path: root/routers/repo/http.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix go get subpackage bug (#2584)Lunny Xiao2017-09-231-21/+1
* Only allow token authentication with 2FA enabled (#2184)Moritz Heiber2017-07-261-6/+32
* Fix: `http: multiple response.WriteHeader calls` (#2038)Shuanglei Tao2017-06-281-1/+0
* fix admin lost permission caused by #947Lunny Xiao2017-05-191-1/+1
* Add units to team (#947)Lunny Xiao2017-05-181-0/+8
* Remove env user salt since no need to use (#1515)Lunny Xiao2017-05-061-1/+0
* fix go get sub package and add domain on installation to let go get work defa...Lunny Xiao2017-04-211-0/+25
* Refactor and fix incorrect comment (#1247)Ethan Koenig2017-03-151-2/+2
* Move push update to post-receive and protected branch check to pre-receive (#...Lunny Xiao2017-02-251-161/+35
* Oauth2 consumer (#679)Willem van Dreumel2017-02-221-6/+6
* Protected branches system (#339)Denis Denisov2017-02-211-11/+86
* fix gofmt errorBo-Yi Wu2016-12-301-1/+1
* push + pull now works with reverse proxy + basic auth on apache 2.4Gogs2016-12-291-62/+75
* update code.gitea.io/git (#450)Lunny Xiao2016-12-221-1/+1
* golint fixed for routers (#208)Lunny Xiao2016-11-241-5/+7
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-6/+6
* ACCESS_MODE_* -> AccessMode*Sandro Santilli2016-11-071-4/+4
* Merge pull request #50 from 0xbaadf00d/feature/2583-disablehttpcloningRachid Zarouali2016-11-071-0/+5
|\