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
Jenny
709a9987ad
Add search and delete to key providers tests ( #2374 )
...
* add search and delete to key providers tests
* fix logic
* add tests to search provider types
* fix length val
* Skip failing test.
Co-authored-by: Stan Silvert <ssilvert@redhat.com>
2022-04-20 14:20:33 -04:00
Pedro Igor
76d83f46fa
Avoid clients exchanging tokens using tokens issued to other clients ( #11542 )
2022-04-20 19:14:55 +02:00
Erik Jan de Wit
43c6564895
Changed to use the same form + rename ( #2342 )
2022-04-20 19:11:46 +02:00
Andrea Peruffo
9f42a09426
Update documentation of operator to support only creation and deletio… ( #1402 )
...
* Update documentation of operator to support only creation and deletion of domain objects
* Update server_installation/topics/operator/command-options.adoc
Co-authored-by: Václav Muzikář <vaclav@muzikari.cz>
* Update server_installation/topics/operator/keycloak-realm-cr.adoc
Co-authored-by: Václav Muzikář <vaclav@muzikari.cz>
Co-authored-by: Václav Muzikář <vaclav@muzikari.cz>
2022-04-20 17:17:21 +02:00
Erik Jan de Wit
cc594aa00c
Added labels for loa properties ( #2411 )
2022-04-20 16:38:29 +02:00
Stian Thorgersen
ac79fd0c23
Disallow special characters in usernames to prevent confusion with similarly looking usernames ( #11531 )
...
Closes #11532
Co-authored-by: Douglas Palmer <dpalmer@redhat.com>
2022-04-20 15:53:15 +02:00
Stefan Guilhen
b29b27d731
Ensure code does not rely on a particular format for the realm id or component id
2022-04-20 14:40:38 +02:00
Stefan Guilhen
ae90b232ff
Realms Map JPA implementation
...
Closes #9661
2022-04-20 14:40:38 +02:00
Pedro Igor
15b2f8e26d
Obtaining the resource version using native SQL during startup ( #11264 )
...
Closes #11263
2022-04-20 14:25:48 +02:00
Pedro Igor
ed36367f13
Removing upload scripts features ( #1462 )
...
Closes #1461
2022-04-20 14:25:22 +02:00
Pedro Igor
2cb5d8d972
Removing upload scripts feature ( #11117 )
...
Closes #9865
Co-authored-by: Michal Hajas <mhajas@redhat.com>
Co-authored-by: Michal Hajas <mhajas@redhat.com>
2022-04-20 14:25:16 +02:00
Erik Jan de Wit
324ebdaf11
Added initial version of the client permission tab ( #2452 )
2022-04-20 11:42:24 +02:00
Erik Jan de Wit
898d609f51
Added tests for realm role attributes ( #2391 )
2022-04-20 11:29:35 +02:00
Martin Bartoš
3aa3db16ea
Fix error response for invalid characters ( #11533 )
...
Fixes #11530
2022-04-20 11:26:08 +02:00
Andrea Peruffo
7986872ae0
Inject the operand version as env var ( #11511 )
2022-04-20 11:09:08 +02:00
Stefan Schlesinger
cf420e89c2
Autofocus 'Sign In With Security Key' button ( #11182 )
...
closes #10945
2022-04-20 10:46:06 +02:00
Andrea Peruffo
6da5710381
Review pinned guides ( #11311 )
2022-04-20 10:24:40 +02:00
Michal Hajas
3fcd59e82d
KEYCLOAK-19177 Add docs for Allow ECP Flow switch in admin console, including note in release notes ( #1455 )
2022-04-20 10:08:10 +02:00
Václav Muzikář
1c76abaab9
Operator 18.0.0 release notes ( #1475 )
...
* Operator 18.0.0 release notes
* Update release_notes/topics/18_0_0.adoc
Co-authored-by: Stian Thorgersen <stian@redhat.com>
* Update release_notes/topics/18_0_0.adoc
Co-authored-by: Stian Thorgersen <stian@redhat.com>
Co-authored-by: Stian Thorgersen <stian@redhat.com>
2022-04-20 09:33:49 +02:00
Pedro Igor
f1fd7af758
Remove policies when user is deleted ( #11385 )
...
Closes #11284
2022-04-20 09:23:46 +02:00
Pedro Igor
23dd58bdbc
Properly handle space in the directory name ( #11357 )
...
Closes #11343
2022-04-20 09:21:57 +02:00
Dominik Guhr
7f1b39b220
Quarkus Distribution release notes ( #1479 )
...
* Quarkus Distribution release notes
Closes #1478
* Update upgrading/topics/keycloak/changes-18_0_0.adoc
Co-authored-by: Václav Muzikář <vaclav@muzikari.cz>
* Apply suggestions from code review
Co-authored-by: Stian Thorgersen <stian@redhat.com>
Co-authored-by: Václav Muzikář <vaclav@muzikari.cz>
Co-authored-by: Stian Thorgersen <stian@redhat.com>
2022-04-20 09:19:44 +02:00
Stian Thorgersen
b79f01c72d
Upgrade to WildFly 26.1.0.Final ( #11094 )
...
Closes #10999
2022-04-20 08:38:10 +02:00
andreaTP
8b1869482d
fix Operator CI
2022-04-19 14:27:55 -03:00
Jon Koops
8ea8846f47
Change general realm settings tests so they pass locally ( #2470 )
2022-04-19 18:35:32 +02:00
Jon Koops
bbafff4d98
Skip realm tests as they are often flaky ( #2469 )
2022-04-19 17:42:43 +02:00
andreaTP
fe9347c9ec
Use the setup-java action cache option
2022-04-19 11:20:35 -03:00