]> source.dussan.org Git - gitea.git/commit
Allow custom SSH user in UI for built-in SSH server (#2617) (#2678)
authorPatrick G <geek1011@outlook.com>
Sat, 14 Oct 2017 15:51:00 +0000 (11:51 -0400)
committerLauris BH <lauris@nix.lv>
Sat, 14 Oct 2017 15:51:00 +0000 (18:51 +0300)
commite89bb7ef6a6848615a56f8c568ae335de0c2e9e7
treeaab1716cd9dffc017d27fe91b04364ed5004bd7b
parent514006a2e5a33074fba5ac2deab9ab91cf5713a2
Allow custom SSH user in UI for built-in SSH server (#2617) (#2678)

* Allow custom SSH user in UI for built-in SSH server (#2617)

* Some fixes

* Did make fmt

* Updated according to review

- Renamed config to BUILTIN_SSH_SERVER_USER
- Removed unnecessary default string value for config item

* Updated according to review

* Fixed some minor issues
conf/app.ini
models/repo.go
modules/setting/setting.go