renovate[bot]
693c5b4233
build(deps): update dependency react-router-dom to v6.2.1 ( #2729 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-19 11:08:43 +11:00
renovate[bot]
8c796c11d2
build(deps): update dependency @types/node to v16.11.14 ( #2722 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-16 09:30:51 +11:00
renovate[bot]
e4610b6456
build(deps): update dependency eslint-config-react-app to v7 ( #2718 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-15 11:11:09 +11:00
renovate[bot]
bbc41e0f9f
build(deps): update dependency @types/node to v16.11.13 ( #2719 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-15 09:36:00 +11:00
renovate[bot]
335207f68b
build(deps): update dependency typescript to v4.5.4 ( #2717 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-14 14:15:34 +11:00
renovate[bot]
ec8aa68292
build(deps): update dependency jest to v27.4.5 ( #2716 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-14 14:00:45 +11:00
renovate[bot]
520571145c
build(deps): update typescript-eslint monorepo to v5.7.0 ( #2715 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-14 12:43:05 +11:00
renovate[bot]
51f583be72
build(deps): update dependency @vitejs/plugin-react to v1.1.3 ( #2713 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-14 12:14:36 +11:00
renovate[bot]
e21794b314
build(deps): update dependency vite to v2.7.2 ( #2714 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-14 11:34:54 +11:00
renovate[bot]
3005b57fd5
build(deps): update dependency react-router-dom to v6.1.1 ( #2709 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-12 16:00:52 +11:00
renovate[bot]
21885f40ae
build(deps): update dependency jest to v27.4.4 ( #2702 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2021-12-12 10:43:40 +11:00
renovate[bot]
e5d8c1f849
build(deps): update dependency react-router-dom to v6.1.0 ( #2704 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-11 22:48:33 +11:00
renovate[bot]
22bd22daa7
build(deps): update dependency typescript to v4.5.3 ( #2701 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-10 11:51:25 +11:00
renovate[bot]
0d1895914d
build(deps): update dependency @types/node to v16.11.12 ( #2690 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-08 12:00:34 +11:00
renovate[bot]
d2e7ebb7b7
build(deps): update dependency @vitejs/plugin-react to v1.1.1 ( #2692 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2021-12-08 11:04:12 +11:00
renovate[bot]
d2331bd1c8
build(deps): update dependency vite to v2.7.1 ( #2693 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-08 10:44:16 +11:00
renovate[bot]
2424d71078
build(deps): update typescript-eslint monorepo to v5.6.0 ( #2688 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-07 11:21:28 +11:00
renovate[bot]
00b1aaaca6
build(deps): update dependency @testing-library/jest-dom to v5.16.1 ( #2687 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-07 10:25:45 +11:00
renovate[bot]
bdce98c3aa
build(deps): update dependency prettier to v2.5.1 ( #2683 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-05 14:37:47 +11:00
James Elliott
00aa0cd369
release: v4.33.1 ( #2679 )
2021-12-04 16:20:41 +11:00
renovate[bot]
b7bf9d52b1
build(deps): update dependency @testing-library/jest-dom to v5.16.0 ( #2671 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-04 09:37:01 +11:00
James Elliott
0ab94597df
release: v4.33.0 ( #2665 )
2021-12-03 18:07:22 +11:00
James Elliott
104a61ecd6
refactor(web): only fetch totp conf if required ( #2663 )
...
Prevents the TOTP user config from being requested when the user has not registered or is already authenticated 2FA.
2021-12-02 21:28:16 +11:00
renovate[bot]
6aed9f9561
build(deps): update dependency jest to v27.4.3 ( #2651 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-02 10:14:48 +11:00
James Elliott
ad8e844af6
feat(totp): algorithm and digits config ( #2634 )
...
Allow users to configure the TOTP Algorithm and Digits. This should be used with caution as many TOTP applications do not support it. Some will also fail to notify the user that there is an issue. i.e. if the algorithm in the QR code is sha512, they continue to generate one time passwords with sha1. In addition this drastically refactors TOTP in general to be more user friendly by not forcing them to register a new device if the administrator changes the period (or algorithm).
Fixes #1226 .
2021-12-01 23:11:29 +11:00
Philipp Staiger
01b77384f9
feat(duo): multi device selection ( #2137 )
...
Allow users to select and save the preferred duo device and method, depending on availability in the duo account. A default enrollment URL is provided and adjusted if returned by the duo API. This allows auto-enrollment if enabled by the administrator.
Closes #594 . Closes #1039 .
2021-12-01 14:32:58 +11:00
renovate[bot]
08b6ecb7b1
build(deps): update dependency jest to v27.4.2 ( #2648 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-01 09:01:04 +11:00
renovate[bot]
568f210b2b
build(deps): update dependency jest to v27.4.1 ( #2646 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-30 21:31:00 +11:00
renovate[bot]
b1d37d2069
build(deps): update dependency @types/node to v16.11.11 ( #2644 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-30 14:13:26 +11:00
renovate[bot]
923df2cb46
build(deps): update typescript-eslint monorepo to v5.5.0 ( #2643 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-30 10:41:28 +11:00
renovate[bot]
7ea352b730
build(deps): update dependency jest to v27.4.0 ( #2642 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-30 10:26:13 +11:00
renovate[bot]
d45dac39b9
build(deps): update dependency vite-plugin-istanbul to v2.3.0 ( #2637 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-27 09:52:44 +11:00
renovate[bot]
6ea5711f91
build(deps): update dependency prettier to v2.5.0 ( #2633 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-26 13:12:09 +11:00
renovate[bot]
eb94960348
build(deps): update dependency @types/react to v17.0.37 ( #2630 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-25 09:42:51 +11:00
renovate[bot]
a05b03a3d8
build(deps): update dependency @types/node to v16.11.10 ( #2623 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-24 10:53:16 +11:00
renovate[bot]
06d47d37fa
build(deps): update dependency @testing-library/jest-dom to v5.15.1 ( #2620 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-24 09:56:18 +11:00
renovate[bot]
ef8b93d502
build(deps): update dependency @vitejs/plugin-react to v1.1.0 ( #2617 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-23 10:28:13 +11:00
renovate[bot]
5807a05a2c
build(deps): update dependency @types/react to v17.0.36 ( #2614 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-22 10:43:05 +11:00
renovate[bot]
9b6ba84b30
build(deps): update dependency eslint-plugin-react to v7.27.1 ( #2613 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-19 22:26:09 +11:00
renovate[bot]
3579c1075a
build(deps): update dependency @types/node to v16.11.9 ( #2612 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-19 21:59:02 +11:00
renovate[bot]
f8f6e8dfc9
build(deps): update dependency @types/node to v16.11.8 ( #2611 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-19 09:25:26 +11:00
renovate[bot]
d04706eb2e
build(deps): update dependency typescript to v4.5.2 ( #2607 )
2021-11-18 07:59:28 +11:00
renovate[bot]
7fe948c180
build(deps): update commitlint monorepo to v15 ( #2606 )
2021-11-17 20:52:40 +11:00
renovate[bot]
52b1ce5ba5
build(deps): update dependency @types/react to v17.0.35 ( #2605 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-16 13:56:58 +11:00
renovate[bot]
9c7122a770
build(deps): update typescript-eslint monorepo to v5.4.0 ( #2604 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-16 08:33:14 +11:00
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
renovate[bot]
417d421b9a
build(deps): update dependency @vitejs/plugin-react to v1.0.9 ( #2601 )
2021-11-14 08:55:44 +11:00
renovate[bot]
a8d56da460
build(deps): update dependency vite-plugin-svgr to v0.6.0 ( #2600 )
2021-11-13 23:17:56 +11:00
renovate[bot]
ea084351ef
build(deps): update dependency eslint-plugin-jsx-a11y to v6.5.1 ( #2590 )
2021-11-11 08:44:29 +11:00
renovate[bot]
a9eaff733d
build(deps): update dependency eslint-plugin-import to v2.25.3 ( #2586 )
2021-11-11 08:18:39 +11:00