Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/5-internal/email-templates-v1.0.148
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated email templates to v1.0.148
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@

IGNORE_DIRS = ['billing', 'marketing']
TEAM_SUPPORT = ['en', 'de']
IGNORE_TEAM_DIRS = ['team', 'provider']
IGNORE_TEAM_DIRS = ['team', 'provider', 'partials']
# These filepaths are relative to the `templates` folder
IGNORE_FILES = ['index.html', 'index.txt', 'index-subject.txt']

root = os.path.join(os.path.dirname(os.path.realpath(__file__)), os.pardir)
emails = os.path.join(root, 'wire-emails')
Expand Down Expand Up @@ -94,6 +96,12 @@ def recursive_overwrite(src, dest):
if root_.split(os.sep)[-2] not in TEAM_SUPPORT and root_.split(os.sep)[-1] in IGNORE_TEAM_DIRS:
shutil.rmtree(root_)

# Delete unwanted files (relative to the `templates` directory)
for file in os.listdir(templates):
file_path = os.path.join(templates, file)
if os.path.isfile(file_path) and file in IGNORE_FILES:
os.remove(file_path)

# Copy the version number
shutil.copy(template_version_file, current_version_file)

Expand Down
1 change: 1 addition & 0 deletions libs/wire-subsystems/template-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v1.0.148
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<container><p><strong style="font-weight:600">Hinzugefügt:</strong></p><p>${algorithm} Fingerabdruck:<br><span style="font-family:monospace">${fingerprint}</span></p><p>Betreff:<br><span style="font-family:monospace">${subject}</span></p><p>Aussteller:<br><span style="font-family:monospace">${issuer}</span></p><hr style="max-width:100%;margin:32px auto;border:1px solid #e9edf0;border-bottom:0"></container>
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Hinzugefügt:

${algorithm} Fingerabdruck:
${fingerprint}

Betreff:
${subject}

Aussteller:
${issuer}


--------------------------------------------------------------------------------
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<container><p><strong style="font-weight:600">Entfernt:</strong></p><p>${algorithm} Fingerabdruck:<br><span style="font-family:monospace">${fingerprint}</span></p><p>Betreff:<br><span style="font-family:monospace">${subject}</span></p><p>Aussteller:<br><span style="font-family:monospace">${issuer}</span></p><hr style="max-width:100%;margin:32px auto;border:1px solid #e9edf0;border-bottom:0"></container>
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Entfernt:

${algorithm} Fingerabdruck:
${fingerprint}

Betreff:
${subject}

Aussteller:
${issuer}


--------------------------------------------------------------------------------

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Die Konfiguration des Identity Providers Ihres Teams hat sich geändert

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[${brand_logo}]

${brand_label_url} [${brand_url}]

ÄNDERUNG IN DER KONFIGURATION IHRES IDENTITY PROVIDERS
Etwas hat sich in der IdP-Konfiguration für Ihr Team geändert.

Team-ID:
${team_id}

Benutzer-ID:
${user_id}


--------------------------------------------------------------------------------

Details:

IdP-ID:
${idp_id}

Neuer IdP-Aussteller:
${new_idp_issuer}

Neuer IdP-Endpunkt:
${new_idp_endpoint}

Alter IdP-Aussteller:
${old_idp_issuer}

Alter IdP-Endpunkt:
${old_idp_endpoint}


--------------------------------------------------------------------------------

${certificates_details}Wenn Sie diese Änderung nicht veranlasst haben, wenden Sie sich bitte an den
Wire Support. [${support}]

Datenschutzerklärung und Nutzungsbedingungen [${legal}]· Missbrauch melden
[${misuse}]
${copyright}. Alle Rechte vorbehalten.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libs/wire-subsystems/templates/de/user/email/update.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<container><p><strong style="font-weight:600">Added:</strong></p><p>${algorithm} fingerprint:<br><span style="font-family:monospace">${fingerprint}</span></p><p>Subject:<br><span style="font-family:monospace">${subject}</span></p><p>Issuer:<br><span style="font-family:monospace">${issuer}</span></p><hr style="max-width:100%;margin:32px auto;border:1px solid #e9edf0;border-bottom:0"></container>
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Added:

${algorithm} fingerprint:
${fingerprint}

Subject:
${subject}

Issuer:
${issuer}


--------------------------------------------------------------------------------
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<container><p><strong style="font-weight:600">Removed:</strong></p><p>${algorithm} fingerprint:<br><span style="font-family:monospace">${fingerprint}</span></p><p>Subject:<br><span style="font-family:monospace">${subject}</span></p><p>Issuer:<br><span style="font-family:monospace">${issuer}</span></p><hr style="max-width:100%;margin:32px auto;border:1px solid #e9edf0;border-bottom:0"></container>
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Removed:

${algorithm} fingerprint:
${fingerprint}

Subject:
${subject}

Issuer:
${issuer}


--------------------------------------------------------------------------------

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Your team&#x27;s identity provider configuration has changed

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
[${brand_logo}]

${brand_label_url} [${brand_url}]

CHANGE IN YOUR IDENTITY PROVIDER CONFIGURATION
Something has changed in the IdP configuration for your team.

Team ID:
${team_id}

User ID:
${user_id}


--------------------------------------------------------------------------------

Details:

IdP ID:
${idp_id}

New IdP Issuer:
${new_idp_issuer}

New IdP Endpoint:
${new_idp_endpoint}

Old IdP Issuer:
${old_idp_issuer}

Old IdP Endpoint:
${old_idp_endpoint}


--------------------------------------------------------------------------------

${certificates_details}If you did not initiate this change, please reach out to the Wire support.
[${support}]

Privacy Policy and Terms of Use [${legal}]· Report misuse [${misuse}]
${copyright}. All rights reserved.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion libs/wire-subsystems/templates/en/user/email/update.html

Large diffs are not rendered by default.

Loading