aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/serv.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor to use urfave/cli/v2 (#25959)wxiaoguang2023-07-211-10/+10
* Bump github.com/golang-jwt/jwt to v5 (#25975)harryzcy2023-07-191-1/+1
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Fix sub-command log level (#25537)wxiaoguang2023-06-281-0/+1
* Refactor path & config system (#25330)wxiaoguang2023-06-211-1/+1
* Rewrite logger system (#24726)wxiaoguang2023-05-211-3/+2
* Merge setting.InitXXX into one function with options (#24389)Lunny Xiao2023-05-041-2/+1
* Refactor internal API for git commands, use meaningful messages instead of "I...wxiaoguang2023-03-291-41/+56
* Make `gitea serv` respect git binary home (#23138)wxiaoguang2023-02-281-10/+15
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-1/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Fix typo (#21201)naoki kuroda2022-09-181-1/+1
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-2/+2
* Refactor git module, make Gitea use internal git config (#19732)wxiaoguang2022-06-101-23/+37
* Set Setpgid on child git processes (#19865)zeripath2022-06-031-0/+2
* docs: update the ROOT documentation and error messages (#19832)singuliere2022-05-311-1/+1
* Move some helper files out of models (#19355)Lunny Xiao2022-05-081-11/+12
* Warn on SSH connection for incorrect configuration (#19317)Gusted2022-04-051-0/+9
* Fix the bug: deploy key with write access can not push (#19010)wxiaoguang2022-03-221-1/+1
* Refactor jwt.StandardClaims to RegisteredClaims (#18344)zeripath2022-01-201-4/+3
* format with gofumpt (#18184)65432022-01-201-1/+1
* not show double error response in git hook (#18292)a10121127962022-01-161-1/+1
* Support webauthn (#17957)Lunny Xiao2022-01-141-2/+3
* Only create pprof files for gitea serv if explicitly asked for (#18068)zeripath2021-12-221-1/+1
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-2/+3
* Improve install code to avoid low-level mistakes. (#17779)wxiaoguang2021-12-011-1/+1
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-7/+8
* Use a variable but a function for IsProd because of a slight performance incr...Lunny Xiao2021-10-201-1/+1
* Add agit flow support in gitea (#14295)a10121127962021-07-281-0/+8
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-2/+1
* switch to maintained lib (#16532)techknowlogick2021-07-241-1/+1
* Second attempt at preventing zombies (#16326)zeripath2021-07-141-50/+34
* Prevent zombie processes (#16314)zeripath2021-06-301-2/+24
* add a new internal hook to save ssh log (#15787)a10121127962021-05-211-0/+4
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-081-1/+1
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+2
* Use IsProd instead of testing if it's equal. (#14336)Lunny Xiao2021-01-141-2/+2
* migrate from com.* to alternatives (#14103)65432020-12-251-2/+4
* Add ssh certificate support (#12281)Wim2020-10-101-2/+5
* Gitea serv, hooks, manager and the like should always display Fatals (#13032)zeripath2020-10-071-0/+2
* Set setting.AppURL as GITEA_ROOT_URL environment variable during pushes (#12752)zeripath2020-09-061-0/+1
* Ensure repoNames are lowercased in serv (#12668)zeripath2020-08-311-2/+8
* Rename models.ProtectedBranchRepoID to models.EnvRepoID and ensure EnvPusherE...zeripath2020-08-301-2/+3
* Use shellquote to unpack arguments to gitea serv (#12624)zeripath2020-08-281-15/+18
* Multiple LFS improvements (#10667)zeripath2020-03-091-6/+9
* Fix push-create SSH bugs (#10145)John Olheiser2020-02-051-0/+6
* Add debug option to serv to help debug problems (#9492)zeripath2019-12-251-3/+11
* Allow Protected Branches to Whitelist Deploy Keys (#8483)zeripath2019-10-211-0/+2
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Update serv.go (#7822)clavinet2019-08-111-1/+1