summaryrefslogtreecommitdiff
path: root/internal/configuration/schema/notifier.go
AgeCommit message (Expand)Author
2024-03-04refactor: apply suggestions from code reviewJames Elliott
2023-09-03docs: jsonschema (#5493)James Elliott
2023-05-09refactor(configuration): umask from query (#5416)James Elliott
2023-05-07feat(authentication): suport ldap over unix socket (#5397)James Elliott
2022-10-21feat(configuration): mtls clients (#4221)James Elliott
2022-10-02feat(notification): add disable_starttls option (#3855)Manuel Nuñez
2022-07-18fix(notification): incorrect date header format (#3684)James Elliott
2022-04-03feat(notification): password reset notification custom templates (#2828)Manuel Nuñez
2021-11-30fix(notifier): force use of sender email in smtp from cmd (#2616)James Elliott
2021-08-10fix(notifier): use sane default connection timeout (#2273)James Elliott
2021-08-03feat(configuration): replace viper with koanf (#2053)James Elliott
2021-04-16fix: removed deprecated smtp/ldap options (#1912)James Elliott
2021-01-04[FEATURE] Enhance LDAP/SMTP TLS Configuration and Unify Them (#1557)James Elliott
2020-11-05[BUGFIX] Add ability to specify SMTP HELO/EHLO identifier (#1416)James Elliott
2020-08-21[FEATURE] Plain Text Email Notifications (#1238)James Elliott
2020-04-21[FEATURE] Notifier Startup Checks (#889)James Elliott
2020-04-20[MISC] Implement golint recommendations (#885)Amir Zarrinkafsh
2020-04-09[FEATURE] Customizable Email Subject (#830)James Elliott
2020-01-22Introduce viper in order to read secrets from env variables.Clement Michaud
2020-01-22Add validation for notifier configuration.Clement Michaud
2020-01-10Force TLS and valid x509 certs in SMTP Notifier by defaultJames Elliott
2020-01-10Fix spelling errorsAmir Zarrinkafsh
2019-12-28Implement SMTP StartTLS and Adaptive AuthJames Elliott
2019-11-17Move source code into internal directory to follow standard project layout.Clement Michaud