| Commit message (Expand) | Author | Age | Files | Lines |
* | Move update-server-info to hooks (#12826) | zeripath | 2020-10-14 | 1 | -0/+6 |
* | Rename models.ProtectedBranchRepoID to models.EnvRepoID and ensure EnvPusherE... | zeripath | 2020-08-30 | 1 | -1/+1 |
* | Initial support for push options (#12169) | John Olheiser | 2020-08-23 | 1 | -0/+16 |
* | Add debug option to hooks (#11624) | zeripath | 2020-05-28 | 1 | -2/+17 |
* | Prevent timer leaks in Workerpool and others (#11333) | zeripath | 2020-05-08 | 1 | -9/+3 |
* | Make hook status printing configurable with delay (#9641) | zeripath | 2020-01-12 | 1 | -26/+122 |
* | Properly enforce gitea environment for pushes (#9501) | zeripath | 2019-12-27 | 1 | -4/+12 |
* | Remove unnecessary loading of settings in update hook (#9496) | zeripath | 2019-12-27 | 1 | -12/+1 |
* | Batch hook pre- and post-receive calls (#8602) | zeripath | 2019-12-26 | 1 | -43/+174 |
* | Add debug option to serv to help debug problems (#9492) | zeripath | 2019-12-25 | 1 | -3/+3 |
* | Enforce Gitea environment for pushes (#8982) | zeripath | 2019-11-14 | 1 | -3/+22 |
* | Allow Protected Branches to Whitelist Deploy Keys (#8483) | zeripath | 2019-10-21 | 1 | -0/+2 |
* | Attempt to fix hook problem (#7854) | zeripath | 2019-08-14 | 1 | -0/+1 |
* | #6946 Run hooks on merge/edit and cope with protected branches (#6961) | zeripath | 2019-07-01 | 1 | -0/+2 |
* | Move serv hook functionality & drop GitLogger (#6993) | zeripath | 2019-06-01 | 1 | -89/+36 |
* | Ignore non-standard refs in git push (#6758) | James E. Blair | 2019-05-14 | 1 | -34/+43 |
* | Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631) | zeripath | 2019-04-29 | 1 | -26/+0 |
* | Better logging (#6038) (#6095) | zeripath | 2019-04-02 | 1 | -3/+3 |
* | move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) | Lunny Xiao | 2019-03-27 | 1 | -1/+1 |
* | Clean up various use of escape/unescape functions for URL generation (#6334) | mrsdizzie | 2019-03-18 | 1 | -2/+2 |
* | fix lfs version check warning log when using ssh protocol (#5501) | Lunny Xiao | 2018-12-19 | 1 | -9/+3 |
* | fix detect force push failure on deletion of protected branches (#5522) | Lunny Xiao | 2018-12-12 | 1 | -12/+12 |
* | remove unused db init on commands serv, update, hooks (#5225) | Lunny Xiao | 2018-10-30 | 1 | -1/+0 |
* | fix showing pull request link when delete a branch (#5166) | Lunny Xiao | 2018-10-28 | 1 | -1/+1 |
* | Give user a link to create PR after push (#4716) | Julien Tant | 2018-10-20 | 1 | -0/+43 |
* | General refactor of the cmd package (#3328) | Morgan Bazalgette | 2018-01-12 | 1 | -2/+2 |
* | improve force push detect when push (#2798) | Lunny Xiao | 2017-10-28 | 1 | -1/+1 |
* | improve protected branch to add whitelist support (#2451) | Lunny Xiao | 2017-09-14 | 1 | -23/+25 |
* | Drop db operations from hook commands (#1514) | Lunny Xiao | 2017-05-04 | 1 | -39/+21 |
* | Comment force push detect to fix bug #1073 (#1077) | Lunny Xiao | 2017-03-01 | 1 | -18/+41 |
* | fix push (#1076) | Lunny Xiao | 2017-02-27 | 1 | -1/+4 |
* | Move push update to post-receive and protected branch check to pre-receive (#... | Lunny Xiao | 2017-02-25 | 1 | -17/+118 |
* | Take back control of hooks (#1006) | Lunny Xiao | 2017-02-23 | 1 | -0/+106 |