| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean-up HookPreReceive and restore functionality for pushing non-standard re... | zeripath | 2021-09-16 | 1 | -777/+0 |
* | Support unprotected file patterns (#16395) | Jimmy Praet | 2021-09-11 | 1 | -0/+17 |
* | Fix spelling of HookProcReceiveResult (#16690) | Lunny Xiao | 2021-08-14 | 1 | -1/+1 |
* | Add agit flow support in gitea (#14295) | a1012112796 | 2021-07-28 | 1 | -1/+141 |
* | Add tag protection (#15629) | KN4CK3R | 2021-06-25 | 1 | -160/+193 |
* | Small refactoring of modules/private (#15947) | KN4CK3R | 2021-06-23 | 1 | -52/+52 |
* | [refactor] replace int with httpStatusCodes (#15282) | 6543 | 2021-04-05 | 1 | -1/+1 |
* | Move macaron to chi (#14293) | Lunny Xiao | 2021-01-26 | 1 | -5/+7 |
* | Check for 'main' as potential default branch name (#14193) | Chester Liu | 2020-12-30 | 1 | -2/+2 |
* | Use native git variants by default with go-git variants as build tag (#13673) | zeripath | 2020-12-17 | 1 | -2/+1 |
* | Refactor: Move PushUpdateOptions (#13363) | Lunny Xiao | 2020-10-30 | 1 | -2/+3 |
* | [Enhancement] Allow admin to merge pr with protected file changes (#12078) | 赵智超 | 2020-10-13 | 1 | -156/+155 |
* | Move all push update operations to a queue (#10133) | Lunny Xiao | 2020-09-11 | 1 | -4/+4 |
* | Initial support for push options (#12169) | John Olheiser | 2020-08-23 | 1 | -0/+12 |
* | Fix typos (#12542) | Gjergji Ramku | 2020-08-20 | 1 | -2/+2 |
* | Git 2.28 no longer permits diff with ... on unrelated branches (#12364) | zeripath | 2020-07-29 | 1 | -0/+2 |
* | Protect default branch against deletion (#11115) | 6543 | 2020-05-06 | 1 | -0/+8 |
* | Prevent merge of outdated PRs on protected branches (#11012) | 6543 | 2020-04-16 | 1 | -0/+1 |
* | Allow to set protected file patterns that can not be changed under no conditi... | Lauris BH | 2020-03-27 | 1 | -1/+68 |
* | Migrate to go-git/go-git v5.0.0 (#10735) | Lauris BH | 2020-03-17 | 1 | -1/+1 |
* | Make PR message on pushes configurable (#10664) | John Olheiser | 2020-03-08 | 1 | -2/+3 |
* | Show Signer in commit lists and add basic trust (#10425) | zeripath | 2020-02-27 | 1 | -2/+0 |
* | Improve push update options (#10105) | Lunny Xiao | 2020-02-02 | 1 | -9/+2 |
* | Fix admin handling at merge of PR (#9749) | David Svantesson | 2020-01-16 | 1 | -12/+14 |
* | Add require signed commit for protected branch (#9708) | zeripath | 2020-01-15 | 1 | -15/+140 |
* | Allow repo admin to merge PR regardless of review status (#9611) | David Svantesson | 2020-01-11 | 1 | -9/+42 |
* | Add branch protection option to block merge on requested changes. (#9592) | David Svantesson | 2020-01-03 | 1 | -0/+7 |
* | Batch hook pre- and post-receive calls (#8602) | zeripath | 2019-12-26 | 1 | -170/+257 |
* | Branch protection: Possibility to not use whitelist but allow anyone with wri... | David Svantesson | 2019-12-03 | 1 | -1/+1 |
* | Move PushUpdateOptions from models to repofiles (#9124) | Lunny Xiao | 2019-11-29 | 1 | -1/+1 |
* | Allow Protected Branches to Whitelist Deploy Keys (#8483) | zeripath | 2019-10-21 | 1 | -1/+7 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 1 | -1/+1 |
* | Attempt to fix hook problem (#7854) | zeripath | 2019-08-14 | 1 | -5/+14 |
* | #6946 Run hooks on merge/edit and cope with protected branches (#6961) | zeripath | 2019-07-01 | 1 | -1/+19 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -1/+0 |
* | Move PushUpdate dependency from models to repofiles (#6763) | Lunny Xiao | 2019-06-10 | 1 | -1/+10 |
* | Move serv hook functionality & drop GitLogger (#6993) | zeripath | 2019-06-01 | 1 | -0/+209 |