aboutsummaryrefslogtreecommitdiffstats
path: root/routers/repo/http.go
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
* ACCESS_MODE_* -> AccessMode*Sandro Santilli2016-11-071-4/+4
|
* Merge pull request #50 from 0xbaadf00d/feature/2583-disablehttpcloningRachid Zarouali2016-11-071-0/+5
|\ | | | | Disable HTTP cloning
| * 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
| | | | | | | | | | | | | | | | * Replace gogits/git-module dependency with go-gitea/git Fixes #92 * Remove git alias for git module import (not needed)
* | 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
| | | | | | | | | | Remove the possibility of using email as user name when user actually push through combination of email and password with HTTP. Also refactor update action function to replcae tons of arguments with single PushUpdateOptions struct. And define the user who pushes code as pusher, therefore variable names shouldn't be confusing any more.
* 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
| | | | This is because git command line shows the failure reason only if Content-Type is text/plain.
* #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 ↵Unknwon2015-03-121-21/+24
| | | | response.WriteHeader calls`
* 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
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: cmd/serve.go models/access.go models/migrations/migrations.go models/org.go models/repo.go models/user.go modules/middleware/org.go modules/middleware/repo.go routers/api/v1/repo.go routers/org/teams.go routers/repo/http.go routers/user/home.go
| | * Change constants to UPPERCASE_WITH_UNDERSCORE stylePeter Smit2015-02-091-6/+6
| | |
| | * Refactoring of the Access TablePeter Smit2015-02-061-5/+5
| | | | | | | | | | | | | | | | | | This commit does a lot of the work of refactoring the access table in a table with id's instead of strings. The result does compile, but has not been tested. It may eat your kittens.
| * | Refactoring of the Access TablePeter Smit2015-02-121-5/+5
| | | | | | | | | | | | | | | | | | This commit does a lot of the work of refactoring the access table in a table with id's instead of strings. The result does compile, but has not been tested. It may eat your kittens.
* | | 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
|