aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/serv.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* cmd/serv: actually exit after fatal errors (#7458)Allen Wild2019-07-131-1/+0
* #6946 Run hooks on merge/edit and cope with protected branches (#6961)zeripath2019-07-011-2/+1
* Only check and config git on web subcommand but not others (#7236)Lunny Xiao2019-06-191-22/+0
* Add golangci (#6418)kolaente2019-06-121-3/+4
* fix pusher name via ssh push (#7167)Lunny Xiao2019-06-111-1/+1
* Avoid arbitrary format strings upon calling fail() function (#7112)Sandro Santilli2019-06-031-4/+4
* Move serv hook functionality & drop GitLogger (#6993)zeripath2019-06-011-124/+49
* Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631)zeripath2019-04-291-8/+0
* Better logging (#6038) (#6095)zeripath2019-04-021-1/+1
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+1
* Fix ssh deploy and user key constraints (#1357) (#5939)zeripath2019-02-031-7/+8
* Fix notifications on pushing with deploy keys by setting hook environment var...zeripath2019-02-031-0/+6
* Fix #5866: Silence console logger in gitea serv (#5887)zeripath2019-02-031-0/+1
* fix lfs version check warning log when using ssh protocol (#5501)Lunny Xiao2018-12-191-0/+22
* fix clone wiki failed via ssh (#5503)Lunny Xiao2018-12-111-4/+8
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-12/+2
* Make gitea serv use api/internal (#4886)Antoine GIRARD2018-10-301-34/+21
* cmd/serve: pprof cpu and memory profile dumps to disk (#4560)Jerry Jacobs2018-08-071-0/+16
* LFS: make HTTP auth period configurable (#4035)Inon S2018-05-291-1/+1
* Do not allow inactive users to access repositories using private keys (#3887)Lauris BH2018-05-021-0/+6
* Fix SSH auth lfs locks (#3152)Antoine GIRARD2018-01-271-2/+6
* Improvements for supporting UI Location (#3146)Lunny Xiao2017-12-141-2/+3
* Remove GetRepositoryByRef and add GetRepositoryByOwnerAndName (#3043)Lunny Xiao2017-12-021-11/+3
* Set session and indexers' data files rel to AppDataPath (#2192)Guillaume Dube2017-11-031-3/+3
* feat: add check misspelling (#1877)Bo-Yi Wu2017-06-051-1/+1
* fix admin lost permission caused by #947Lunny Xiao2017-05-191-1/+1
* Add units to team (#947)Lunny Xiao2017-05-181-0/+8