Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update code.gitea.io/git (#450) | Lunny Xiao | 2016-12-22 | 1 | -1/+1 |
| | |||||
* | golint fixed for routers (#208) | Lunny Xiao | 2016-11-24 | 1 | -5/+7 |
| | |||||
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -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 Santilli | 2016-11-07 | 1 | -4/+4 |
| | |||||
* | Merge pull request #50 from 0xbaadf00d/feature/2583-disablehttpcloning | Rachid Zarouali | 2016-11-07 | 1 | -0/+5 |
|\ | | | | | Disable HTTP cloning | ||||
| * | rename variable + fix wiki link | Thibault Meyer | 2016-10-04 | 1 | -1/+1 |
| | | |||||
| * | Can disable GIT interactions by HTTP protocol | Thibault Meyer | 2016-09-18 | 1 | -0/+5 |
| | | |||||
* | | Replace gogits/git-module dependency with go-gitea/git (#94) | Sandro Santilli | 2016-11-06 | 1 | -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 Boulanouar | 2016-11-03 | 1 | -5/+5 |
|/ | |||||
* | General code quality improvement | Unknwon | 2016-08-16 | 1 | -4/+3 |
| | |||||
* | Replace convert.To with APIFormat calls | Unknwon | 2016-08-14 | 1 | -1/+3 |
| | |||||
* | #2246 fully support of webhooks for pull request | Unknwon | 2016-08-14 | 1 | -1/+1 |
| | |||||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 1 | -2/+2 |
| | |||||
* | Fixes #3110 (#3136) | Franz Schmidt | 2016-06-27 | 1 | -1/+1 |
| | |||||
* | repo/http: clean code | Unknwon | 2016-06-01 | 1 | -258/+194 |
| | |||||
* | Add route for #2846 | Unknwon | 2016-03-21 | 1 | -1/+1 |
| | |||||
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | 1 | -4/+4 |
| | |||||
* | #2650 fix possbility that use email as pusher user name | Unknwon | 2016-02-17 | 1 | -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.HTTPBackend | Florian Kaiser | 2016-02-02 | 1 | -6/+4 |
| | |||||
* | typo fix | zhuharev | 2016-01-06 | 1 | -2/+2 |
| | |||||
* | #2311 improve HTTP auth error message | Unknwon | 2015-12-30 | 1 | -6/+9 |
| | |||||
* | #2114 External URL for wiki | Unknwon | 2015-12-11 | 1 | -0/+1 |
| | |||||
* | finish wiki | Unknwon | 2015-11-30 | 1 | -67/+66 |
| | |||||
* | introduce git-shell | Unknwon | 2015-11-26 | 1 | -1/+1 |
| | |||||
* | #1681 some fixes for builtin SSH server on Windows | Unknwon | 2015-11-23 | 1 | -3/+3 |
| | |||||
* | go vet and fix #1890 | Unknwon | 2015-11-08 | 1 | -1/+1 |
| | |||||
* | New push to head repo of head branch: regenerate patch and retest apply | Unknwon | 2015-10-24 | 1 | -2/+3 |
| | |||||
* | #842 able to use access token replace basic auth | Unknwon | 2015-09-02 | 1 | -1/+1 |
| | |||||
* | token recent activity | Unknwon | 2015-08-19 | 1 | -1/+5 |
| | |||||
* | try to fix HTTP ops not GC | Unknwon | 2015-08-17 | 1 | -0/+1 |
| | |||||
* | work on #1493 | Unknwon | 2015-08-17 | 1 | -1/+1 |
| | |||||
* | WIP: create PR - choose branch | Unknwon | 2015-08-08 | 1 | -2/+2 |
| | |||||
* | allow anonymous SSH clone | Unknwon | 2015-08-05 | 1 | -2/+2 |
| | |||||
* | #835: Realtime webhooks | Unknwon | 2015-07-25 | 1 | -1/+4 |
| | |||||
* | Set Content-Type to text/plain for http status 401 | Linquize | 2015-03-28 | 1 | -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 missing | Unknwon | 2015-03-16 | 1 | -1/+1 |
| | |||||
* | fix HTTP/HTTPS push update func call panic #1037 and `http: multiple ↵ | Unknwon | 2015-03-12 | 1 | -21/+24 |
| | | | | response.WriteHeader calls` | ||||
* | Merge branch 'access' of github.com:gogits/gogs into dev | Unknwon | 2015-02-28 | 1 | -5/+10 |
|\ | |||||
| * | Make sure that a mirror can't be written to by http or ssh | Peter Smit | 2015-02-16 | 1 | -0/+5 |
| | | |||||
| * | code fix #941 caution: undertest | Unknwon | 2015-02-13 | 1 | -2/+2 |
| | | |||||
| * | Merge remote-tracking branch 'mine/access_refactor' into access_refactor | Peter Smit | 2015-02-12 | 1 | -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 style | Peter Smit | 2015-02-09 | 1 | -6/+6 |
| | | | |||||
| | * | Refactoring of the Access Table | Peter Smit | 2015-02-06 | 1 | -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 Table | Peter Smit | 2015-02-12 | 1 | -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 fixes | Gogs | 2015-02-27 | 1 | -8/+2 |
|/ / | |||||
* | | routers/repo/http.go: allow HTTP push/pull by token for #845 | Unknwon | 2015-02-07 | 1 | -36/+29 |
| | | |||||
* | | allow http push by token - #842 | Christopher Brickley | 2015-01-08 | 1 | -7/+34 |
|/ | |||||
* | fix git clone error when repo has upper case name | codeskyblue | 2014-12-11 | 1 | -0/+1 |
| | |||||
* | fox #620 | Unknwon | 2014-11-17 | 1 | -1/+2 |
| | |||||
* | work on #609 | Unknwon | 2014-11-07 | 1 | -24/+3 |
| |