aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/serv.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove env user salt since no need to use (#1515)Lunny Xiao2017-05-061-2/+0
* Add internal routes for ssh hook comands (#1471)Lunny Xiao2017-04-191-1/+2
* refactor: show command help message. (#1486)Bo-Yi Wu2017-04-121-1/+3
* refactor update ssh key use time (#1466)Lunny Xiao2017-04-071-7/+1
* LFS: Fix SSH authentication for trailing arguments (#1328)Fabian Zaremba2017-03-221-3/+5
* Allow push to init a wiki repo (#1279)Lunny Xiao2017-03-171-0/+6
* Refactor and fix incorrect comment (#1247)Ethan Koenig2017-03-151-1/+1
* Move push update to post-receive and protected branch check to pre-receive (#...Lunny Xiao2017-02-251-63/+13
* Take back control of hooks (#1006)Lunny Xiao2017-02-231-0/+373