| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Change PostgreSQL connstring parsing to handle IPv6
* Fix used variable
* Remove redundant code + use variable
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Signed-off-by: Unknwon <u@gogs.io>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
If the host setting looks like a unix socket (leading by char '/'), will use unix(host) as connection string
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
gogs.go
models/models.go
models/user.go
templates/.VERSION
templates/org/home.tmpl
|
| |
| |
| |
| | |
cmd/web.go: check version after load config
|
| |
| |
| |
| | |
disabled #884
|
| | |
|
| | |
|
|\| |
|
| | |
|
|\| |
|
| |
| |
| |
| |
| | |
- routers: use new binding convention to simplify code
- templates: able to set HTTP port number in install page
|
|/ |
|
| |
|
| |
|