| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge setting.InitXXX into one function with options (#24389) | Lunny Xiao | 2023-05-04 | 1 | -2/+1 |
* | Refactor internal API for git commands, use meaningful messages instead of "I... | wxiaoguang | 2023-03-29 | 1 | -41/+56 |
* | Make `gitea serv` respect git binary home (#23138) | wxiaoguang | 2023-02-28 | 1 | -10/+15 |
* | Refactor the setting to make unit test easier (#22405) | Lunny Xiao | 2023-02-20 | 1 | -1/+2 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Fix typo (#21201) | naoki kuroda | 2022-09-18 | 1 | -1/+1 |
* | Move some code into models/git (#19879) | Lunny Xiao | 2022-06-12 | 1 | -2/+2 |
* | Refactor git module, make Gitea use internal git config (#19732) | wxiaoguang | 2022-06-10 | 1 | -23/+37 |
* | Set Setpgid on child git processes (#19865) | zeripath | 2022-06-03 | 1 | -0/+2 |
* | docs: update the ROOT documentation and error messages (#19832) | singuliere | 2022-05-31 | 1 | -1/+1 |
* | Move some helper files out of models (#19355) | Lunny Xiao | 2022-05-08 | 1 | -11/+12 |
* | Warn on SSH connection for incorrect configuration (#19317) | Gusted | 2022-04-05 | 1 | -0/+9 |
* | Fix the bug: deploy key with write access can not push (#19010) | wxiaoguang | 2022-03-22 | 1 | -1/+1 |
* | Refactor jwt.StandardClaims to RegisteredClaims (#18344) | zeripath | 2022-01-20 | 1 | -4/+3 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -1/+1 |
* | not show double error response in git hook (#18292) | a1012112796 | 2022-01-16 | 1 | -1/+1 |
* | Support webauthn (#17957) | Lunny Xiao | 2022-01-14 | 1 | -2/+3 |
* | Only create pprof files for gitea serv if explicitly asked for (#18068) | zeripath | 2021-12-22 | 1 | -1/+1 |
* | Move keys to models/asymkey (#17917) | Lunny Xiao | 2021-12-10 | 1 | -2/+3 |
* | Improve install code to avoid low-level mistakes. (#17779) | wxiaoguang | 2021-12-01 | 1 | -1/+1 |
* | Move accessmode into models/perm (#17828) | Lunny Xiao | 2021-11-28 | 1 | -7/+8 |
* | Use a variable but a function for IsProd because of a slight performance incr... | Lunny Xiao | 2021-10-20 | 1 | -1/+1 |
* | Add agit flow support in gitea (#14295) | a1012112796 | 2021-07-28 | 1 | -0/+8 |
* | Add an abstract json layout to make it's easier to change json library (#16528) | Lunny Xiao | 2021-07-24 | 1 | -2/+1 |
* | switch to maintained lib (#16532) | techknowlogick | 2021-07-24 | 1 | -1/+1 |
* | Second attempt at preventing zombies (#16326) | zeripath | 2021-07-14 | 1 | -50/+34 |
* | Prevent zombie processes (#16314) | zeripath | 2021-06-30 | 1 | -2/+24 |
* | add a new internal hook to save ssh log (#15787) | a1012112796 | 2021-05-21 | 1 | -0/+4 |
* | Add LFS Migration and Mirror (#14726) | KN4CK3R | 2021-04-08 | 1 | -1/+1 |
* | Migrate to use jsoniter instead of encoding/json (#14841) | zeripath | 2021-03-01 | 1 | -1/+2 |
* | Use IsProd instead of testing if it's equal. (#14336) | Lunny Xiao | 2021-01-14 | 1 | -2/+2 |
* | migrate from com.* to alternatives (#14103) | 6543 | 2020-12-25 | 1 | -2/+4 |
* | Add ssh certificate support (#12281) | Wim | 2020-10-10 | 1 | -2/+5 |
* | Gitea serv, hooks, manager and the like should always display Fatals (#13032) | zeripath | 2020-10-07 | 1 | -0/+2 |
* | Set setting.AppURL as GITEA_ROOT_URL environment variable during pushes (#12752) | zeripath | 2020-09-06 | 1 | -0/+1 |
* | Ensure repoNames are lowercased in serv (#12668) | zeripath | 2020-08-31 | 1 | -2/+8 |
* | Rename models.ProtectedBranchRepoID to models.EnvRepoID and ensure EnvPusherE... | zeripath | 2020-08-30 | 1 | -2/+3 |
* | Use shellquote to unpack arguments to gitea serv (#12624) | zeripath | 2020-08-28 | 1 | -15/+18 |
* | Multiple LFS improvements (#10667) | zeripath | 2020-03-09 | 1 | -6/+9 |
* | Fix push-create SSH bugs (#10145) | John Olheiser | 2020-02-05 | 1 | -0/+6 |
* | Add debug option to serv to help debug problems (#9492) | zeripath | 2019-12-25 | 1 | -3/+11 |
* | Allow Protected Branches to Whitelist Deploy Keys (#8483) | zeripath | 2019-10-21 | 1 | -0/+2 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 1 | -1/+1 |
* | Update serv.go (#7822) | clavinet | 2019-08-11 | 1 | -1/+1 |
* | cmd/serv: actually exit after fatal errors (#7458) | Allen Wild | 2019-07-13 | 1 | -1/+0 |
* | #6946 Run hooks on merge/edit and cope with protected branches (#6961) | zeripath | 2019-07-01 | 1 | -2/+1 |
* | Only check and config git on web subcommand but not others (#7236) | Lunny Xiao | 2019-06-19 | 1 | -22/+0 |
* | Add golangci (#6418) | kolaente | 2019-06-12 | 1 | -3/+4 |
* | fix pusher name via ssh push (#7167) | Lunny Xiao | 2019-06-11 | 1 | -1/+1 |
* | Avoid arbitrary format strings upon calling fail() function (#7112) | Sandro Santilli | 2019-06-03 | 1 | -4/+4 |