Commit graph

18504 commits

Author SHA1 Message Date
Jon Koops
96aa4b3394
Add Maven build for the Admin UI (#17552) 2023-03-13 18:16:12 +00:00
Hynek Mlnarik
fe5d89295f Fix client (scope) model test placement
Fixes: #17212
2023-03-13 14:35:14 +01:00
Michal Hajas
9c2511e205 Store index data in memory instead of persistent store to make it consistent with cached data
Closes #15653
2023-03-13 14:27:41 +01:00
Simon Bäurle
4c4b266cb4 #16226 explicitly set UTF-8 as stdin and stdout encoding 2023-03-13 14:01:40 +01:00
Pedro Igor
af475ffe23 Fixing classloading issue due to the curated application being eagerly closed 2023-03-13 09:34:49 +01:00
Erik Jan de Wit
f5ebe675a8
add unique title to pagination controls (#17542)
fixes: keycloak/keycloak-ui#4501
2023-03-13 07:46:10 +01:00
Erik Jan de Wit
4f4c850766
move empty state out of list (#17560)
fixes: keycloak/keycloak-ui#4561
2023-03-13 07:45:44 +01:00
Erik Jan de Wit
6d39c5336a
changed to use on select (#17564)
that  separates selection and expansion
fixes: keycloak/keycloak-ui#4560
2023-03-13 07:45:26 +01:00
agagancarczyk
340025b412
fixed a11y heading violation for Alert (#17540)
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
2023-03-10 11:32:06 +01:00
agagancarczyk
598076368c
fixed a11y violations (#17550)
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
2023-03-10 09:55:39 +00:00
agagancarczyk
429e45b94c
Applied darker grey colour to fix the insuffient colour contrast a11y serious issue (#17545)
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
2023-03-10 09:55:03 +00:00
agagancarczyk
d3dcab396e
fixed a11y violations (#17536)
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
2023-03-10 09:54:35 +00:00
vramik
25d6161ebd Remove ClearExpiredUserSessions, ClearExpiredClientInitialAccessTokens and ClearExpiredEvents from services module
Closes #13835
2023-03-10 09:09:51 +01:00
Douglas Palmer
4a382752aa Reverted back to Parser from CachingParser due to thread safety concerns
closes #16729
2023-03-09 17:50:39 +01:00
Václav Muzikář
6ad3005717 Fix container docs for adding a custom provider 2023-03-09 16:27:36 +01:00
Alexander Schwartz
0b2802fa18 Fixing compile time warnings
Avoiding calling deprecated methods, and adding compile time dependencies for annotations.

Closes #17499
2023-03-09 15:42:55 +01:00
Jon Koops
ceef7cfa8a
Add job for UI Shared to JS workflow (#17538) 2023-03-09 14:52:37 +01:00
Erik Jan de Wit
d7388c479b
changed id of dropdown (#17512)
fixes: https://github.com/keycloak/keycloak-ui/issues/4483
2023-03-09 14:50:11 +01:00
Jon Koops
f71acc1d1f
Add job for Keycloak Masthead to JS workflow (#17537) 2023-03-09 13:48:26 +01:00
Jon Koops
bcb4a11a20
Add job for Keycloak JS to JS workflow (#17535) 2023-03-09 12:34:20 +00:00
Jon Koops
7db88f0d6a
Add job for Account UI to JS workflow (#17534) 2023-03-09 13:20:34 +01:00
Jon Koops
2d22e0ea66
Add job for Admin UI to JS workflow (#17533) 2023-03-09 12:07:11 +00:00
Erik Jan de Wit
e2a0c0df8e
based id on keyfield instead of id (#17509)
fixes: https://github.com/keycloak/keycloak-ui/issues/4484
2023-03-09 12:36:35 +01:00
vramik
31e4c5cb7e Add storage-jpa-db property into Quarkus. Distinguish postgres and crdb for jpa map store.
Closes #17305
2023-03-09 11:09:56 +01:00
Andre F de Miranda
97969e141c
Bump webauthn4j to version 0.21.0-RELEASE (#17516)
Fixes #16730
2023-03-09 11:05:29 +01:00
mposolda
bc0e2d04b7 Make Keycloak container working on FIPS environment - adding sqlite-libs package back to the dist
closes #17253
2023-03-09 10:38:26 +01:00
Stian Thorgersen
525b600acf
Merge pull request #17488 from jonkoops/move-admin-console
Move UI repository to main repo
2023-03-08 15:01:36 +01:00
Douglas Palmer
181e1b914f Update to UA Parser 1.5.4 and use CachingParser
closes #16729
2023-03-08 11:46:39 +01:00
Tero Saarni
9052ec2b02
Add admin events for realm create/delete. (#10831)
Closes #10733
2023-03-07 15:57:06 +01:00
Simon Levermann
96c1cf3c49 Allow mapping of UserSessionNotes into UserInfo
Fixes #15369
2023-03-07 15:25:14 +01:00
rmartinc
a56b38c5a6 Don't remove session and don't reset restart cookie if passive check error
Closes https://github.com/keycloak/keycloak/issues/11340
2023-03-07 15:10:09 +01:00
rmartinc
06ff8b016c Don't set REMEMBER_ME if it's disabled at realm level
Closes https://github.com/keycloak/keycloak/issues/11330
2023-03-07 15:01:58 +01:00
Alexander Schwartz
4cf5c11020 Fix start-dev mode on Windows by avoiding backslashes escaping expressions
Closes #17413
2023-03-07 10:38:43 -03:00
Jon Koops
1ec7a5a198
Move UI repository to main repo 2023-03-07 12:10:08 +01:00
Jon Koops
ec8e24c550
Rework project structure so it matches the main repo 2023-03-07 11:55:19 +01:00
Alexander Schwartz
4bfa3c7a1a
Avoid caching of Keycloak artifacts (#17465)
Also, only create the cache on build, not when running the tests

Closes #17461
2023-03-07 11:44:49 +01:00
Erik Jan de Wit
dca0cc4139
Merge 2 dialogs into one (#4549) 2023-03-07 11:12:36 +01:00
Michal Hajas
837c64de3d Add support for pessimistic locking to HotRod
Closes #13273
2023-03-07 10:44:31 +01:00
Erik Jan de Wit
ab80b6224c
move help item to ui-shared (#4548) 2023-03-07 10:29:40 +01:00
Alexander Schwartz
f6f179eaca Rework the export to use CLI options and property mappers
Also, adding the wiring to support Model tests for the export.

Closes #13613
2023-03-07 08:22:12 +01:00
dependabot[bot]
bb4ae872bd
Bump eslint-config-prettier from 8.6.0 to 8.7.0 in /js (#17472)
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 8.6.0 to 8.7.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases)
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.6.0...v8.7.0)

---
updated-dependencies:
- dependency-name: eslint-config-prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 19:11:02 +01:00
dependabot[bot]
a1473b3c34
Bump rollup from 3.17.3 to 3.18.0 in /js (#17471)
Bumps [rollup](https://github.com/rollup/rollup) from 3.17.3 to 3.18.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v3.17.3...v3.18.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 19:10:39 +01:00
dependabot[bot]
5f8e447684
Bump @types/node from 18.14.2 to 18.14.6 in /js (#17473)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.2 to 18.14.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 19:10:00 +01:00
Ricardo Martin
52c504e580
Better texts for client idle and max options (#4539) 2023-03-06 12:20:56 +01:00
syalioune
7adacaa512
Fix client certificate bound access token toggle (#4546) 2023-03-06 12:20:32 +01:00
mposolda
a0192d61cc Redirect loop with authentication success but access denied at default identity provider
closes #17441
2023-03-06 10:45:01 +01:00
dependabot[bot]
26f2dd0a96
Bump @types/node from 18.14.5 to 18.14.6 (#4547)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.14.5 to 18.14.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 08:55:05 +01:00
Sósthenes Neto
35d3eb5b27
rollback to previous code (#4538) 2023-03-05 17:00:41 +00:00
Michal Hajas
465019bec4 Extract attachDevice outside of storage layer
Closes #17336
2023-03-03 17:58:34 +01:00
Zakaria Amine
fb5a7f654b
trigger IDENTITY_PROVIDER_FIRST_LOGIN (and UPDATE_PROFILE ) event when identity provider flow succeeds (#15100)
closes #15098
2023-03-03 17:49:27 +01:00