390 Commits

Author SHA1 Message Date
garronej
14aab97d8a Merge branch 'main' of https://github.com/InseeFrLab/keycloakify 2023-01-26 10:50:01 +01:00
garronej
f338dcbeed #232 2023-01-26 10:48:24 +01:00
rome-user
84ca9e6b81
keycloak test script: use env to launch bash
This minor change allows users to use the latest version of `bash` on Mac OS.

`/bin/bash` is very old on Mac OS, and many users will have `bash` from MacPorts or Homebrew. This change allows such users to be able to use the newer `bash` installation.
2023-01-22 17:28:27 -08:00
Waldemar Reusch
1a0e05d073 rewrite download and unzip to use nodejs native methods 2023-01-16 14:42:20 +01:00
Waldemar Reusch
85cecc9811 fix(build): _properly_ fix bin paths 2023-01-12 22:56:02 +01:00
Waldemar Reusch
9899f742a8 fix(build): also rewrite bin paths in dist/package.json 2023-01-12 22:51:48 +01:00
Waldemar Reusch
b5484740b7 fix(build): remove dependency on *nix chown 2023-01-12 22:27:22 +01:00
garronej
6fb936798e https://github.com/InseeFrLab/keycloakify/issues/217#issuecomment-1376849781 2023-01-10 09:05:19 +01:00
garronej
49b87777f9 Fmt 2023-01-08 14:57:18 +01:00
Waldemar Reusch
d4523bb1e6
Merge branch 'main' into patch-1 2023-01-08 12:22:14 +01:00
Waldemar Reusch
e3200899e2
fix: replace rm system calls with nodejs native functions; closes #219 2023-01-08 12:19:41 +01:00
Pedro Dos Santos
bbe828071e fix - handle username and password login errors the same 2023-01-06 15:41:01 +01:00
garronej
af77b31d54 Update default test container to Keycloak 20.0.1 2022-11-11 15:48:32 +01:00
garronej
8702ec29a8 Drop dependency to @emotion/react 2022-10-16 00:49:49 +02:00
garronej
c71c2a8710 Fix breaking change of 6.8 2022-10-15 15:39:32 +02:00
garronej
ab906ec417 #192: fix bad logic in ftl to js script 2022-10-15 14:22:11 +02:00
garronej
688455d0aa #191: Enable to only customize the Template 2022-10-13 11:58:31 +02:00
Joseph Garrone
5e1c5b510b
Merge pull request #185 from Mstrodl/feature/mstrodl/webauthn-authenticate
Add support for `webauthn-authenticate.ftl`
2022-10-06 20:41:31 +02:00
Mary Strodl
9e63183f4b
WebauthnAuthenticate: refactor authentication flow
Lots of weird syntax here, and we were using `useCallback` rather than
`useConstCallback`.
2022-10-06 14:25:04 -04:00
garronej
ce4ea55438 Add a big red warning when kcContext mock is enabled 2022-10-06 01:08:07 +02:00
garronej
8807743daf Ignore mock when in Keycloak: https://github.com/InseeFrLab/keycloakify/discussions/186#discussioncomment-3809320 2022-10-06 00:36:46 +02:00
Mary Strodl
4b3ae58ea7
Add support for webauthn-authenticate.ftl
Wow! This one sucks. Certainly more in need of review compared to
`login-username.ftl` and `login-password.ftl`...
2022-10-05 02:54:03 -04:00
Mary Strodl
6a0a170b17
Add support for login-password.ftl 2022-10-04 15:01:08 -04:00
Mary Strodl
e3a0639a0c
Add login-username support
Shown for the "Username Form" login step.

I would also like to work on:
- `login-password.ftl`
- `webauthn-authenticate.ftl`

But first want to see opinions on this!
2022-10-04 11:22:03 -04:00
garronej
ff16e66275 #177: Provide a simple way to disable fetching of default resources 2022-09-27 21:30:33 +02:00
garronej
9a21656706 Apply #164 on v6 2022-09-13 10:49:20 +02:00
garronej
b421633a8a Default test container use 19.0.1 2022-09-12 23:48:34 +02:00
garronej
8cebf049d4 Render Markdown in Terms 2022-09-09 17:24:43 +02:00
garronej
d717de006a Update kcContext def 2022-09-09 14:37:27 +02:00
garronej
1b37ba5339 Feat idp-review-user-profile.ftl #164 2022-09-09 12:56:09 +02:00
garronej
bbaa90e997 Rename misnamed default exports, removing doInsertPasswordFields 2022-09-09 10:24:50 +02:00
garronej
4159883791 Feature update-user-profile.ftl #164 2022-09-09 02:07:49 +02:00
Joseph Garrone
36e32d6ddc
Update src/bin/download-builtin-keycloak-theme.ts 2022-09-08 15:13:21 +02:00
Joseph Garrone
84908e2ec0
Update src/bin/generate-i18n-messages.ts 2022-09-08 15:13:15 +02:00
Joseph Garrone
a2dc51d811
Update src/bin/create-keycloak-email-directory.ts 2022-09-08 15:13:09 +02:00
German Ivanov
fb3b0e2c29 fix: make sure external assets flag is a boolean 2022-09-08 15:46:27 +03:00
German Ivanov
1a3e4c68bb test: update tests to include silent flag 2022-09-08 15:43:03 +03:00
German Ivanov
11b2342da0 feat: add silent flag 2022-09-08 13:52:10 +03:00
garronej
a0be35db8b Fix compat with StrictMode react 18 2022-09-07 13:39:54 +02:00
garronej
0c315385dd Update fix tests 2022-09-07 12:00:23 +02:00
garronej
a13f710325 Important fix for --external-assets 2022-09-07 11:50:24 +02:00
garronej
875322669c Rename isAppAndKeycloakServerSharingSameDomain to areAppAndKeycloakServerSharingSameDomain #145 2022-09-07 11:25:46 +02:00
garronej
8e6f597027 Fix bug with --external-assets 2022-09-06 17:39:47 +02:00
garronej
c4b985f1a4 Fix replacers 2022-09-05 00:08:50 +02:00
garronej
e4a46f31de Make it allright not to provide validators object on mock data 2022-09-04 23:19:33 +02:00
garronej
6d9e62d2b4 Remove unessesary log 2022-09-04 21:48:46 +02:00
garronej
5c7d3c5b44 lib target ES2017 instead of ES2020 2022-09-01 22:35:01 +02:00
garronej
b8d759cd63 Minor refactor for dryness 2022-09-01 21:31:27 +02:00
garronej
2afd36fee0 Avoid fetching locale twitch (react 18 useEffect) 2022-09-01 21:16:25 +02:00
garronej
30e20f4e7d Avoid redefining the properties 2022-09-01 17:22:15 +02:00