authelia/internal/configuration/validator
James Elliott 6276883f04
refactor(configuration): utilize time duration decode hook (#2938)
This enhances the existing time.Duration parser to allow multiple units, and implements a decode hook which can be used by koanf to decode string/integers into time.Durations as applicable.
2022-03-02 17:40:26 +11:00
..
access_control.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
access_control_test.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
authentication.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
authentication_test.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
configuration.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
configuration_test.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
const.go refactor(configuration): utilize time duration decode hook (#2938) 2022-03-02 17:40:26 +11:00
identity_providers.go feat(oidc): add pkce support (#2924) 2022-03-02 15:44:05 +11:00
identity_providers_test.go feat(oidc): add pkce support (#2924) 2022-03-02 15:44:05 +11: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
log.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
log_test.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
notifier.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
notifier_test.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
ntp.go refactor(configuration): utilize time duration decode hook (#2938) 2022-03-02 17:40:26 +11:00
ntp_test.go refactor(configuration): utilize time duration decode hook (#2938) 2022-03-02 17:40:26 +11:00
regulation.go refactor(configuration): utilize time duration decode hook (#2938) 2022-03-02 17:40:26 +11:00
regulation_test.go refactor(configuration): utilize time duration decode hook (#2938) 2022-03-02 17:40:26 +11:00
server.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
server_test.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
session.go refactor(configuration): utilize time duration decode hook (#2938) 2022-03-02 17:40:26 +11:00
session_test.go refactor(configuration): utilize time duration decode hook (#2938) 2022-03-02 17:40:26 +11:00
storage.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
storage_test.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
theme.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
theme_test.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
totp.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
totp_test.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00