authelia/internal
Amir Zarrinkafsh 0be883befb
feat: customizable static assets (#2597)
* feat: customizable static assets

This change provides the means to override specific assets from the embedded Go FS with files situated on disk.

We only allow overriding the following files currently:
* favicon.ico
* logo.png

* refactor(server): make logo string a const

* refactor(suites): override favicon and use ntp3 in traefik2 suite

* test(suites): test logo override in traefik2 suite

* test(suites): test asset override fallback in traefik suite

Closes #1630.
2021-11-15 19:37:58 +11:00
..
authentication fix(session): use crypto/rand for session id generator (#2594) 2021-11-11 20:13:32 +11:00
authorization fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
commands refactor: factorize startup checks (#2386) 2021-09-17 19:53:59 +10:00
configuration feat: customizable static assets (#2597) 2021-11-15 19:37:58 +11:00
duo fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handlers feat(oidc): include introspection_endpoint in .well-known/openid-configuration 2021-11-11 14:41:49 +11:00
logging fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
middlewares feat: customizable static assets (#2597) 2021-11-15 19:37:58 +11:00
mocks refactor: factorize startup checks (#2386) 2021-09-17 19:53:59 +10:00
models [MISC] Implement golint recommendations (#885) 2020-04-20 23:03:38 +02:00
notification fix(session): use crypto/rand for session id generator (#2594) 2021-11-11 20:13:32 +11:00
ntp refactor: factorize startup checks (#2386) 2021-09-17 19:53:59 +10:00
oidc feat(oidc): include introspection_endpoint in .well-known/openid-configuration 2021-11-11 14:41:49 +11:00
regulation fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
server feat: customizable static assets (#2597) 2021-11-15 19:37:58 +11:00
session fix(session): use crypto/rand for session id generator (#2594) 2021-11-11 20:13:32 +11:00
storage refactor: replace sqlite library with the original cgo variant (#2427) 2021-10-01 09:58:33 +10:00
suites feat: customizable static assets (#2597) 2021-11-15 19:37:58 +11:00
templates fix(web): improve 2fa enrollment process (#1706) 2021-02-12 16:59:42 +11:00
utils fix(session): use crypto/rand for session id generator (#2594) 2021-11-11 20:13:32 +11:00