summaryrefslogtreecommitdiffstats
path: root/routers/private/hook.go
Commit message (Expand)AuthorAgeFilesLines
* Clean-up HookPreReceive and restore functionality for pushing non-standard re...zeripath2021-09-161-777/+0
* Support unprotected file patterns (#16395)Jimmy Praet2021-09-111-0/+17
* Fix spelling of HookProcReceiveResult (#16690)Lunny Xiao2021-08-141-1/+1
* Add agit flow support in gitea (#14295)a10121127962021-07-281-1/+141
* Add tag protection (#15629)KN4CK3R2021-06-251-160/+193
* Small refactoring of modules/private (#15947)KN4CK3R2021-06-231-52/+52
* [refactor] replace int with httpStatusCodes (#15282)65432021-04-051-1/+1
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-5/+7
* Check for 'main' as potential default branch name (#14193)Chester Liu2020-12-301-2/+2
* Use native git variants by default with go-git variants as build tag (#13673)zeripath2020-12-171-2/+1
* Refactor: Move PushUpdateOptions (#13363)Lunny Xiao2020-10-301-2/+3
* [Enhancement] Allow admin to merge pr with protected file changes (#12078)赵智超2020-10-131-156/+155
* Move all push update operations to a queue (#10133)Lunny Xiao2020-09-111-4/+4
* Initial support for push options (#12169)John Olheiser2020-08-231-0/+12
* Fix typos (#12542)Gjergji Ramku2020-08-201-2/+2
* Git 2.28 no longer permits diff with ... on unrelated branches (#12364)zeripath2020-07-291-0/+2
* Protect default branch against deletion (#11115)65432020-05-061-0/+8
* Prevent merge of outdated PRs on protected branches (#11012)65432020-04-161-0/+1
* Allow to set protected file patterns that can not be changed under no conditi...Lauris BH2020-03-271-1/+68
* Migrate to go-git/go-git v5.0.0 (#10735)Lauris BH2020-03-171-1/+1
* Make PR message on pushes configurable (#10664)John Olheiser2020-03-081-2/+3
* Show Signer in commit lists and add basic trust (#10425)zeripath2020-02-271-2/+0
* Improve push update options (#10105)Lunny Xiao2020-02-021-9/+2
* Fix admin handling at merge of PR (#9749)David Svantesson2020-01-161-12/+14
* Add require signed commit for protected branch (#9708)zeripath2020-01-151-15/+140
* Allow repo admin to merge PR regardless of review status (#9611)David Svantesson2020-01-111-9/+42
* Add branch protection option to block merge on requested changes. (#9592)David Svantesson2020-01-031-0/+7
* Batch hook pre- and post-receive calls (#8602)zeripath2019-12-261-170/+257
* Branch protection: Possibility to not use whitelist but allow anyone with wri...David Svantesson2019-12-031-1/+1
* Move PushUpdateOptions from models to repofiles (#9124)Lunny Xiao2019-11-291-1/+1
* Allow Protected Branches to Whitelist Deploy Keys (#8483)zeripath2019-10-211-1/+7
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Attempt to fix hook problem (#7854)zeripath2019-08-141-5/+14
* #6946 Run hooks on merge/edit and cope with protected branches (#6961)zeripath2019-07-011-1/+19
* Add golangci (#6418)kolaente2019-06-121-1/+0
* Move PushUpdate dependency from models to repofiles (#6763)Lunny Xiao2019-06-101-1/+10
* Move serv hook functionality & drop GitLogger (#6993)zeripath2019-06-011-0/+209