| Commit message (Collapse) | Author | Age |
|
|
|
| |
Reported by Miguel Ángel Jimeno.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We used to handle SSH and HTTP push separately which produces
duplicated code, but now with post-receive hook, the process
is unified to one single place and much cleaner.
Thus, UpdateTask struct is removed.
Narrow down the range of Git HTTP routes to reduce condufsing
HTTP Basic Authentication window popup on browser.
By detecting <old-commit, new-commit, ref-name> inside post-receive
hook, Git HTTP doesn't need to read the whole content body anymore,
which completely solve the RAM problem reported in #636.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
If user has force pushed to a branch, git pull will fail.
|
| |
|
| |
|
| |
|
|
|
|
| |
Reported by Miguel Ángel Jimeno.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
This won't fix any bugs, but a typo is a typo.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
[CI SKIP]
|
| |
|
| |
|
|
|
|
| |
Update vendor accordingly
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* Use very strong ciphers
* Remove TLS_RSA_WITH_AES_256_GCM_SHA384 to be compatible with Go 1.5
|
| |
|
| |
|
|
|
|
| |
SHA length from 7-40 is now supported.
|
| |
|