Commit graph

2339 commits

Author SHA1 Message Date
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
dependabot[bot]
fd29c77928
Bump eslint-plugin-react from 7.30.1 to 7.31.1 (#3208)
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.30.1 to 7.31.1.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.30.1...v7.31.1)

---
updated-dependencies:
- dependency-name: eslint-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-08-29 14:05:16 +02:00
dependabot[bot]
fdf93d86e8
Bump eslint from 8.22.0 to 8.23.0 (#3207)
Bumps [eslint](https://github.com/eslint/eslint) from 8.22.0 to 8.23.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.22.0...v8.23.0)

---
updated-dependencies:
- dependency-name: eslint
  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-08-29 14:04:27 +02:00
dependabot[bot]
051a1c501d
Bump @typescript-eslint/eslint-plugin from 5.34.0 to 5.35.1 (#3203)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.34.0 to 5.35.1.
- [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.35.1/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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-29 14:02:53 +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
Erik Jan de Wit
7e7c23abe7
Fix .gitignore for Cypress downloads (#3193) 2022-08-25 17:48:15 +02:00
ikhomyn
821085935f
Fix IDP tests with additional cleanup (#3191) 2022-08-25 17:46:38 +02:00
Jon Koops
de8258a4af
Fix path to Cypress in ESLint config (#3192) 2022-08-25 14:11:12 +02:00
Jon Koops
c6ab6a1190
Move Admin UI into a monorepo structure (#3186) 2022-08-25 11:03:07 +02:00
kris2kris
8c9917ddff
Force refresh of user after save to avoid modal (#3180) (#3187)
* Force refresh of user after save to avoid modal (#3180)

* Update src/user/UsersTabs.tsx

Co-authored-by: Jon Koops <jonkoops@gmail.com>

* Update src/user/UsersTabs.tsx

Co-authored-by: Jon Koops <jonkoops@gmail.com>

* Update src/user/UsersTabs.tsx

Co-authored-by: Jon Koops <jonkoops@gmail.com>

Co-authored-by: Jon Koops <jonkoops@gmail.com>
2022-08-25 09:02:14 +02:00
Dominik Kawka
0b509131cc
Add help labels for Policy Details (#3175) 2022-08-24 18:47:58 +02:00
Erik Jan de Wit
a0a154d9c9
revert kotlin back to java (#3183)
removing all extra dependencies
2022-08-24 15:35:38 +02:00
Erik Jan de Wit
b5ea27c194
created endpoint for effective client roles (#3165) 2022-08-24 10:46:22 +02:00
Erik Jan de Wit
711a780be6
Changed transition to 50 ms to not overlap content (#3177) 2022-08-24 10:41:54 +02:00
kris2kris
e74969b9e0
Fix redirection on remove all associated roles (#3160) 2022-08-23 16:37:09 +02:00
Jon Koops
9e4ecc8a1b
Remove Cypress test exclusion (#3169) 2022-08-23 16:30:52 +02:00
Jon Koops
a9e767da57
Add extended fields for identity providers (#3167) 2022-08-23 15:53:34 +02:00
Jon Koops
b9e2ba2a2f
Enable client consent text when client consent is enabled (#3145) 2022-08-23 11:55:36 +02:00
ikhomyn
4f25c71eed
New Users IdP linking account tests (#3146) 2022-08-22 18:05:57 +02:00
Erik Jan de Wit
a1140191d6
Disable remove button only when it's the last field (#3136) 2022-08-22 17:59:35 +02:00
Jon Koops
3e08fbaa4b
Use Link component from new React Router API (#3159) 2022-08-22 17:51:19 +02:00
Erik Jan de Wit
e4882d31d6
Refactored and introduced test for client url (#3139) 2022-08-22 17:09:41 +02:00
Erik Jan de Wit
01cc7d7d20
small fix in attribute naming (#3140) 2022-08-22 16:37:29 +02:00
dependabot[bot]
0f916299ce
Bump vite from 3.0.8 to 3.0.9 (#3149)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 3.0.8 to 3.0.9.
- [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/v3.0.9/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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-22 16:29:56 +02:00
Jon Koops
ce140245e7
Move all legacy routes to new React Router API (#3155) 2022-08-22 16:29:35 +02:00
dependabot[bot]
b4204f4778
Bump maven-compiler-plugin from 3.8.1 to 3.10.1 in /keycloak-theme (#3152)
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.8.1 to 3.10.1.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.8.1...maven-compiler-plugin-3.10.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  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-08-22 16:18:56 +02:00
kris2kris
ce140172ff
Do not display error when policy name is empty (#3148) 2022-08-22 16:01:07 +02:00
dependabot[bot]
87e13fd3a5
Bump smallrye-open-api-maven-plugin in /keycloak-theme (#3151)
Bumps smallrye-open-api-maven-plugin from 2.1.22 to 2.2.0.

---
updated-dependencies:
- dependency-name: io.smallrye:smallrye-open-api-maven-plugin
  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-08-22 15:57:27 +02:00
dependabot[bot]
a8491e1aed
Bump testng from 6.14.2 to 7.6.1 in /keycloak-theme (#3153)
Bumps [testng](https://github.com/cbeust/testng) from 6.14.2 to 7.6.1.
- [Release notes](https://github.com/cbeust/testng/releases)
- [Changelog](https://github.com/cbeust/testng/blob/master/CHANGES.txt)
- [Commits](https://github.com/cbeust/testng/compare/6.14.2...7.6.1)

---
updated-dependencies:
- dependency-name: org.testng:testng
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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-22 15:57:02 +02:00
Jon Koops
0c3f270e42
Revert back to 'skipTests' to fix Maven build (#3158) 2022-08-22 09:29:39 -04:00
dependabot[bot]
def999375d Bump @types/node from 18.7.6 to 18.7.9
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.7.6 to 18.7.9.
- [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-08-22 12:39:57 +02:00
Erik Jan de Wit
84da777693
initial version of an endpoint (#3095)
* initial version of an endpoint

* added open-api yaml

* changed to list available added mapping to own domain model

* added search and roles endpoint

* use new endpoints

* removed `Representation` suffix and made id role and client mandatory fields

* fixed test
2022-08-20 10:10:36 +02:00
Jon Koops
7729a54ad6
Convert route definitions to React Router v6 APIs (#3144) 2022-08-19 20:05:09 +02:00
Erik Jan de Wit
9d9e774790
converts attribute names (#3134)
* converts attribute names

fixes: #3092

* revert changes previosly failing test & unskip fixed one

Co-authored-by: Ivan Khomyn <ikhomyn@redhat.com>
2022-08-19 13:57:25 +02:00
Erik Jan de Wit
e6686bf43f
faster maven execution (#3142)
hopefully fixes tests
2022-08-19 13:19:25 +02:00
Erik Jan de Wit
2ef120f698
Show name as it is stored (#3137) 2022-08-19 11:15:35 +02:00
dependabot[bot]
0e03a73d19 Bump vitest from 0.22.0 to 0.22.1
Bumps [vitest](https://github.com/vitest-dev/vitest) from 0.22.0 to 0.22.1.
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/compare/v0.22.0...v0.22.1)

---
updated-dependencies:
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-19 11:10:46 +02:00
dependabot[bot]
7fa91668e5 Bump cypress from 10.5.0 to 10.6.0
Bumps [cypress](https://github.com/cypress-io/cypress) from 10.5.0 to 10.6.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.5.0...v10.6.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-18 12:33:32 +02:00
dependabot[bot]
dbaaf1b323 Bump @types/node from 18.7.5 to 18.7.6
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.7.5 to 18.7.6.
- [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-08-18 12:33:16 +02:00
Eric Olkowski
3a00899ccd
Update PatternFly to latest version (#3045) 2022-08-17 19:13:55 +02:00
Stan Silvert
ed139b62cd
Realm email doesn't default to port 25 (#3129) 2022-08-17 18:59:34 +02:00
Jon Koops
f76259088e
Use 'useLocation' hook from v6 API of React Router (#3114) 2022-08-16 15:44:53 +02:00
Stan Silvert
dc0d7f5049
Fix user details for fine-grained access (#3111) 2022-08-16 15:44:34 +02:00
ikhomyn
eb56783a3c
Fixes identity provider section (#3116) 2022-08-16 15:18:08 +02:00
ikhomyn
14e6b69170
Prevent accidental translation of role name (#3127) 2022-08-16 15:16:50 +02:00
dependabot[bot]
c9ee2608ea Bump i18next from 21.9.0 to 21.9.1
Bumps [i18next](https://github.com/i18next/i18next) from 21.9.0 to 21.9.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/v21.9.0...v21.9.1)

---
updated-dependencies:
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-16 15:09:37 +02:00
Jon Koops
7c9449b42b
Replace 'useHistory' with React Router v6 APIs (#3115) 2022-08-16 15:09:14 +02:00
dependabot[bot]
9a3aa33079 Bump @typescript-eslint/eslint-plugin from 5.33.0 to 5.33.1
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.33.0 to 5.33.1.
- [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.33.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-16 15:08:59 +02:00
Jon Koops
d5755088f0
Use CompatRoute for routes that can be migrated (#3113) 2022-08-16 15:08:44 +02:00