| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename models.ProtectedBranchRepoID to models.EnvRepoID and ensure EnvPusherE... | zeripath | 2020-08-30 | 1 | -0/+15 |
* | Initial support for push options (#12169) | John Olheiser | 2020-08-23 | 1 | -0/+12 |
* | Fix typos (#12542) | Gjergji Ramku | 2020-08-20 | 2 | -3/+3 |
* | Git 2.28 no longer permits diff with ... on unrelated branches (#12364) | zeripath | 2020-07-29 | 1 | -0/+2 |
* | Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777) | zeripath | 2020-07-05 | 2 | -2/+121 |
* | Protect default branch against deletion (#11115) | 6543 | 2020-05-06 | 1 | -0/+8 |
* | Prevent clones and pushes to disabled wiki (#11131) | zeripath | 2020-04-19 | 1 | -1/+20 |
* | 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 |
* | Remove Unused Functions (#10516) | 6543 | 2020-03-02 | 1 | -50/+0 |
* | Show Signer in commit lists and add basic trust (#10425) | zeripath | 2020-02-27 | 1 | -2/+0 |
* | Fix push-create SSH bugs (#10145) | John Olheiser | 2020-02-05 | 1 | -1/+11 |
* | Improve push update options (#10105) | Lunny Xiao | 2020-02-02 | 1 | -9/+2 |
* | Queue: Make WorkerPools and Queues flushable (#10001) | zeripath | 2020-01-28 | 4 | -0/+101 |
* | 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 |
* | Move wiki related funtions from models to services/wiki (#9355) | Lunny Xiao | 2020-01-07 | 1 | -1/+2 |
* | Add branch protection option to block merge on requested changes. (#9592) | David Svantesson | 2020-01-03 | 1 | -0/+7 |
* | Remove obsolete file private/push_update.go (#9503) | David Svantesson | 2019-12-26 | 1 | -56/+0 |
* | Batch hook pre- and post-receive calls (#8602) | zeripath | 2019-12-26 | 2 | -172/+264 |
* | Use Req.URL.RequestURI() to cope with FCGI urls (#9473) | zeripath | 2019-12-24 | 1 | -0/+2 |
* | AuthorizedKeysCommand should not query db directly (#9371) | zeripath | 2019-12-16 | 2 | -4/+22 |
* | Push to create repo (#8419) | John Olheiser | 2019-12-15 | 1 | -30/+83 |
* | 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 | 2 | -2/+2 |
* | Allow Protected Branches to Whitelist Deploy Keys (#8483) | zeripath | 2019-10-21 | 1 | -1/+7 |
* | Move migrating repository from frontend to backend (#6200) | Lunny Xiao | 2019-10-13 | 1 | -0/+9 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 5 | -5/+5 |
* | Display ui time with customize time location (#7792) | Lunny Xiao | 2019-08-15 | 1 | -2/+2 |
* | 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 | 2 | -3/+0 |
* | Move PushUpdate dependency from models to repofiles (#6763) | Lunny Xiao | 2019-06-10 | 2 | -1/+66 |
* | Move serv hook functionality & drop GitLogger (#6993) | zeripath | 2019-06-01 | 8 | -297/+511 |
* | 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 | -7/+6 |
* | Fix ssh deploy and user key constraints (#1357) (#5939) | zeripath | 2019-02-03 | 2 | -0/+19 |
* | fix clone wiki failed via ssh (#5503) | Lunny Xiao | 2018-12-11 | 2 | -0/+35 |
* | Restrict permission check on repositories and fix some problems (#5314) | Lunny Xiao | 2018-11-28 | 1 | -21/+15 |
* | Make gitea serv use api/internal (#4886) | Antoine GIRARD | 2018-10-30 | 2 | -5/+137 |
* | Give user a link to create PR after push (#4716) | Julien Tant | 2018-10-20 | 2 | -0/+86 |
* | improve protected branch to add whitelist support (#2451) | Lunny Xiao | 2017-09-14 | 2 | -1/+24 |
* | Trigger sync webhooks on UI commit (#2302) | Ethan Koenig | 2017-08-17 | 1 | -14/+1 |
* | fix bug when push a branch name with / & fix an integration test bug (#1689) | Lunny Xiao | 2017-05-08 | 2 | -2/+2 |
* | Drop db operations from hook commands (#1514) | Lunny Xiao | 2017-05-04 | 3 | -0/+93 |
* | Add internal routes for ssh hook comands (#1471) | Lunny Xiao | 2017-04-19 | 1 | -0/+44 |