| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Factor out function to get the current user
|
| |
| |
| |
| |
| | |
The same logic was duplicated in three places. Factor it
out so that we can add further fallbacks in a single place.
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
issue #1088
|
| |
|
| |
|
|
|
|
|
| |
- fix isRead check
- fix paging
|
| |
|
|
|
|
| |
legacy behavior
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Use client certificate for SMTP over TLS
|
| | |
|
| |
| |
| |
| |
| |
| | |
New config keys in [mailer] section:
- CERT_FILE: path to a certificate file.
- KEY_FILE: path to a key file.
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
gogs.go
models/models.go
models/user.go
templates/.VERSION
templates/org/home.tmpl
|
| | | |
|
|/ / |
|
|/ |
|
| |
|
| |
|
|\
| |
| | |
Add option to provide configuration file on command line
|
| | |
|
| | |
|
| | |
|
|/ |
|
|
|
|
|
| |
- routers: use new binding convention to simplify code
- templates: able to set HTTP port number in install page
|
| |
|