1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
Commit Graph

6 Commits

Author SHA1 Message Date
Auzborn123
2e1bfaa7db
i18n: fix ru translation ()
Co-authored-by: James Elliott <james-d-elliott@users.noreply.github.com>
2022-05-18 15:09:23 +10:00
Auzborn123
5dacdd1278
i18n: add ru translation for portal.json () 2022-05-16 11:19:28 +10:00
James Elliott
f9da940bfc
fix(web): description of profile scope is not accurate ()
This adjusts the profile scope to be described as "Access your profile information" as it accesses more than the display name now.
2022-04-09 08:47:21 +10:00
James Elliott
66a450ed38
feat(oidc): pre-configured consent ()
Allows users to pre-configure consent if enabled by the client configuration by selecting a checkbox during consent.

Closes 
2022-04-08 15:35:21 +10:00
James Elliott
90edf11b88
feat(web): add user display name to oidc consent view ()
This adds the current logged in users display name to the consent page as well as some other minor tweaks.

Closes 
2022-04-08 12:50:55 +10:00
James Elliott
aac4c4772c
feat(web): i18n asset overrides ()
This allows overriding translation files in folders with lowercase RFC5646 / BCP47 Format language codes. This also fixes an issues where languages which don't expressly match the language code specified due to having a variant will also match the existing codes.

Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2022-04-04 12:15:26 +10:00