authelia/internal/middlewares
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
..
asset_override.go fix(server): missing modern security headers (#3288) 2022-05-03 12:19:30 +10:00
authelia_context.go refactor(middlewares): factorize responses (#3628) 2022-07-08 22:18:52 +10:00
authelia_context_test.go refactor(middlewares): convert the bridge to a builder (#3338) 2022-06-10 11:34:43 +10:00
bridge.go refactor(middlewares): convert the bridge to a builder (#3338) 2022-06-10 11:34:43 +10:00
const.go refactor(middlewares): factorize responses (#3628) 2022-07-08 22:18:52 +10:00
cors.go feat(oidc): provide cors config including options handlers (#3005) 2022-04-07 10:58:51 +10:00
cors_test.go refactor(middlewares): convert the bridge to a builder (#3338) 2022-06-10 11:34:43 +10:00
errors.go fix: oidc issuer path and strip path middleware (#2272) 2021-08-10 10:31:08 +10:00
headers.go fix(server): missing cache and xss headers (#3289) 2022-05-04 14:47:23 +10:00
http_to_authelia_handler_adaptor.go refactor(handlers): lower case error messages (#2289) 2021-09-17 15:53:40 +10:00
identity_verification.go fix(notification): incorrect date header format (#3684) 2022-07-18 10:56:09 +10:00
identity_verification_test.go fix(notification): incorrect date header format (#3684) 2022-07-18 10:56:09 +10:00
log_request.go feat(metrics): implement prometheus metrics (#3234) 2022-06-14 17:20:13 +10:00
log_request_test.go fix(server): missing modern security headers (#3288) 2022-05-03 12:19:30 +10:00
metrics.go feat(metrics): implement prometheus metrics (#3234) 2022-06-14 17:20:13 +10:00
password_policy.go feat(server): zxcvbn password policy server side (#3151) 2022-04-15 19:30:51 +10:00
password_policy_test.go feat(server): zxcvbn password policy server side (#3151) 2022-04-15 19:30:51 +10:00
require_first_factor.go fix(server): incorrect remote ip logged in error handler (#3139) 2022-04-08 14:13:47 +10:00
strip_path.go refactor(middlewares): convert the bridge to a builder (#3338) 2022-06-10 11:34:43 +10:00
timing_attack_delay.go feat(metrics): implement prometheus metrics (#3234) 2022-06-14 17:20:13 +10:00
timing_attack_delay_test.go feat(metrics): implement prometheus metrics (#3234) 2022-06-14 17:20:13 +10:00
types.go fix(notification): incorrect date header format (#3684) 2022-07-18 10:56:09 +10:00
util.go fix(web): offline_access consent description (#3679) 2022-07-11 16:24:09 +10:00
wrap.go feat(metrics): implement prometheus metrics (#3234) 2022-06-14 17:20:13 +10:00