You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/cmd
6543 6bddfd3086
Warn on SSH connection for incorrect configuration (#19317) (#19437)
Backport #19317

- Warn on SSH connection for incorrect configuration
- When `setting.RepoRootPath` cannot be found(most likely due to
incorrect configuration) show "Gitea: Incorrect configuration" on the
client-side to help easier with debugging the problem.

Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
3 years ago
..
admin.go Add/update SMTP auth providers via cli (#18197) 3 years ago
admin_auth_ldap.go Refactor auth package (#17962) 3 years ago
admin_auth_ldap_test.go Refactor auth package (#17962) 3 years ago
cert.go Add golangci (#6418) 6 years ago
cmd.go Fix flag validation (#19046) (#19051) 3 years ago
convert.go Improve install code to avoid low-level mistakes. (#17779) 3 years ago
docs.go Fix offBy1 errors (#17606) 3 years ago
doctor.go Improve install code to avoid low-level mistakes. (#17779) 3 years ago
dump.go Simplify parameter types (#18006) 3 years ago
dump_repo.go Improve install code to avoid low-level mistakes. (#17779) 3 years ago
embedded.go Improve install code to avoid low-level mistakes. (#17779) 3 years ago
embedded_stub.go Add bundle download for repository (#14538) 4 years ago
generate.go Add asymmetric JWT signing (#16010) 4 years ago
hook.go Fix the bug: deploy key with write access can not push (#19010) (#19182) 3 years ago
hook_test.go Add agit flow support in gitea (#14295) 4 years ago
keys.go Second attempt at preventing zombies (#16326) 4 years ago
mailer.go Improve install code to avoid low-level mistakes. (#17779) 3 years ago
manager.go Second attempt at preventing zombies (#16326) 4 years ago
migrate.go Improve install code to avoid low-level mistakes. (#17779) 3 years ago
migrate_storage.go Some repository refactors (#17950) 3 years ago
restore_repo.go Improve install code to avoid low-level mistakes. (#17779) 3 years ago
serv.go Warn on SSH connection for incorrect configuration (#19317) (#19437) 3 years ago
web.go Replace "unix" by "http+unix" for PROTOCOL (#17771) 3 years ago
web_graceful.go Make SSL cipher suite configurable (#17440) 3 years ago
web_https.go Add user settings key/value DB table (#16834) 3 years ago
web_letsencrypt.go Upgrade certmagic from v0.14.1 to v0.15.2 (#18138) 3 years ago