150 Commits

Author SHA1 Message Date
uchar
81fc9d57bd remove async from sanitize 2024-09-18 18:37:17 +03:30
uchar
c8a31c4b6a Add KCSantisizer 2024-09-17 00:56:46 +03:30
Joseph Garrone
b70b478e25 Pin cheerio to a given version 2024-08-13 14:58:46 +02:00
Joseph Garrone
97ad132086 Update to latest typescript v4 release 2024-08-13 09:31:23 +02:00
Joseph Garrone
386a8d7cd7 Rework the storybook 2024-07-29 05:12:31 +02:00
Joseph Garrone
454a9cd01c Remove useDownloadTerms see: https://docs.keycloakify.dev/terms-and-conditions, remove react-markdown 2024-06-22 02:53:30 +02:00
Joseph Garrone
aa9b7cccc7 Rework Terms 2024-06-21 02:01:55 +02:00
Joseph Garrone
96b627095c https://github.com/adbayb/termost/pull/31 2024-06-19 03:52:57 +02:00
Joseph Garrone
69d9b64468 Use tsx instead of ts-node 2024-06-15 11:23:53 +02:00
Joseph Garrone
9a92054c1a Remove unused dependency 2024-06-10 21:06:02 +02:00
Joseph Garrone
504419b26d Fix storybook 2024-06-05 21:44:26 +02:00
Joseph Garrone
08fc9d8631 Fix tests by updating vitest 2024-06-05 21:23:34 +02:00
Joseph Garrone
e873eb5123 Rollback typescript because updating storybook would add a one month delay to the release 2024-06-03 22:36:54 +02:00
Joseph Garrone
dd33f554da Resource fetching optimization 2024-05-24 17:26:38 +02:00
Joseph Garrone
ccc5ac6a1f Update prettier configuration 2024-05-20 19:30:15 +02:00
Joseph Garrone
8ed3561a55 Keep the bin executable when it's not bundled 2024-05-19 08:36:33 +02:00
Joseph Garrone
6b24c4284f Update most dependencies 2024-05-19 05:29:58 +02:00
Joseph Garrone
2a8849dd11 We can now use ESM only packages in src/bin 2024-05-19 04:54:15 +02:00
Joseph Garrone
977d0dc761 Bundle bin 2024-05-19 04:02:36 +02:00
Joseph Garrone
2c5473da27 Colors in the terminal 2024-05-18 10:02:14 +02:00
Joseph Garrone
60fcb5fe10 Update octokit 2024-05-18 04:24:02 +02:00
Joseph Garrone
87cd37c467 Update watch script 2024-05-18 01:49:51 +02:00
Joseph Garrone
a78a884c6e Update typescript version 2024-05-18 01:28:54 +02:00
Joseph Garrone
d4f03b6b9e bin general reresh, introducing termost 2024-05-18 01:17:31 +02:00
Joseph Garrone
bac159a42c update evt 2024-05-18 01:15:58 +02:00
Joseph Garrone
2176d33da1 Support generating source map 2024-02-24 05:08:39 +01:00
Joseph Garrone
66e595e649 Vite investigations 2024-01-27 18:49:29 +01:00
garronej
20cc869299 #375 2023-07-24 01:11:34 +02:00
garronej
e95e688cf0 Add rotating logo for the intro 2023-04-19 23:41:25 +02:00
garronej
ccb5d32763 update yarn.lock 2023-04-19 19:08:56 +02:00
Thomas Silvestre
8e043f289a sync with upstream main 2023-04-19 17:23:52 +02:00
garronej
bf92ea8340 Update yarn.lock 2023-04-19 03:20:47 +02:00
garronej
b08c4b0b29 Update yarn.lock 2023-04-18 04:11:53 +02:00
garronej
cc446059de Moving on with setup of the reference storybook #274 2023-04-17 04:02:34 +02:00
garronej
d1c7491704 Create a storybook friendly getKcContext 2023-04-16 02:09:26 +02:00
garronej
f7fb2efcdd Setup Storybook v6 (I spent 2hours trying to use v7 instead but it isn't worth it 2023-04-15 22:18:11 +02:00
William Will
4a7dd64982 feat: add keycloakify json schema 2023-04-05 20:04:54 +00: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
f49ef21fed Merge branch 'main' into fix/unzip 2023-03-31 12:29:10 +02:00
Michael Kreuzmayr
08c7e38587 refactor: use yauzl for unzipping 2023-03-30 22:56:58 +02:00
William Will
e4725c23eb feat: add vitest testing 2023-03-30 02:45:43 -06:00
garronej
2b6c991190 Fmt 2023-03-19 16:47:00 +01:00
garronej
5fb29992f6 Merge branch 'main' of https://github.com/InseeFrLab/keycloakify 2023-03-18 16:58:21 +01:00
garronej
43e4dd6bb6 Fix build for real 2023-03-18 16:17:33 +01:00
garronej
4f0b1688db Thank you @justkey007 for tsc-alias 2023-03-18 15:49:45 +01:00
renovate[bot]
9e75ee09bb fix(deps): update garronej_modules_update 2023-03-18 09:11:03 +00: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
Waldemar Reusch
851dcd5bf7 Run keycloakify behind corporate proxy
Fixes #257

Use make-fetch-happen for the download step. This lib will use `PROXY`
and `HTTPS_PROXY` and `NO_PROXY` env vars out of the box.

Additionally we'll try and get proxy config from npm. Unfortunately,
the most straightforward options is to call npm config to do this, since
npm  config is not easily extracted as a lib and we don't want to
replicate the resolution mechanisms.
2023-03-07 16:43:12 +01:00
renovate[bot]
2e919681ae Update dependency evt to ^2.4.15 2023-03-07 10:14:46 +00:00