Erik Jan de Wit
241e97364e
Added help icons for password policy fields ( #2502 )
2022-04-26 16:43:47 +02:00
Erik Jan de Wit
eb3d3714fc
Added user permission tab ( #2501 )
2022-04-26 12:11:17 +02:00
Guus der Kinderen
8d3a4803bb
Prevent service account lookup when feature is disabled on client ( #9579 )
...
Closes #9563
2022-04-26 09:12:46 +02:00
AndyMunro
ffc7ea0f33
Fix broken cross-references
...
also update cross-reference format to use the more reliable xref coding
Close #1506
2022-04-26 08:18:52 +02:00
dependabot[bot]
97aaf98e49
Bump @jest/types from 27.5.1 to 28.0.0
...
Bumps [@jest/types](https://github.com/facebook/jest/tree/HEAD/packages/jest-types ) from 27.5.1 to 28.0.0.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v28.0.0/packages/jest-types )
---
updated-dependencies:
- dependency-name: "@jest/types"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-25 15:40:18 +02:00
Erik Jan de Wit
7f197cf5ec
Added ability to query ldap capabilities ( #2491 )
2022-04-25 13:23:59 +02:00
dependabot[bot]
58fd0ad76f
Bump nexus-staging-maven-plugin from 1.6.12 to 1.6.13 in /keycloak-theme
...
Bumps nexus-staging-maven-plugin from 1.6.12 to 1.6.13.
---
updated-dependencies:
- dependency-name: org.sonatype.plugins:nexus-staging-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-25 11:33:34 +02:00
dependabot[bot]
73d9e8e887
Bump fork-ts-checker-webpack-plugin from 7.2.6 to 7.2.7
...
Bumps [fork-ts-checker-webpack-plugin](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin ) from 7.2.6 to 7.2.7.
- [Release notes](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/releases )
- [Changelog](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/blob/main/CHANGELOG.md )
- [Commits](https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/compare/v7.2.6...v7.2.7 )
---
updated-dependencies:
- dependency-name: fork-ts-checker-webpack-plugin
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-25 11:25:21 +02:00
dependabot[bot]
e71c6f12f3
Bump @types/react-dom from 18.0.1 to 18.0.2
...
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom ) from 18.0.1 to 18.0.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom )
---
updated-dependencies:
- dependency-name: "@types/react-dom"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-25 11:24:59 +02:00
dependabot[bot]
d057cfb07a
Bump eslint from 8.13.0 to 8.14.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.13.0 to 8.14.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.13.0...v8.14.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-25 11:24:34 +02:00
dependabot[bot]
1cd9011d07
Bump @types/node from 17.0.25 to 17.0.26
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 17.0.25 to 17.0.26.
- [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>
2022-04-25 11:23:53 +02:00
vramik
5248815091
Disable infinispan realm and user cache for map storage tests
...
Closes #11213
2022-04-25 09:38:49 +02:00
Daniel Schömer
09381faad7
Update kc/kcadm/kcreg.sh to support JAVA and JAVA_HOME ( #11337 )
...
When executing Keycloak Quarkus `bin/kc.sh`, `bin/kcadm.sh`, `bin/kcreg.sh`,
the first java command found in `$PATH` is executed. The environment
variables `JAVA` and `JAVA_HOME` are not available to specify the java
command / JVM to execute.
This commit updates `bin/kc.sh`, `bin/kcadm.sh`, and `bin/kcreg.sh` to support
environment variables `JAVA` and `JAVA_HOME`.
Resolves #11336
2022-04-25 09:14:44 +02:00
Stefan Guilhen
0f147ccdc0
Enlist JPA transaction in JpaMapStorageProvider.getStorage
...
Closes #11230
Co-authored-by: Alexander Schwartz <aschwart@redhat.com>
2022-04-23 08:19:33 +02:00
Hynek Mlnarik
0ce5dfc09c
Remove dependency of map on services
...
Fixes: 8903
2022-04-22 17:27:21 +02:00
Alexander Schwartz
90155862f3
LdapMapStorageProvider to use a full inline class for MapStorage
...
Closes #11373
2022-04-22 17:25:33 +02:00
Niko Köbler
c99cf0ed85
base template for html emails ( #8999 ) ( #9001 )
2022-04-22 15:36:40 +02:00
Stian Thorgersen
aaaec9f6f5
Add Maven Wrapper ( #11031 )
2022-04-22 15:24:39 +02:00
Erik Jan de Wit
d0e8be6f67
Update keycloak-js and re-enable logout tests ( #2490 )
2022-04-22 15:24:08 +02:00
Dominik Guhr
ea552687fb
Fixes wrong encoding in container image ( #11547 )
...
Closes #11545
Co-authored-by: Joshua Sorah <jsorah@gmail.com>
Co-authored-by: Joshua Sorah <jsorah@gmail.com>
2022-04-22 14:57:39 +02:00
Stian Thorgersen
75cb29017c
Add option to skip new admin console while doing a build ( #11591 )
2022-04-22 14:25:29 +02:00
Jeff Tian
b356618cc2
docs: Correct the base path for Admin REST APIs. #11007 ( #10933 )
2022-04-22 11:24:07 +02:00
Rob
ef4c05709e
Make password field autofocus ( #8681 )
...
Closes #10027
2022-04-22 11:22:41 +02:00
Martin Bartoš
05b2c590a7
Ensure fundamental accessibility for basic login flow ( #11314 )
...
Fixes #11313
2022-04-22 11:21:05 +02:00
Erik Jan de Wit
495c9e917d
Fixed link to client ( #2489 )
2022-04-22 10:48:47 +02:00
Stefan Guilhen
0c7a8c8684
Login Failures Map JPA implementation
...
Closes #9664
2022-04-22 10:47:04 +02:00
Martin Bartoš
53ea60b8d5
Remove support for IE ( #11271 )
...
Closes #11268
2022-04-22 10:38:41 +02:00
Stan Silvert
1c296a1641
Fine-grained permissions for user section. ( #2451 )
2022-04-21 17:03:48 +02:00
Jon Koops
d5f6aca82e
Replace text inputs with KeycloakTextInput ( #2413 )
2022-04-21 17:03:26 +02:00
Erik Jan de Wit
6a07c091b7
First and max need to requery ( #2450 )
2022-04-21 16:53:30 +02:00
Jon Koops
c20c57f8aa
Upgrade to version 18 of Node.js ( #2474 )
2022-04-21 16:52:49 +02:00
Stian Thorgersen
435a78364f
Add BOM wrapper for new admin console to limit Sonatype snapshot to only admin-ui ( #11574 )
2022-04-21 16:33:55 +02:00
Erik Jan de Wit
02e3b97b7a
Fixes and re-enable realm tests ( #2476 )
2022-04-21 16:01:23 +02:00
Erik Jan de Wit
1cde058015
Skip tests that are constantly flaky ( #2487 )
2022-04-21 16:00:31 +02:00
dependabot[bot]
2134f5c0c5
Bump @keycloak/keycloak-admin-client from 18.0.0-dev.15 to 18.0.0
...
Bumps [@keycloak/keycloak-admin-client](https://github.com/keycloak/keycloak-nodejs-admin-client ) from 18.0.0-dev.15 to 18.0.0.
- [Release notes](https://github.com/keycloak/keycloak-nodejs-admin-client/releases )
- [Changelog](https://github.com/keycloak/keycloak-nodejs-admin-client/blob/main/tsconfig.release.json )
- [Commits](https://github.com/keycloak/keycloak-nodejs-admin-client/compare/v18.0.0-dev.15...18.0.0 )
---
updated-dependencies:
- dependency-name: "@keycloak/keycloak-admin-client"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-21 15:36:23 +02:00
agagancarczyk
96304b90fc
Extra fixes ( #2485 )
...
* small fix to make removing alerts fail less
* fixed cleanup providers delete msg
* fixed providers delete msg
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
2022-04-21 13:57:30 +01:00
dependabot[bot]
dbae302830
Bump lint-staged from 12.3.8 to 12.4.0
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 12.3.8 to 12.4.0.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Commits](https://github.com/okonet/lint-staged/compare/v12.3.8...v12.4.0 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-21 13:50:07 +02:00
Jon Koops
f4a11eac7f
Uploading Cypress assets to Github ( #2484 )
2022-04-21 13:49:42 +02:00
dependabot[bot]
04dc7b5afe
Bump react-i18next from 11.16.6 to 11.16.7
...
Bumps [react-i18next](https://github.com/i18next/react-i18next ) from 11.16.6 to 11.16.7.
- [Release notes](https://github.com/i18next/react-i18next/releases )
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/react-i18next/compare/v11.16.6...v11.16.7 )
---
updated-dependencies:
- dependency-name: react-i18next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-21 13:47:12 +02:00
dependabot[bot]
de91379e1d
Bump @typescript-eslint/eslint-plugin from 5.19.0 to 5.20.0
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.19.0 to 5.20.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.20.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-21 13:46:48 +02:00
dependabot[bot]
8ba23ca544
Bump @types/node from 17.0.24 to 17.0.25
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 17.0.24 to 17.0.25.
- [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>
2022-04-21 13:46:17 +02:00
Jon Koops
8ea8aaebcf
Include Admin UI as a regular dependency ( #11281 )
2022-04-21 11:39:00 +02:00
Jon Koops
6b7db96d4a
Make theme deployable from archive ( #2259 )
2022-04-21 11:38:56 +02:00
Erik Jan de Wit
f789ee643f
Re-enable permissions test and fixed sub tabs ( #2477 )
2022-04-21 11:26:58 +02:00
vramik
3d1118223b
New Storage: Testsuite fails when JPA Map storage is enabled for groups
...
Closes #11369
2022-04-21 11:14:35 +02:00
Stefan Guilhen
f48d468641
Increase column size for keys that refer to entities that can be stored in different storages (foreign keys)
...
Closes #11329
2022-04-21 08:50:37 +02:00
Stian Thorgersen
a4bb712ab9
Update 18_0_0.adoc
2022-04-21 08:49:48 +02:00
Stian Thorgersen
153293a910
Update 18_0_0.adoc
2022-04-21 08:14:37 +02:00
Stian Thorgersen
45b203d74c
Add GPG signing to boms ( #11548 )
2022-04-20 21:52:49 +02:00
Erik Jan de Wit
50ba699ab8
fixed error when data not found ( #2449 )
...
* fixed error when data not found
fixes : #2447
* change to useMemo
2022-04-20 15:10:30 -04:00