1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/internal
James Elliott df016be29e
fix(notification): incorrect date header format ()
* 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
..
authentication fix(notification): incorrect date header format () 2022-07-18 10:56:09 +10:00
authorization fix(authorization): object path not normalized () 2022-07-05 11:32:10 +10:00
commands fix(notification): incorrect date header format () 2022-07-18 10:56:09 +10:00
configuration fix(notification): incorrect date header format () 2022-07-18 10:56:09 +10:00
duo refactor: apply godot recommendations () 2022-01-31 16:25:15 +11:00
handlers fix(notification): incorrect date header format () 2022-07-18 10:56:09 +10:00
logging feat(logging): allow time replacement in log file name () 2022-06-06 09:50:10 +10:00
metrics refactor(metrics): simplify names () 2022-06-14 21:51:33 +10:00
middlewares fix(notification): incorrect date header format () 2022-07-18 10:56:09 +10:00
mocks fix(notification): incorrect date header format () 2022-07-18 10:56:09 +10:00
model feat(configuration): automatically map old keys () 2022-06-28 13:15:50 +10:00
notification fix(notification): incorrect date header format () 2022-07-18 10:56:09 +10:00
ntp refactor(configuration): utilize time duration decode hook () 2022-03-02 17:40:26 +11:00
oidc feat(commands): enhance crypto generation capabilities () 2022-06-27 18:27:57 +10:00
regulation feat(metrics): implement prometheus metrics () 2022-06-14 17:20:13 +10:00
server fix(web): offline_access consent description () 2022-07-11 16:24:09 +10:00
session feat(oidc): persistent storage () 2022-04-07 15:33:53 +10:00
storage fix(storage): typo in oidc update query () 2022-06-17 20:14:33 +10:00
suites build(deps): update dependency caddy to v2.5.2 () 2022-07-14 11:30:01 +10:00
templates fix(notification): incorrect date header format () 2022-07-18 10:56:09 +10:00
totp feat(totp): secret customization () 2022-04-08 09:01:01 +10:00
utils fix(authorization): object path not normalized () 2022-07-05 11:32:10 +10:00