| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Move serv hook functionality & drop GitLogger (#6993) | zeripath | 2019-06-01 | 1 | -124/+49 |
* | Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631) | zeripath | 2019-04-29 | 1 | -8/+0 |
* | Better logging (#6038) (#6095) | zeripath | 2019-04-02 | 1 | -1/+1 |
* | move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) | Lunny Xiao | 2019-03-27 | 1 | -1/+1 |
* | Fix ssh deploy and user key constraints (#1357) (#5939) | zeripath | 2019-02-03 | 1 | -7/+8 |
* | Fix notifications on pushing with deploy keys by setting hook environment var... | zeripath | 2019-02-03 | 1 | -0/+6 |
* | Fix #5866: Silence console logger in gitea serv (#5887) | zeripath | 2019-02-03 | 1 | -0/+1 |
* | fix lfs version check warning log when using ssh protocol (#5501) | Lunny Xiao | 2018-12-19 | 1 | -0/+22 |
* | fix clone wiki failed via ssh (#5503) | Lunny Xiao | 2018-12-11 | 1 | -4/+8 |
* | Restrict permission check on repositories and fix some problems (#5314) | Lunny Xiao | 2018-11-28 | 1 | -12/+2 |
* | Make gitea serv use api/internal (#4886) | Antoine GIRARD | 2018-10-30 | 1 | -34/+21 |
* | cmd/serve: pprof cpu and memory profile dumps to disk (#4560) | Jerry Jacobs | 2018-08-07 | 1 | -0/+16 |
* | LFS: make HTTP auth period configurable (#4035) | Inon S | 2018-05-29 | 1 | -1/+1 |
* | Do not allow inactive users to access repositories using private keys (#3887) | Lauris BH | 2018-05-02 | 1 | -0/+6 |
* | Fix SSH auth lfs locks (#3152) | Antoine GIRARD | 2018-01-27 | 1 | -2/+6 |
* | Improvements for supporting UI Location (#3146) | Lunny Xiao | 2017-12-14 | 1 | -2/+3 |
* | Remove GetRepositoryByRef and add GetRepositoryByOwnerAndName (#3043) | Lunny Xiao | 2017-12-02 | 1 | -11/+3 |
* | Set session and indexers' data files rel to AppDataPath (#2192) | Guillaume Dube | 2017-11-03 | 1 | -3/+3 |
* | feat: add check misspelling (#1877) | Bo-Yi Wu | 2017-06-05 | 1 | -1/+1 |
* | fix admin lost permission caused by #947 | Lunny Xiao | 2017-05-19 | 1 | -1/+1 |
* | Add units to team (#947) | Lunny Xiao | 2017-05-18 | 1 | -0/+8 |
* | Remove env user salt since no need to use (#1515) | Lunny Xiao | 2017-05-06 | 1 | -2/+0 |
* | Add internal routes for ssh hook comands (#1471) | Lunny Xiao | 2017-04-19 | 1 | -1/+2 |
* | refactor: show command help message. (#1486) | Bo-Yi Wu | 2017-04-12 | 1 | -1/+3 |
* | refactor update ssh key use time (#1466) | Lunny Xiao | 2017-04-07 | 1 | -7/+1 |
* | LFS: Fix SSH authentication for trailing arguments (#1328) | Fabian Zaremba | 2017-03-22 | 1 | -3/+5 |
* | Allow push to init a wiki repo (#1279) | Lunny Xiao | 2017-03-17 | 1 | -0/+6 |
* | Refactor and fix incorrect comment (#1247) | Ethan Koenig | 2017-03-15 | 1 | -1/+1 |
* | Move push update to post-receive and protected branch check to pre-receive (#... | Lunny Xiao | 2017-02-25 | 1 | -63/+13 |
* | Take back control of hooks (#1006) | Lunny Xiao | 2017-02-23 | 1 | -0/+373 |