authelia/internal/configuration/validator
James Elliott bed7a8ae32
feat(server): csp template (#2856)
Implements the ability for advanced users to override the CSP and easily include the required nonce.
2022-02-21 10:14:09 +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 refactor: apply godot recommendations (#2839) 2022-01-31 16:25:15 +11: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 feat(server): csp template (#2856) 2022-02-21 10:14:09 +11:00
identity_providers.go feat(configuration): support private-use redirect uris in oidc (#2796) 2022-01-21 22:05:53 +11:00
identity_providers_test.go feat(configuration): support private-use redirect uris in oidc (#2796) 2022-01-21 22:05:53 +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
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 refactor: apply godot recommendations (#2839) 2022-01-31 16:25:15 +11: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 refactor: apply godot recommendations (#2839) 2022-01-31 16:25:15 +11:00
session_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
storage.go fix(storage): postgres schema hardcoded for tables query (#2667) 2021-12-03 17:29:55 +11:00
storage_test.go fix(storage): postgres schema hardcoded for tables query (#2667) 2021-12-03 17:29:55 +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