dependabot[bot]
9212abaf66
Bump @types/react from 18.3.8 to 18.3.9 ( #33260 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 18.3.8 to 18.3.9.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
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>
2024-09-25 08:44:15 +02:00
Jordi Mallach
6a0397df15
Update Catalan translation ( #33155 )
...
Reviewed-by: Artur Vicedo <artur@softcatala.org>
Signed-off-by: Jordi Mallach <jordi@mallach.net>
2024-09-24 13:55:40 +00:00
Sébastien LeBlanc
75eafead72
Update the French translations for the account console ( #33075 )
...
Signed-off-by: Sébastien LeBlanc <sebastien.leblanc@libeo.com>
2024-09-23 14:34:06 +02:00
dependabot[bot]
a576f77910
Bump vite from 5.4.6 to 5.4.7 ( #33177 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.6 to 5.4.7.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.7/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.7/packages/vite )
---
updated-dependencies:
- dependency-name: vite
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>
2024-09-23 10:40:37 +00:00
dependabot[bot]
dd48fc077b
Bump @playwright/test from 1.47.1 to 1.47.2 ( #33180 )
...
Bumps [@playwright/test](https://github.com/microsoft/playwright ) from 1.47.1 to 1.47.2.
- [Release notes](https://github.com/microsoft/playwright/releases )
- [Commits](https://github.com/microsoft/playwright/compare/v1.47.1...v1.47.2 )
---
updated-dependencies:
- dependency-name: "@playwright/test"
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>
2024-09-23 11:43:19 +02:00
dependabot[bot]
54c1bd5d63
Bump jsdom from 25.0.0 to 25.0.1 ( #33181 )
...
Bumps [jsdom](https://github.com/jsdom/jsdom ) from 25.0.0 to 25.0.1.
- [Release notes](https://github.com/jsdom/jsdom/releases )
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md )
- [Commits](https://github.com/jsdom/jsdom/compare/25.0.0...25.0.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>
2024-09-23 11:43:07 +02:00
Weblate (bot)
ba58110ed2
Update translation files ( #33178 )
...
Updated by "Cleanup translation files" hook in Weblate.
Signed-off-by: Hosted Weblate <hosted@weblate.org>
2024-09-23 08:11:31 +02:00
Erik Jan de Wit
75c548f862
Fixed the types of Andreas original ( #33019 )
...
* Fixed the types of Andreas original
in favour of: #32913
fixes : #21261
Co-authored-by: Andreas Kozadinos <koza-sparrow@hotmail.com>
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
* better types
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
---------
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
Co-authored-by: Andreas Kozadinos <koza-sparrow@hotmail.com>
2024-09-23 07:43:24 +02:00
Erik Jan de Wit
d01f531b82
removed server side translation in favour of client side ( #32985 )
...
fixes : #32984
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-09-23 07:42:07 +02:00
Stefan Guilhen
be13366c17
Improve response time when displaying group members using LDAP Provider
...
Closes #31786
Signed-off-by: rmartinc <rmartinc@redhat.com>
Co-authored-by: rmartinc <rmartinc@redhat.com>
2024-09-20 21:20:24 +02:00
Stan Silvert
fe9c4dd7ed
Client Details: show redirect URIs w/ implicit flow ( #33120 )
...
Fixes #33095
Signed-off-by: Stan Silvert <ssilvert@redhat.com>
2024-09-20 14:31:58 -04:00
Daniel Fesenmeyer
87da4011f7
Bugfix: "User Profile" attributes not available for Users Attribute search, when admin user does not have view- or manage-realm realm-management role ( #31771 )
...
- UIRealmResource: add "info" sub-resource to get realm-related information, which is visible for ALL admins (users having any realm-management role); for now, only provide the information whether any user profile provider is enabled
- UIRealmResourceTest: test the new endpoint, including permissions check
- UserDataTable.tsx: use this resource to get the info whether user profile providers are enabled, instead of using the realm components resource (which requires "view-realm" permissions)
- .../cypress/e2e/users_attribute_search_test.spec.ts: add cypress test to test the attribute search with minimum access rights
- further small changes for reuse of components, test-code etc
Closes #27536
Signed-off-by: Daniel Fesenmeyer <daniel.fesenmeyer@bosch.com>
2024-09-20 14:06:08 -04:00
Weblate (bot)
71bc313297
Translations update from Hosted Weblate ( #33142 )
...
* Updated translation for Georgian
Language: ka
Signed-off-by: Temuri Doghonadze <temuri.doghonadze@gmail.com>
Signed-off-by: Hosted Weblate <hosted@weblate.org>
* Updated translation for Georgian
Language: ka
Signed-off-by: Temuri Doghonadze <temuri.doghonadze@gmail.com>
Signed-off-by: Hosted Weblate <hosted@weblate.org>
* Updated translation for Georgian
Language: ka
Signed-off-by: Temuri Doghonadze <temuri.doghonadze@gmail.com>
Signed-off-by: Hosted Weblate <hosted@weblate.org>
---------
Signed-off-by: Temuri Doghonadze <temuri.doghonadze@gmail.com>
Signed-off-by: Hosted Weblate <hosted@weblate.org>
Co-authored-by: Temuri Doghonadze <temuri.doghonadze@gmail.com>
2024-09-20 14:54:10 +00:00
Stefan Guilhen
900c496ffe
Remove the kc.org.broker.public attribute and use hideOnLogin in the IDP instead
...
Closes #32209
Signed-off-by: Stefan Guilhen <sguilhen@redhat.com>
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-09-20 16:08:55 +02:00
dependabot[bot]
0f53bf9079
Bump @patternfly/react-code-editor from 5.4.0 to 5.4.1 ( #33127 )
...
Bumps [@patternfly/react-code-editor](https://github.com/patternfly/patternfly-react ) from 5.4.0 to 5.4.1.
- [Release notes](https://github.com/patternfly/patternfly-react/releases )
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.4.0...@patternfly/react-code-editor@5.4.1 )
---
updated-dependencies:
- dependency-name: "@patternfly/react-code-editor"
dependency-type: direct:production
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>
2024-09-20 09:51:25 +00:00
dependabot[bot]
e5998adca2
Bump simple-git from 3.26.0 to 3.27.0 ( #33129 )
...
Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git ) from 3.26.0 to 3.27.0.
- [Release notes](https://github.com/steveukx/git-js/releases )
- [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md )
- [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.27.0/simple-git )
---
updated-dependencies:
- dependency-name: simple-git
dependency-type: direct:production
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>
2024-09-20 09:38:52 +00:00
dependabot[bot]
de84f623a4
Bump monaco-editor from 0.51.0 to 0.52.0 ( #33128 )
...
Bumps [monaco-editor](https://github.com/microsoft/monaco-editor ) from 0.51.0 to 0.52.0.
- [Release notes](https://github.com/microsoft/monaco-editor/releases )
- [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/microsoft/monaco-editor/compare/v0.51.0...v0.52.0 )
---
updated-dependencies:
- dependency-name: monaco-editor
dependency-type: direct:production
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>
2024-09-20 11:31:02 +02:00
dependabot[bot]
521c28a2bc
Bump @types/react from 18.3.7 to 18.3.8 ( #33130 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 18.3.7 to 18.3.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
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>
2024-09-20 11:28:08 +02:00
Stefan Guilhen
42cde0cfdd
Fix various issues holding up CI ( #33086 )
...
- Disables the remote operator tests, which will have to be fixed later.
- Fixes the action expired error which occurs when accessing regular registration page with Organizations enabled.
- Fixes a race condition in the test suite causing sporadic failures.
Closes #33064
Signed-off-by: Stefan Guilhen <sguilhen@redhat.com>
Signed-off-by: rmartinc <rmartinc@redhat.com>
Signed-off-by: Jon Koops <jonkoops@gmail.com>
Co-authored-by: rmartinc <rmartinc@redhat.com>
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2024-09-19 21:23:21 +02:00
Weblate (bot)
2d51701265
Updated translation for German ( #33035 )
...
Language: de
Updated translation for German
Language: de
Signed-off-by: Hosted Weblate <hosted@weblate.org>
Signed-off-by: Robin <39960884+robson90@users.noreply.github.com>
Co-authored-by: Robin <39960884+robson90@users.noreply.github.com>
2024-09-18 10:46:01 +00:00
dependabot[bot]
422f4e15cc
Bump @types/react from 18.3.6 to 18.3.7 ( #33036 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 18.3.6 to 18.3.7.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
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>
2024-09-18 09:37:58 +02:00
Stefan Guilhen
6503d202ac
Sort the IDPs in the admin console admin and organization tables by alias ( #32999 )
...
- prevent issues when ordering by guiOrder due to pagination of results
Closes #32669
Signed-off-by: Stefan Guilhen <sguilhen@redhat.com>
2024-09-18 07:18:10 +02:00
Thomas Darimont
d5fb919dcd
Show OpenID4VCI Credential Issuer Metadata link in admin ui ( #32968 ) ( #32969 )
...
Fixes #32968
Signed-off-by: Thomas Darimont <thomas.darimont@googlemail.com>
2024-09-17 08:16:14 -04:00
Stan Silvert
01601beaa8
l18n for client names in device activity ( #32982 )
...
Fixes #32916
Signed-off-by: Stan Silvert <ssilvert@redhat.com>
2024-09-17 06:48:25 -04:00
dependabot[bot]
39577522e0
Bump vite from 5.4.5 to 5.4.6 ( #33003 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.5 to 5.4.6.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.6/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.6/packages/vite )
---
updated-dependencies:
- dependency-name: vite
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>
2024-09-17 12:05:47 +02:00
dependabot[bot]
377688771d
Bump @types/react from 18.3.5 to 18.3.6 ( #33004 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 18.3.5 to 18.3.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
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>
2024-09-17 12:05:33 +02:00
dependabot[bot]
272cfc68dc
Bump vitest from 2.1.0 to 2.1.1 ( #32936 )
...
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest ) from 2.1.0 to 2.1.1.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.1/packages/vitest )
---
updated-dependencies:
- dependency-name: vitest
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>
2024-09-16 16:12:07 +00:00
dependabot[bot]
7c0b306b28
Bump react-i18next from 15.0.1 to 15.0.2 ( #32935 )
...
Bumps [react-i18next](https://github.com/i18next/react-i18next ) from 15.0.1 to 15.0.2.
- [Changelog](https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/react-i18next/compare/v15.0.1...v15.0.2 )
---
updated-dependencies:
- dependency-name: react-i18next
dependency-type: direct:production
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>
2024-09-16 14:17:04 +00:00
dependabot[bot]
10bfeeec12
Bump @playwright/test from 1.47.0 to 1.47.1 ( #32937 )
...
Bumps [@playwright/test](https://github.com/microsoft/playwright ) from 1.47.0 to 1.47.1.
- [Release notes](https://github.com/microsoft/playwright/releases )
- [Commits](https://github.com/microsoft/playwright/compare/v1.47.0...v1.47.1 )
---
updated-dependencies:
- dependency-name: "@playwright/test"
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>
2024-09-16 15:41:16 +02:00
dependabot[bot]
ce46bb7e6d
Bump vite from 5.4.4 to 5.4.5 ( #32938 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.4 to 5.4.5.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.5/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.5/packages/vite )
---
updated-dependencies:
- dependency-name: vite
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>
2024-09-16 15:41:02 +02:00
Erik Jan de Wit
d1f141148a
refresh realm after being changed ( #32954 )
...
fixes : #32834
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-09-16 14:50:43 +02:00
Erik Jan de Wit
5e65bdde16
use users realm to edit admin user ( #32964 )
...
fixes : #32915
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-09-16 14:48:30 +02:00
Erik Jan de Wit
808883c34d
added filter to idp table and manage order ( #32889 )
...
* added filter to idp table and manage order
fixes : #32780
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
* Update js/apps/admin-ui/maven-resources/theme/keycloak.v2/admin/messages/messages_en.properties
Co-authored-by: Stefan Guilhen <sguilhen@redhat.com>
Signed-off-by: Erik Jan de Wit <edewit@redhat.com>
---------
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
Signed-off-by: Erik Jan de Wit <edewit@redhat.com>
Co-authored-by: Stefan Guilhen <sguilhen@redhat.com>
2024-09-16 13:34:29 +02:00
Thomas Darimont
3fe5d4847a
Propagate admin action lifespan to ResetCredentialDialog ( #32547 ) ( #32671 )
...
Fixes #32547
Signed-off-by: Thomas Darimont <thomas.darimont@googlemail.com>
2024-09-16 11:45:53 +02:00
Erik Jan de Wit
aec3eb91a8
added table wrap to avoid data off screen ( #32908 )
...
Closes #32758
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-09-13 15:55:53 +02:00
Erik Jan de Wit
0ac7db7a0b
Script component was getting an array instead of a value ( #32903 )
...
* seems value can be an array
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
* when it's been created set the id so it's updated
fixes : #32544
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
---------
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-09-13 15:16:00 +02:00
dependabot[bot]
d736bb5d63
Bump vitest from 2.0.5 to 2.1.0 ( #32875 )
...
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest ) from 2.0.5 to 2.1.0.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.0/packages/vitest )
---
updated-dependencies:
- dependency-name: vitest
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>
2024-09-13 13:36:38 +02:00
dependabot[bot]
c6ebd235cd
Bump vite from 5.4.3 to 5.4.4 ( #32840 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.3 to 5.4.4.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.4/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.4/packages/vite )
---
updated-dependencies:
- dependency-name: vite
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>
2024-09-12 09:58:04 +02:00
dependabot[bot]
a0a3d5bc41
Bump lightningcss from 1.26.0 to 1.27.0 ( #32839 )
...
Bumps [lightningcss](https://github.com/parcel-bundler/lightningcss ) from 1.26.0 to 1.27.0.
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases )
- [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.26.0...v1.27.0 )
---
updated-dependencies:
- dependency-name: lightningcss
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>
2024-09-12 08:48:08 +02:00
Shuyi Sun
126f0dec88
Add instructions for developing web UI ( #32491 )
...
Signed-off-by: Shuyi <sunshuyi1993@hotmail.com>
2024-09-11 12:29:11 +00:00
dependabot[bot]
be9142b336
Bump i18next from 23.15.0 to 23.15.1 ( #32790 )
...
Bumps [i18next](https://github.com/i18next/i18next ) from 23.15.0 to 23.15.1.
- [Release notes](https://github.com/i18next/i18next/releases )
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next/compare/v23.15.0...v23.15.1 )
---
updated-dependencies:
- dependency-name: i18next
dependency-type: direct:production
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>
2024-09-11 13:59:22 +02:00
Erik Jan de Wit
d26a514e8e
keep query parameters when changing routes ( #32762 )
...
fixes : #32736
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-09-10 15:08:16 +02:00
Weblate (bot)
c466ea728d
Updated translation for German ( #32631 )
...
Updated translation for German
Language: de
Signed-off-by: Alexander Schwartz <alexander.schwartz@gmx.net>
Signed-off-by: Hosted Weblate <hosted@weblate.org>
Signed-off-by: Robin <39960884+robson90@users.noreply.github.com>
Signed-off-by: Tobias Lechner <me@tobias-lechner.com>
Co-authored-by: Alexander Schwartz <alexander.schwartz@gmx.net>
Co-authored-by: Robin <39960884+robson90@users.noreply.github.com>
Co-authored-by: Tobias Lechner <me@tobias-lechner.com>
2024-09-10 12:40:56 +00:00
Erik Jan de Wit
54df62fe04
moved banner to top of the screen ( #32765 )
...
fixes : #32468
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-09-10 08:27:52 -04:00
Erik Jan de Wit
b72bbd59f4
small fix to create project ( #32680 )
...
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-09-10 08:23:21 -04:00
dependabot[bot]
19905df8ff
Bump react-router-dom from 6.26.1 to 6.26.2 ( #32751 )
...
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom ) from 6.26.1 to 6.26.2.
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.26.2/packages/react-router-dom )
---
updated-dependencies:
- dependency-name: react-router-dom
dependency-type: direct:production
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>
2024-09-10 10:29:47 +00:00
dependabot[bot]
8c3849d280
Bump i18next from 23.14.0 to 23.15.0 ( #32749 )
...
Bumps [i18next](https://github.com/i18next/i18next ) from 23.14.0 to 23.15.0.
- [Release notes](https://github.com/i18next/i18next/releases )
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next/compare/v23.14.0...v23.15.0 )
---
updated-dependencies:
- dependency-name: i18next
dependency-type: direct:production
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>
2024-09-10 11:23:07 +02:00
Erik Jan de Wit
9a1af138a1
Use help icon instead of help ( #32642 )
...
fixes : #32641
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-09-09 15:46:05 -04:00
Erik Jan de Wit
760b1d2a4c
changed to use serverBaseUrl instead ( #32412 )
...
fixes : #32205
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-09-09 15:40:26 -04:00
dependabot[bot]
c4d018e279
Bump vite-plugin-dts from 4.1.0 to 4.2.1 ( #32730 )
...
Bumps [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts ) from 4.1.0 to 4.2.1.
- [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/v4.1.0...v4.2.1 )
---
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>
2024-09-09 13:18:24 +02:00
dependabot[bot]
3c4763d41b
Bump @playwright/test from 1.46.1 to 1.47.0 ( #32703 )
...
Bumps [@playwright/test](https://github.com/microsoft/playwright ) from 1.46.1 to 1.47.0.
- [Release notes](https://github.com/microsoft/playwright/releases )
- [Commits](https://github.com/microsoft/playwright/compare/v1.46.1...v1.47.0 )
---
updated-dependencies:
- dependency-name: "@playwright/test"
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>
2024-09-06 13:47:17 -04:00
dependabot[bot]
25099a9162
Bump vite-plugin-checker from 0.7.2 to 0.8.0 ( #32702 )
...
Bumps [vite-plugin-checker](https://github.com/fi3ework/vite-plugin-checker ) from 0.7.2 to 0.8.0.
- [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.7.2...vite-plugin-checker@0.8.0 )
---
updated-dependencies:
- dependency-name: vite-plugin-checker
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>
2024-09-06 13:46:52 -04:00
GioviQ
50f53bbbba
Add some missing Italian translations ( #32576 )
...
Signed-off-by: GioviQ <giovanni@quarella.net>
2024-09-06 14:52:59 +00:00
dependabot[bot]
dd73099e8f
Bump cypress from 13.14.1 to 13.14.2 ( #32673 )
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 13.14.1 to 13.14.2.
- [Release notes](https://github.com/cypress-io/cypress/releases )
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/cypress-io/cypress/compare/v13.14.1...v13.14.2 )
---
updated-dependencies:
- dependency-name: cypress
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>
2024-09-05 11:35:33 +02:00
Alexander Schwartz
4d1e1e0bcb
Show details for error messages where they were missing ( #32534 )
...
Closes #32533
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
Signed-off-by: Jon Koops <jonkoops@gmail.com>
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2024-09-04 07:23:54 -04:00
Shuyi Sun
c4b0fbc105
Fix typo of interface ( #32636 )
...
Signed-off-by: Shuyi <sunshuyi1993@hotmail.com>
2024-09-04 10:01:00 +00:00
dependabot[bot]
0fcbec8daa
Bump vite from 5.4.2 to 5.4.3 ( #32629 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.2 to 5.4.3.
- [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/v5.4.3/packages/vite )
---
updated-dependencies:
- dependency-name: vite
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>
2024-09-04 11:06:09 +02:00
Erik Jan de Wit
d21327445d
added 'x' to clear value and fix required * ( #32572 )
...
fixes : #32546
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-09-03 14:17:00 -04:00
Theresa Henze
a1c23fef8c
introduce event types to update/remove credentials
...
Closes #10114
Signed-off-by: Theresa Henze <theresa.henze@bare.id>
2024-09-03 18:27:27 +02:00
Erik Jan de Wit
cd206b4dfe
added disable warning ( #32414 )
...
fixes : #30267
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-09-03 15:06:11 +02:00
Erik Jan de Wit
5308313046
fix for finding execution by index ( #32593 )
...
fixes : #32481
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-09-03 08:14:41 -04:00
Stan Silvert
943d5320f1
Make group filter case-insensitive ( #32471 )
...
Fixes #32419
Signed-off-by: Stan Silvert <ssilvert@redhat.com>
2024-09-02 09:46:31 -04:00
Jon Koops
f8393124cd
Upgrade PatternFly to latest version ( #32568 )
...
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2024-09-02 12:59:59 +02:00
dependabot[bot]
b2ae907ae8
Bump vite-plugin-dts from 4.0.3 to 4.1.0 ( #32560 )
...
Bumps [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts ) from 4.0.3 to 4.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/v4.0.3...v4.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>
2024-09-02 11:07:14 +02:00
dependabot[bot]
3e181c42d8
Bump simple-git from 3.25.0 to 3.26.0 ( #32558 )
...
Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git ) from 3.25.0 to 3.26.0.
- [Release notes](https://github.com/steveukx/git-js/releases )
- [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md )
- [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.26.0/simple-git )
---
updated-dependencies:
- dependency-name: simple-git
dependency-type: direct:production
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>
2024-09-02 09:35:28 +02:00
dependabot[bot]
4a241e1e09
Bump @types/react from 18.3.4 to 18.3.5 ( #32561 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 18.3.4 to 18.3.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
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>
2024-09-02 09:34:41 +02:00
dependabot[bot]
2ab9d04136
Bump cypress from 13.14.0 to 13.14.1 ( #32502 )
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 13.14.0 to 13.14.1.
- [Release notes](https://github.com/cypress-io/cypress/releases )
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/cypress-io/cypress/compare/v13.14.0...v13.14.1 )
---
updated-dependencies:
- dependency-name: cypress
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>
2024-08-30 16:08:27 -04:00
dependabot[bot]
c3ed02654d
Bump @testing-library/react from 16.0.0 to 16.0.1 ( #32501 )
...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 16.0.0 to 16.0.1.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v16.0.0...v16.0.1 )
---
updated-dependencies:
- dependency-name: "@testing-library/react"
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>
2024-08-30 16:08:02 -04:00
Erik Jan de Wit
fff5087d30
Add dark mode styling to account console ( #32484 )
...
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
Signed-off-by: Jon Koops <jonkoops@gmail.com>
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2024-08-29 14:13:02 +00:00
Erik Jan de Wit
c821ecb908
removed duplicate keys
...
fixes : #32425
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-08-28 14:34:40 -04:00
dependabot[bot]
3f8f610ba9
Bump @patternfly/react-code-editor from 5.3.4 to 5.4.0
...
Bumps [@patternfly/react-code-editor](https://github.com/patternfly/patternfly-react ) from 5.3.4 to 5.4.0.
- [Release notes](https://github.com/patternfly/patternfly-react/releases )
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-code-editor@5.3.4...@patternfly/react-code-editor@5.4.0 )
---
updated-dependencies:
- dependency-name: "@patternfly/react-code-editor"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-28 12:57:18 -04:00
dependabot[bot]
d9ed0a333b
Bump @patternfly/react-table from 5.3.4 to 5.4.0
...
Bumps [@patternfly/react-table](https://github.com/patternfly/patternfly-react ) from 5.3.4 to 5.4.0.
- [Release notes](https://github.com/patternfly/patternfly-react/releases )
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.3.4...@patternfly/react-table@5.4.0 )
---
updated-dependencies:
- dependency-name: "@patternfly/react-table"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-28 10:18:03 -04:00
dependabot[bot]
8dcc92c94a
Bump @patternfly/react-icons from 5.3.2 to 5.4.0
...
Bumps [@patternfly/react-icons](https://github.com/patternfly/patternfly-react ) from 5.3.2 to 5.4.0.
- [Release notes](https://github.com/patternfly/patternfly-react/releases )
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@5.3.2...@patternfly/react-icons@5.4.0 )
---
updated-dependencies:
- dependency-name: "@patternfly/react-icons"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-28 08:42:46 -04:00
dependabot[bot]
967893d3cf
Bump @patternfly/react-styles from 5.3.1 to 5.4.0
...
Bumps @patternfly/react-styles from 5.3.1 to 5.4.0.
---
updated-dependencies:
- dependency-name: "@patternfly/react-styles"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-27 22:13:00 -04:00
dependabot[bot]
00fff6b8b7
Bump cypress from 13.13.3 to 13.14.0
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 13.13.3 to 13.14.0.
- [Release notes](https://github.com/cypress-io/cypress/releases )
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/cypress-io/cypress/compare/v13.13.3...v13.14.0 )
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-27 22:11:44 -04:00
dependabot[bot]
897c7d3619
Bump @patternfly/react-core from 5.3.4 to 5.4.0
...
Bumps [@patternfly/react-core](https://github.com/patternfly/patternfly-react ) from 5.3.4 to 5.4.0.
- [Release notes](https://github.com/patternfly/patternfly-react/releases )
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.3.4...@patternfly/react-core@5.4.0 )
---
updated-dependencies:
- dependency-name: "@patternfly/react-core"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-27 22:11:09 -04:00
Pedro Igor
449557290b
More options to organization scope mapper including adding organization attributes to tokens
...
Closes #31642
Signed-off-by: Pedro Igor <pigor.craveiro@gmail.com>
2024-08-27 09:40:55 -03:00
Jon Koops
bacfeed7b1
Upgrade typescript-eslint
to the latest version ( #32422 )
...
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2024-08-27 13:24:00 +02:00
dependabot[bot]
1c347ccf9d
Bump jsdom from 24.1.1 to 25.0.0 ( #32382 )
...
Bumps [jsdom](https://github.com/jsdom/jsdom ) from 24.1.1 to 25.0.0.
- [Release notes](https://github.com/jsdom/jsdom/releases )
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md )
- [Commits](https://github.com/jsdom/jsdom/compare/24.1.1...25.0.0 )
---
updated-dependencies:
- dependency-name: jsdom
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 14:19:44 +02:00
dependabot[bot]
2fa903e4ad
Bump react-hook-form from 7.52.2 to 7.53.0 ( #32377 )
...
Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form ) from 7.52.2 to 7.53.0.
- [Release notes](https://github.com/react-hook-form/react-hook-form/releases )
- [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md )
- [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.52.2...v7.53.0 )
---
updated-dependencies:
- dependency-name: react-hook-form
dependency-type: direct:production
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>
2024-08-26 14:18:55 +02:00
dependabot[bot]
b0664cd131
Bump monaco-editor from 0.50.0 to 0.51.0 ( #32380 )
...
Bumps [monaco-editor](https://github.com/microsoft/monaco-editor ) from 0.50.0 to 0.51.0.
- [Release notes](https://github.com/microsoft/monaco-editor/releases )
- [Changelog](https://github.com/microsoft/monaco-editor/blob/main/CHANGELOG.md )
- [Commits](https://github.com/microsoft/monaco-editor/compare/v0.50.0...v0.51.0 )
---
updated-dependencies:
- dependency-name: monaco-editor
dependency-type: direct:production
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>
2024-08-26 13:19:35 +02:00
dependabot[bot]
54131a787a
Bump @testing-library/jest-dom from 6.4.8 to 6.5.0 ( #32378 )
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 6.4.8 to 6.5.0.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.4.8...v6.5.0 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
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>
2024-08-26 13:19:06 +02:00
dependabot[bot]
847b5ddea7
Bump i18next-http-backend from 2.6.0 to 2.6.1 ( #32323 )
...
Bumps [i18next-http-backend](https://github.com/i18next/i18next-http-backend ) from 2.6.0 to 2.6.1.
- [Changelog](https://github.com/i18next/i18next-http-backend/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next-http-backend/compare/v2.6.0...v2.6.1 )
---
updated-dependencies:
- dependency-name: i18next-http-backend
dependency-type: direct:production
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>
2024-08-26 13:14:33 +02:00
Erik Jan de Wit
776a491989
added organizations table to account ( #32311 )
...
* added organizations table to account
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
Signed-off-by: Pedro Igor <pigor.craveiro@gmail.com>
Co-authored-by: Pedro Igor <pigor.craveiro@gmail.com>
2024-08-22 15:44:03 -03:00
dependabot[bot]
5cb90b6465
Bump vite from 5.4.1 to 5.4.2
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.1 to 5.4.2.
- [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/v5.4.2/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-21 15:49:51 -04:00
dependabot[bot]
edea85730a
Bump @types/react from 18.3.3 to 18.3.4
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 18.3.3 to 18.3.4.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-21 15:48:53 -04:00
Erik Jan de Wit
957f97d9cc
moved datatable to ui-shared so it can be used in account ( #32122 )
...
* moved datatable to ui-shared so it can be used in account
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
* merged changes
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
---------
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-08-21 13:07:38 +02:00
Stefan Guilhen
585d179fe0
Ensure identity providers returned to the org IDP selection are IDPs not associated with any orgs.
...
Closes #32238
Signed-off-by: Stefan Guilhen <sguilhen@redhat.com>
2024-08-21 07:49:01 -03:00
Erik Jan de Wit
1df779e710
added * when field is required ( #32225 )
...
related issue: #26963
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-08-21 10:38:59 +02:00
Erik Jan de Wit
c58128fcf7
use stringify for client scope mappers ( #32224 )
...
fixes : #26794
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-08-21 10:38:32 +02:00
Peter Zaoral
1b5fe5437a
Warnings for temporary admin user and service account ( #31387 )
...
* UI banner, labels and log messages are shown when temporary admin account is used
* added UI tests that check the elements' presence
Signed-off-by: Peter Zaoral <pzaoral@redhat.com>
Co-authored-by: Václav Muzikář <vaclav@muzikari.cz>
2024-08-21 09:30:24 +02:00
dependabot[bot]
33776ad8ed
Bump i18next from 23.13.0 to 23.14.0
...
Bumps [i18next](https://github.com/i18next/i18next ) from 23.13.0 to 23.14.0.
- [Release notes](https://github.com/i18next/i18next/releases )
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md )
- [Commits](https://github.com/i18next/i18next/compare/v23.13.0...v23.14.0 )
---
updated-dependencies:
- dependency-name: i18next
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-20 15:23:34 -04:00
Erik Jan de Wit
7567506550
fixed message when sending an invite
...
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-08-20 11:11:14 -03:00
Pedro Igor
d8bb5087ed
Adding sendInvite message
...
Signed-off-by: Pedro Igor <pigor.craveiro@gmail.com>
2024-08-20 11:11:14 -03:00
Pedro Igor
d0335d23fe
Do not query organizations when selecting a user if organization is disabled
...
Signed-off-by: Pedro Igor <pigor.craveiro@gmail.com>
2024-08-20 11:11:14 -03:00
Erik Jan de Wit
2b0392a3e8
added invite user dialog
...
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-08-20 11:11:14 -03:00
Erik Jan de Wit
e6dd8ac1c0
added join org modal
...
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-08-20 11:11:14 -03:00
Erik Jan de Wit
a3ffbb439d
initial version organization table for users
...
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-08-20 11:11:14 -03:00
Agnieszka Gancarczyk
b2999ada2d
fix for default roles ( #32243 )
...
Signed-off-by: Agnieszka Gancarczyk <agagancarczyk@gmail.com>
2024-08-20 12:28:01 +01:00
Stan Silvert
85a0fa389c
Let create/edit client role w/ fine-grained auth. ( #32249 )
...
Fixes #31537
Signed-off-by: Stan Silvert <ssilvert@redhat.com>
2024-08-20 11:28:08 +02:00