118 Commits

Author SHA1 Message Date
Joseph Garrone
6cd5b958c7 Fix typo 2024-07-08 00:21:40 +02:00
Joseph Garrone
2b9bbc4cef Ensure pnpm dlx isn't used 2024-06-28 19:03:19 +02:00
Joseph Garrone
3878e28b56 Improve monorepo project support, work if there only a package.json at the root (like NX) 2024-06-23 21:23:06 +02:00
Joseph Garrone
d04724c70a fetchProxyOptions compatibility Window OS 2024-06-14 21:53:17 +02:00
Joseph Garrone
bacaadc16d Remove dead file 2024-06-14 21:52:46 +02:00
Joseph Garrone
bc05f1714d Fix windows OS compatibility issue 2024-06-14 18:59:25 +02:00
Joseph Garrone
3453a17c15 Rename reactAppRootDirPath -> projectDirPath and reactAppBuildDirPath -> projectBuildDirPath 2024-06-09 09:03:43 +02:00
Joseph Garrone
82d7e1371e Add code gen for environement variables an theme name 2024-06-08 14:02:07 +02:00
Joseph Garrone
57ac5badba Update the euristic for getting the NPM workspace root. 2024-06-03 22:37:22 +02:00
Joseph Garrone
b7954f87e0 Fix error creating dir that might exist already 2024-05-27 18:33:16 +02:00
Joseph Garrone
99a9b62c6c Fix logical error 2024-05-26 19:50:25 +02:00
Joseph Garrone
68f5ee42e6 Make hot reloading when testing account theme with older Keycloak version work 2024-05-26 19:29:12 +02:00
Joseph Garrone
6bb7f7dc16 Using POO do not increace performances 2024-05-25 12:30:21 +02:00
Joseph Garrone
caa42538a1 Make sure the cache dont get corrupted if any operation is canceled mid way 2024-05-25 11:41:46 +02:00
Joseph Garrone
f5b9a8de55 Node types def are lying 2024-05-25 11:02:22 +02:00
Joseph Garrone
dd33f554da Resource fetching optimization 2024-05-24 17:26:38 +02:00
Joseph Garrone
22e7ff1424 Update prettier configuration 2024-05-20 15:50:58 +02:00
Joseph Garrone
06a24d35cb https://github.com/keycloakify/keycloakify/issues/550 2024-05-19 23:17:45 +02:00
Joseph Garrone
af829e9ac9 Improve login 2024-05-18 10:24:55 +02:00
Joseph Garrone
d85ab889b3 Support "~" in getAbsoluteAndInOsFormat 2024-05-18 09:15:39 +02:00
Joseph Garrone
9b27f25f6c Implement stary-keycloak-container 2024-05-18 01:17:31 +02:00
Joseph Garrone
7d61be231e use cacheDirPath for temporary directories 2024-05-18 01:17:31 +02:00
Joseph Garrone
afcc3fd0ce Move getNpmWorkspaceRootDirPath to tools 2024-05-18 01:17:31 +02:00
Joseph Garrone
e18a34c987 Update build script 2024-05-18 01:17:31 +02:00
Joseph Garrone
ad70a4cffd Make Vite run copy-keaycloak-resources-to-public 2024-02-11 20:15:18 +01:00
Joseph Garrone
839ba6a964 Improve monorepo support 2024-02-11 18:28:58 +01:00
Joseph Garrone
bda76200d7 Base url that works everywhere in mocks 2024-02-10 19:51:24 +01:00
Joseph Garrone
ae0b059217 Fix a couple of bug in donwnload-builtin-keycloak-theme 2024-02-08 14:09:55 +01:00
Joseph Garrone
4ad7183d7e Prevent crashing when github is not up to date yet 2024-02-07 21:22:58 +01:00
Joseph Garrone
e1b52e7439 Implement remote caching mechanism to prevent full download of the Keycloak sources 2024-02-07 21:17:09 +01:00
Joseph Garrone
dca8c9f9d7 Merge main, fix runtime error in scripts, fix clean build 2024-02-07 20:01:26 +01:00
Joseph Garrone
73a8ec0295 Building version 2024-02-05 08:52:58 +01:00
Joseph Garrone
22fa1411bf Moving on 2024-01-30 05:54:36 +01:00
Joseph Garrone
5b350274bd Fundation 2024-01-30 00:06:17 +01:00
garronej
18f0f3cce1 Refactor build option managment 2023-09-03 23:26:34 +02:00
garronej
8c3e9ff192 Remove inhouse bundler, we actually need Maven to build now 2023-09-03 21:10:20 +02:00
garronej
39ff7913d6 https://github.com/xgp/keycloak-account-v1/issues/3 2023-09-03 07:14:57 +02:00
garronej
983af57842 Actually remove non used resources 2023-08-24 08:58:00 +02:00
garronej
1c25b69160 Remove --external-assets option 2023-08-21 05:54:17 +02:00
garronej
cd68b07e19 Build keycloak static assets and improve cache mechanism to keep build time in check https://github.com/xgp/keycloak-account-v1/issues/3 2023-08-21 04:26:58 +02:00
garronej
e9e31394c4 #380 2023-08-20 02:58:10 +02:00
garronej
476a33c0ab #380 2023-07-24 23:22:16 +02:00
garronej
90d765d7f6 #366: fix tests 2023-06-21 18:23:12 +02:00
Thomas Silvestre
387c71c0aa prevent crawlRec from crashing when dir_path does not exist 2023-06-21 16:24:58 +02:00
garronej
de390678fd Deprecate the extraPages options, analyze the code to detect extra pages 2023-06-21 03:54:43 +02:00
Avare Kodcu
9a6ea87b0c
Change node.js 16.6.0 dependency that Array.prototype.at 2023-05-23 13:15:02 +03:00
Waldemar Reusch
58c10796a1 fix: fix broken jar
Many tools will handle zipfiles which lack directory entries
just fine, others will not. Looks like the JDKs JAR libs are
not  handling  it well. This commit will make sure to create
folder entries.
2023-04-28 16:59:06 +02:00
Waldemar Reusch
c35a1e7c50 fix: fix paths after changing root path param meaning 2023-04-27 14:33:21 +02:00
Waldemar Reusch
ecb22c3829 fix: restore missing pom.xml in jar archive 2023-04-27 14:33:19 +02:00
Waldemar Reusch
27575eda68 fix: collapse empty ca list to undefined 2023-04-25 01:40:07 +02:00