authelia/internal
Amir Zarrinkafsh a3e84769b5
feat(web): replace cra with vite (#2457)
* feat(web): replace cra with vite

* fix: add istanbul
* fix: add jest
* fix: inject env vars
* fix: replicate cra output directories
* fix: post-frontend build for go templating
* fix: dynamic publicpath

* fix(web): import resolution with aliases for .module.css files

* refactor(server): baseurl var

* refactor(web): drop babel-jest for esbuild-jest

* refactor(web): add inline sourcemap for coverage bundle

* build(deps): update web deps

* build(deps): downgrade vite-plugin-istanbul to 2.2.0

98bf77dbaa is a breaking change that means production mode builds can no longer be instrumented.

* refactor(web): match frontend name and version

* refactor(web): drop cra readme
2021-10-08 15:00:06 +11:00
..
authentication refactor: factorize startup checks (#2386) 2021-09-17 19:53:59 +10: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 docs: fix broken url in config.template.yml (#2443) 2021-10-04 12:13:54 +11:00
duo fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
handlers build(deps): update module github.com/golang-jwt/jwt/v4 to v4.1.0 (#2418) 2021-09-26 22:06:11 +10:00
logging fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
middlewares build(deps): update module github.com/golang-jwt/jwt/v4 to v4.1.0 (#2418) 2021-09-26 22:06:11 +10: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 refactor: factorize startup checks (#2386) 2021-09-17 19:53:59 +10:00
ntp refactor: factorize startup checks (#2386) 2021-09-17 19:53:59 +10:00
oidc fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
regulation fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
server feat(web): replace cra with vite (#2457) 2021-10-08 15:00:06 +11:00
session fix(session): session id generator situational panic (#2471) 2021-10-08 12:34:43 +11:00
storage refactor: replace sqlite library with the original cgo variant (#2427) 2021-10-01 09:58:33 +10:00
suites feat(web): replace cra with vite (#2457) 2021-10-08 15:00:06 +11:00
templates fix(web): improve 2fa enrollment process (#1706) 2021-02-12 16:59:42 +11:00
utils fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00