Jon Koops
cd8c562052
Remove ESLint from Account Console v2 ( #24743 )
...
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2023-11-14 14:25:39 +00:00
Jon Koops
f4513ea9af
Upgrade PatternFly dependencies to latest 4.x version ( #24740 )
...
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2023-11-14 12:49:04 +00:00
Tero Saarni
2bb9992eb7
Added missing dependencies to themes/pom.xml
...
Closes #24571
Signed-off-by: Tero Saarni <tero.saarni@est.tech>
2023-11-14 09:11:23 +01:00
Jon Koops
1596d87ffa
Remove hidden inputs from update password form ( #24489 )
2023-11-02 14:24:05 -04:00
Jon Koops
fe0a9459dd
Remove UTF-8 encoding header from property files ( #24471 )
2023-11-01 16:03:26 -04:00
Jon Koops
5464205ab2
Cache Node.js installation and PNPM store
...
Closes #23695
2023-10-30 07:50:06 -04:00
McLaynV
7b97272b23
Update Czech and Slovak localization ( #24189 )
...
Closes #24188
2023-10-20 19:29:48 -04:00
Pierpaolo Frasa
eb4b8118e8
Update messages_de.properties ( #23923 )
...
* Update messages_de.properties
- Remove spaces in compound words
- Make terms more uniform
- Various language fixes
* Update messages_de.properties
Remove "schwarze Liste" from German translations
2023-10-12 12:07:04 +00:00
Marek Posolda
a6609bd969
Remove "You are already logged in" during authentication. Make other browser tabs to authenticate automatically when some browser tab successfully authenticate ( #23517 )
...
Closes #12406
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2023-10-10 21:54:37 +02:00
Daniel Fesenmeyer
dd37e02140
Improve logging in case of OIDC Identity provider errors:
...
- log the full Redirection URL, when it contains an error parameter, or does not contain the state or code parameter
- log the token endpoint URL (without - possibly confidential - params) and the response body, when the token endpoint does not return a success response
Closes #23690
2023-10-06 19:03:41 +02:00
Paul Werner
9b719006b0
Update user-profile-commons.ftl ( #23626 )
2023-10-02 10:20:04 +00:00
Fouad Almalki
1537fec345
Add missing additions/modifications to Arabic labels ( #23488 )
...
Closes #23487
2023-09-25 16:17:57 +00:00
Jon Koops
47d9ae71c4
Revert the new welcome screen experience ( #23446 )
...
This reverts commit bcab75a7ef
.
2023-09-21 16:03:00 +00:00
Jon Koops
bcab75a7ef
Add new version of Welcome theme based on PatternFly 5 ( #23008 )
2023-09-14 08:24:17 -04:00
Andreas Blaettlinger
86c0e338d9
Toggle visibility of password input fields in login-ftl-based pages
...
Closes #22067
2023-09-14 08:04:35 -03:00
weeix
722422a0cf
i18n: Add Thai language ( #23165 )
2023-09-14 10:53:04 +00:00
Norbert Kelemen
71bf60a3e5
Added missing hungarian translations, fix typos
...
Closes : #22503
2023-09-13 10:54:54 +02:00
Michael Bischof
f767eb109e
Add missing semicolon in login-recovery-authn-code-config.ftl
( #23142 )
2023-09-12 14:10:18 -04:00
Pedro Igor
4d71138f70
Attributes without a value set are not rendered in the account console ( #22968 )
...
Closes #22961
2023-09-08 16:43:19 +02:00
Jordi Mallach
b9dff1a555
Update Catalan translation ( #22879 )
...
Reviewed-by: Artur Vicedo <artur@softcatala.org>
Signed-off-by: Jordi Mallach <jordi@mallach.net>
2023-09-06 07:59:28 +02:00
Sven Bolzern
a317f78e65
improve german emailSendErrorMessage in messages_de.properties ( #22894 )
...
because "nochmal einmal" is not correct german.
2023-09-01 17:12:35 +00:00
Alessandro Volpato
3d45a802d3
Added Italian translation for keycloak.v2 theme account section ( #22592 )
2023-09-01 13:34:43 +02:00
dependabot[bot]
e415bafbec
Bump jquery ( #22772 )
...
Bumps [jquery](https://github.com/jquery/jquery ) from 3.7.0 to 3.7.1.
- [Release notes](https://github.com/jquery/jquery/releases )
- [Commits](https://github.com/jquery/jquery/compare/3.7.0...3.7.1 )
---
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-08-29 06:51:17 -04:00
McLaynV
fd1d237e91
sk locale messages ( #22289 )
...
fixes #22288
Co-authored-by: Michal Hajas <mhajas@redhat.com>
2023-08-16 21:02:28 +02:00
Vojtěch Miklín
1978bafddd
cs locale messages
...
Fixes #22179
2023-08-02 15:53:51 +02:00
Alexander Schwartz
748c53df7f
Use Java mechanisms to read language files and default to UTF-8 ( #21755 )
...
Closes #21753
2023-08-01 11:27:10 +02:00
Alexander Schwartz
1ec8d3a9a4
Convert LinkExpirationFormatterMethod to Java's ChoiceFormat pattern
...
Closes #21887
2023-07-27 10:30:37 +02:00
Hardikrathod01
442e6214b3
Fix german grammar issue in verification email ( #21980 )
...
Closes #21979
2023-07-26 15:02:56 +00:00
Ricardo Martin
ee35cfe478
Add logout other sessions checkbox to TOTP, webauthn and recovery authn codes setup pages ( #21897 )
...
* Add logout other sessions checkbox to TOTP, webauthn, recovery authn codes setup pages and to update-email page
Closes #10232
2023-07-26 11:34:19 +02:00
Bernt Andreas Drange
c803d8fe26
Clean up language names in messages_<lang>.properties ( #19443 )
...
Closes #19442
2023-07-26 09:05:59 +00:00
Bruno Oliveira da Silva
2267352b9e
LGPL license header in files incompatible with Apache v2.0 ( #21612 )
...
Closes #21595
2023-07-26 07:04:36 +02:00
Alexander Schwartz
08838f77ca
Adding Maven Build Cache Extension as opt-in feature
...
Closes #20882
2023-07-24 13:07:15 +02:00
Réda Housni Alaoui
d31ad6883e
Improve 'oauthGrantTitle' French translation ( #21849 )
2023-07-21 10:13:46 +00:00
Fouad Almalki
8bb7a40075
Update messages_ar.properties
...
Added Arabic translation for `federatedIdentityUnmatchedEssentialClaimMessage`
Closes #21737
2023-07-17 12:41:56 +02:00
Fouad Almalki
b9ac01ed2c
Convert all properties files to UTF-8
...
Resolves #20848
2023-07-17 11:29:37 +02:00
Michael Beutler
f105a4eba6
Fixed grammar issue ( #21603 )
2023-07-11 18:11:35 +00:00
Jon Koops
609673e507
Remove unused resources from 'common' theme ( #21546 )
...
Closes #21545
2023-07-10 14:14:40 +00:00
Daniele Martinoli
1644432df3
Reviewed solution as per reviewer's comments
2023-07-10 08:31:47 -03:00
Daniele Martinoli
e6d7749cbf
fix for 21476
2023-07-07 09:00:51 -03:00
Shamil Valiev
47a36825b4
Added missing translation in polish for login title ( #21387 )
...
Closes #21167
2023-07-04 13:21:13 +00:00
Fonata
bef8b362c1
Correct capital letters in messages_de.properties file ( #21116 )
2023-07-04 08:47:03 -03:00
Fouad Almalki
51873d6176
Add missing Arabic messages ( #21372 )
2023-07-03 08:51:39 -04:00
jaime-pineiro-imatia
52186f0cc8
Added missing translation for login-config-totp template in spanish ( #21282 )
2023-06-28 08:23:12 -04:00
Réda Housni Alaoui
516fbcdd66
Improve French translation ( #21174 )
2023-06-28 08:22:38 -04:00
infl00pLabs
9dbaa32daf
Add support for Greek localization ( #20190 )
2023-06-26 11:53:09 -04:00
Stan Silvert
513c00bcd9
Remove unused feature flags. ( #21039 )
...
* Remove unused feature flags.
Fixes #20944
Fixes #20943
* Update release notes.
* Update docs/documentation/release_notes/topics/22_0_0.adoc
Co-authored-by: Jon Koops <jonkoops@gmail.com>
---------
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2023-06-20 15:02:22 -04:00
Stian Thorgersen
f82577a7f3
Removed old account console ( #21098 )
...
Co-authored-by: Jon Koops <jonkoops@gmail.com>
Closes #9864
2023-06-20 20:46:57 +02:00
Sharif Rezvani
365fb34df4
Adding a list of translated texts, to check the right path ( #19747 )
...
* Adding a list of translated texts, to check the right path
* added some more translation files
* fixed issues with farsi translations
* added locale_fa in other languages
* added some missing translations
2023-06-15 16:25:13 -04:00
Azarchaniel
a0917cdeae
Changed the email message so it shows properly formatted time (e.g. 7 days instead of 10080 minutes); Also I found missing double quote in line 9 and fixed it; ( #21035 ) ( #21037 )
2023-06-15 14:19:10 -04:00
Réda Housni Alaoui
eb9bb281ec
Require user to agree to 'terms and conditions' during registration
2023-06-08 10:39:00 -03:00