| Commit message (Collapse) | Author | Age |
... | |
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Fix admin repos new ui
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
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.
|