summaryrefslogtreecommitdiffstats
path: root/modules/private/internal.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor internal API for git commands, use meaningful messages instead of "I...wxiaoguang2023-03-291-27/+29
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* log real ip of requests from ssh (#21216)Lunny Xiao2022-10-111-2/+13
* Support Proxy protocol (#12527)zeripath2022-08-211-1/+27
* Replace "unix" by "http+unix" for PROTOCOL (#17771)mscherer2021-12-051-1/+1
* Improve install code to avoid low-level mistakes. (#17779)wxiaoguang2021-12-011-5/+6
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-2/+1
* Second attempt at preventing zombies (#16326)zeripath2021-07-141-5/+12
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+2
* Move serv hook functionality & drop GitLogger (#6993)zeripath2019-06-011-49/+0
* Use url.PathEscape to escape the branchname (#6304)zeripath2019-03-121-1/+2
* Fix TLS errors when using acme/autocert for local connections (#5820)Joona Hoikkala2019-01-231-0/+1
* 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-301-11/+56
* Fix internal requests when gitea listens to unix socket or only external IP (...Lauris BH2017-08-031-3/+16
* Drop db operations from hook commands (#1514)Lunny Xiao2017-05-041-0/+4
* Add internal routes for ssh hook comands (#1471)Lunny Xiao2017-04-191-0/+53