mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 05:27:33 +00:00
cherry pick changes from main (#3371)
* feat: remove exif data from uploaded images (#3221) * feat: remove exif tags from images * feat: remove exif data * feat: remove exif * fix: add preferredLoginName to user grant response (#3271) * chore: log webauthn parse error (#3272) * log error * log error * feat: Help link in privacy policy * fix: convert correct detail data on organization (#3279) * fix: handle empty editor users * fix: add some missing translations (#3291) * fix: org policy translations * fix: metadata event types translation * fix: translations * fix: filter resource owner correctly on project grant members (#3281) * fix: filter resource owner correctly on project grant members * fix: filter resource owner correctly on project grant members * fix: add orgIDs to zitadel permissions request Co-authored-by: fabi <fabienne.gerschwiler@gmail.com> * fix: get IAM memberships correctly in MyZitadelPermissions (#3309) * fix: correct login names on auth and notification users (#3349) * fix: correct login names on auth and notification users * fix: migration * fix: handle resource owner in action flows (#3361) * fix merge * fix: exchange exif library (#3366) * fix: exchange exif library * ignore tiffs * requested fixes * feat: Help link in privacy policy Co-authored-by: Fabi <38692350+fgerschwiler@users.noreply.github.com> Co-authored-by: fabi <fabienne.gerschwiler@gmail.com>
This commit is contained in:
@@ -191,22 +191,22 @@ Errors:
|
||||
NotChanged: Il testo predefinito non è stato cambiato
|
||||
AlreadyExists: Il testo predefinito già eistente
|
||||
Invalid: Il testo predefinito non è valido
|
||||
PasswordComplexity:
|
||||
PasswordComplexityPolicy:
|
||||
NotFound: Impostazioni di complessità della password non trovati
|
||||
Empty: Mancano le impostazioni di complessità della password
|
||||
NotExisting: Impostazioni di complessità della password non esistenti
|
||||
AlreadyExists: Impostazioni di complessità della password sono già esistenti
|
||||
PasswordLockout:
|
||||
PasswordLockoutPolicy:
|
||||
NotFound: Impostazioni di blocco della password non trovati
|
||||
Empty: Mancano le impostazioni di blocco della password
|
||||
NotExisting: Le impostazioni di blocco della password non esistenti
|
||||
AlreadyExists: Le impostazioni di blocco della password sono già esistenti
|
||||
PasswordAge:
|
||||
PasswordAgePolicy:
|
||||
NotFound: Impostazioni di validità della password
|
||||
Empty: Impostazioni di validità della password mancanti
|
||||
NotExisting: Impostazioni di validità della password non esistenti
|
||||
AlreadyExists: Impostazioni di validità della password sono già esistenti
|
||||
OrgIAM:
|
||||
OrgIAMPolicy:
|
||||
Empty: Mancano le impostazioni Org IAM
|
||||
NotExisting: Impostazioni Org IAM non esistenti
|
||||
AlreadyExists: Impostazioni Org IAM già esistenti
|
||||
@@ -587,6 +587,10 @@ EventTypes:
|
||||
cascade:
|
||||
removed: Autorizzazione rimossa
|
||||
changed: Autorizzazione cambiata
|
||||
metadata:
|
||||
set: Set di metadati utente
|
||||
removed: Metadati utente rimossi
|
||||
removed.all: Tutti i metadati utente rimossi
|
||||
org:
|
||||
added: Organizzazione aggiunta
|
||||
changed: Organizzazione cambiata
|
||||
|
Reference in New Issue
Block a user