authelia/internal/configuration/validator
James Elliott 2325031052
refactor: clean up uri checking functions (#3943)
2022-09-03 11:51:02 +10:00
..
access_control.go feat(authorization): domain regex match with named groups (#2789) 2022-04-01 22:38:49 +11:00
access_control_test.go feat(web): password reset custom url (#3111) 2022-04-04 17:46:55 +10:00
authentication.go feat(configuration): automatically map old keys (#3199) 2022-06-28 13:15:50 +10:00
authentication_test.go feat(configuration): automatically map old keys (#3199) 2022-06-28 13:15:50 +10:00
configuration.go feat(metrics): implement prometheus metrics (#3234) 2022-06-14 17:20:13 +10:00
configuration_test.go refactor: clean up uri checking functions (#3943) 2022-09-03 11:51:02 +10:00
const.go refactor(server): use errgroup to supervise services (#3755) 2022-08-09 07:50:12 +10:00
duo.go refactor(configuration): remove ptr for duoapi and notifier (#3200) 2022-04-16 09:34:26 +10:00
duo_test.go refactor(configuration): remove ptr for duoapi and notifier (#3200) 2022-04-16 09:34:26 +10:00
identity_providers.go refactor: clean up uri checking functions (#3943) 2022-09-03 11:51:02 +10:00
identity_providers_test.go fix(configuration): sector identifier not parsed correctly (#3142) 2022-04-08 17:38:38 +10:00
keys.go refactor: introduce config key gen (#3206) 2022-04-16 19:00:39 +10:00
keys_test.go refactor: introduce config key gen (#3206) 2022-04-16 19:00:39 +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 fix(notification): incorrect date header format (#3684) 2022-07-18 10:56:09 +10:00
notifier_test.go refactor: fix linter directives for go 1.19 and golangci-lint 1.48.0 (#3798) 2022-08-07 11:24:00 +10:00
ntp.go feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
ntp_test.go feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
password_policy.go feat(server): zxcvbn password policy server side (#3151) 2022-04-15 19:30:51 +10:00
password_policy_test.go feat(server): zxcvbn password policy server side (#3151) 2022-04-15 19:30:51 +10:00
regulation.go feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
regulation_test.go feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
server.go refactor(server): use errgroup to supervise services (#3755) 2022-08-09 07:50:12 +10:00
server_test.go refactor(server): use errgroup to supervise services (#3755) 2022-08-09 07:50:12 +10:00
session.go fix(configuration): remember me duration disabled impossible (#2997) 2022-03-13 13:51:23 +11:00
session_test.go fix(configuration): remember me duration disabled impossible (#2997) 2022-03-13 13:51:23 +11:00
storage.go refactor(server): use errgroup to supervise services (#3755) 2022-08-09 07:50:12 +10:00
storage_test.go refactor(server): use errgroup to supervise services (#3755) 2022-08-09 07:50:12 +10:00
telemetry.go refactor(server): use errgroup to supervise services (#3755) 2022-08-09 07:50:12 +10:00
telemetry_test.go fix(configuration): address parsing failure (#3653) 2022-07-05 14:43:12 +10:00
theme.go feat(commands): add access-control check-policy command (#2871) 2022-02-28 14:15:01 +11:00
theme_test.go feat(web): password reset custom url (#3111) 2022-04-04 17:46:55 +10:00
totp.go feat(totp): secret customization (#2681) 2022-04-08 09:01:01 +10:00
totp_test.go feat(totp): secret customization (#2681) 2022-04-08 09:01:01 +10:00
webauthn.go feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
webauthn_test.go build(deps): utilize github.com/go-webauthn/webauthn (#2947) 2022-03-04 10:56:30 +11:00