Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -3/+3 |
| | | | | | | | - 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 | ||||
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -3/+3 |
| | |||||
* | #2850 fix potential SSH commands dislocation | Unknwon | 2016-03-18 | 1 | -1/+1 |
| | | | | | | | When use builtin SSH server with concurrent operations, there are probabilities One connection could use the command from another connections. Fix this by set SSH_ORIGINAL_COMMAND for each command, not set in global scope. | ||||
* | Remove cache avatar support and add its tests | Unknwon | 2016-02-14 | 1 | -2/+0 |
| | |||||
* | Fix one user may block entire listen loop for builtin SSH | Unknwon | 2016-02-01 | 1 | -21/+34 |
| | |||||
* | Minor fix for #2396 | Unknwon | 2016-01-25 | 1 | -1/+1 |
| | |||||
* | Fix #2431 - handle requests waiting for reply | Dmitry Neverov | 2016-01-18 | 1 | -0/+1 |
| | | | | | | | | | According to the docs [1], the Reply method must be called for all requests where WantReply is true. This fixes a hanging java ssh implementation (jsch) which sets WantReply flag and waits for reply from the server. [1] https://godoc.org/golang.org/x/crypto/ssh#Request.Reply | ||||
* | Drop Go 1.3 support | Unknwon | 2015-12-13 | 2 | -9/+0 |
| | |||||
* | ignore invalid env | Bruno | 2015-12-13 | 1 | -1/+2 |
| | |||||
* | #1681 carry --config flag for builtin SSH | Unknwon | 2015-11-30 | 1 | -1/+5 |
| | |||||
* | fix api broken | Unknwon | 2015-11-15 | 1 | -0/+1 |
| | |||||
* | minor UI fix and fix ssh race | Unknwon | 2015-11-14 | 1 | -6/+18 |
| | |||||
* | fix 1540 and experimental SSH server support | Unknwon | 2015-11-08 | 2 | -39/+82 |
| | |||||
* | fix subrepo break change | Unknwon | 2015-09-24 | 1 | -1/+1 |
| | |||||
* | more on change avatar | Unknwon | 2014-11-21 | 1 | -6/+7 |
| | |||||
* | Docs fix | Unknwon | 2014-07-26 | 1 | -1/+1 |
| | |||||
* | New UI merge in progress | Unknwon | 2014-07-26 | 1 | -0/+119 |