authelia/internal/commands
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
..
acl.go fix(commands): acl check panic on decode failure (#3697) 2022-07-13 17:22:42 +10:00
build-info.go ci: add dedicated authelia-gen command (#3463) 2022-06-14 22:40:00 +10:00
configuration.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
const.go feat(commands): enhance crypto generation capabilities (#2842) 2022-06-27 18:27:57 +10:00
crypto.go feat(commands): enhance crypto generation capabilities (#2842) 2022-06-27 18:27:57 +10:00
crypto_helper.go feat(commands): enhance crypto generation capabilities (#2842) 2022-06-27 18:27:57 +10:00
hash.go ci: add dedicated authelia-gen command (#3463) 2022-06-14 22:40:00 +10:00
helpers.go fix(notification): incorrect date header format (#3684) 2022-07-18 10:56:09 +10:00
helpers_test.go feat(storage): encrypted secret values (#2588) 2021-11-25 12:56:58 +11:00
root.go docs: fix ntp inconsistency (#3686) 2022-07-11 23:29:10 +10:00
storage.go ci: add dedicated authelia-gen command (#3463) 2022-06-14 22:40:00 +10:00
storage_run.go ci: add dedicated authelia-gen command (#3463) 2022-06-14 22:40:00 +10:00
validate.go ci: add dedicated authelia-gen command (#3463) 2022-06-14 22:40:00 +10:00