390 Commits

Author SHA1 Message Date
garronej
ce0ab8dccf Better linking script 2022-09-01 16:36:38 +02:00
garronej
5b20ab2f7c Upgrade to tss-react v4 2022-09-01 15:13:24 +02:00
garronej
daaaed43df Rename keycloakify-demo-app in keycloakify-starter 2022-09-01 14:58:59 +02:00
garronej
5997416e1b Update i18n API JSDoc comments 2022-08-26 15:43:32 +07:00
garronej
9a9fc56f85 Improve documentation comment i18n (changelog ignore) 2022-08-23 07:58:39 +07: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
6eaa1f69ac Fix dynamic imports 2022-08-01 06:03:48 +02:00
garronej
5aab75fae0 Only downoad terms on the Terms page 2022-08-01 04:54:02 +02:00
garronej
7407c98005 Stop self promotion in log 2022-08-01 04:49:48 +02:00
garronej
e85895ab55 User switch for dynamic import of local 2022-08-01 03:57:24 +02:00
garronej
de76d06e48 Fix build 2022-08-01 03:07:06 +02:00
garronej
a27c28c24f Avoid downloading the Terms Markdown twice in safe mode 2022-08-01 00:29:58 +02:00
garronej
7a0a046596 Refactor: Use hook instead of Context for i18n 2022-07-31 22:30:32 +02:00
garronej
0641151ca1 Fix specialization of i18n using global 2022-07-31 20:00:57 +02:00
garronej
c6dc2377fa output i18n messages to be imporable on a perl local basis 2022-07-31 19:03:20 +02:00
garronej
a3050b3983 squash 2022-07-31 19:00:57 +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
d130c23f5d Do not export components in the index 2022-07-30 01:49:02 +02:00
garronej
67e3dca0c3 Minor refactor (changelog ignore) 2022-07-30 00:51:29 +02:00
garronej
de53f1ff40 Fix retrocompat with React 16 and TypeScript 3 https://github.com/garronej/tss-react/issues/95 2022-07-30 00:45:17 +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
9a27824fe9 Only run the unit test in the CI pipeline (changelog ignore) 2022-07-22 18:25:09 +02:00
garronej
d877d90bf3 Writing tests for #141 2022-07-22 18:20:50 +02:00
garronej
6b49c8dd95 complete exhausive unit testing of replacer (changelog ignore) 2022-07-22 17:33:53 +02:00
garronej
e56f9b144e Improve unit tests (changelog ignore) 2022-07-22 17:22:23 +02:00
garronej
3c82944daf improve replacer unit test (changelog ignore) 2022-07-22 16:38:44 +02:00
garronej
5e3070a6c4 Improve unit test (changelog ignore) 2022-07-22 15:35:23 +02:00
garronej
43af60237b #135 2022-07-13 03:26:46 +02:00
garronej
964feae846 #134 2022-07-11 19:18:15 +02:00
Julien Bouquillon
5f6f8b12bd fix: use kcMessages 2022-07-07 01:05:18 +02:00
Julien Bouquillon
c2d4d6fd49 fix: add translations FR 2022-07-07 01:05:18 +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
7c6eed99d2 Fix login-register-email.ftl 2022-07-06 02:05:08 +02:00
garronej
bc4b0ec17d Update to Keycloak 18.0.2 for the test container 2022-07-06 01:30:30 +02:00
garronej
09d4ba2bb0 Refactor (avoid using else) changelog ignore 2022-07-03 15:58:00 +02:00
Ann Bystrova
05acefe70e fix: bugs on error.ftl template 2022-07-02 11:01:14 +03:00
Joseph Garrone
fca6280bcc
Merge pull request #127 from aidangilmore/add-totp-support
feat: add login-config-totp.ftl page
2022-06-28 21:49:04 +02:00
Aidan Gilmore
cdeb575ec6
Fix unknown algorithm name lookup in LoginConfigTotp 2022-06-28 15:21:09 -04:00
Aidan Gilmore
271dbe4fb7
Add totp config support 2022-06-28 14:37:17 -04:00