Commit Graph

49 Commits (v1.18.3-2)

Author SHA1 Message Date
delvh 0ebb45cfe7
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) () 2 years ago
Lunny Xiao 1428877c37
log real ip of requests from ssh () 2 years ago
zeripath 943753f560
Support Proxy protocol () 2 years ago
zeripath 4909493a9f
Allow manager logging to set SQL () 3 years ago
zeripath c88547ce71
Add Goroutine stack inspector to admin/monitor () 3 years ago
KN4CK3R 3f280f89e7
Update HTTP status codes to modern codes () 3 years ago
wxiaoguang 2b55422cd7
Fix the bug: deploy key with write access can not push () 3 years ago
Aravinth Manivannan 3bb028cc46
Validate migration files () 3 years ago
6543 54e9ee37a7
format with gofumpt () 3 years ago
Lunny Xiao 3ca5dc7e32
Move keys to models/asymkey () 3 years ago
mscherer f49d160447
Replace "unix" by "http+unix" for PROTOCOL () 3 years ago
wxiaoguang 042cac5fed
Improve install code to avoid low-level mistakes. () 3 years ago
Lunny Xiao 1fee11d69a
Move accessmode into models/perm () 3 years ago
Lunny Xiao a666829a37
Move user related model into models/user () 3 years ago
Eng Zer Jun f2e7d5477f
refactor: move from io/ioutil to io and os package () 3 years ago
Lunny Xiao 8d7704b5a2
Fix dump and restore respository () 3 years ago
Lunny Xiao 74d75eb69c
Fix spelling of HookProcReceiveResult () 4 years ago
a1012112796 3705168837
Add agit flow support in gitea () 4 years ago
Lunny Xiao 9f31f3aa8a
Add an abstract json layout to make it's easier to change json library () 4 years ago
zeripath 3dcb3e9073
Second attempt at preventing zombies () 4 years ago
KN4CK3R 383ffcfa34
Small refactoring of modules/private () 4 years ago
a1012112796 fec8324026
add a new internal hook to save ssh log () 4 years ago
Lunny Xiao e5723d6556
Move restore repo to internal router and invoke from command to avoid open the same db file or queues files () 4 years ago
zeripath f0e15250b9
Migrate to use jsoniter instead of encoding/json () 4 years ago
Lunny Xiao 38d11eea58
Fix send mail () 4 years ago
Maxim Zhiburt a1952afc38
Sendmail command () 4 years ago
zeripath d257485bc0
Rename models.ProtectedBranchRepoID to models.EnvRepoID and ensure EnvPusherEmail is set () 4 years ago
John Olheiser 43a397ce9a
Initial support for push options () 4 years ago
zeripath c5b08f6d5a
Pause, Resume, Release&Reopen, Add and Remove Logging from command line () 5 years ago
zeripath bf847b9397
Upgrade golangci-lint to 1.24.0 () 5 years ago
zeripath c01221e70f
Queue: Make WorkerPools and Queues flushable () 5 years ago
zeripath 7bfb83e064 Batch hook pre- and post-receive calls () 5 years ago
zeripath d1a49977b0 AuthorizedKeysCommand should not query db directly () 5 years ago
zeripath 0bfe5eb10b
Allow Protected Branches to Whitelist Deploy Keys () 5 years ago
zeripath def84840db Attempt to fix hook problem () 6 years ago
zeripath 3563650bdb Run hooks on merge/edit and cope with protected branches () 6 years ago
zeripath 356854fc5f Move serv hook functionality & drop GitLogger () 6 years ago
mrsdizzie ca46385637 Clean up various use of escape/unescape functions for URL generation () 6 years ago
zeripath 663874e8be Use url.PathEscape to escape the branchname () 6 years ago
zeripath 01c10a951b
Fix ssh deploy and user key constraints () () 6 years ago
Joona Hoikkala 3b364029f7 Fix TLS errors when using acme/autocert for local connections () 6 years ago
Lunny Xiao ba75319157 fix clone wiki failed via ssh () 6 years ago
Lunny Xiao eabbddcd98
Restrict permission check on repositories and fix some problems () 6 years ago
Antoine GIRARD 617a2433a3 Make gitea serv use api/internal () 6 years ago
Julien Tant dea3d849e1 Give user a link to create PR after push () 6 years ago
Lunny Xiao 1739e84ac0 improve protected branch to add whitelist support () 7 years ago
Lauris BH fa8d40faca Fix internal requests when gitea listens to unix socket or only external IP () 8 years ago
Lunny Xiao 1773e88643 Drop db operations from hook commands () 8 years ago
Lunny Xiao 2eeae84cbd Add internal routes for ssh hook comands () 8 years ago