dependabot[bot]
|
80b682871d
|
Bump i18next from 21.6.4 to 21.6.5
Bumps [i18next](https://github.com/i18next/i18next) from 21.6.4 to 21.6.5.
- [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.6.4...v21.6.5)
---
updated-dependencies:
- dependency-name: i18next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-01-10 11:26:54 +01:00 |
|
dependabot[bot]
|
9be5192e29
|
Bump cli-progress from 3.9.1 to 3.10.0
Bumps [cli-progress](https://github.com/npkgz/cli-progress) from 3.9.1 to 3.10.0.
- [Release notes](https://github.com/npkgz/cli-progress/releases)
- [Changelog](https://github.com/npkgz/cli-progress/blob/master/CHANGES.md)
- [Commits](https://github.com/npkgz/cli-progress/compare/v3.9.1...v3.10.0)
---
updated-dependencies:
- dependency-name: cli-progress
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-01-10 11:26:37 +01:00 |
|
Alexander Schwartz
|
9b18688ce2
|
fixes #9427 regex pattern is now pre-compiled
|
2022-01-08 17:30:54 +01:00 |
|
Martin Kanis
|
9d5355b7ad
|
Upgrade Infinispan to 12.1.7.Final
|
2022-01-08 17:29:09 +01:00 |
|
Aboullos
|
04e86e9b0b
|
Update Clients tests (#1824)
|
2022-01-08 10:27:57 +01:00 |
|
Erik Jan de Wit
|
cb033a0f8d
|
Fix another compilation error in Cypress tests (#1836)
|
2022-01-07 17:31:56 +01:00 |
|
Erik Jan de Wit
|
1e766ac9c0
|
Fix compilation errors in Cypress tests (#1834)
|
2022-01-07 14:17:18 +01:00 |
|
Jon Koops
|
ee29a308e8
|
Add overview for attributes groups to realm settings (#1822)
|
2022-01-07 13:56:27 +01:00 |
|
Jon Koops
|
439212c4b5
|
Use correct feature flag name in docs (#1833)
|
2022-01-07 13:01:58 +01:00 |
|
Erik Jan de Wit
|
2d5c66b108
|
removed look ahead / back regex for safari (#1829)
fixes: #1806
|
2022-01-07 08:28:19 +01:00 |
|
Erik Jan de Wit
|
ced1008ad5
|
now only logs in per test suite for client tests (#1828)
|
2022-01-07 08:27:58 +01:00 |
|
Hans-Christian Halfbrodt
|
d9d77fe1f7
|
Fix for KEYCLOAK-18914 (#9355)
Closed #9382
Co-authored-by: Hans-Christian Halfbrodt <hc-github42@halfbrodt.org>
|
2022-01-06 18:05:50 +01:00 |
|
Dominik Guhr
|
1cebd79f1c
|
Solves [#9206] - Initial version for proxy documentation
|
2022-01-05 13:18:33 -08:00 |
|
Yoshiyuki Tabata
|
6c857f2bff
|
KEYCLOAK-18880 change "look ahead window" to "look around window" (#1350)
Closes #1349
|
2022-01-05 20:07:10 +01:00 |
|
Yoshiyuki Tabata
|
baad104673
|
KEYCLOAK-18880 change "look ahead window" to "look around window" (#9341)
Closes #9340
|
2022-01-05 20:04:50 +01:00 |
|
Pedro Igor
|
981cda5bfd
|
Database configuration tests
Closes #9293
|
2022-01-05 09:26:46 -08:00 |
|
Erik Jan de Wit
|
f1c7e5ecb3
|
Create custom user federation providers page (#1745)
* Create custom user federation providers page
fixes: #1722
* added breadcrumb
|
2022-01-05 12:06:53 -05:00 |
|
Erik Jan de Wit
|
33a1769c39
|
Finish the policy pages of the authentication section (#1713)
* added WebauthnPolicy tab to Plicies
* change for passwordless
* added tests
* removed use of useToggle
|
2022-01-05 11:18:49 -05:00 |
|
Hynek Mlnařík
|
d39eb95705
|
Introduce per-field delegation of entities
|
2022-01-05 14:06:45 +01:00 |
|
ammannmi
|
80873ea4b9
|
Allow changing the session id on login in Tomcat adapter
|
2022-01-05 08:23:46 -03:00 |
|
Aboullos
|
23b11eb879
|
Update Masthead tests (#1820)
|
2022-01-05 10:56:38 +01:00 |
|
vramik
|
dd3d7be2b4
|
Make JpaClientMapStorage generic
Closes #9244
|
2022-01-05 07:04:05 +01:00 |
|
andreaTP
|
4817e152e3
|
[ref: 8889] Annotation processor support for Java > 11
|
2022-01-04 21:26:07 +01:00 |
|
Stefan Guilhen
|
b12830ae4f
|
8947 - Add liquibase extension to handle JSON operations
|
2022-01-04 20:58:32 +01:00 |
|
Stian Thorgersen
|
0f95c118ae
|
Separate migration changes for 16 into separate file (#1354)
|
2022-01-04 13:51:35 +01:00 |
|
Erik Jan de Wit
|
e6d8ffb202
|
initial version of the scopes screen (#1750)
* initial version of the scopes screen
* added scopes edit details
* Update src/clients/authorization/MoreLabel.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* pr review
* Update src/clients/routes/NewScope.ts
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* Update src/clients/authorization/Scopes.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* Update src/clients/authorization/Scopes.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
* merge fix
Co-authored-by: Jon Koops <jonkoops@gmail.com>
|
2022-01-04 10:17:43 +01:00 |
|
Jon Koops
|
f0fc136672
|
Add toggle for user profile to realm settings (#1717)
|
2022-01-03 16:00:03 +01:00 |
|
dependabot[bot]
|
88601cf118
|
Bump i18next from 21.6.3 to 21.6.4
Bumps [i18next](https://github.com/i18next/i18next) from 21.6.3 to 21.6.4.
- [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.6.3...v21.6.4)
---
updated-dependencies:
- dependency-name: i18next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-01-03 13:50:53 +01:00 |
|
little_pinecone
|
0e33c973c4
|
Update main branch name in Contributor's Guide (#1345)
* replace 'master' with 'main' in commands and links
|
2022-01-03 13:30:44 +01:00 |
|
Stian Thorgersen
|
64d40f3a72
|
Add issue forms to repository to fix issue with labels not being added (#1353)
|
2022-01-03 13:00:38 +01:00 |
|
Stian Thorgersen
|
4f51adcb98
|
Add issue forms to repository to fix issue with labels not being added (#1819)
|
2022-01-03 12:59:18 +01:00 |
|
Stian Thorgersen
|
208e45cfb2
|
Add issue templates directly to repo to fix issue with labels not being added (#9380)
|
2022-01-03 12:56:40 +01:00 |
|
Jon Koops
|
b0b339e1b5
|
Update Keycloak development server to 16.1.0
|
2022-01-03 11:37:16 +01:00 |
|
dependabot[bot]
|
a83793291c
|
Bump @typescript-eslint/eslint-plugin from 5.8.0 to 5.8.1
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.8.0 to 5.8.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.8.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-01-03 11:37:04 +01:00 |
|
dependabot[bot]
|
c90e22c5f0
|
Bump react-i18next from 11.15.1 to 11.15.3
Bumps [react-i18next](https://github.com/i18next/react-i18next) from 11.15.1 to 11.15.3.
- [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.15.1...v11.15.3)
---
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-01-03 11:36:52 +01:00 |
|
dependabot[bot]
|
bea23b9ca1
|
Bump lint-staged from 12.1.4 to 12.1.5
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.1.4 to 12.1.5.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v12.1.4...v12.1.5)
---
updated-dependencies:
- dependency-name: lint-staged
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-01-03 11:36:37 +01:00 |
|
dependabot[bot]
|
dedba057a8
|
Bump frontend-maven-plugin from 1.12.0 to 1.12.1 in /keycloak-theme
Bumps [frontend-maven-plugin](https://github.com/eirslett/frontend-maven-plugin) from 1.12.0 to 1.12.1.
- [Release notes](https://github.com/eirslett/frontend-maven-plugin/releases)
- [Changelog](https://github.com/eirslett/frontend-maven-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eirslett/frontend-maven-plugin/compare/frontend-plugins-1.12.0...frontend-plugins-1.12.1)
---
updated-dependencies:
- dependency-name: com.github.eirslett:frontend-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-01-03 11:33:01 +01:00 |
|
dependabot[bot]
|
1bfd90e229
|
Bump @typescript-eslint/parser from 5.8.0 to 5.8.1
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.8.0 to 5.8.1.
- [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.8.1/packages/parser)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-01-03 10:50:17 +01:00 |
|
dependabot[bot]
|
9509850fdf
|
Bump @types/node from 17.0.5 to 17.0.6
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.5 to 17.0.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-01-03 10:49:59 +01:00 |
|
dependabot[bot]
|
73b5dbe705
|
Bump eslint from 8.5.0 to 8.6.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.5.0 to 8.6.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.5.0...v8.6.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-01-03 10:49:43 +01:00 |
|
Jon Koops
|
acaff98e10
|
Fix broken Cypress tests (#1802)
|
2022-01-03 08:11:07 +01:00 |
|
dependabot[bot]
|
f57d5edb32
|
Bump lint-staged from 12.1.3 to 12.1.4
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.1.3 to 12.1.4.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v12.1.3...v12.1.4)
---
updated-dependencies:
- dependency-name: lint-staged
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-12-27 12:55:46 +01:00 |
|
dependabot[bot]
|
f5ddc7e5a1
|
Bump @types/dagre from 0.7.46 to 0.7.47
Bumps [@types/dagre](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dagre) from 0.7.46 to 0.7.47.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dagre)
---
updated-dependencies:
- dependency-name: "@types/dagre"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-12-27 12:55:28 +01:00 |
|
dependabot[bot]
|
0e7b3b2ece
|
Bump @types/node from 17.0.4 to 17.0.5
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.4 to 17.0.5.
- [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>
|
2021-12-27 12:55:10 +01:00 |
|
mfrances17
|
cf66331900
|
new PF versions (#1746)
|
2021-12-23 20:34:43 +01:00 |
|
dependabot[bot]
|
224c51c291
|
Bump @cypress/webpack-preprocessor from 5.10.0 to 5.11.0
Bumps [@cypress/webpack-preprocessor](https://github.com/cypress-io/cypress) from 5.10.0 to 5.11.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/@cypress/webpack-preprocessor-v5.10.0...@cypress/webpack-preprocessor-v5.11.0)
---
updated-dependencies:
- dependency-name: "@cypress/webpack-preprocessor"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-12-23 20:33:56 +01:00 |
|
dependabot[bot]
|
b221121c8b
|
Bump @keycloak/keycloak-admin-client from 16.0.0-dev.66 to 16.1.0
Bumps [@keycloak/keycloak-admin-client](https://github.com/keycloak/keycloak-nodejs-admin-client) from 16.0.0-dev.66 to 16.1.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/v16.0.0-dev.66...16.1.0)
---
updated-dependencies:
- dependency-name: "@keycloak/keycloak-admin-client"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-12-23 20:33:04 +01:00 |
|
dependabot[bot]
|
2b68760525
|
Bump lint-staged from 12.1.2 to 12.1.3
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.1.2 to 12.1.3.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v12.1.2...v12.1.3)
---
updated-dependencies:
- dependency-name: lint-staged
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-12-23 16:05:50 +01:00 |
|
dependabot[bot]
|
e1d203bc42
|
Bump i18next from 21.6.0 to 21.6.3
Bumps [i18next](https://github.com/i18next/i18next) from 21.6.0 to 21.6.3.
- [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.6.0...v21.6.3)
---
updated-dependencies:
- dependency-name: i18next
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-12-23 16:04:50 +01:00 |
|
dependabot[bot]
|
ab76111118
|
Bump @typescript-eslint/parser from 5.6.0 to 5.8.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.6.0 to 5.8.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.8.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>
|
2021-12-23 16:04:04 +01:00 |
|