James Elliott
66a450ed38
feat(oidc): pre-configured consent ( #3118 )
...
Allows users to pre-configure consent if enabled by the client configuration by selecting a checkbox during consent.
Closes #2598
2022-04-08 15:35:21 +10:00
James Elliott
4503ac07be
fix(web): lowercase locales are not consistent with localization platforms ( #3141 )
...
This fixes an issue with localization platforms and the docs regarding localization, and the forcing locale names to lowercase.
2022-04-08 14:53:46 +10:00
James Elliott
90edf11b88
feat(web): add user display name to oidc consent view ( #3138 )
...
This adds the current logged in users display name to the consent page as well as some other minor tweaks.
Closes #2595
2022-04-08 12:50:55 +10:00
renovate[bot]
89112eb774
build(deps): update dependency @types/react to v18 ( #3134 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-04-08 09:14:57 +10:00
renovate[bot]
fe08bf56b0
build(deps): update dependency @types/react-dom to v18 ( #3135 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-08 08:22:27 +10:00
renovate[bot]
a6a924cf79
build(deps): update dependency eslint-plugin-import to v2.26.0 ( #3121 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-04-06 09:34:20 +10:00
renovate[bot]
5f4ce14615
build(deps): update dependency @testing-library/jest-dom to v5.16.4 ( #3119 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-04-06 08:22:27 +10:00
renovate[bot]
89b78f0ad3
build(deps): update dependency vite to v2.9.1 ( #3079 )
...
* build(deps): update dependency vite to v2.9.1
* fix(web): load correct vite env vars
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2022-04-05 15:43:52 +10:00
renovate[bot]
3ea41edbaa
build(deps): update typescript-eslint monorepo to v5.18.0 ( #3113 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-05 10:55:29 +10:00
James Elliott
a2eb0316c8
feat(web): password reset custom url ( #3111 )
...
This allows providing a custom URL for password resets. If provided the disable_reset_password option is ignored, the password reset API is disabled, and the button provided in the UI to reset the password redirects users to the configured endpoint.
Closes #1934 , Closes #2854
Co-authored-by: you1996 <youssri@flyweight.tech>
2022-04-04 17:46:55 +10:00
James Elliott
73212671fc
build(web): remove unused types ( #3109 )
2022-04-04 13:19:07 +10:00
James Elliott
fb59ff6972
build: enable empty out dir vite option ( #3107 )
2022-04-04 12:55:09 +10:00
James Elliott
aac4c4772c
feat(web): i18n asset overrides ( #3040 )
...
This allows overriding translation files in folders with lowercase RFC5646 / BCP47 Format language codes. This also fixes an issues where languages which don't expressly match the language code specified due to having a variant will also match the existing codes.
Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2022-04-04 12:15:26 +10:00
Amir Zarrinkafsh
fa143ea029
fix(web): update client rendering method ( #3106 )
...
This PR utilises the React 18 Client Rendering API along with createRoot as opposed to the React 17 ReactDOM.render method.
2022-04-04 09:39:18 +10:00
renovate[bot]
ec8d71f63f
build(deps): update material-ui monorepo ( #3105 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-04 07:24:27 +10:00
James Elliott
9e05066097
refactor(handlers): ppolicy ( #3103 )
...
Add tests and makes the password policy a provider so the configuration can be loaded to memory on startup.
2022-04-03 21:58:27 +10:00
renovate[bot]
0f6ca55016
build(deps): update dependency eslint-import-resolver-typescript to v2.7.1 ( #3104 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-03 17:02:59 +10:00
renovate[bot]
0559e33263
build(deps): update dependency prettier to v2.6.2 ( #3100 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-04-03 16:21:13 +10:00
James Elliott
36cf662458
refactor: misc password policy refactoring ( #3102 )
...
Add tests and makes the password policy a provider so the configuration can be loaded to memory on startup.
2022-04-03 10:48:26 +10:00
Manuel Nuñez
8659ba394d
feat(authentication): password policy ( #2723 )
...
Implement a password policy with visual feedback in the web portal.
Co-authored-by: Manuel Nuñez <@mind-ar>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-04-03 08:32:57 +10:00
protvis74
c3faa38d72
feat(web): add de i18n translation ( #3043 )
...
Added German translation to Authelia.
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-04-01 21:25:30 +11:00
renovate[bot]
4e6ceeb38d
build(deps): update dependency react-router-dom to v6.3.0 ( #3085 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-01 09:20:11 +11:00
renovate[bot]
87ef1ad9e1
build(deps): update dependency @testing-library/react to v13 ( #3082 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-03-31 18:09:32 +11:00
renovate[bot]
67f4bab7a6
build(deps): update dependency @vitejs/plugin-react to v1.3.0 ( #3078 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-03-31 13:05:31 +11:00
renovate[bot]
93d8eb9dee
build(deps): update dependency qrcode.react to v3.0.1 ( #3080 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-31 09:08:23 +11:00
renovate[bot]
4f4470a5fc
build(deps): update react monorepo to v18 ( #3074 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-30 13:33:55 +11:00
renovate[bot]
934e48f8e0
build(deps): update dependency eslint-plugin-react-hooks to v4.4.0 ( #3073 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-30 13:06:34 +11:00
renovate[bot]
5bb20180f6
build(deps): update dependency qrcode.react to v3 ( #3064 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-30 12:00:10 +11:00
renovate[bot]
160a087af5
build(deps): update typescript-eslint monorepo to v5.17.0 ( #3070 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-30 10:38:21 +11:00
James Elliott
7b42f0d02a
release: v4.34.6 ( #3067 )
2022-03-28 13:31:41 +11:00
James Elliott
70ab8aab15
fix(web): show appropriate default and available methods ( #2999 )
...
This ensures that; the method set when a user does not have a preference is a method that is available, that if a user has a preferred method that is not available it is changed to an enabled method with preference put on methods the user has configured, that the frontend does not show the method selection option when only one method is available.
2022-03-28 12:26:30 +11:00
renovate[bot]
17751a96a1
build(deps): update dependency @types/react to v17.0.43 ( #3048 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-26 21:28:03 +11:00
renovate[bot]
8f7c415654
build(deps): update dependency react-i18next to v11.16.2 ( #3061 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-03-26 21:11:51 +11:00
renovate[bot]
70271cd594
build(deps): update dependency typescript to v4.6.3 ( #3058 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-26 20:28:39 +11:00
renovate[bot]
d25685fe0c
build(deps): update dependency @testing-library/jest-dom to v5.16.3 ( #3056 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-03-26 20:05:15 +11:00
renovate[bot]
2aafce9b3f
build(deps): update dependency eslint-import-resolver-typescript to v2.7.0 ( #3049 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-03-26 19:27:57 +11:00
renovate[bot]
85e57d3f86
build(deps): update font awesome to v6.1.1 ( #3047 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-03-26 19:09:42 +11:00
renovate[bot]
8dfdef0044
build(deps): update dependency prettier to v2.6.1 ( #3060 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-26 18:50:27 +11:00
renovate[bot]
bce0f5d308
build(deps): update dependency vite-plugin-svgr to v1.1.0 ( #3045 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-03-26 18:30:14 +11:00
renovate[bot]
524235d23c
build(deps): update dependency i18next-browser-languagedetector to v6.1.4 ( #3054 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-24 15:10:42 +11:00
renovate[bot]
f8a64171b6
build(deps): update dependency @types/react-dom to v17.0.14 ( #3039 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-22 16:43:04 +11:00
renovate[bot]
b3ee616faf
build(deps): update typescript-eslint monorepo to v5.16.0 ( #3044 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-03-22 14:55:21 +11:00
renovate[bot]
e7bb93f45d
build(deps): update dependency @types/react to v17.0.41 ( #3038 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-22 14:34:57 +11:00
James Elliott
0db604c005
release: v4.34.5
2022-03-18 20:57:11 +11:00
renovate[bot]
97d7e9091a
build(deps): update dependency react-i18next to v11.16.1 ( #3035 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-18 09:35:27 +11:00
renovate[bot]
3b9e5ac243
build(deps): update dependency react-i18next to v11.16.0 ( #3034 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-03-18 09:10:43 +11:00
renovate[bot]
af5a1d1e09
build(deps): update dependency @fortawesome/react-fontawesome to v0.1.18 ( #3024 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-17 08:32:16 +11:00
renovate[bot]
105eaec00a
build(deps): update dependency @commitlint/cli to v16.2.3 ( #3020 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-03-16 17:33:08 +11:00
renovate[bot]
474296fe84
build(deps): update dependency prettier to v2.6.0 ( #3021 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-03-16 17:11:12 +11:00
renovate[bot]
e6a3a52fb7
build(deps): update dependency @fortawesome/fontawesome-svg-core to v6 ( #3015 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-16 10:13:30 +11:00
renovate[bot]
2c3b507096
build(deps): update font awesome to v6.1.0 ( #3014 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-16 08:28:24 +11:00
renovate[bot]
bd5783cb49
build(deps): update typescript-eslint monorepo to v5.15.0 ( #3011 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-03-15 12:06:34 +11:00
renovate[bot]
98b686021d
build(deps): update dependency eslint-plugin-react to v7.29.4 ( #3004 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-03-15 10:20:32 +11:00
renovate[bot]
4901124f46
build(deps): update dependency react-i18next to v11.15.7 ( #3001 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-03-15 09:03:14 +11:00
renovate[bot]
5e6a2c5e8d
build(deps): update dependency i18next-http-backend to v1.4.0 ( #3003 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-15 08:30:23 +11:00
renovate[bot]
f41a4628f2
build(deps): update dependency @types/react to v17.0.40 ( #2992 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-10 22:11:25 +11:00
James Elliott
ed49cc0a74
release: v4.34.4 ( #2991 )
2022-03-10 13:17:56 +11:00
James Elliott
9a62bff1e5
build(deps): update dependency qrcode.react to v2 ( #2990 )
2022-03-10 12:48:29 +11:00
renovate[bot]
18c3d8ffb5
build(deps): update dependency axios to v0.26.1 ( #2989 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-03-10 12:04:45 +11:00
renovate[bot]
51a1b2cb58
build(deps): update dependency i18next to v21.6.14 ( #2982 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-03-10 11:04:04 +11:00
renovate[bot]
26cab9f203
build(deps): update dependency @testing-library/react to v12.1.4 ( #2983 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-03-10 10:12:56 +11:00
renovate[bot]
743d8c5a8d
build(deps): update dependency react-i18next to v11.15.6 ( #2976 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-03-09 17:01:19 +11:00
renovate[bot]
6443f5cbe5
build(deps): update typescript-eslint monorepo to v5.14.0 ( #2977 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-03-09 14:46:41 +11:00
renovate[bot]
b48b2ddde6
build(deps): update dependency vite-plugin-istanbul to v2.5.1 ( #2973 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-07 12:09:32 +11:00
James Elliott
6d937cf6cc
refactor(model): rename from models ( #2968 )
2022-03-06 16:47:40 +11:00
James Elliott
ebce62b1fc
release: v4.34.3 ( #2964 )
2022-03-05 18:32:14 +11:00
James Elliott
67846faacb
release: v4.34.2 ( #2958 )
2022-03-04 22:09:33 +11:00
James Elliott
82d28155d0
release: v4.34.1 ( #2955 )
2022-03-04 17:26:42 +11:00
James Elliott
62e670e4fe
release: v4.34.0 ( #2951 )
2022-03-04 16:05:26 +11:00
renovate[bot]
4acb42aa39
build(deps): update font awesome to v6 ( #2913 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-04 12:45:39 +11:00
renovate[bot]
cd2a5b2354
build(deps): update dependency eslint-plugin-react to v7.29.3 ( #2949 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-04 12:20:22 +11:00
renovate[bot]
d9292875fc
build(deps): update dependency i18next to v21.6.13 ( #2942 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-03-03 22:43:18 +11:00
James Elliott
8f05846e21
feat: webauthn ( #2707 )
...
This implements Webauthn. Old devices can be used to authenticate via the appid compatibility layer which should be automatic. New devices will be registered via Webauthn, and devices which do not support FIDO2 will no longer be able to be registered. At this time it does not fully support multiple devices (backend does, frontend doesn't allow registration of additional devices). Does not support passwordless.
2022-03-03 22:20:43 +11:00
renovate[bot]
3c0d9b3b57
build(deps): update dependency eslint-config-prettier to v8.5.0 ( #2941 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-03-03 12:29:26 +11:00
renovate[bot]
ee4c7d7340
build(deps): update dependency @types/react-dom to v17.0.13 ( #2940 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-03 10:58:55 +11:00
renovate[bot]
476df97622
build(deps): update dependency react-router-dom to v6.2.2 ( #2929 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-03-02 23:07:43 +11:00
renovate[bot]
03b2b45c4d
build(deps): update dependency @types/react-dom to v17.0.12 ( #2935 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-02 20:15:39 +11:00
renovate[bot]
8dcb8c4e29
build(deps): update dependency vite to v2.8.6 ( #2936 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-02 13:06:14 +11:00
renovate[bot]
b7ddcb1d29
build(deps): update dependency typescript to v4.6.2 ( #2932 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-01 15:39:39 +11:00
renovate[bot]
d5684b9f87
build(deps): update typescript-eslint monorepo to v5.13.0 ( #2928 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-01 11:15:55 +11:00
renovate[bot]
4c63d4f59c
build(deps): update dependency vite to v2.8.5 ( #2927 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-03-01 08:21:58 +11:00
renovate[bot]
d87a56fa1a
build(deps): update dependency eslint-plugin-react to v7.29.2 ( #2918 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-27 17:37:43 +01:00
renovate[bot]
d565133f19
build(deps): update dependency eslint-plugin-react to v7.29.0 ( #2915 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-25 20:18:44 +11:00
renovate[bot]
c525849eee
build(deps): update dependency @types/node to v16.11.26 ( #2894 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-25 09:10:01 +11:00
James Elliott
b733f7b86d
build(deps): update pnpm packages ( #2911 )
2022-02-24 19:27:57 +11:00
renovate[bot]
4d06318413
build(deps): update dependency @testing-library/jest-dom to v5.16.2 ( #2892 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-02-23 13:13:20 +11:00
renovate[bot]
c03b24232f
build(deps): update dependency @fortawesome/react-fontawesome to v0.1.17 ( #2891 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-23 12:08:15 +11:00
James Elliott
fcdd41ea2a
feat: oidc scope i18n ( #2799 )
...
This adds i18n for the OIDC scope descriptsions descriptions.
2022-02-08 01:18:16 +11:00
James Elliott
7775d2af0e
fix(ntp): disable failure ignored ( #2835 )
...
Disable failure was ignored previously, this ensures it isn't.
2022-02-03 14:04:24 +11:00
renovate[bot]
029e3268d4
build(deps): update dependency i18next to v21.6.7 ( #2824 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-22 11:04:32 +11:00
renovate[bot]
28b29be0af
build(deps): update dependency i18next-http-backend to v1.3.2 ( #2823 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-22 10:23:00 +11:00
renovate[bot]
7402f6807b
build(deps): update dependency react-i18next to v11.15.3 ( #2821 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-22 00:48:50 +11:00
renovate[bot]
31f3f23195
build(deps): update dependency i18next to v21.6.6 ( #2820 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-22 00:23:49 +11:00
Manuel Nuñez
db046b2d1c
feat(web): i18n ( #2697 )
...
This adds support for i18n so that users may be presented a familiar language to the language the browser language they are using automatically. Currently supported languages: en, es.
Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-01-21 23:05:46 +11:00
James Elliott
8d5a29117e
release: v4.33.2 ( #2800 )
2022-01-21 15:34:17 +11:00
renovate[bot]
6020dd611f
build(deps): update dependency typescript to v4.5.5 ( #2812 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-01-21 11:38:48 +11:00
renovate[bot]
c4cef2918b
build(deps): update dependency @commitlint/cli to v16.1.0 ( #2810 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-01-21 11:19:25 +11:00
renovate[bot]
97a862e81a
build(deps): update dependency @commitlint/cli to v16.0.3 ( #2808 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-20 07:30:44 +11:00
renovate[bot]
6366e3452c
build(deps): update dependency vite to v2.7.13 ( #2807 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-19 18:22:27 +11:00
renovate[bot]
fb73d75c08
build(deps): update dependency @types/node to v16.11.21 ( #2806 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-19 08:26:18 +11:00
renovate[bot]
545dddea52
build(deps): update dependency axios to v0.25.0 ( #2805 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-01-18 21:45:57 +11:00
renovate[bot]
e4391892b5
build(deps): update typescript-eslint monorepo to v5.10.0 ( #2804 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-18 13:10:39 +11:00
renovate[bot]
adb6949f30
build(deps): update dependency vite-plugin-istanbul to v2.4.0 ( #2803 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-18 11:25:28 +11:00
renovate[bot]
1945535742
build(deps): update dependency @types/node to v16.11.20 ( #2802 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-18 10:50:28 +11:00
renovate[bot]
73b7900fee
build(deps): update dependency vite to v2.7.12 ( #2797 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-14 09:30:18 +11:00
renovate[bot]
ef824a3b6c
build(deps): update dependency vite to v2.7.11 ( #2795 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-13 23:57:40 +11:00
renovate[bot]
03caebaad0
build(deps): update dependency query-string to v7.1.0 ( #2772 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Clément Michaud <clement.michaud34@gmail.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-01-13 01:11:09 +11:00
renovate[bot]
5e4738beec
build(deps): update dependency @commitlint/cli to v16.0.2 ( #2777 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-01-13 00:53:52 +11:00
renovate[bot]
d68f9a2254
build(deps): update dependency vite-plugin-svgr to v1 ( #2779 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-01-13 00:13:07 +11:00
renovate[bot]
cf632cb34a
build(deps): update typescript-eslint monorepo to v5.9.1 ( #2786 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-11 22:57:12 +01:00
renovate[bot]
25d16994e3
build(deps): update dependency husky to v7.0.4 ( #2780 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-11 13:29:58 +01:00
renovate[bot]
322359fefb
build(deps): update dependency jest to v27.4.7 ( #2768 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-07 11:53:29 +11:00
renovate[bot]
74641ce027
build(deps): update dependency jest to v27.4.6 ( #2766 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-05 20:06:53 +11:00
renovate[bot]
cc4a45f46d
build(deps): update dependency @vitejs/plugin-react to v1.1.4 ( #2764 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-05 15:31:06 +11:00
renovate[bot]
e389d61f1d
build(deps): update dependency @types/node to v16.11.19 ( #2762 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-05 13:17:23 +11:00
renovate[bot]
7c3392a2fb
build(deps): update typescript-eslint monorepo to v5.9.0 ( #2760 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-04 17:45:47 +11:00
renovate[bot]
ff4752d983
build(deps): update dependency @types/node to v16.11.18 ( #2759 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-04 16:42:51 +11:00
renovate[bot]
1af75ef353
build(deps): update dependency eslint-plugin-import to v2.25.4 ( #2758 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-04 14:43:48 +11:00
renovate[bot]
ced541dc93
build(deps): update dependency vite to v2.7.10 ( #2752 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-01-04 13:50:52 +11:00
renovate[bot]
5584b08517
build(deps): update dependency @commitlint/cli to v16.0.1 ( #2750 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-29 15:26:27 +11:00
renovate[bot]
cc0099892e
build(deps): update typescript-eslint monorepo to v5.8.1 ( #2749 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-28 06:37:16 +11:00
renovate[bot]
5d15d7c58b
build(deps): update commitlint monorepo to v16 ( #2745 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-27 15:44:49 +11:00
renovate[bot]
09a4078c2d
build(deps): update dependency vite to v2.7.7 ( #2744 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-27 15:07:25 +11:00
renovate[bot]
e2511b20a3
build(deps): update dependency @types/react to v17.0.38 ( #2741 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-26 14:50:05 +11:00
renovate[bot]
47e1062b4a
build(deps): update dependency @types/node to v16.11.17 ( #2740 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-23 21:52:34 +11:00
renovate[bot]
37b52b0168
build(deps): update dependency eslint-plugin-react to v7.28.0 ( #2739 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-23 11:08:35 +11:00
renovate[bot]
cee5a68422
build(deps): update dependency vite to v2.7.6 ( #2737 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-23 10:25:09 +11:00
renovate[bot]
ef010d47dc
build(deps): update dependency vite to v2.7.5 ( #2735 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-22 08:10:45 +11:00
renovate[bot]
7b2c3e4d13
build(deps): update dependency @types/node to v16.11.15 ( #2734 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-21 20:45:57 +11:00
renovate[bot]
19e7860740
build(deps): update typescript-eslint monorepo to v5.8.0 ( #2733 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-21 17:15:32 +11:00
renovate[bot]
54d08f3599
build(deps): update dependency vite to v2.7.4 ( #2732 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-12-21 13:36:20 +11:00
renovate[bot]
a560304ace
build(deps): update dependency vite to v2.7.3 ( #2724 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2021-12-20 08:41:32 +11:00
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
renovate[bot]
2ef98ee9ef
build(deps): update dependency eslint-plugin-react to v7.27.0 ( #2587 )
2021-11-11 08:00:03 +11:00
renovate[bot]
25fa1bb88b
build(deps): update dependency react-router-dom to v6.0.2 ( #2582 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-10 15:20:36 +11:00
renovate[bot]
a6a3bd9b5b
build(deps): update dependency vite to v2.6.14 ( #2581 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-10 13:20:44 +11:00
renovate[bot]
d8178eb368
build(deps): update dependency @vitejs/plugin-react to v1.0.8 ( #2580 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-10 12:50:55 +11:00
renovate[bot]
777855f65e
build(deps): update dependency vite-plugin-svgr to v0.5.1 ( #2579 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-10 10:57:37 +11:00
renovate[bot]
e2e05fffd5
build(deps): update dependency eslint-plugin-react-hooks to v4.3.0 ( #2578 )
2021-11-10 09:44:00 +11:00
renovate[bot]
374f07eca8
build(deps): update dependency @types/node to v16.11.7 ( #2577 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-09 13:53:18 +11:00
renovate[bot]
f15daedf39
build(deps): update typescript-eslint monorepo to v5.3.1 ( #2574 )
2021-11-09 07:27:35 +11:00
renovate[bot]
f9d256ceb0
build(deps): update dependency vite-plugin-svgr to v0.5.0 ( #2573 )
2021-11-09 07:08:17 +11:00
renovate[bot]
45df80c1c2
build(deps): update dependency react-router-dom to v6.0.1 ( #2569 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-06 13:28:05 +11:00
Amir Zarrinkafsh
0e8ff3bde9
fix(web): misleading 2fa registration errors ( #2535 )
2021-11-05 15:12:56 +11:00
renovate[bot]
eae353e315
build(deps): update dependency react-router-dom to v6 ( #2565 )
...
* build(deps): update dependency react-router-dom to v6
* fix(web): update code to conform to react-router 6 convention
* refactor(web): react-router -> react-router-dom
* refactor(web): make 2fa consts relative
* refactor(web): rename 2fa consts for clarity
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2021-11-05 13:36:52 +11:00
renovate[bot]
a954a39a07
build(deps): update dependency @types/react-dom to v17.0.11 ( #2562 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-04 10:56:57 +11:00
renovate[bot]
4e11576542
build(deps): update dependency @types/react to v17.0.34 ( #2561 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-04 10:38:35 +11:00
renovate[bot]
817e4c5cb5
build(deps): update dependency @testing-library/jest-dom to v5.15.0 ( #2559 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-04 10:17:43 +11:00
renovate[bot]
76cc998c25
build(deps): update typescript-eslint monorepo to v5.3.0 ( #2556 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-03 16:12:44 +11:00
renovate[bot]
edf9d1bd6a
build(deps): update commitlint monorepo to v14 ( #2555 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-03 13:22:37 +11:00
renovate[bot]
fcc2502dc9
build(deps): update dependency eslint-plugin-flowtype to v8.0.3 ( #2550 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-10-29 13:24:42 +11:00