aboutsummaryrefslogtreecommitdiffstats
path: root/routers/private/internal.go
Commit message (Expand)AuthorAgeFilesLines
* refactor bind functions based on generics (#22055)Lunny Xiao2022-12-121-7/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* log real ip of requests from ssh (#21216)Lunny Xiao2022-10-111-0/+4
* Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI (#19663)Clar Fon2022-10-021-0/+5
* Allow manager logging to set SQL (#20064)zeripath2022-06-241-0/+1
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-311-0/+1
* format with gofumpt (#18184)65432022-01-201-3/+3
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-2/+2
* Clean-up HookPreReceive and restore functionality for pushing non-standard re...zeripath2021-09-161-3/+3
* Add agit flow support in gitea (#14295)a10121127962021-07-281-0/+1
* add a new internal hook to save ssh log (#15787)a10121127962021-05-211-0/+1
* Prevent double-login for Git HTTP and LFS and simplify login (#15303)zeripath2021-05-151-1/+1
* Move restore repo to internal router and invoke from command to avoid open th...Lunny Xiao2021-05-101-0/+1
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-30/+52
* Sendmail command (#13079)Maxim Zhiburt2020-10-241-0/+1
* Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777)zeripath2020-07-051-1/+5
* Remove Unused Functions (#10516)65432020-03-021-50/+0
* Queue: Make WorkerPools and Queues flushable (#10001)zeripath2020-01-281-0/+4
* Batch hook pre- and post-receive calls (#8602)zeripath2019-12-261-2/+7
* Use Req.URL.RequestURI() to cope with FCGI urls (#9473)zeripath2019-12-241-0/+2
* AuthorizedKeysCommand should not query db directly (#9371)zeripath2019-12-161-0/+1
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Move serv hook functionality & drop GitLogger (#6993)zeripath2019-06-011-14/+5
* Fix ssh deploy and user key constraints (#1357) (#5939)zeripath2019-02-031-0/+1
* fix clone wiki failed via ssh (#5503)Lunny Xiao2018-12-111-0/+1
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-21/+15
* Make gitea serv use api/internal (#4886)Antoine GIRARD2018-10-301-5/+53
* Give user a link to create PR after push (#4716)Julien Tant2018-10-201-0/+2
* improve protected branch to add whitelist support (#2451)Lunny Xiao2017-09-141-0/+1
* fix bug when push a branch name with / & fix an integration test bug (#1689)Lunny Xiao2017-05-081-1/+1
* Drop db operations from hook commands (#1514)Lunny Xiao2017-05-041-0/+3
* Add internal routes for ssh hook comands (#1471)Lunny Xiao2017-04-191-0/+44