authelia/internal/configuration/validator
James Elliott 8a12af97ab
refactor: remove previously deprecated options (#2629)
This removes the deprecated logging, host, port, and tls options per our deprecation policy.
2021-12-02 00:01:32 +11:00
..
access_control.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
access_control_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
authentication.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
authentication_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
configuration.go feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
configuration_test.go feat(storage): encrypted secret values (#2588) 2021-11-25 12:56:58 +11:00
const.go refactor: remove previously deprecated options (#2629) 2021-12-02 00:01:32 +11:00
identity_providers.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
identity_providers_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
keys.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
keys_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
logging.go refactor: remove previously deprecated options (#2629) 2021-12-02 00:01:32 +11:00
logging_test.go refactor: remove previously deprecated options (#2629) 2021-12-02 00:01:32 +11:00
notifier.go fix(notifier): force use of sender email in smtp from cmd (#2616) 2021-11-30 22:15:21 +11:00
notifier_test.go fix(notifier): force use of sender email in smtp from cmd (#2616) 2021-11-30 22:15:21 +11:00
ntp.go feat(ntp): check clock sync on startup (#2251) 2021-09-17 14:44:35 +10:00
ntp_test.go feat(ntp): check clock sync on startup (#2251) 2021-09-17 14:44:35 +10:00
regulation.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
regulation_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
server.go refactor: remove previously deprecated options (#2629) 2021-12-02 00:01:32 +11:00
server_test.go refactor: remove previously deprecated options (#2629) 2021-12-02 00:01:32 +11:00
session.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
session_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
storage.go feat(storage): encrypted secret values (#2588) 2021-11-25 12:56:58 +11:00
storage_test.go feat(storage): encrypted secret values (#2588) 2021-11-25 12:56:58 +11:00
theme.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
theme_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
totp.go feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
totp_test.go feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00