authelia/internal/configuration/validator
James Elliott a92b0bff1d
[FEATURE] Plain Text Email Notifications (#1238)
* add a plain text email template
* use plain text email template for file based emails
* add config option to SMTP emails named disable_html_emails
  * config option is a boolean that when set to true will only send plain text emails
* add docs for more complex SMTP notifier options
* update template
* add rfc1341 multipart logic to notifier
* check for errors after identity_verification

* * fix nil ptr
* go mod tidy
* remove needless checks

* * use multipart/atlernative instead

* * add rfc5322 compliant date header

* * fix linting issues
2020-08-21 12:16:23 +10:00
..
authentication_test.go [FIX] Hash Password Cmd Not Encoding Provided Salt (#999) 2020-05-14 15:55:03 +10:00
authentication.go [FEATURE] Add configurable display name to frontend (#1124) 2020-06-19 20:50:21 +10:00
configuration_test.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
configuration.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
const.go [FEATURE] Plain Text Email Notifications (#1238) 2020-08-21 12:16:23 +10:00
keys_test.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
keys.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
notifier_test.go [MISC] Update durations to notation format and housekeeping (#824) 2020-04-05 22:37:21 +10:00
notifier.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
regulation_test.go [MISC] Update durations to notation format and housekeeping (#824) 2020-04-05 22:37:21 +10:00
regulation.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
secrets.go [DEPRECATE] Environment Variable Secrets (#905) 2020-05-08 11:01:57 +10:00
server_test.go [FEATURE] Allow Authelia to listen on a specified path (#1027) 2020-05-21 12:20:55 +10:00
server.go [FEATURE] Allow Authelia to listen on a specified path (#1027) 2020-05-21 12:20:55 +10:00
session_test.go [MISC] Validate domain set in session is not a wildcard domain. (#1092) 2020-06-07 17:47:02 +02:00
session.go [MISC] Validate domain set in session is not a wildcard domain. (#1092) 2020-06-07 17:47:02 +02:00
storage_test.go [FEATURE] File Secrets (#896) 2020-04-23 11:11:32 +10:00
storage.go [CI] Add gocritic linter (#977) 2020-05-06 10:52:06 +10:00
totp_test.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
totp.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00