authelia/web/src
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
..
assets/images [FEATURE] Add theme support (#1584) 2021-01-20 23:07:40 +11:00
components test(web): drop enzyme in favor of react-testing-library (#2224) 2021-08-03 16:25:13 +10:00
constants build(deps): update dependency react-router-dom to v6 (#2565) 2021-11-05 13:36:52 +11:00
hooks build(deps): update dependency react-router-dom to v6 (#2565) 2021-11-05 13:36:52 +11:00
layouts feat: customizable static assets (#2597) 2021-11-15 19:37:58 +11:00
models refactor(web): use absolute imports with aliases (#2100) 2021-06-19 10:20:43 +02:00
services fix: user is now redirected when authenticated (#2082) 2021-08-02 16:15:38 +10:00
themes build(deps): update dependency @material-ui/core to v4.12.0 (#2157) 2021-07-07 09:10:31 +10:00
utils feat: customizable static assets (#2597) 2021-11-15 19:37:58 +11:00
views fix(web): misleading 2fa registration errors (#2535) 2021-11-05 15:12:56 +11:00
App.test.tsx test(web): drop enzyme in favor of react-testing-library (#2224) 2021-08-03 16:25:13 +10:00
App.tsx build(deps): update dependency react-router-dom to v6 (#2565) 2021-11-05 13:36:52 +11:00
index.css Rewrite authelia frontend to improve user experience. 2019-12-05 11:05:24 +01:00
index.tsx feat(web): replace cra with vite (#2457) 2021-10-08 15:00:06 +11:00
serviceWorker.ts [CI] Add linting option for frontend and enforce styling (#1565) 2021-01-02 21:58:24 +11:00
setupTests.js test(web): drop enzyme in favor of react-testing-library (#2224) 2021-08-03 16:25:13 +10:00