Changes:
- changed email logos - inject S3_HOST in SITE_URL
BIN
api/chalicelib/saas/utils/html/img/logo.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
api/chalicelib/saas/utils/html/img/weekly/logo.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
|
|
@ -403,7 +403,7 @@ width: 25%!important
|
|||
<!-- <p style="font-size: 18px; line-height: 21px; text-align: center; margin: 0;">
|
||||
<span style="font-size: 18px;">Welcome to OpenReplay!</span>
|
||||
</p>-->
|
||||
<h1 style="text-align: center; margin-top: 30px; line-height: 30px">Assigned session</h1>
|
||||
<h1 style="text-align: center; margin-top: 30px; line-height: 30px">A recording has been assigned to you</h1>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -514,9 +514,9 @@ width: 25%!important
|
|||
<div style="color:#555555;font-family:-apple-system,BlinkMacSystemFont,'Helvetica Neue','Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,sans-serif;line-height:120%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;">
|
||||
<div style="font-size: 12px; line-height: 14px; color: #555555; font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue','Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,sans-serif;">
|
||||
<p style="font-size: 14px; line-height: 16px; text-align: center; margin: 0;">
|
||||
<a href="mailto:support@openreplay.com?subject=[User Invite] - Reporting issue"
|
||||
<a href="https://github.com/openreplay/openreplay/issues"
|
||||
style="text-decoration: underline; color: #009193;"
|
||||
title="support@openreplay.com">Report an issue</a> | <a
|
||||
>Report an issue</a> | <a
|
||||
href="https://openreplay.com/" rel="noopener"
|
||||
style="text-decoration: underline; color: #009193;" target="_blank">Take
|
||||
a tour</a></p>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 23 KiB |
|
|
@ -553,9 +553,9 @@ width: 25%!important
|
|||
<div style="color:#555555;font-family:-apple-system,BlinkMacSystemFont,'Helvetica Neue','Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,sans-serif;line-height:120%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;">
|
||||
<div style="font-size: 12px; line-height: 14px; color: #555555; font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue','Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,sans-serif;">
|
||||
<p style="font-size: 14px; line-height: 16px; text-align: center; margin: 0;">
|
||||
<a href="mailto:support@openreplay.com?subject=[User Invite] - Reporting issue"
|
||||
<a href="https://github.com/openreplay/openreplay/issues"
|
||||
style="text-decoration: underline; color: #009193;"
|
||||
title="support@openreplay.com">Report an issue</a> | <a
|
||||
>Report an issue</a> | <a
|
||||
href="https://openreplay.com/" rel="noopener"
|
||||
style="text-decoration: underline; color: #009193;" target="_blank">Take
|
||||
a tour</a></p>
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@ with open('.chalice/config.json') as json_file:
|
|||
data = json.load(json_file)
|
||||
stages = data.get("stages", {})
|
||||
for s in stages.keys():
|
||||
if environ.get("SITE_URL") is None or environ["SITE_URL"] == '':
|
||||
environ["SITE_URL"] = environ.get("S3_HOST", "")
|
||||
data["stages"][s]["environment_variables"] = {**stages[s].get("environment_variables", {}), **environ}
|
||||
with open('.chalice/config.json', 'w') as outfile:
|
||||
json.dump(data, outfile, indent=2, sort_keys=True)
|
||||
|
|
|
|||
|
|
@ -403,7 +403,7 @@ width: 25%!important
|
|||
<!-- <p style="font-size: 18px; line-height: 21px; text-align: center; margin: 0;">
|
||||
<span style="font-size: 18px;">Welcome to OpenReplay!</span>
|
||||
</p>-->
|
||||
<h1 style="text-align: center; margin-top: 30px; line-height: 30px">Assigned session</h1>
|
||||
<h1 style="text-align: center; margin-top: 30px; line-height: 30px">A recording has been assigned to you</h1>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -514,9 +514,9 @@ width: 25%!important
|
|||
<div style="color:#555555;font-family:-apple-system,BlinkMacSystemFont,'Helvetica Neue','Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,sans-serif;line-height:120%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;">
|
||||
<div style="font-size: 12px; line-height: 14px; color: #555555; font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue','Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,sans-serif;">
|
||||
<p style="font-size: 14px; line-height: 16px; text-align: center; margin: 0;">
|
||||
<a href="mailto:support@openreplay.com?subject=[User Invite] - Reporting issue"
|
||||
<a href="https://github.com/openreplay/openreplay/issues"
|
||||
style="text-decoration: underline; color: #009193;"
|
||||
title="support@openreplay.com">Report an issue</a> | <a
|
||||
>Report an issue</a> | <a
|
||||
href="https://openreplay.com/" rel="noopener"
|
||||
style="text-decoration: underline; color: #009193;" target="_blank">Take
|
||||
a tour</a></p>
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 23 KiB |
|
|
@ -553,9 +553,9 @@ width: 25%!important
|
|||
<div style="color:#555555;font-family:-apple-system,BlinkMacSystemFont,'Helvetica Neue','Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,sans-serif;line-height:120%;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;">
|
||||
<div style="font-size: 12px; line-height: 14px; color: #555555; font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue','Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,sans-serif;">
|
||||
<p style="font-size: 14px; line-height: 16px; text-align: center; margin: 0;">
|
||||
<a href="mailto:support@openreplay.com?subject=[User Invite] - Reporting issue"
|
||||
<a href="https://github.com/openreplay/openreplay/issues"
|
||||
style="text-decoration: underline; color: #009193;"
|
||||
title="support@openreplay.com">Report an issue</a> | <a
|
||||
>Report an issue</a> | <a
|
||||
href="https://openreplay.com/" rel="noopener"
|
||||
style="text-decoration: underline; color: #009193;" target="_blank">Take
|
||||
a tour</a></p>
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@ with open('.chalice/config.json') as json_file:
|
|||
data = json.load(json_file)
|
||||
stages = data.get("stages", {})
|
||||
for s in stages.keys():
|
||||
if environ.get("SITE_URL") is None or environ["SITE_URL"] == '':
|
||||
environ["SITE_URL"] = environ.get("S3_HOST", "")
|
||||
data["stages"][s]["environment_variables"] = {**stages[s].get("environment_variables", {}), **environ}
|
||||
with open('.chalice/config.json', 'w') as outfile:
|
||||
json.dump(data, outfile, indent=2, sort_keys=True)
|
||||
|
|
|
|||