forked from jmug/stoatchat
chore: bump quark
feat: update email templates to include recipient
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -2505,7 +2505,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "rauth"
|
name = "rauth"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
source = "git+https://github.com/insertish/rauth?rev=43a4081dd5943db39d27229d4792b0afe82c1674#43a4081dd5943db39d27229d4792b0afe82c1674"
|
source = "git+https://github.com/insertish/rauth?rev=cbdec69c684a4854fbedba9ed1f0e7ee466bf3f7#cbdec69c684a4854fbedba9ed1f0e7ee466bf3f7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-std",
|
"async-std",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
@@ -2988,7 +2988,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "rocket_rauth"
|
name = "rocket_rauth"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
source = "git+https://github.com/insertish/rauth?rev=43a4081dd5943db39d27229d4792b0afe82c1674#43a4081dd5943db39d27229d4792b0afe82c1674"
|
source = "git+https://github.com/insertish/rauth?rev=cbdec69c684a4854fbedba9ed1f0e7ee466bf3f7#cbdec69c684a4854fbedba9ed1f0e7ee466bf3f7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"iso8601-timestamp",
|
"iso8601-timestamp",
|
||||||
"okapi",
|
"okapi",
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ mobc-redis = { version = "0.7.0", default-features = false, features = ["async-s
|
|||||||
# web
|
# web
|
||||||
rocket = { version = "0.5.0-rc.2", default-features = false, features = ["json"] }
|
rocket = { version = "0.5.0-rc.2", default-features = false, features = ["json"] }
|
||||||
rocket_empty = { git = "https://github.com/insertish/rocket_empty", branch = "master" }
|
rocket_empty = { git = "https://github.com/insertish/rocket_empty", branch = "master" }
|
||||||
rocket_rauth = { git = "https://github.com/insertish/rauth", rev = "43a4081dd5943db39d27229d4792b0afe82c1674" }
|
rocket_rauth = { git = "https://github.com/insertish/rauth", rev = "cbdec69c684a4854fbedba9ed1f0e7ee466bf3f7" }
|
||||||
|
|
||||||
# spec generation
|
# spec generation
|
||||||
schemars = "0.8.8"
|
schemars = "0.8.8"
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ rocket_empty = { optional = true, git = "https://github.com/insertish/rocket_emp
|
|||||||
rocket_cors = { optional = true, git = "https://github.com/lawliet89/rocket_cors", rev = "5843861a88958c16bfaa0b40f0d8910772bcd2f6" }
|
rocket_cors = { optional = true, git = "https://github.com/lawliet89/rocket_cors", rev = "5843861a88958c16bfaa0b40f0d8910772bcd2f6" }
|
||||||
|
|
||||||
# rAuth
|
# rAuth
|
||||||
rauth = { git = "https://github.com/insertish/rauth", rev = "43a4081dd5943db39d27229d4792b0afe82c1674", features = [ "async-std-runtime" ] }
|
rauth = { git = "https://github.com/insertish/rauth", rev = "cbdec69c684a4854fbedba9ed1f0e7ee466bf3f7", features = [ "async-std-runtime" ] }
|
||||||
|
|
||||||
# Sentry
|
# Sentry
|
||||||
sentry = "0.25.0"
|
sentry = "0.25.0"
|
||||||
|
|||||||
@@ -103,6 +103,7 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<div class="text-muted text-center" style="color: #718096;" align="center">
|
<div class="text-muted text-center" style="color: #718096;" align="center">
|
||||||
|
This email is intended for {{email}}<br>
|
||||||
Sent from Revolt<br>
|
Sent from Revolt<br>
|
||||||
Made in the EU
|
Made in the EU
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
<a class="btn btn-primary p-3 fw-700" href="{{url}}">Confirm</a>
|
<a class="btn btn-primary p-3 fw-700" href="{{url}}">Confirm</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-muted text-center my-6">
|
<div class="text-muted text-center my-6">
|
||||||
|
This email is intended for {{email}}<br />
|
||||||
Sent from Revolt<br />
|
Sent from Revolt<br />
|
||||||
Made in the EU
|
Made in the EU
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -2,5 +2,6 @@ You requested to have your account deleted, if you did not perform this action p
|
|||||||
|
|
||||||
Please navigate to: {{url}}
|
Please navigate to: {{url}}
|
||||||
|
|
||||||
Sent by Revolt.
|
This email is intended for {{email}}
|
||||||
Made in the EU.
|
Sent by Revolt
|
||||||
|
Made in the EU
|
||||||
|
|||||||
@@ -103,6 +103,7 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<div class="text-muted text-center" style="color: #718096;" align="center">
|
<div class="text-muted text-center" style="color: #718096;" align="center">
|
||||||
|
This email is intended for {{email}}<br>
|
||||||
Sent from Revolt<br>
|
Sent from Revolt<br>
|
||||||
Made in the EU
|
Made in the EU
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -17,6 +17,7 @@
|
|||||||
<a class="btn btn-primary p-3 fw-700" href="{{url}}">Reset</a>
|
<a class="btn btn-primary p-3 fw-700" href="{{url}}">Reset</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-muted text-center my-6">
|
<div class="text-muted text-center my-6">
|
||||||
|
This email is intended for {{email}}<br />
|
||||||
Sent from Revolt<br />
|
Sent from Revolt<br />
|
||||||
Made in the EU
|
Made in the EU
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -2,5 +2,6 @@ You requested a password reset, if you did not perform this action you can safel
|
|||||||
|
|
||||||
Please navigate to: {{url}}
|
Please navigate to: {{url}}
|
||||||
|
|
||||||
Sent by Revolt.
|
This email is intended for {{email}}
|
||||||
Made in the EU.
|
Sent by Revolt
|
||||||
|
Made in the EU
|
||||||
|
|||||||
@@ -103,6 +103,7 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<div class="text-muted text-center" style="color: #718096;" align="center">
|
<div class="text-muted text-center" style="color: #718096;" align="center">
|
||||||
|
This email is intended for {{email}}<br>
|
||||||
Sent from Revolt<br>
|
Sent from Revolt<br>
|
||||||
Made in the EU
|
Made in the EU
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -18,6 +18,7 @@
|
|||||||
<a class="btn btn-primary p-3 fw-700" href="{{url}}">Confirm</a>
|
<a class="btn btn-primary p-3 fw-700" href="{{url}}">Confirm</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="text-muted text-center my-6">
|
<div class="text-muted text-center my-6">
|
||||||
|
This email is intended for {{email}}<br />
|
||||||
Sent from Revolt<br />
|
Sent from Revolt<br />
|
||||||
Made in the EU
|
Made in the EU
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -3,5 +3,6 @@ To complete your sign up, we just need to verify your email.
|
|||||||
|
|
||||||
Please navigate to: {{url}}
|
Please navigate to: {{url}}
|
||||||
|
|
||||||
Sent by Revolt.
|
This email is intended for {{email}}
|
||||||
Made in the EU.
|
Sent by Revolt
|
||||||
|
Made in the EU
|
||||||
|
|||||||
Reference in New Issue
Block a user