1528 Commits

Author SHA1 Message Date
garronej
b2c1b41981 Update CI 2023-04-03 20:31:19 +02:00
garronej
ffa8440d1b Bump version v7.6.3 2023-04-03 20:19:43 +02:00
garronej
32f66b3eaa #297 2023-04-03 20:16:38 +02:00
garronej
42b196bd0b Fix type error in useDownloadTerms 2023-04-03 20:10:40 +02:00
garronej
68dab45931 Refactor Terms.tsx 2023-04-03 20:10:06 +02:00
Joseph Garrone
af2dbb0389
Merge pull request #296 from keycloakify/introduce-yazl
Introduce-yazl
2023-04-02 23:02:16 +02:00
Waldemar Reusch
5abbc7f9a7 style: run prettier 2023-04-02 22:49:12 +02:00
Waldemar Reusch
dcfefad17f refactor(jar): introduce yazl for creating jars
* introduce yazl
* remove old zip code
* refactor jar code to make it better testable
* introduce unit test for jar creation
2023-04-02 22:47:42 +02:00
garronej
4ece6457fd Bump version v7.6.2 2023-04-02 03:10:38 +02:00
garronej
53e38336fb #287 Refacror 2023-04-02 03:10:16 +02:00
garronej
0b16df7731 Bump version v7.6.1 2023-04-01 23:00:19 +02:00
garronej
900125d92e fmt 2023-04-01 23:00:03 +02:00
Joseph Garrone
6aaaf5a9d3
Merge pull request #289 from keycloakify/some-minor-fixes
Some-minor-fixes
2023-04-01 22:59:31 +02:00
Waldemar Reusch
bd2f6d8fee style: move loose test into test suite 2023-04-01 22:52:09 +02:00
Waldemar Reusch
baae22657e style: fix formatting 2023-04-01 22:44:13 +02:00
Waldemar Reusch
46264c85f4 Add unit test and fix some more use cases 2023-04-01 22:36:54 +02:00
Waldemar Reusch
2811eb6024 fix: fix typing 2023-04-01 22:08:00 +02:00
Waldemar Reusch
218c1a5a50 refactor: use path.sep to be cross-platform 2023-04-01 22:08:00 +02:00
Waldemar Reusch
ab5287a3d4 refactor: type-safe trimIndent 2023-04-01 22:07:59 +02:00
Joseph Garrone
d55c62c073
Bump version v7.6.0 2023-04-01 16:32:10 +02:00
Joseph Garrone
4833c34800
Merge pull request #293 from 0x-Void/add-select-authenticator-page
Add support for the select-authenticator.ftl page
2023-04-01 16:31:45 +02:00
garronej
fc70e657f0 Bump version v7.5.0 2023-04-01 14:02:48 +02:00
garronej
ee23f629f6 Add themeName option 2023-04-01 14:02:32 +02:00
garronej
44402c9571 Bump version v7.4.0 2023-04-01 13:31:56 +02:00
garronej
ffefb38161 #40 2023-04-01 13:31:35 +02:00
garronej
6d667f653e Bump version v7.3.3 2023-03-31 17:46:01 +02:00
Joseph Garrone
1c75fed727
Merge pull request #290 from keycloakify/fix/unzip
refactor: use yauzl for unzipping
2023-03-31 17:45:13 +02:00
Void
e7837aea88 feat: add select-authenticator page 2023-03-31 17:38:22 +02:00
William Will
9c133be779 fix: create cache dir if it doesn't already exist 2023-03-31 09:36:59 -06:00
garronej
71eb953fd3 Minor changes 2023-03-31 13:25:48 +02:00
garronej
f49ef21fed Merge branch 'main' into fix/unzip 2023-03-31 12:29:10 +02:00
Joseph Garrone
6a6fa04ba0
Merge pull request #287 from keycloakify/vitest-integration
Vitest integration
2023-03-31 12:00:25 +02:00
garronej
83b0838c94 Minor fixes to the Vitest setup 2023-03-31 11:56:54 +02:00
William Will
4ebc1e671f feat(config): add ability to customize input/output directory 2023-03-30 21:24:11 -06:00
Michael Kreuzmayr
08c7e38587 refactor: use yauzl for unzipping 2023-03-30 22:56:58 +02:00
William Will
b863d9feb3 chore: add .devcontainer file 2023-03-30 02:47:54 -06:00
William Will
e527f043b0 test: add test for valid jar artifacts 2023-03-30 02:46:44 -06:00
William Will
58bb403787 test: refactor existing tests to vitest 2023-03-30 02:46:25 -06:00
William Will
e4725c23eb feat: add vitest testing 2023-03-30 02:45:43 -06:00
Joseph Garrone
b0db8caf65
Bump version v7.3.2 2023-03-30 08:01:08 +02:00
Joseph Garrone
3bcc6bdf93
Merge pull request #286 from willwill96/KEYCLOAKIFY-285
fix: pass only strings to trimIndent
2023-03-30 07:38:21 +02:00
William Will
eafb75a958 fix: do not swallow errors 2023-03-29 18:48:10 -06:00
William Will
31ca0939aa fix: pass only strings to trimIndent 2023-03-29 18:07:43 -06:00
Joseph Garrone
7784fdcd6a
Bump version #284 v7.3.1 2023-03-29 21:36:27 +02:00
Joseph Garrone
8247eef735
Merge pull request #269 from keycloakify/fix-download-cache
fix(download): fix download cache not behaving as expected
2023-03-29 21:35:44 +02:00
Waldemar Reusch
cb6629f301 fix(test): fix test after changes to downloadAndUnzip 2023-03-29 09:59:54 +02:00
Waldemar Reusch
3a6fe1b374 fix(cache): fix download caches
* also fix npm config running 4 times in the worst case
* factor out unzip methods
* factor and enhance trimindent
* factor out more utils
* restore windows build, which failed cause generate-i18n-messages did not write any files
2023-03-29 09:54:29 +02:00
Waldemar Reusch
0ba2f37004 Merge branch 'main' into fix-download-cache 2023-03-29 09:22:55 +02:00
Joseph Garrone
e052dee753
Bump version v7.3.0 2023-03-28 10:01:15 +02:00
Joseph Garrone
9c2ec32d12
Merge pull request #282 from juffe/add-update-email-page
feat: add update-email.ftl page
2023-03-28 10:00:23 +02:00