index
:
matthieu/authelia-kerberos.git
master
Unnamed repository; edit this file 'description' to name the repository.
Forgejo (Beyond coding. We forge.)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
configuration
/
schema
/
notifier.go
Age
Commit message (
Expand
)
Author
2024-03-04
refactor: apply suggestions from code review
James Elliott
2023-09-03
docs: jsonschema (#5493)
James Elliott
2023-05-09
refactor(configuration): umask from query (#5416)
James Elliott
2023-05-07
feat(authentication): suport ldap over unix socket (#5397)
James Elliott
2022-10-21
feat(configuration): mtls clients (#4221)
James Elliott
2022-10-02
feat(notification): add disable_starttls option (#3855)
Manuel Nuñez
2022-07-18
fix(notification): incorrect date header format (#3684)
James Elliott
2022-04-03
feat(notification): password reset notification custom templates (#2828)
Manuel Nuñez
2021-11-30
fix(notifier): force use of sender email in smtp from cmd (#2616)
James Elliott
2021-08-10
fix(notifier): use sane default connection timeout (#2273)
James Elliott
2021-08-03
feat(configuration): replace viper with koanf (#2053)
James Elliott
2021-04-16
fix: 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-22
Introduce viper in order to read secrets from env variables.
Clement Michaud
2020-01-22
Add validation for notifier configuration.
Clement Michaud
2020-01-10
Force TLS and valid x509 certs in SMTP Notifier by default
James Elliott
2020-01-10
Fix spelling errors
Amir Zarrinkafsh
2019-12-28
Implement SMTP StartTLS and Adaptive Auth
James Elliott
2019-11-17
Move source code into internal directory to follow standard project layout.
Clement Michaud