authelia/internal/configuration/schema
James Elliott a0bffe39fc
fix(configuration): expvars and pprof mapped incorrectly (#3068)
This fixes the configuration mapping of the server enable_pprof and enable_expvars values.
2022-03-28 13:06:31 +11:00
..
access_control.go feat(configuration): replace viper with koanf (#2053) 2021-08-03 19:55:21 +10:00
authentication.go fix(configuration): incorrect key validation names (#3033) 2022-03-17 23:20:49 +11:00
configuration.go feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
const.go fix(configuration): remember me duration disabled impossible (#2997) 2022-03-13 13:51:23 +11:00
duo.go feat(duo): multi device selection (#2137) 2021-12-01 14:32:58 +11:00
identity_providers.go feat(oidc): add pkce support (#2924) 2022-03-02 15:44:05 +11:00
log.go feat(configuration): replace viper with koanf (#2053) 2021-08-03 19:55:21 +10:00
notifier.go fix(notifier): force use of sender email in smtp from cmd (#2616) 2021-11-30 22:15:21 +11:00
ntp.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
server.go fix(configuration): expvars and pprof mapped incorrectly (#3068) 2022-03-28 13:06:31 +11:00
session.go refactor(configuration): utilize time duration decode hook (#2938) 2022-03-02 17:40:26 +11:00
shared.go feat(configuration): replace viper with koanf (#2053) 2021-08-03 19:55:21 +10:00
storage.go fix(storage): postgres schema hardcoded for tables query (#2667) 2021-12-03 17:29:55 +11:00
totp.go feat: webauthn (#2707) 2022-03-03 22:20:43 +11:00
validator.go feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
validator_test.go feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
webauthn.go build(deps): utilize github.com/go-webauthn/webauthn (#2947) 2022-03-04 10:56:30 +11:00