Commit graph

1538 commits

Author SHA1 Message Date
Jay Linski
776984188f
Adhere to HTML standard when using ul-element (#20243)
Closes #20250
2023-05-16 15:46:36 -04:00
dependabot[bot]
0eec2f4c7a
Bump jquery (#20336)
Bumps [jquery](https://github.com/jquery/jquery) from 3.6.4 to 3.7.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.6.4...3.7.0)

---
updated-dependencies:
- dependency-name: jquery
  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>
2023-05-16 11:50:22 +00:00
JAOROZCO
1d7545d245 New translation messages are added
expiredActionMessage=Acci\u00F3n caducada. Contin\u00FAe con el inicio de sesi\u00F3n ahora.
invalidPasswordBlacklistedMessage=Contrase\u00F1a no v\u00E1lida: la contrase\u00F1a est\u00E1 en la lista negra.
configureBackupCodesMessage=Tienes que configurar c\u00F3digos de respaldo para activar su cuenta.
updateEmailMessage=Tienes que actualizar su direcci\u00F3n de correo electr\u00F3nico para activar su cuenta.
resetPasswordMessage=Tienes que cambiar tu contrase\u00F1a.
linkIdpMessage=Debe verificar su direcci\u00F3n de correo electr\u00F3nico para vincular su cuenta con {0}.

staleEmailVerificationLink=El enlace en el que hizo clic es un enlace obsoleto antiguo y ya no es v\u00E1lido. Tal vez ya hayas verificado tu correo electr\u00F3nico.
confirmAccountLinking=Confirme la vinculaci\u00F3n de la cuenta {0} del proveedor de identidad {1} con su cuenta.

confirmEmailAddressVerification=Confirme la validez de la direcci\u00F3n de correo electr\u00F3nico {0}.
confirmExecutionOfActions=Realice las siguientes acciones

proceedWithAction=&raquo; Haz click aqu\u00ED para proceder

requiredAction.CONFIGURE_TOTP=Configurar OTP
requiredAction.TERMS_AND_CONDITIONS=T\u00E9rminos y condiciones
requiredAction.UPDATE_PASSWORD=Actualizaci\u00F3n de contrase\u00F1a
requiredAction.UPDATE_PROFILE=Actualizaci\u00F3n del perfil
requiredAction.VERIFY_EMAIL=Verificar correo electr\u00F3nico
requiredAction.CONFIGURE_RECOVERY_AUTHN_CODES=Generar c\u00F3digos de recuperaci\u00F3n
requiredAction.webauthn-register-passwordless=Webauthn Registro sin contrase\u00F1a

pageNotFound=P\u00E1gina no encontrada
internalServerError=Se ha producido un error interno del servidor.
2023-05-03 10:23:49 +02:00
JAOROZCO
5ec4afc2d3 Modification the messages in third person
https://github.com/keycloak/keycloak/issues/19959
2023-05-03 10:23:49 +02:00
JAOROZCO
2390f88a48 New messages are added in Spanish
sessionLimitExceeded=Hay demasiadas sesiones.
federatedIdentityExistsMessage=El usuario con {0} {1} ya existe. Inicie sesi\u00F3n en la administraci\u00F3n de cuentas para vincular la cuenta.
federatedIdentityUnavailableMessage=El usuario {0} autenticado con el proveedor de identidad {1} no existe. P\u00F3ngase en contacto con su administrador.
identityProviderInvalidResponseMessage=Respuesta no v\u00E1lida del proveedor de identidad.
identityProviderMissingStateMessage=Falta el par\u00E1metro de estado en respuesta del proveedor de identidad.
alreadyLoggedIn=Ya se ha autentificado.

identity-provider-redirector=Con\u00E9ctese con otro proveedor de identidad
identity-provider-login-label=O inicia sesi\u00F3n con
idp-email-verification-display-name=Verificacion de email
idp-email-verification-help-text=Vincula tu cuenta validando tu correo electr\u00F3nico.
idp-username-password-form-display-name=Usuario y contrase\u00F1a
idp-username-password-form-help-text=Vincula tu cuenta iniciando sesi\u00F3n.

access-denied=Acceso denegado

logoutConfirmTitle=Saliendo de tu cuenta
logoutConfirmHeader=¿Quieres cerrar sesi\u00F3n?
doLogout=Cerrar sesi\u00F3n
2023-05-03 10:23:49 +02:00
Fouad Almalki
c3cb50e73d
add missing ar locale messages (#19684) 2023-04-13 16:13:47 -04:00
Jon Koops
82cab306fc
Encode dynamic parts of the URI for API calls in the Account Console (#19521) 2023-04-05 13:14:10 +02:00
Jon Koops
bdc019b02c
Fully deprecate function-style constructor for Keycloak JS (#19438) 2023-04-03 14:45:55 +02:00
Michal Hajas
e49dfe534e Fix missing migration when reading TERMS_AND_CONDITIONS required action in legacy store
Closes #17277
2023-03-29 16:43:01 +02:00
MajorZiploc
899a48301a
Replace succes/error with then/catch (#14358) 2023-03-28 15:22:27 +00:00
Stian Thorgersen
27749bf24f
Add option to exclude community translations at build time (#19224)
Closes #19223
2023-03-22 07:57:57 +00:00
Erik Jan de Wit
6d82e5634f
Make list pop out of dialog and added scrollbar (#17244) 2023-03-21 10:34:31 +00:00
dependabot[bot]
544b3f5ee4
Bump jquery (#17584)
Bumps [jquery](https://github.com/jquery/jquery) from 3.6.3 to 3.6.4.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.6.3...3.6.4)

---
updated-dependencies:
- dependency-name: jquery
  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>
2023-03-14 12:51:25 +01:00
mposolda
a0192d61cc Redirect loop with authentication success but access denied at default identity provider
closes #17441
2023-03-06 10:45:01 +01:00
Jon Koops
6d2e57f93a
Move Keycloak JS into the NPM workspace (#17401) 2023-03-03 13:56:53 +01:00
Jon Koops
972ebb9650
Use a valid SemVer format for the SNAPSHOT version (#17334)
* Use a valid SemVer format for the SNAPSHOT version

* Update pom.xml

* Update pom.xml

---------

Co-authored-by: Stian Thorgersen <stianst@gmail.com>
Co-authored-by: Stian Thorgersen <stian@redhat.com>
2023-03-03 11:11:44 +01:00
Fouad Almalki
1ed46ac56b
Add Arabic locale to messages (#17090)
Co-authored-by: Mouhand Kaddo <mohand90098@gmail.com>
2023-02-21 12:45:47 +01:00
Ivon Göttgens
ac04ef634c
Added missing Dutch translations for login and account (v2) (#17143)
* Added missing Dutch translations for login and account

* Apply suggestions from code review

Resolved review suggestions

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

---------

Co-authored-by: Ivon Göttgens <i.gottgens@innovadis.com>
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2023-02-21 11:45:26 +01:00
Alexander Schwartz
d4604984d0
Compatibility with Maven4 and parallel builds (#16312)
Closes #16308
2023-02-14 11:44:53 +01:00
Martin Bartoš
e6f1e909d8
Recovery codes input error not displayed in the standardized way (#16922) 2023-02-12 01:09:16 +01:00
Stian Thorgersen
ce80c2b4f4
Remove common resources no longer needed after old admin console is removed (#16908)
Closes #16863
2023-02-08 11:56:55 +01:00
Stian Thorgersen
17083d1c0a
Remove translations for old admin console (#16905)
Closes #15247
2023-02-08 10:58:34 +01:00
Stian Thorgersen
d3ba2ecbed
Remove old admin console theme (#16864)
Closes #16862
2023-02-08 09:22:39 +01:00
Đặng Minh Dũng
d91eeac612 feat: support multi hd in GoogleIdentityProvider
Signed-off-by: Đặng Minh Dũng <dungdm93@live.com>
2023-02-07 11:32:35 -03:00
Marek Posolda
51bed81814
Fixes for OOB endpoint and KeycloakSanitizer (#16773)
(cherry picked from commit 91ac2fb9dd50808ff5c76d639594ba14a8d0d016)
2023-02-02 08:34:50 +01:00
Stian Thorgersen
d9025231f9
HTML Injection in Keycloak Admin REST API (#16765)
Resolves #GHSA-m4fv-gm5m-4725

Co-authored-by: Martin Bartoš <mabartos@redhat.com>
2023-02-01 14:34:15 +01:00
Zakaria Amine
f067c9aa26
Fix label for IdpReviewProfileAuthenticatorFactory (#15293)
Closes #16658
2023-01-27 10:58:59 +01:00
mposolda
a804400c84 Added KERBEROS feature. Disable it when running tests on FIPS
closes #14966
2023-01-25 18:38:46 +01:00
ᎠᎡ. Ѕϵrgϵ Ѵictor
f3fb4ae869
Important corrections to Polish translation (#15498)
Grammar, vocabulary, style and comprehension corrections
2023-01-20 13:00:12 +01:00
Konstantinos Georgilakis
c73859794e Short verification_uri for Device Authorization Request
Closes #16107
2023-01-18 08:34:52 +01:00
mposolda
ac490a666c Fix KcSamlSignedBrokerTest in FIPS. Support for choosing realm encryption key for decrypt SAML assertions instead of realm signature key
Closes #16324
2023-01-10 20:39:59 +01:00
mposolda
e374e309c6 Deprecate SHA1 based algorithms for sign SAML documents and assertions
Closes #16240
2023-01-05 20:45:20 +01:00
dependabot[bot]
a7b3f729b3 Bump jquery
Bumps [jquery](https://github.com/jquery/jquery) from 3.6.1 to 3.6.3.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.6.1...3.6.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-21 16:05:20 -03:00
Klaus Betz
220590d241
improve german email translation (#15949)
Closes #15948
2022-12-16 11:56:14 +01:00
Pedro Igor
857b02be63 Allow managing the required settigs for the email attribute
Closes #15026
2022-12-15 13:11:06 -08:00
Stian Thorgersen
a5670af745
Keycloak CI workflow refactoring (#15968)
* Keycloak CI workflow refactoring

Closes #15861

* Update testsuite/integration-arquillian/tests/base/testsuites/base-suite.sh

Co-authored-by: Hynek Mlnařík <hmlnarik@users.noreply.github.com>

* Update testsuite/integration-arquillian/tests/base/testsuites/suite.sh

Co-authored-by: Hynek Mlnařík <hmlnarik@users.noreply.github.com>

* Update testsuite/integration-arquillian/tests/base/testsuites/suite.sh

Co-authored-by: Hynek Mlnařík <hmlnarik@users.noreply.github.com>

* Update CodeQL actions

Co-authored-by: Hynek Mlnařík <hmlnarik@users.noreply.github.com>
2022-12-14 16:12:23 +01:00
Douglas Palmer
9f532eecaf Weird export/re-import behaviour regarding post.logout.redirect.uris
Closes #14884
2022-11-15 09:24:32 +01: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
twojtylak
2a6013dbfa
Add missing german translation for emailInstructionUsername (#14687)
Closes: #14686
2022-11-03 07:16:53 +01:00
Stian Thorgersen
cf913af823
Add support for Microsoft Authenticator (#15272)
Closes #15271
2022-11-02 12:56:07 +01:00
Jon Koops
3d6c0690ef
Restore labels for supported applications under 'OTP Policy' tab (#15117) 2022-10-25 07:34:19 +02:00
Yann Odeyer
696ce9d364
Fix encoding of errasingData (#15025) 2022-10-20 11:38:00 +02:00
Stian Thorgersen
97ae90de88
Remove Red Hat Single Sign-On product profile from upstream (#14697)
* Remove Red Hat Single Sign-On product profile from upstream

Closes #14916

* review suggestions: Remove Red Hat Single Sign-On product profile from upstream

Closes #14916

Co-authored-by: Peter Skopek <pskopek@redhat.com>
2022-10-18 14:43:04 +02:00
Stian Thorgersen
31aefd1489
OTP Application SPI (#14800)
Closes #14800
2022-10-18 14:42:35 +02:00
Lex Cao
8ea3f30d82 Support profile projection parameter for LinkedIn IDP
Closes #13384
2022-10-11 15:22:00 -03:00
Erik Jan de Wit
6416db2d67 removed all usage of ui-select template functions 2022-10-11 09:40:29 -03:00
Oliver
5555a8d082
Fix #11963 (#14661) 2022-10-04 19:26:40 -04:00
Michał
486a70e337
Update user-list.html (#14515)
table-nav width fix
2022-10-04 18:01:25 -04:00
Lex Cao
45765d2e19
Fix syntax error from services.js (#14328)
Closes #14328
2022-09-14 07:41:40 +02:00
Lex Cao
320320f419
Make post_logout_redirect_uri configurable for legacy admin UI (#14324)
Closes #14246
2022-09-12 11:12:38 +02:00