mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:47:32 +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:
@@ -888,6 +888,7 @@ Returns the privacy policy defined by the administrators of ZITADEL
|
||||
|
||||
Updates the default privacy policy of ZITADEL
|
||||
it impacts all organisations without a customised policy
|
||||
Variable {{.Lang}} can be set to have different links based on the language
|
||||
|
||||
|
||||
|
||||
@@ -3816,6 +3817,7 @@ This is an empty request
|
||||
| ----- | ---- | ----------- | ----------- |
|
||||
| tos_link | string | - | |
|
||||
| privacy_link | string | - | |
|
||||
| help_link | string | - | |
|
||||
|
||||
|
||||
|
||||
|
@@ -2095,6 +2095,7 @@ With this policy the privacy relevant things can be configured (e.g tos link)
|
||||
|
||||
Add a custom privacy policy for the organisation
|
||||
With this policy privacy relevant things can be configured (e.g. tos link)
|
||||
Variable {{.Lang}} can be set to have different links based on the language
|
||||
|
||||
|
||||
|
||||
@@ -2108,6 +2109,7 @@ With this policy privacy relevant things can be configured (e.g. tos link)
|
||||
|
||||
Update the privacy complexity policy for the organisation
|
||||
With this policy privacy relevant things can be configured (e.g. tos link)
|
||||
Variable {{.Lang}} can be set to have different links based on the language
|
||||
|
||||
|
||||
|
||||
@@ -3113,6 +3115,7 @@ This is an empty request
|
||||
| ----- | ---- | ----------- | ----------- |
|
||||
| tos_link | string | - | |
|
||||
| privacy_link | string | - | |
|
||||
| help_link | string | - | |
|
||||
|
||||
|
||||
|
||||
@@ -7833,6 +7836,7 @@ This is an empty request
|
||||
| ----- | ---- | ----------- | ----------- |
|
||||
| tos_link | string | - | |
|
||||
| privacy_link | string | - | |
|
||||
| help_link | string | - | |
|
||||
|
||||
|
||||
|
||||
|
@@ -126,6 +126,7 @@ title: zitadel/policy.proto
|
||||
| tos_link | string | - | |
|
||||
| privacy_link | string | - | |
|
||||
| is_default | bool | - | |
|
||||
| help_link | string | - | |
|
||||
|
||||
|
||||
|
||||
|
@@ -93,7 +93,6 @@ title: zitadel/text.proto
|
||||
| tos | string | - | string.max_len: 200<br /> |
|
||||
| privacy_policy | string | - | string.max_len: 200<br /> |
|
||||
| help | string | - | string.max_len: 200<br /> |
|
||||
| help_link | string | - | string.max_len: 500<br /> |
|
||||
|
||||
|
||||
|
||||
|
@@ -374,6 +374,7 @@ UserTypeQuery is always equals
|
||||
| project_name | string | - | |
|
||||
| project_grant_id | string | - | |
|
||||
| avatar_url | string | - | |
|
||||
| preferred_login_name | string | - | |
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user