summaryrefslogtreecommitdiffstats
path: root/modules/private
Commit message (Expand)AuthorAgeFilesLines
* Fix send mail (#13312)Lunny Xiao2020-10-261-1/+6
* Sendmail command (#13079)Maxim Zhiburt2020-10-241-0/+53
* Rename models.ProtectedBranchRepoID to models.EnvRepoID and ensure EnvPusherE...zeripath2020-08-301-0/+1
* Initial support for push options (#12169)John Olheiser2020-08-231-0/+22
* Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777)zeripath2020-07-051-0/+108
* Upgrade golangci-lint to 1.24.0 (#10894)zeripath2020-03-302-4/+4
* Queue: Make WorkerPools and Queues flushable (#10001)zeripath2020-01-281-0/+83
* Batch hook pre- and post-receive calls (#8602)zeripath2019-12-261-25/+59
* AuthorizedKeysCommand should not query db directly (#9371)zeripath2019-12-161-0/+25
* Allow Protected Branches to Whitelist Deploy Keys (#8483)zeripath2019-10-211-1/+3
* Attempt to fix hook problem (#7854)zeripath2019-08-141-1/+3
* #6946 Run hooks on merge/edit and cope with protected branches (#6961)zeripath2019-07-011-1/+3
* Move serv hook functionality & drop GitLogger (#6993)zeripath2019-06-018-372/+193
* Clean up various use of escape/unescape functions for URL generation (#6334)mrsdizzie2019-03-181-2/+2
* Use url.PathEscape to escape the branchname (#6304)zeripath2019-03-122-2/+4
* Fix ssh deploy and user key constraints (#1357) (#5939)zeripath2019-02-031-0/+25
* Fix TLS errors when using acme/autocert for local connections (#5820)Joona Hoikkala2019-01-231-0/+1
* fix clone wiki failed via ssh (#5503)Lunny Xiao2018-12-111-0/+33
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-21/+3
* Make gitea serv use api/internal (#4886)Antoine GIRARD2018-10-303-12/+173
* Give user a link to create PR after push (#4716)Julien Tant2018-10-201-0/+68
* improve protected branch to add whitelist support (#2451)Lunny Xiao2017-09-141-0/+26
* Fix internal requests when gitea listens to unix socket or only external IP (...Lauris BH2017-08-033-11/+18
* Drop db operations from hook commands (#1514)Lunny Xiao2017-05-043-0/+90
* Add internal routes for ssh hook comands (#1471)Lunny Xiao2017-04-191-0/+53