authelia/docs
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
..
archetypes docs: upgrade to doks 0.5.0 (#3689) 2022-07-14 14:29:54 +10:00
assets docs: upgrade to doks 0.5.0 (#3689) 2022-07-14 14:29:54 +10:00
config docs: upgrade to doks 0.5.0 (#3689) 2022-07-14 14:29:54 +10:00
content/en fix(notification): incorrect date header format (#3684) 2022-07-18 10:56:09 +10:00
data docs: upgrade to doks 0.5.0 (#3689) 2022-07-14 14:29:54 +10:00
functions feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
i18n docs: upgrade to doks 0.5.0 (#3689) 2022-07-14 14:29:54 +10:00
layouts docs: upgrade to doks 0.5.0 (#3689) 2022-07-14 14:29:54 +10:00
static docs: add branding reference guide (#3549) 2022-06-20 10:05:55 +10:00
.editorconfig docs: update dates (#3615) 2022-06-28 15:27:14 +10:00
.eslintignore feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
.eslintrc.json feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
.gitignore feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
.markdownlint-cli2.jsonc feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
.stylelintignore feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
.stylelintrc.json feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
LICENSE feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
README.md feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
babel.config.js feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
netlify.toml docs: upgrade to doks 0.5.0 (#3689) 2022-07-14 14:29:54 +10:00
package.json docs: upgrade to doks 0.5.0 (#3689) 2022-07-14 14:29:54 +10:00
pnpm-lock.yaml docs: upgrade to doks 0.5.0 (#3689) 2022-07-14 14:29:54 +10:00
theme.toml feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00

README.md

The Authelia website / documentation source.

Please:

  • Only edit the /content folder via the main Authelia monorepo
  • Edit everything else via the Authelia website repo

See the Documentation Contributing Guide for more information.