summaryrefslogtreecommitdiffstats
path: root/routers/repo/http.go
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * rename variable + fix wiki linkThibault Meyer2016-10-041-1/+1
| * Can disable GIT interactions by HTTP protocolThibault Meyer2016-09-181-0/+5
* | Replace gogits/git-module dependency with go-gitea/git (#94)Sandro Santilli2016-11-061-1/+1
* | Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-5/+5
|/
* General code quality improvementUnknwon2016-08-161-4/+3
* Replace convert.To with APIFormat callsUnknwon2016-08-141-1/+3
* #2246 fully support of webhooks for pull requestUnknwon2016-08-141-1/+1
* Refactor User.Id to User.IDUnknwon2016-07-241-2/+2
* Fixes #3110 (#3136)Franz Schmidt2016-06-271-1/+1
* repo/http: clean codeUnknwon2016-06-011-258/+194
* Add route for #2846Unknwon2016-03-211-1/+1
* Rename module: middleware -> contextUnknwon2016-03-111-4/+4
* #2650 fix possbility that use email as pusher user nameUnknwon2016-02-171-2/+9
* Use pretty 404 pages in repo.HTTPBackendFlorian Kaiser2016-02-021-6/+4
* typo fixzhuharev2016-01-061-2/+2