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
ab906ec417
#192 : fix bad logic in ftl to js script
2022-10-15 14:22:11 +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
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
1b37ba5339
Feat idp-review-user-profile.ftl #164
2022-09-09 12:56:09 +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
11b2342da0
feat: add silent flag
2022-09-08 13:52:10 +03: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
6d9e62d2b4
Remove unessesary log
2022-09-04 21:48:46 +02:00
garronej
30e20f4e7d
Avoid redefining the properties
2022-09-01 17:22:15 +02:00
garronej
ce0ab8dccf
Better linking script
2022-09-01 16:36:38 +02:00
garronej
daaaed43df
Rename keycloakify-demo-app in keycloakify-starter
2022-09-01 14:58:59 +02:00
garronej
8031d51e15
Rename build-keycloak-theme -> keycloakify
2022-08-22 17:17:35 +07:00
garronej
8cd584cbd5
Implementation of #160 and #103 for v6
2022-08-20 14:56:20 +07:00
garronej
f5b87f4669
Fix option parsing
2022-08-20 14:04:47 +07:00
garronej
a1a65c5529
Prettier: switch to trailing coma: none
2022-08-20 11:44:48 +07:00
garronej
8bee5d788e
#145
2022-08-16 14:41:06 +07:00
garronej
0eb4ab85b3
Fix lazy loading of css chunks #141
2022-08-02 21:00:52 +02:00
garronej
c6dc2377fa
output i18n messages to be imporable on a perl local basis
2022-07-31 19:03:20 +02:00
garronej
69c15bd473
New i18n with dynamic imports
2022-07-31 18:57:30 +02:00
garronej
2be40816b2
lib needs to be able to import bin
2022-07-31 00:41:25 +02:00
garronej
67e3dca0c3
Minor refactor (changelog ignore)
2022-07-30 00:51:29 +02:00
garronej
d79081dee4
Ship /src/lib in ESM for enabeling dynamic imports
2022-07-30 00:42:38 +02:00
garronej
449f100bc0
Using <Suspense /> and React.lazy()
2022-07-30 00:30:57 +02:00
garronej
b116f22152
Support for React.lazy() #141 🎉
2022-07-30 00:30:57 +02:00
garronej
964feae846
#134
2022-07-11 19:18:15 +02:00
Julien Bouquillon
04b660ff9b
feat: add logout-confirm
2022-07-07 01:05:15 +02:00
Joseph Garrone
1324648db6
Merge pull request #133 from bardius/fix/Issue-131-include-all-nested-folders-in-artifact-unzip
...
fix: Issue-131: include all nested folders in artifact unzip
2022-07-06 11:56:00 +02:00
BARDIS George
05a6aee782
fix: Issue-131: include all nested folders in artifact unzip
2022-07-06 11:44:25 +03:00
BARDIS George
c7349c2556
fix: Issue-130: fix equality detection of nested ftl object property paths
2022-07-06 11:38:47 +03:00
garronej
bc4b0ec17d
Update to Keycloak 18.0.2 for the test container
2022-07-06 01:30:30 +02:00