Commit graph

21556 commits

Author SHA1 Message Date
dependabot[bot]
216f39a46a
Bump vite-plugin-dts from 2.0.2 to 2.1.0 in /js (#17626)
Bumps [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts) from 2.0.2 to 2.1.0.
- [Release notes](https://github.com/qmhc/vite-plugin-dts/releases)
- [Changelog](https://github.com/qmhc/vite-plugin-dts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/qmhc/vite-plugin-dts/compare/v2.0.2...v2.1.0)

---
updated-dependencies:
- dependency-name: vite-plugin-dts
  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-14 00:04:28 +01:00
dependabot[bot]
7953298236
Bump jsdom from 21.1.0 to 21.1.1 in /js (#17627)
Bumps [jsdom](https://github.com/jsdom/jsdom) from 21.1.0 to 21.1.1.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](https://github.com/jsdom/jsdom/compare/21.1.0...21.1.1)

---
updated-dependencies:
- dependency-name: jsdom
  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-14 00:03:53 +01:00
dependabot[bot]
817a3436fc
Bump eslint from 8.35.0 to 8.36.0 in /js (#17628)
Bumps [eslint](https://github.com/eslint/eslint) from 8.35.0 to 8.36.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.35.0...v8.36.0)

---
updated-dependencies:
- dependency-name: eslint
  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-14 00:02:23 +01:00
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
Cathal Geoghegan
252abf87a1
Document how to force refresh access token (#1720) 2023-03-13 11:38:14 +01:00
Sergey Krivtsov
edbefcc372
fix script (#1713) 2023-03-13 11:25:11 +01:00
Collin Alpert
b895872305
Extend documentation for password reset. (#1796) 2023-03-13 11:17:41 +01:00
MrDiba
505d9ef6f0
Changed Jboss datadir to kc.home.dir (#1794)
Password-blacklist directory is stored at `{kc_home_dir}/data. See https://github.com/keycloak/keycloak/issues/10608
2023-03-13 11:17:11 +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
dusklight
08afb954f1
Add Quickstart project links for User Storage SPI (#1384)
Adding links to the quickstart projects so that they can be easily found by readers.

Based it off from the Authorization Services document where it lists authorization quickstart projects.
2023-03-10 10:07:07 +01:00
tlappe
fc901a6359 Usage of default value in ${...} enclosure
Replaces #1132
2023-03-10 09:48:28 +01: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
lpa
9a53c30e6b add Logout Service SOAP Binding URL in SAML client
Closes keycloak/keycloak#16293
2023-03-09 13:00:13 -03:00
AndyMunro
2cd0f34a5c Add note about export restriction
Closes #1762
2023-03-09 12:59:45 -03: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