Commit Graph

69 Commits (509d8112432bd90f070e35e03f4cf78a416914fc)

Author SHA1 Message Date
Gusted 606e33d38a
Warn on SSH connection for incorrect configuration (#19317) 2 years ago
wxiaoguang 2b55422cd7
Fix the bug: deploy key with write access can not push (#19010) 3 years ago
zeripath 44deae8f3d
Refactor jwt.StandardClaims to RegisteredClaims (#18344) 3 years ago
6543 54e9ee37a7
format with gofumpt (#18184) 3 years ago
a1012112796 72b3681648
not show double error response in git hook (#18292) 3 years ago
Lunny Xiao 35c3553870
Support webauthn (#17957) 3 years ago
zeripath d097fd6be6
Only create pprof files for gitea serv if explicitly asked for (#18068) 3 years ago
Lunny Xiao 3ca5dc7e32
Move keys to models/asymkey (#17917) 3 years ago
wxiaoguang 042cac5fed
Improve install code to avoid low-level mistakes. (#17779) 3 years ago
Lunny Xiao 1fee11d69a
Move accessmode into models/perm (#17828) 3 years ago
Lunny Xiao f494776931
Use a variable but a function for IsProd because of a slight performance increment (#17368) 3 years ago
a1012112796 3705168837
Add agit flow support in gitea (#14295) 3 years ago
Lunny Xiao 9f31f3aa8a
Add an abstract json layout to make it's easier to change json library (#16528) 3 years ago
techknowlogick 29a22ade82
switch to maintained lib (#16532) 3 years ago
zeripath 3dcb3e9073
Second attempt at preventing zombies (#16326) 3 years ago
zeripath 302e8b6d02
Prevent zombie processes (#16314) 3 years ago
a1012112796 fec8324026
add a new internal hook to save ssh log (#15787) 3 years ago
KN4CK3R c03e488e14
Add LFS Migration and Mirror (#14726) 4 years ago
zeripath f0e15250b9
Migrate to use jsoniter instead of encoding/json (#14841) 4 years ago
Lunny Xiao 84b147c7f0
Use IsProd instead of testing if it's equal. (#14336) 4 years ago
6543 a19447aed1
migrate from com.* to alternatives (#14103) 4 years ago
Wim 9066d09c57
Add ssh certificate support (#12281) 4 years ago
zeripath 1bf40ca0df
Gitea serv, hooks, manager and the like should always display Fatals (#13032) 4 years ago
zeripath a722dd72db
Set setting.AppURL as GITEA_ROOT_URL environment variable during pushes (#12752) 4 years ago
zeripath 82b71881d8
Ensure repoNames are lowercased in serv (#12668) 4 years ago
zeripath d257485bc0
Rename models.ProtectedBranchRepoID to models.EnvRepoID and ensure EnvPusherEmail is set (#12646) 4 years ago
zeripath 7ba6fea0b7
Use shellquote to unpack arguments to gitea serv (#12624) 4 years ago
zeripath 9269b7f627
Multiple LFS improvements (#10667) 5 years ago
John Olheiser 95013fde60
Fix push-create SSH bugs (#10145) 5 years ago
zeripath 3e166bd055 Add debug option to serv to help debug problems (#9492) 5 years ago
zeripath 0bfe5eb10b
Allow Protected Branches to Whitelist Deploy Keys (#8483) 5 years ago
Tamal Saha 171b359877 Use gitea forked macaron (#7933) 5 years ago
clavinet 8101d803e6 Update serv.go (#7822) 5 years ago
Allen Wild 2186a99c76 cmd/serv: actually exit after fatal errors (#7458) 5 years ago
zeripath 3563650bdb #6946 Run hooks on merge/edit and cope with protected branches (#6961) 5 years ago
Lunny Xiao 8ec659722d Only check and config git on web subcommand but not others (#7236) 5 years ago
kolaente f9ec2f89f2 Add golangci (#6418) 5 years ago
Lunny Xiao 74690f6451
fix pusher name via ssh push (#7167) 5 years ago
Sandro Santilli 45f588e85d Avoid arbitrary format strings upon calling fail() function (#7112) 5 years ago
zeripath 356854fc5f Move serv hook functionality & drop GitLogger (#6993) 5 years ago
zeripath 8d0d7bc28d Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631) 5 years ago
zeripath 704da08fdc
Better logging (#6038) (#6095) 6 years ago
Lunny Xiao d578b71d61
move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) 6 years ago
zeripath 01c10a951b
Fix ssh deploy and user key constraints (#1357) (#5939) 6 years ago
zeripath 13c0f7dfff
Fix notifications on pushing with deploy keys by setting hook environment variables (#5935) 6 years ago
zeripath 2902b3a68c
Fix #5866: Silence console logger in gitea serv (#5887) 6 years ago
Lunny Xiao 7fd34c0517
fix lfs version check warning log when using ssh protocol (#5501) 6 years ago
Lunny Xiao ba75319157 fix clone wiki failed via ssh (#5503) 6 years ago
Lunny Xiao eabbddcd98
Restrict permission check on repositories and fix some problems (#5314) 6 years ago
Antoine GIRARD 617a2433a3 Make gitea serv use api/internal (#4886) 6 years ago