stianst
eb17157e44
Stop adding .v2 to default theme if set in server config
...
Closes #15392
2022-11-11 08:49:41 -03:00
Stian Thorgersen
ebc91f6369
Update ci.yml ( #15456 )
2022-11-10 22:18:30 +01:00
Pedro Igor
13b39cf48a
Marking nested classes in brokering endpoints as static
...
Closes #15443
2022-11-10 16:10:09 -03:00
Erik Jan de Wit
0ab33d552b
Issue 3604 ( #3739 )
2022-11-10 11:17:49 -05:00
Erik Jan de Wit
334ca1dddf
We want all roles not just the direct roles ( #3697 )
2022-11-10 10:38:08 -05:00
Dominik Kawka
9093438a87
Client SAML testing ( #3732 )
2022-11-10 08:40:37 -05:00
vramik
021189f190
Make GHA Map-JPA base testsuite running with Quarkus
...
Co-authored-by: Martin Batros <mabartos@redhat.com>
Closes #13725
2022-11-10 10:08:14 +01:00
Stefan Guilhen
02a69561b5
Use JSONB '->>' function to avoid unnecessary JSON conversion in criteria builders.
...
Closes #12280
2022-11-09 13:47:13 +01:00
Jia Chen
c3d53ae6e0
Returns an empty groups stream without querying the database if a user doesn't belong to any groups
...
Closes #12567
2022-11-09 13:07:42 +01:00
dependabot[bot]
2bd404b0b2
Bump @patternfly/react-core from 4.258.3 to 4.258.6 ( #3719 )
...
Bumps [@patternfly/react-core](https://github.com/patternfly/patternfly-react ) from 4.258.3 to 4.258.6.
- [Release notes](https://github.com/patternfly/patternfly-react/releases )
- [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@4.258.3...@patternfly/react-core@4.258.6 )
---
updated-dependencies:
- dependency-name: "@patternfly/react-core"
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-11-08 11:28:47 -05:00
dependabot[bot]
e2cb020388
Bump @babel/preset-env from 7.19.4 to 7.20.2 ( #3720 )
...
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env ) from 7.19.4 to 7.20.2.
- [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.20.2/packages/babel-preset-env )
---
updated-dependencies:
- dependency-name: "@babel/preset-env"
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-11-08 09:43:43 -05:00
Jon Koops
394dd48a94
Add the Node.js Admin Client to the project ( #3728 )
2022-11-08 09:01:11 -05:00
Erik Jan de Wit
5587314a70
Added exact search checkbox ( #3730 )
2022-11-08 08:19:17 -05:00
Jon Koops
8ffe800272
Allow login realm to be set during development ( #3729 )
2022-11-07 16:33:01 -05:00
dependabot[bot]
577261abba
Bump keycloak.version from 19.0.3 to 20.0.0 in /keycloak-theme ( #3705 )
...
Bumps `keycloak.version` from 19.0.3 to 20.0.0.
Updates `keycloak-server-spi` from 19.0.3 to 20.0.0
- [Release notes](https://github.com/keycloak/keycloak/releases )
- [Commits](https://github.com/keycloak/keycloak/compare/19.0.3...20.0.0 )
Updates `keycloak-server-spi-private` from 19.0.3 to 20.0.0
- [Release notes](https://github.com/keycloak/keycloak/releases )
- [Commits](https://github.com/keycloak/keycloak/compare/19.0.3...20.0.0 )
Updates `keycloak-services` from 19.0.3 to 20.0.0
- [Release notes](https://github.com/keycloak/keycloak/releases )
- [Commits](https://github.com/keycloak/keycloak/compare/19.0.3...20.0.0 )
---
updated-dependencies:
- dependency-name: org.keycloak:keycloak-server-spi
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: org.keycloak:keycloak-server-spi-private
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: org.keycloak:keycloak-services
dependency-type: direct:production
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>
Co-authored-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
Co-authored-by: Stan Silvert <ssilvert@redhat.com>
2022-11-07 16:26:59 -05:00
Erik Jan de Wit
2ae520fb8a
Add credential table ( #3710 )
2022-11-07 15:02:53 -05:00
Michal Hajas
dc007eab6f
Ignore test until the intermittent failure from #14917 is resolved
2022-11-07 20:47:39 +01:00
Michal Hajas
d9dcb6c60a
Fix Infinispan adapter not checking updated value in getAttribute methods
...
Closes #12819
2022-11-07 20:44:43 +01:00
danielFesenmeyer
ec30c52a00
Fix paging on the "Users in role" endpoint, when JPA persistence is used
...
- add order-by-clause to the corresponding JPA query (ordering by username ASC)
- adjust admin-client RoleResource to return a List instead of a Set, by introducing new methods #getUserMembers (instead of #getRoleUserMembers - the "Role" prefix is not needed, because it is clear from the resource name that it's about roles)
- adjust tests to use the new method and check that the expected order is returned
Closes #14772
2022-11-07 20:44:06 +01:00
Dominik Kawka
25c66e6901
Partial fix for issue 3588 ( #3721 )
2022-11-07 13:08:14 -05:00
dependabot[bot]
b197531057
Bump eslint from 8.26.0 to 8.27.0 ( #3722 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.26.0 to 8.27.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.26.0...v8.27.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-11-07 09:24:51 -05:00
dependabot[bot]
1e91b9dee7
Bump @babel/core from 7.19.6 to 7.20.2 ( #3718 )
...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core ) from 7.19.6 to 7.20.2.
- [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.20.2/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-11-07 09:21:46 -05:00
Fouad Almalki
316479f3f5
Fix classpath separator for windows startup script ( #15300 )
...
Closes #15281
Co-authored-by: Stian Thorgersen <stianst@gmail.com>
2022-11-07 15:08:11 +01:00
Václav Muzikář
01f1db600d
Fix race condition while updating Secrets labels in Operator
2022-11-07 13:07:02 +01:00
stianst
1de9c201c6
Refactor Profile
...
Closes #15206
2022-11-07 07:28:11 -03:00
Yann Odeyer
600fff4f6f
Use refresh key in messages files ( #15027 )
...
Co-authored-by: Stian Thorgersen <stianst@gmail.com>
2022-11-06 19:03:32 -05:00
Marek Posolda
c0c0d3a6ba
Short passwords with PBKDF2 mode working ( #14437 )
...
* Short passwords with PBKDF2 mode working
Closes #14314
* Add config option to Pbkdf2 provider to control max padding
* Update according to PR review - more testing for padding and for non-fips mode
2022-11-06 14:49:50 +01:00
Jon Koops
e6a5803188
Update React Router to latest version ( #3717 )
2022-11-05 19:45:49 -04:00
dependabot[bot]
e874c43222
Bump @types/node from 18.11.8 to 18.11.9 ( #3688 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.11.8 to 18.11.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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-05 16:04:11 -04:00
dependabot[bot]
124cef5d14
Bump @typescript-eslint/parser from 5.41.0 to 5.42.0 ( #3693 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.41.0 to 5.42.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.42.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
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-11-05 15:36:14 -04:00
dependabot[bot]
e693bd2be0
Bump @cypress/webpack-preprocessor from 5.15.2 to 5.15.3 ( #3706 )
...
Bumps [@cypress/webpack-preprocessor](https://github.com/cypress-io/cypress ) from 5.15.2 to 5.15.3.
- [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/@cypress/webpack-preprocessor-v5.15.2...@cypress/webpack-preprocessor-v5.15.3 )
---
updated-dependencies:
- dependency-name: "@cypress/webpack-preprocessor"
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-11-05 15:16:56 -04:00
Dominik Kawka
9d63ad0dea
IDP SAML testing ( #3713 )
2022-11-05 15:01:28 -04:00
Eric Olkowski
12e715e465
Update to PatternFly 4.219 ( #3637 )
...
* Update PatternFly to latest pre-pre-release
* Updated to latest release candidates
2022-11-04 14:22:22 -04:00
dependabot[bot]
5862fa2121
Bump vitest from 0.24.4 to 0.24.5 ( #3685 )
...
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest ) from 0.24.4 to 0.24.5.
- [Release notes](https://github.com/vitest-dev/vitest/releases )
- [Commits](https://github.com/vitest-dev/vitest/commits/v0.24.5/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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-04 11:57:50 +01:00
Stian Thorgersen
e4a76bacb1
Update timeouts for tests in Keycloak CI
2022-11-04 10:11:24 +01:00
Marek Posolda
f616495b05
Fixing UserFederationLdapConnectionTest,LDAPUserLoginTest to work with FIPS ( #15299 )
...
closes #14965
2022-11-03 16:35:57 +01:00
Jon Koops
da4e740a8d
Add Microsoft Authenticator to supported applications ( #3704 )
2022-11-03 16:03:20 +01:00
Erik Jan de Wit
b7e4db8e15
Add 'Personal Info' form and masthead to Account UI ( #3551 )
...
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2022-11-03 15:06:26 +01:00
Erik Jan de Wit
34d795b1f6
Removed beers from output ( #3702 )
2022-11-03 12:24:24 +01:00
Marek Posolda
2ba5ca3c5f
Support for multiple keys with same kid, which differ just by algorithm in the JWKS ( #15114 )
...
Closes #14794
2022-11-03 09:32:45 +01:00
Maciej Jaworski
70e2843a58
Distinguish between Windows & other OSes when testing with SecureRandom, to use available PRNG algorithm ( #14874 )
...
Closes #14610
2022-11-03 09:21:55 +01:00
Brendon Vicente
d859b03193
Upgrade Bouncycastle from 1.68 to 1.70 ( #14198 )
...
* Upgrade Bouncycastle to 1.70
* Update pom.xml
* Update pom.xml
Co-authored-by: Stian Thorgersen <stianst@gmail.com>
Co-authored-by: Stian Thorgersen <stian@redhat.com>
2022-11-03 09:17:15 +01:00
Peter Becich
13aaadc754
improvement to operator
readme, links to documentation ( #14692 )
...
* operator readme links to documentation
* Update operator/README.md
Co-authored-by: Stian Thorgersen <stian@redhat.com>
2022-11-03 07:20:43 +01:00
twojtylak
2a6013dbfa
Add missing german translation for emailInstructionUsername ( #14687 )
...
Closes : #14686
2022-11-03 07:16:53 +01:00
dependabot[bot]
f047524e14
Bump runforesight/foresight-test-kit-action from 1.2.1 to 1.3.0 ( #15099 )
...
Bumps [runforesight/foresight-test-kit-action](https://github.com/runforesight/foresight-test-kit-action ) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/runforesight/foresight-test-kit-action/releases )
- [Commits](https://github.com/runforesight/foresight-test-kit-action/compare/v1.2.1...v1.3.0 )
---
updated-dependencies:
- dependency-name: runforesight/foresight-test-kit-action
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>
Co-authored-by: Stian Thorgersen <stianst@gmail.com>
2022-11-03 07:08:57 +01:00
dependabot[bot]
d42ace3da5
Bump github/codeql-action from 2.1.28 to 2.1.29 ( #15217 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.1.28 to 2.1.29.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v2.1.28...v2.1.29 )
---
updated-dependencies:
- dependency-name: github/codeql-action
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>
Co-authored-by: Stian Thorgersen <stianst@gmail.com>
2022-11-03 06:08:32 +01:00
dependabot[bot]
da590cfcfe
Bump rollup from 3.2.3 to 3.2.5 ( #3692 )
...
Bumps [rollup](https://github.com/rollup/rollup ) from 3.2.3 to 3.2.5.
- [Release notes](https://github.com/rollup/rollup/releases )
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rollup/rollup/compare/v3.2.3...v3.2.5 )
---
updated-dependencies:
- dependency-name: rollup
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-11-02 17:39:14 +01:00
vramik
6bbcdd44a5
Run map-jpa model tests profile in GHA
...
Closes #13573
2022-11-02 15:30:08 +01:00
Stian Thorgersen
cf913af823
Add support for Microsoft Authenticator ( #15272 )
...
Closes #15271
2022-11-02 12:56:07 +01:00
Stian Thorgersen
db636e21ff
Temporarily add more scheduled runs ( #15273 )
...
In order to make the testsuite more stable we should at least temporarily add more scheduled runs so we can get more data
2022-11-02 12:36:43 +01:00