847 Commits

Author SHA1 Message Date
Joseph Garrone
a612fce78b Checkpoint validation supporting various multi valued fields 2024-05-02 15:33:48 +02:00
Joseph Garrone
fc040d8302 Progress checkpoint on useUserProfileForm 2024-05-01 18:18:34 +02:00
Joseph Garrone
2b0febce19 Checkpoint before refactor again 2024-04-30 12:07:35 +02:00
Joseph Garrone
d143e2d3ad Feature TextArea 2024-04-28 19:35:16 +02:00
Joseph Garrone
0b72724cb4 Extract field errors into a separate component 2024-04-27 19:35:42 +02:00
Joseph Garrone
9e0e8acda0 Extract form group label into a separate component 2024-04-27 19:31:28 +02:00
Joseph Garrone
998f18a3ce Progress on form reactivity 2024-04-27 19:09:22 +02:00
Joseph Garrone
500f558658 Simplify the API of useUserProfileForm 2024-04-22 06:53:08 +02:00
Joseph Garrone
49f46c758a Start refactor of UserProfilesFormFields 2024-04-22 06:36:41 +02:00
Joseph Garrone
83548afa0a Implement password policy validation 2024-04-22 06:34:50 +02:00
Joseph Garrone
cf42f5b2a0 do not use custom validator to check if password confirmation matches password 2024-04-22 04:34:54 +02:00
Joseph Garrone
dfdc90b686 Dot not create fake attribute field, hide password confirm at an higher level 2024-04-22 04:06:06 +02:00
Joseph Garrone
2e9d2b8bd2 Big refactor of useFormValidator into useUserProfileForm 2024-04-22 04:00:39 +02:00
Joseph Garrone
95c27dd97e Add multivalued field validator 2024-04-22 03:55:50 +02:00
Joseph Garrone
b871c3ecc3 Update KcContext type def, use an ext to get password policies. 2024-04-21 20:29:18 +02:00
Joseph Garrone
82ffa801d6 Refactor useFormValidation 2024-04-21 08:12:25 +02:00
Joseph Garrone
b42bf24935 checkpoint update on useFormValidation 2024-04-20 22:12:39 +02:00
Joseph Garrone
51bc65e671 Avoid logging expected error messages to the console 2024-04-17 15:57:13 +02:00
Joseph Garrone
9909971316 Update Login template for Keycloak 24 2024-04-13 04:46:13 +02:00
Joseph Garrone
05bd0885af Feat polifill for getFirstError and make existsError accept more than one field (kcContext.messagePerField) 2024-04-13 04:28:28 +02:00
Joseph Garrone
b4abe5a22e Drop compat with Keycloak prior to v12 #359 2024-04-13 04:15:23 +02:00
Joseph Garrone
c5c54cb807 Fully sync login template with Keycloak 24 2024-04-13 03:26:15 +02:00
Joseph Garrone
51ec342f6f Update css classes keys to reflect Keycloak 24 2024-04-13 02:18:06 +02:00
Joseph Garrone
8d1c19bf1c Update prepare template for Keycloak 24 2024-04-13 01:26:41 +02:00
Joseph Garrone
72a3c37e84 Update the downlaod-builtin-keycloak-theme for v24 2024-04-13 01:12:36 +02:00
Joseph Garrone
ad339710f1 Add corect document title and html lang property in account theme 2024-04-10 03:33:33 +02:00
Joseph Garrone
6a7b472c0e #535 2024-04-10 03:19:46 +02:00
Joseph Garrone
6991d868be Set html lang property and page title in usePrepareTemplate 2024-04-10 01:38:59 +02:00
Joseph Garrone
5bb22fc345 #534 2024-04-09 17:17:12 +02:00
Joseph Garrone
7887bd2b67 Filter out some Ftl context 2024-03-19 14:57:32 +01:00
Joseph Garrone
2c55d13f91 Add some more options for Keycloak version when downloading builtin theme (in the prompt) 2024-03-16 05:42:27 +01:00
Joseph Garrone
23e5f553d4 #522 2024-03-16 05:34:55 +01:00
Joseph Garrone
a3e3136600 #519 2024-03-05 19:42:49 +01:00
George Litos
2e6321342e Merge branch 'main' into feat/additional-account-pages 2024-03-02 13:41:48 +02:00
Joseph Garrone
5bf33aae75 Better support for environnement variables 2024-03-02 09:29:36 +01:00
Joseph Garrone
1bb0c9dfc2 Add generic type for kcContext.properties 2024-03-02 09:01:57 +01:00
Joseph Garrone
0909a4b7cc Remove dead code, (I didn't fully understand how it landed here in the first place) 2024-02-29 21:57:37 +01:00
Joseph Garrone
63c40fd816 Add type definition for the user property in the kcContext of the terms.ftl page 2024-02-27 23:55:06 +01:00
Joseph Garrone
ba74952e0b #513 2024-02-27 23:19:55 +01:00
Joseph Garrone
e9b249ddc7 Fix ftl script bug and definitively address #512 and #432 2024-02-27 06:52:17 +01:00
Joseph Garrone
dc1d4a66f4 keycloakifyBuildDirPath was non absolute 2024-02-24 05:38:42 +01:00
Joseph Garrone
2176d33da1 Support generating source map 2024-02-24 05:08:39 +01:00
Joseph Garrone
ccd75d56c5 Run the post build script in the react app directory 2024-02-23 19:38:01 +01:00
Joseph Garrone
546ee006d3 Rename postBuildScript to postBuild, make the params of the Vite plugin optional 2024-02-23 19:22:14 +01:00
Joseph Garrone
ae757ee371 Enable to provide the configuration to the Vite plugin, enable user to provide a post build script #148 2024-02-23 19:16:53 +01:00
Joseph Garrone
442bfa4ed6 Update types to reflect what is actually there on the kcContext 2024-02-21 20:43:18 +01:00
giorgoslytos
79e25e69bb feat: addition of Log account page 2024-02-21 13:44:33 +02:00
giorgoslytos
b95c12772d style: Add spaces between words 2024-02-21 13:36:55 +02:00
giorgoslytos
de47525d7c feat: Addition of Application Account page 2024-02-19 17:29:46 +02:00
giorgoslytos
f49d20e47c feat: Totp account page fixed and completed 2024-02-19 11:57:03 +02:00