Commit graph

1365 commits

Author SHA1 Message Date
thecooldrop
a5ce7c4661
Replace static text with reference to translation in Applications page (#25021)
In this commit static text has been replaced by reference to translation.
Currently only English value has been provided.

Closes #24527

Signed-off-by: TheCoolDrop <vanio.begic123@gmail.com>
2023-11-26 17:42:43 +00:00
Niko Köbler
a5f276ce28
make css classes for password visibility configurable through theme properties
Closes #25016

Signed-off-by: Niko Köbler <niko@n-k.de>
2023-11-25 16:50:43 +01:00
Jon Koops
e13d3264a2
Stop copying resources from Account v2 theme into 'common' (#24929)
Closes #24928

Signed-off-by: Jon Koops <jonkoops@gmail.com>
2023-11-22 17:03:52 +01:00
dependabot[bot]
a5b1eaf699
Bump rollup (#24905)
Bumps [rollup](https://github.com/rollup/rollup) from 4.5.0 to 4.5.1.
- [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/v4.5.0...v4.5.1)

---
updated-dependencies:
- dependency-name: rollup
  dependency-type: direct:development
  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-11-22 09:52:44 +01:00
Jon Koops
62d5eb0965
Include react and react-dom as external dependencies (#24843)
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2023-11-20 16:34:03 +00:00
Jon Koops
11ffd31372
Use common TSConfig base for Account Console v2 (#24777)
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2023-11-16 08:00:41 +01:00
Jon Koops
80e2fb38c7
Upgrade TypeScript to latest version for Account Console v2 (#24753)
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2023-11-15 00:28:51 +01:00
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
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
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
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
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
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
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
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
Fouad Almalki
b9ac01ed2c Convert all properties files to UTF-8
Resolves #20848
2023-07-17 11:29:37 +02: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
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
Réda Housni Alaoui
eb9bb281ec Require user to agree to 'terms and conditions' during registration 2023-06-08 10:39:00 -03:00
ComplexSpaces
1af4a7a532
Pass webauthn signature algorithm IDs as integers instead of strings (#20832)
closes #20831
2023-06-07 11:46:16 +02:00
Artur Baltabayev
041441f48f
Improved Reset OTP authenticator (#20572)
* ResetOTP authenticator can now be configured, so that one or all existing OTP configurations are deleted upon reset.

Closes #8753
---------

Co-authored-by: bal1imb <Artur.Baltabayev@bosch.com>
2023-06-06 08:30:44 -03:00
Jay Linski
403632438a
Improve a11y by providing the current language (#20213) 2023-05-30 13:46:14 -04:00
Fonata
4d7e930a29 Fix grammar mistake in messages_en.properties 2023-05-25 12:07:18 -03:00
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
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