authelia/internal/configuration/schema
James Elliott df016be29e
fix(notification): incorrect date header format (#3684)
* fix(notification): incorrect date header format

The date header in the email envelopes was incorrectly formatted missing a space between the `Date:` header and the value of this header. This also refactors the notification templates system allowing people to manually override the envelope itself.

* test: fix tests and linting issues

* fix: misc issues

* refactor: misc refactoring

* docs: add example for envelope with message id

* refactor: organize smtp notifier

* refactor: move subject interpolation

* refactor: include additional placeholders

* docs: fix missing link

* docs: gravity

* fix: rcpt to command

* refactor: remove mid

* refactor: apply suggestions

Co-authored-by: Amir Zarrinkafsh <nightah@me.com>

* refactor: include pid

Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2022-07-18 10:56:09 +10:00
..
access_control.go feat(authorization): domain regex match with named groups (#2789) 2022-04-01 22:38:49 +11:00
authentication.go feat(configuration): automatically map old keys (#3199) 2022-06-28 13:15:50 +10:00
configuration.go feat(metrics): implement prometheus metrics (#3234) 2022-06-14 17:20:13 +10:00
const.go fix(configuration): address parsing failure (#3653) 2022-07-05 14:43:12 +10:00
duo.go refactor(configuration): remove ptr for duoapi and notifier (#3200) 2022-04-16 09:34:26 +10:00
identity_providers.go feat(oidc): pre-configured consent (#3118) 2022-04-08 15:35:21 +10:00
keys.go fix(configuration): missing password_reset disable key (#3616) 2022-06-28 16:41:30 +10:00
log.go feat(configuration): replace viper with koanf (#2053) 2021-08-03 19:55:21 +10:00
notifier.go fix(notification): incorrect date header format (#3684) 2022-07-18 10:56:09 +10:00
ntp.go refactor(configuration): utilize time duration decode hook (#2938) 2022-03-02 17:40:26 +11:00
password_policy.go feat(server): zxcvbn password policy server side (#3151) 2022-04-15 19:30:51 +10:00
regulation.go refactor(configuration): utilize time duration decode hook (#2938) 2022-03-02 17:40:26 +11:00
server.go feat: implement mutual tls in the web server (#3065) 2022-04-05 09:57:47 +10:00
session.go refactor(configuration): utilize time duration decode hook (#2938) 2022-03-02 17:40:26 +11:00
shared.go feat(configuration): replace viper with koanf (#2053) 2021-08-03 19:55:21 +10:00
storage.go fix(storage): postgres schema hardcoded for tables query (#2667) 2021-12-03 17:29:55 +11:00
telemetry.go fix(configuration): address parsing failure (#3653) 2022-07-05 14:43:12 +10:00
totp.go feat(totp): secret customization (#2681) 2022-04-08 09:01:01 +10:00
types.go refactor: address code review (#3675) 2022-07-08 20:56:22 +10:00
types_test.go fix(configuration): address parsing failure (#3653) 2022-07-05 14:43:12 +10:00
validator.go feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
validator_test.go feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
webauthn.go build(deps): utilize github.com/go-webauthn/webauthn (#2947) 2022-03-04 10:56:30 +11:00