| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Add new config option '[webhook] TYPES’.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
1. Fix sample content didn't show up when hook doesn't exist.
2. Fix CSS 'word-break' to use 'break-word' not 'break-all'.
3. Fix single quote in 'locale_en-US.ini' file.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Able to restrict force push and deletion
- Able to restrict direct push
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
This won't fix any bugs, but a typo is a typo.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Add new config option '[admin] DISABLE_REGULAR_ORG_CREATION', by
default it's 'false'.
|
| |
|
| |
|
| |
|
| |
|
| |
|