Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | repo_editor: able to trigger Git hooks (#4338) | Unknwon | 2018-08-17 |
| | |||
* | *: rename "gogits" to "gogs" | Unknwon | 2018-05-27 |
| | |||
* | templates/repo: escape branch name (#4601) | Unknwon | 2018-04-25 |
| | |||
* | models: move ErrBranchNotExist to errors package | Unknwon | 2018-03-08 |
| | |||
* | cmd/hook: fix custom hook cannot be executed on Windows (#4255) | 无闻 | 2017-11-18 |
| | | | | This solution still requires the server installed git-bash. | ||
* | hook: fix email not sent after push (#4430) | Unknwon | 2017-07-27 |
| | | | | | Turns out mail service was not initialized at all, also mail must be sent in sync in hook mode before program exits. | ||
* | Refactoring: rename package routers -> routes | Unknwon | 2017-06-11 |
| | |||
* | Refactoring: rename modules -> pkg | Unknwon | 2017-04-04 |
| | | | | | | | | Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory | ||
* | cmd/hook: fixed typo (#4280) | Danny Althoff | 2017-03-12 |
| | |||
* | Protected branches: allow whitelist bypass require pull request check (#4207) | Unknwon | 2017-03-08 |
| | |||
* | hook: fix can’t be executed while run as service on Windows (#4207) | Unknwon | 2017-02-28 |
| | |||
* | cmd: refactoring command name | Unknwon | 2017-02-27 |
| | |||
* | repo: add protect branch whitelist (#4177) | Unknwon | 2017-02-23 |
| | | | | | Add options to add users and teams to whitelist of a protected branch. This is only available for organizational repositories. | ||
* | Initial version of protected branches (#776) | Unknwon | 2017-02-17 |
| | | | | | - Able to restrict force push and deletion - Able to restrict direct push | ||
* | refactoring: SSH and HTTP push procees is now unified | Unknwon | 2017-02-16 |
| | | | | | | | | | | | | | | 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. | ||
* | cmd/hook: check existence before call custom hook | Unknwon | 2017-02-14 |
| | |||
* | git: delegate all server-side Git hooks (#1623) | Unknwon | 2017-02-14 |