garronej
17871daf0c
Build account theme
2023-03-20 01:48:03 +01:00
garronej
fa6a37880b
Fix script for account and email
2023-03-20 01:30:16 +01:00
garronej
aaac1f54e8
Untrack generated messages
2023-03-20 00:03:15 +01:00
garronej
43e4dd6bb6
Fix build for real
2023-03-18 16:17:33 +01:00
garronej
0040464ca1
Move lib up one level
2023-03-16 22:43:09 +01:00
garronej
79997efbb6
First commit towars supporting account theme
2023-03-16 22:13:46 +01:00
Michael Kreuzmayr
5dc692809c
Fix start container script paths for windows
2023-03-15 10:07:01 +01:00
garronej
23fedbf94a
Avoid passing unessesary realm values in the error.ftl page
2023-03-07 17:07:45 +01:00
garronej
5cfe78dcd1
Update prettier config
2023-02-26 15:39:03 +01:00
garronej
08e26600fd
Use keycloakify as bundler by default
2023-02-05 14:58:38 +01:00
Waldemar Reusch
80618bbd9c
Merge branch 'main' into mvn-begone
2023-02-05 13:36:52 +01:00
Waldemar Reusch
45ed359bef
fix keycloak theme source path for internal bundler
2023-02-05 13:31:34 +01:00
Waldemar Reusch
fcc26c3e7a
now that main is a promise, we shuold catch errors
2023-02-05 13:31:03 +01:00
Waldemar Reusch
557de34eea
fix: bundler fix missing change
2023-02-05 12:56:01 +01:00
garronej
64ab400af5
Temporarly restore mvn as default bundler
2023-02-04 20:38:50 +01:00
garronej
243fbd4dc9
Set the artifactId name in the build option
2023-02-04 19:36:42 +01:00
garronej
4e6a290693
Make new node based bundler the default
2023-02-04 18:02:39 +01:00
garronej
ac05d529ca
Minor fixes
2023-02-04 17:44:02 +01:00
Waldemar Reusch
b38d79004a
Merge branch 'main' into mvn-begone
2023-02-03 14:42:05 +01:00
Waldemar Reusch
f4a547df11
introduce options to choose a bundle strategy
...
Pick from 'none', 'keycloakify' or 'mvn', default to 'mvn'. 'none' will
not create a jar, 'keycloakify' will create a jar file using only tools
available to native nodejs, no additional system library required.
Choosing 'mvn' will behave as before, starting maven in a subprocess.
The bundler can be chosen in `package.json` or via `KEYCLOAKIFY_BUNDLER`
env var.
This commit also adds `KEYCLOAKIFY_GROUP_ID` and
`KEYCLOAKIFY_ARTIFACT_ID` env vars, which will be used to
define group id and artifact id in pom.xml and pom.properties, if given.
2023-02-03 14:28:06 +01:00
Joseph Garrone
564e1422ac
Merge pull request #226 from lordvlad/fix-win-build
...
windows compatibility
2023-01-27 00:20:12 +01:00
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
garronej
6fb936798e
https://github.com/InseeFrLab/keycloakify/issues/217#issuecomment-1376849781
2023-01-10 09:05:19 +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
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
30e20f4e7d
Avoid redefining the properties
2022-09-01 17:22:15 +02:00
garronej
8031d51e15
Rename build-keycloak-theme -> keycloakify
2022-08-22 17:17:35 +07:00