summaryrefslogtreecommitdiffstats
path: root/routers/repo/http.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* #2311 improve HTTP auth error messageUnknwon2015-12-301-6/+9
* #2114 External URL for wikiUnknwon2015-12-111-0/+1
* finish wikiUnknwon2015-11-301-67/+66
* introduce git-shellUnknwon2015-11-261-1/+1
* #1681 some fixes for builtin SSH server on WindowsUnknwon2015-11-231-3/+3
* go vet and fix #1890Unknwon2015-11-081-1/+1
* New push to head repo of head branch: regenerate patch and retest applyUnknwon2015-10-241-2/+3
* #842 able to use access token replace basic authUnknwon2015-09-021-1/+1
* token recent activityUnknwon2015-08-191-1/+5
* try to fix HTTP ops not GCUnknwon2015-08-171-0/+1
* work on #1493Unknwon2015-08-171-1/+1
* WIP: create PR - choose branchUnknwon2015-08-081-2/+2
* allow anonymous SSH cloneUnknwon2015-08-051-2/+2
* #835: Realtime webhooksUnknwon2015-07-251-1/+4
* Set Content-Type to text/plain for http status 401Linquize2015-03-281-7/+7
* #1040: dashboard no longer accessible when repo is missingUnknwon2015-03-161-1/+1
* fix HTTP/HTTPS push update func call panic #1037 and `http: multiple response...Unknwon2015-03-121-21/+24
* Merge branch 'access' of github.com:gogits/gogs into devUnknwon2015-02-281-5/+10
|\
| * Make sure that a mirror can't be written to by http or sshPeter Smit2015-02-161-0/+5
| * code fix #941 caution: undertestUnknwon2015-02-131-2/+2
| * Merge remote-tracking branch 'mine/access_refactor' into access_refactorPeter Smit2015-02-121-6/+6
| |\
| | * Change constants to UPPERCASE_WITH_UNDERSCORE stylePeter Smit2015-02-091-6/+6
| | * Refactoring of the Access TablePeter Smit2015-02-061-5/+5
| * | Refactoring of the Access TablePeter Smit2015-02-121-5/+5
* | | Attempt #3 of ldap fixesGogs2015-02-271-8/+2
|/ /
* | routers/repo/http.go: allow HTTP push/pull by token for #845Unknwon2015-02-071-36/+29
* | allow http push by token - #842Christopher Brickley2015-01-081-7/+34
|/
* fix git clone error when repo has upper case namecodeskyblue2014-12-111-0/+1
* fox #620Unknwon2014-11-171-1/+2
* work on #609Unknwon2014-11-071-24/+3
* Fix API brokenUnknwon2014-10-181-1/+1