forgejo/cmd
Greg Karékinian ebef3eff23 Remove a double slash in the HTTPS redirection when Let's Encrypt is enabled (#5537)
Before:

$ curl 0.0.0.0:3001
<a href="https://gitea.example.com:3000//">Found</a>.

After:

$ curl 0.0.0.0:3001
<a href="https://gitea.example.com:3000/">Found</a>.

Fixes #5536
2018-12-12 23:00:24 +02:00
..
admin.go fix password variable shadowing (#5405) 2018-11-26 17:00:38 +02:00
cert.go
cmd.go
dump.go
generate.go
hook.go fix detect force push failure on deletion of protected branches (#5522) 2018-12-12 10:46:17 +02:00
keys.go
migrate.go
serv.go fix clone wiki failed via ssh (#5503) 2018-12-11 13:37:32 -05:00
web.go Remove a double slash in the HTTPS redirection when Let's Encrypt is enabled (#5537) 2018-12-12 23:00:24 +02:00
web_graceful.go
web_windows.go