Add email service and settings #154

Merged
raucao merged 4 commits from feature/email_service into master 2024-01-22 09:01:18 +00:00
Owner

Allows users with the email feature flag enabled to reset their email password, which will also set the maildrop to their user address if it doesn't exist yet, or is different (i.e. forwarding enabled).

Allows users with the email feature flag enabled to reset their email password, which will also set the maildrop to their user address if it doesn't exist yet, or is different (i.e. forwarding enabled).
raucao added the
kredits-2
label 2024-01-10 15:30:59 +00:00
raucao added 2 commits 2024-01-10 15:31:00 +00:00
Fix fixture file
Some checks failed
continuous-integration/drone Build is failing
c7b137e5eb
raucao added the
feature
label 2024-01-10 15:31:05 +00:00
raucao added 1 commit 2024-01-10 15:35:12 +00:00
Revert "Fix fixture file"
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
7b71f2cf76
This reverts commit c7b137e5eb640c0ed9b1341e8a9561a072f7aacb.
Author
Owner

There's a weird unrelated issue with base64 avatar encoding being different on my machine vs CI, which is what the extra 2 commits are for. One fixes it on my machine, but breaks CI, the other reverts the "fix". I have yet to find out what's going on, but this will keep it in Git history at least.

There's a weird unrelated issue with base64 avatar encoding being different on my machine vs CI, which is what the extra 2 commits are for. One fixes it on my machine, but breaks CI, the other reverts the "fix". I have yet to find out what's going on, but this will keep it in Git history at least.
raucao requested review from Core 2024-01-11 15:41:02 +00:00
galfert approved these changes 2024-01-22 00:49:39 +00:00
@ -0,0 +27,4 @@
<%= render partial: "icons/qr_code", locals: { custom_class: "text-blue-600 h-4 w-4 inline" } %>
</button>
</p>
<%= render QrCodeModalComponent.new(qr_content: "xmpp:"+current_user.address) %>
Owner

✂️ "xmpp:"

✂️ `"xmpp:"`
raucao added 1 commit 2024-01-22 08:53:20 +00:00
Fix wrong prefix for email QR code
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Release Drafter / Update release notes draft (pull_request) Successful in 3s
1e9ec9bb76
raucao merged commit 84220beb1c into master 2024-01-22 09:01:18 +00:00
raucao deleted branch feature/email_service 2024-01-22 09:01:19 +00:00
Sign in to join this conversation.
No description provided.