dependabot[bot]
7b75a3ae67
Bump @babel/preset-env from 7.19.0 to 7.19.1 ( #3349 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.19.0 to 7.19.1.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.19.1/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-16 13:17:53 +02:00
Erik Jan de Wit
a669a7f334
Added brute force status to user search ( #3236 )
2022-09-16 13:17:37 +02:00
Erik Jan de Wit
05a660b681
Now uses the role mapping component ( #3184 )
2022-09-16 10:58:43 +02:00
Erik Jan de Wit
7a556a2e1e
Added sync registrations field ( #3339 )
2022-09-16 10:58:25 +02:00
Erik Jan de Wit
85f0cab6bb
Removed validation of from ( #3340 )
2022-09-16 10:58:13 +02:00
Erik Jan de Wit
3ee77abcf4
Fixed to use field that exists ( #3338 )
2022-09-16 10:58:00 +02:00
Erik Jan de Wit
50a673788f
property should have been clientAuthMethod ( #3336 )
2022-09-16 10:57:21 +02:00
Erik Jan de Wit
07ee44a682
added pass max age field ( #3335 )
...
fixes : #3257
2022-09-16 10:57:03 +02:00
Erik Jan de Wit
3287927797
United group filter and group search ( #3259 )
2022-09-15 20:12:20 +02:00
Aboullos
bd9dbfb78b
Add default value true to closeNotification ( #3333 )
2022-09-15 12:55:57 +02:00
Curtis Welch
6fc4325871
Fix Keycloak OpenID Connect Identity provider creation ( #3255 )
2022-09-15 11:44:20 +02:00
dependabot[bot]
cebaff0b31
Bump cypress from 10.7.0 to 10.8.0 ( #3330 )
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 10.7.0 to 10.8.0.
- [Release notes](https://github.com/cypress-io/cypress/releases )
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js )
- [Commits](https://github.com/cypress-io/cypress/compare/v10.7.0...v10.8.0 )
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-14 16:28:21 +02:00
dependabot[bot]
9e6be68dc8
Bump @keycloak/keycloak-admin-client from 19.0.1 to 19.0.2 ( #3328 )
...
Bumps [@keycloak/keycloak-admin-client](https://github.com/keycloak/keycloak-nodejs-admin-client ) from 19.0.1 to 19.0.2.
- [Release notes](https://github.com/keycloak/keycloak-nodejs-admin-client/releases )
- [Commits](https://github.com/keycloak/keycloak-nodejs-admin-client/compare/19.0.1...19.0.2 )
---
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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-14 14:45:17 +02:00
Jon Koops
54336b7aaf
Add Wireit to automatically build Keycloak JS ( #3317 )
2022-09-14 14:42:19 +02:00
dependabot[bot]
581b1b039b
Bump react-router-dom-v5-compat from 6.3.0 to 6.4.0 ( #3327 )
...
Bumps [react-router-dom-v5-compat](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom-v5-compat ) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom-v5-compat/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom-v5-compat@6.4.0/packages/react-router-dom-v5-compat )
---
updated-dependencies:
- dependency-name: react-router-dom-v5-compat
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-14 13:39:04 +02:00
Dominik Kawka
c6aea1cd44
Group role mapping tests ( #3314 )
2022-09-14 12:44:30 +02:00
Erik Jan de Wit
a732d032e0
Fixed how we reset the fields on advanced tab ( #3326 )
2022-09-14 11:55:25 +02:00
Erik Jan de Wit
33b9b95bd7
created endpoint to query authentication section with used by information ( #3225 )
...
* created endpoint to query authentication section
with used by information
* buildIn !== builtIn
2022-09-13 08:36:41 -04:00
Aboullos
eb24eaa386
Remove skip and only functions ( #3181 )
2022-09-13 13:58:25 +02:00
Jon Koops
283a44b9f0
Always pass in for Vite dev server ( #3315 )
2022-09-13 12:32:57 +02:00
Martin Bartoš
aef2c7904b
Reuse of token in TOTP is possible ( #3147 )
2022-09-12 23:51:58 +02:00
Jon Koops
9e3cceb016
Show policy type in form title ( #3245 )
2022-09-12 22:43:51 +02:00
Erik Jan de Wit
985c8dc90a
Added text component for ProviderConfigProperty.TEXT_TYPE
( #3269 )
2022-09-12 17:53:41 +02:00
Erik Jan de Wit
76ce0e5315
Made begin and end date required ( #3283 )
2022-09-12 15:35:30 +02:00
Erik Jan de Wit
0e1c788f5b
Use arrayBuffer for zip files ( #3284 )
2022-09-12 15:30:27 +02:00
Dominik Kawka
65633c903a
Sessions testing ( #3285 )
2022-09-12 15:30:12 +02:00
Erik Jan de Wit
a85cba6118
Remove 2 char restriction ( #3294 )
2022-09-12 15:29:44 +02:00
dependabot[bot]
d33c00ef4c
Bump react-i18next from 11.18.5 to 11.18.6 ( #3300 )
...
Bumps [react-i18next](https://github.com/i18next/react-i18next ) from 11.18.5 to 11.18.6.
- [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.18.5...v11.18.6 )
---
updated-dependencies:
- dependency-name: react-i18next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-12 11:55:16 +02:00
dependabot[bot]
4615bc76b1
Bump @babel/core from 7.18.13 to 7.19.0 ( #3304 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.18.13 to 7.19.0.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.19.0/packages/babel-core )
---
updated-dependencies:
- dependency-name: "@babel/core"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-12 11:53:46 +02:00
dependabot[bot]
8a19d8dc2b
Bump vitest from 0.23.1 to 0.23.2 ( #3305 )
...
Bumps [vitest](https://github.com/vitest-dev/vitest ) from 0.23.1 to 0.23.2.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/compare/v0.23.1...v0.23.2 )
---
updated-dependencies:
- dependency-name: vitest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-12 11:53:13 +02:00
Jon Koops
243cec90df
Add Keycloak JS to the project ( #3189 )
2022-09-12 11:52:11 +02:00
Jon Koops
a51c9c19d3
Optimize dependencies with Rollup ( #3258 )
2022-09-12 11:05:27 +02:00
Erik Jan de Wit
49ad81943e
added adminEventsExpiration to the form ( #3287 )
...
fixes : #3265
2022-09-08 14:31:24 -04:00
Erik Jan de Wit
698f30e02c
fix opening the execution config modal ( #3268 )
...
fixes : #3256
2022-09-08 12:05:23 +02:00
Erik Jan de Wit
57b52309f0
reset first param on client when start searching ( #3267 )
...
fixes : #3266
2022-09-07 14:53:35 +02:00
Erik Jan de Wit
f5282fbc75
Do not convert empty object acr.loa.map to array ( #3282 )
2022-09-06 18:52:57 +02:00
Erik Jan de Wit
29cf962f19
The role picker no longer queries all clients ( #3197 )
2022-09-06 15:34:11 +02:00
Stan Silvert
0bca44e733
Allow edit username if we can't determine mutability. ( #3230 )
2022-09-05 23:33:25 +02:00
Erik Jan de Wit
573fb2ff03
New clickable card that behaves like a button ( #3248 )
2022-09-05 23:32:02 +02:00
Erik Jan de Wit
df6526311a
Changed to use form to store executors ( #3242 )
2022-09-05 23:31:39 +02:00
Jon Koops
fe1b602f45
Use date picker for events filtering ( #3243 )
2022-09-05 23:30:50 +02:00
Dominik Kawka
a8ab21096b
Group permission tests ( #3246 )
2022-09-05 23:30:25 +02:00
Dominik Kawka
9c22d91d12
Added name and description for certain event types ( #3217 )
2022-09-05 23:29:51 +02:00
dependabot[bot]
77a9a20965
Bump vite-plugin-checker from 0.5.0 to 0.5.1 ( #3270 )
...
Bumps [vite-plugin-checker](https://github.com/fi3ework/vite-plugin-checker ) from 0.5.0 to 0.5.1.
- [Release notes](https://github.com/fi3ework/vite-plugin-checker/releases )
- [Changelog](https://github.com/fi3ework/vite-plugin-checker/blob/main/CHANGELOG.md )
- [Commits](https://github.com/fi3ework/vite-plugin-checker/compare/vite-plugin-checker@0.5.0...vite-plugin-checker@0.5.1 )
---
updated-dependencies:
- dependency-name: vite-plugin-checker
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-05 22:02:25 +02:00
Jenny
3d551f7b92
Update Patternfly to 4.210 ( #3194 )
2022-09-05 22:02:04 +02:00
dependabot[bot]
3595580009
Bump @vitejs/plugin-react from 2.0.1 to 2.1.0 ( #3272 )
...
Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite/tree/HEAD/packages/plugin-react ) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/plugin-react/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v2.1.0/packages/plugin-react )
---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-05 21:47:49 +02:00
dependabot[bot]
ccffb8b3a3
Bump @types/node from 18.7.14 to 18.7.15 ( #3276 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.7.14 to 18.7.15.
- [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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-05 20:16:17 +02:00
dependabot[bot]
80237a9f39
Bump vitest from 0.22.1 to 0.23.1 ( #3277 )
...
Bumps [vitest](https://github.com/vitest-dev/vitest ) from 0.22.1 to 0.23.1.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/compare/v0.22.1...v0.23.1 )
---
updated-dependencies:
- dependency-name: vitest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-05 18:30:48 +02:00
dependabot[bot]
ee684c1642
Bump vite from 3.0.9 to 3.1.0 ( #3279 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 3.0.9 to 3.1.0.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/create-vite@3.1.0/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-05 18:29:41 +02:00
Dominik Kawka
290c4dca87
IDP testing ( #3263 )
2022-09-05 10:46:39 +02:00
Dominik Kawka
ff49d5a3bc
Change button style for better visibility ( #3262 )
2022-09-05 10:46:21 +02:00
Erik Jan de Wit
47ec74f937
Added confirm dialog for delete ( #3249 )
2022-09-01 11:21:42 +02:00
Erik Jan de Wit
93b0144ff3
added group endpoint that also returns access ( #3170 )
...
* added group endpoint that also returns access
fixes : #3163
* convert to java
* fixed merge errors
2022-08-31 20:06:29 -04:00
Erik Jan de Wit
df072f5c15
Added fix for missing enabled flag ( #3235 )
2022-09-01 00:12:29 +02:00
Jon Koops
86248f7f11
Add explainer fordisabled 'Create permission' dropdown ( #3237 )
2022-09-01 00:12:08 +02:00
Jon Koops
bf75366694
Regenerate package lockfile ( #3250 )
2022-08-31 18:52:00 +02:00
agagancarczyk
7b4da6909a
Added an inline Alert for Signed Jwt authenticator in Credentials #1850 ( #3240 )
...
* alert-wip
* fixed css by introducing a custom style
* fixed css by introducing a custom style
* fixed css by introducing a custom style
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
2022-08-31 11:48:46 +01:00
Erik Jan de Wit
0622fe5480
Disable add button when nothing selected ( #3244 )
2022-08-31 12:28:40 +02:00
ikhomyn
ea24e3b91d
New custom identity providers tests ( #3238 )
2022-08-31 12:16:12 +02:00
agagancarczyk
8f08101d9d
fixed realm roles breadcrum ( #3239 )
...
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
2022-08-31 09:11:24 +01:00
agagancarczyk
d81164e371
added aria-labels required by screen recorder ( #3234 )
...
Authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
2022-08-30 14:07:51 +01:00
agagancarczyk
ea5a41f572
Added missing manageOrderItemAria ( #3227 )
...
* Added missing manageOrderItemAria
* used ommon-help instead of manageOrderItemAria
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
2022-08-30 13:27:47 +02:00
Erik Jan de Wit
e6fc51f435
Use avatar picture when it exists ( #3195 )
2022-08-30 11:02:50 +02:00
Erik Jan de Wit
e84ff41654
Removed unused code ( #3198 )
2022-08-30 11:00:37 +02:00
dependabot[bot]
42e8f773fb
Bump @types/node from 18.7.13 to 18.7.14 ( #3231 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.7.13 to 18.7.14.
- [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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-30 10:52:32 +02:00
Jon Koops
fd14b9aa66
Update dependencies to latest versions ( #3229 )
2022-08-30 10:34:52 +02:00
Jon Koops
cb46f88656
Upgrade TypeScript to latest version ( #3223 )
2022-08-29 15:46:28 +02:00
kris2kris
5ad85d38da
Redirect to flow detail after duplicate ( #3199 )
2022-08-29 14:40:36 +02:00
Stan Silvert
298411261a
Allow adding permitted groups to new users with fine-grained ( #3179 )
...
permissions.
2022-08-25 16:25:34 -04:00
ikhomyn
821085935f
Fix IDP tests with additional cleanup ( #3191 )
2022-08-25 17:46:38 +02:00
Jon Koops
c6ab6a1190
Move Admin UI into a monorepo structure ( #3186 )
2022-08-25 11:03:07 +02:00