authelia/internal
Alex Gustafsson 150116a172
feat(web): implement automatic theme switch for light/dark (#2046)
* Implement an automatic theme

The "auto" theme will automatically switch between "dark" and "light"
depending on user preference. This allows for automatic dark mode.

* fix(configuration): allow the "auto" theme when validating

The new theme "auto" was not allowed to be used in a configuration file.

* docs: clarify what critera controls the automatic theme

How the "auto" theme functioned was unclear.

* docs: typeset themes as code

* fix(web): apply useEffector to media query watch

* docs: add technical details

* fix(configuration): resolve merge conflicts
2021-06-17 16:42:03 +10:00
..
authentication fix: removed deprecated smtp/ldap options (#1912) 2021-04-16 11:44:37 +10:00
authorization feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
commands feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
configuration feat(web): implement automatic theme switch for light/dark (#2046) 2021-06-17 16:42:03 +10:00
duo [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
handlers feat(handlers): synology password complexity err on reset (#2083) 2021-06-16 12:50:14 +10:00
logging feat: add option to keep stdout logging with log_file_path (#2037) 2021-05-31 14:02:54 +10:00
middlewares ci(golangci-lint): replace golint with revive linter (#2078) 2021-06-11 10:30:53 +10:00
mocks feat(session): add redis sentinel provider (#1768) 2021-03-10 10:03:05 +11:00
models [MISC] Implement golint recommendations (#885) 2020-04-20 23:03:38 +02:00
notification fix(notification): don't remove file based notifier on start up (#1862) 2021-03-31 13:27:31 +11:00
oidc feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
regulation [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
server feat(configuration): add error and warn log levels (#2050) 2021-06-01 14:09:50 +10:00
session feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
storage [CI] Update QEMU to v5.1.0-2 (#1321) 2020-09-18 22:05:43 +10:00
suites build(deps): update alpine docker tag to v3.14.0 (#2084) 2021-06-16 09:38:02 +10:00
templates fix(web): improve 2fa enrollment process (#1706) 2021-02-12 16:59:42 +11:00
utils ci(golangci-lint): replace golint with revive linter (#2078) 2021-06-11 10:30:53 +10:00