Skip to content
Open
Changes from all commits
Commits
Show all changes
133 commits
Select commit Hold shift + click to select a range
d2aa8fb
feat(welcome): Show improved 3-year plans on Welcome page upon signup.
gtandersen Oct 19, 2024
810efff
style(payment): Add 3-year promo image.
gtandersen Oct 22, 2024
f8abfd4
Delete LICENSE
gtandersen Aug 27, 2024
960367e
Revert "Delete LICENSE"
castaway Oct 30, 2024
f4a608b
feat(templates): Create draft on template item click
shadowbas Oct 24, 2024
6ad3509
fixup! feat(templates): Create draft on template item click
shadowbas Oct 29, 2024
bfb931e
feat(templates): Save draft as template
shadowbas Oct 29, 2024
f60a906
fixup! feat(templates): Save draft as template
shadowbas Oct 29, 2024
b44dc73
fixup! fixup! feat(templates): Create draft on template item click
shadowbas Oct 29, 2024
2558dcf
fixup! fixup! feat(templates): Create draft on template item click
shadowbas Oct 30, 2024
5378a35
fixup! fixup! feat(templates): Save draft as template
shadowbas Oct 30, 2024
345e858
fixup! fixup! fixup! feat(templates): Create draft on template item c…
shadowbas Oct 30, 2024
33174e4
fixup! fixup! fixup! feat(templates): Create draft on template item c…
shadowbas Oct 30, 2024
ce3a117
fixup! fixup! fixup! fixup! feat(templates): Create draft on template…
shadowbas Oct 31, 2024
c9fbaab
fixup! feat(templates): Save draft as template
shadowbas Oct 31, 2024
2d427ed
fixup! fixup! feat(templates): Save draft as template
shadowbas Nov 4, 2024
512281f
fixup! fixup! fixup! feat(templates): Save draft as template
shadowbas Nov 5, 2024
19e6d28
test(templates): Test template creation in compose
shadowbas Nov 5, 2024
d9bdeb6
fixup! test(templates): Test template creation in compose
shadowbas Nov 5, 2024
c8df6fd
fixup! fixup! test(templates): Test template creation in compose
shadowbas Nov 6, 2024
1f60a66
test(templates): Create draft on template click
shadowbas Nov 6, 2024
37ec126
fixup! fixup! fixup! fixup! fixup! feat(templates): Create draft on t…
shadowbas Nov 6, 2024
ecf9d80
feat(templates): Start template draft in template edit mode
shadowbas Nov 8, 2024
6ee44a5
fix(config): Opt-out of angular analytics
bas080 Oct 16, 2024
b7c6075
feat(a11y): Remove underline on anchor hover
shadowbas Nov 4, 2024
4997d02
feat(account): Allows resending of alt email validation
castaway Oct 28, 2024
3adcd4f
fix(account): Improve styling of resent alt email feature
shadowbas Nov 4, 2024
55d8a41
sstyle(account): Add alternative email address validation indicator.
gtandersen Nov 17, 2024
fc44594
style(payment): Include instructions about crypto addresses (replaces…
gtandersen Nov 17, 2024
c19eeae
fix(payment): Fix equality signs.
gtandersen Nov 18, 2024
a5b1c43
build(app): Update file hashes after sentry instrumentation
shadowbas Nov 18, 2024
1b00060
fix(receipt): Ensure receipt is loaded before checking its status
castaway Nov 19, 2024
ca0f98f
build(app): Update build ngsw.json with appData
shadowbas Nov 19, 2024
c5cefcd
fix(sidebar): Display Alt validation warning if unvalidated
castaway Nov 19, 2024
aa72582
fix(account-details): Use phone icon instead of email icon near phone…
shadowbas Nov 20, 2024
3b46d62
fix(folders): Update folder count on send or save
shadowbas Nov 20, 2024
f2566dc
fix(receipt): Ensure receipt displays all sections
castaway Nov 21, 2024
5681b0a
fix(messagelist): Show Templates folder contents from API
castaway Nov 25, 2024
b21b5d7
fix(maillist): Ensure we only switch to index data after its loaded
castaway Nov 18, 2024
5a86c7f
fix(messagelist): Show correct folder contents after Drafts view
castaway Nov 26, 2024
7713596
fix(messagelist): Use user selected folder after leaving non-folder
castaway Nov 26, 2024
26077e5
build(xapian): Fixes bug with delayed markSeen on message-open
castaway Nov 28, 2024
aa8bec8
fix(index): Restart index updates after syncing index
castaway Dec 16, 2024
792b064
fix(src): Print errors to make development easier
shadowbas Dec 18, 2024
1b1b0e6
style(welcome): Correct typo.
gtandersen Dec 21, 2024
bafddb1
fix(gravatar): Prevent subsequent requests on gravatar not found
shadowbas Jan 7, 2025
93e84d1
feat(app): Use a new API to pre-cache messages in bulk
tadzik Mar 16, 2021
8352a80
fix(mailviewer): Improve error handling in singlemailviewer
tadzik Mar 17, 2021
d170bd7
fix(mailviewer): Fix a (harmless) bug that caused exception spam
tadzik Mar 17, 2021
d9ebc0a
refactor(app): Update cache to handle bulk message downloading
castaway Apr 28, 2021
add531d
perf(app): Load missing msg bodies in bulk, instead of one at a time
castaway May 6, 2021
6de8e29
perf(messagelist): Upgrade bulk messages to multi-thread with index w…
castaway Dec 19, 2024
fd03294
fix(messagelist): Only show message action buttons when messages are …
castaway Jan 22, 2025
8ca81cd
fix(drag): Shows correct drag-image while moving images to folders
castaway Jan 21, 2025
4b42f5c
fix(messagelist): Clear message selection after user action
castaway Jan 14, 2025
ae9803b
fix(welcome): Use icon that exists for person
castaway Jan 14, 2025
be070ba
fix(messagelist): Correct drag images for hidpi screens/zoomed in
castaway Jan 29, 2025
4f42309
fix(messagelist): Ensure opened message row is visible in list
castaway Jan 22, 2025
01f9757
feat(mailviewer): New allowlist sender option for mail viewer
castaway Jan 29, 2025
feec94f
fix(index): Disable service worker fetching/caching of index files
castaway Feb 3, 2025
b802527
fix(compose): Stop creating new draft copies after sending
castaway Jan 27, 2025
6647253
fix(mailviewer): Shows confirmation after block/allow sender actions
castaway Feb 5, 2025
209ccb4
fix(upgrades): Fetch the correct current subscription for the user
castaway Feb 12, 2025
71600bd
fix(updates): Check immediately for updates, and then not for 5 mins
castaway Jul 27, 2022
3a61ee2
fix(updates): Use isStable to check as soon as possible for updates
castaway Aug 1, 2022
1c9db4b
feat(updates): Moves application update dialog to non-modal snackbar
castaway Feb 10, 2025
9827c13
fix(updates): Revert updates to NgZone, issues with isStable
castaway Feb 20, 2025
4377801
style(snackbar): Improve link colors and remove link to forum.
gtandersen Feb 21, 2025
a294e69
style(snackbar): Apply link colors correctly.
gtandersen Feb 24, 2025
6a68868
fix(workflow): Update deprecated dependencies
shadowbas Mar 17, 2025
f6f26f2
style(general): Move "beta" from Mail to Contacts and Calendar.
gtandersen Mar 6, 2025
18742a4
style(payment): Make currency formats consistent.
gtandersen Apr 10, 2025
98039c8
fix(index): More service worker skipping for index downloads
castaway Apr 28, 2025
08e1926
fix(payments): Upgrade to latest version of Stripe SDK
castaway Feb 27, 2025
84564d5
fix(payments): Accept 3DSecure payments correctly
castaway May 9, 2025
d9bc0fe
fix(spam): Report results of spam/ham training
castaway May 8, 2025
4e5a9ef
fix(payments): Renew or create products after Stripe payment
castaway May 15, 2025
58686b2
fix(login): Fix user not sent with login req even when field is filled
May 15, 2025
2b150ad
feat(login): Add autcomplete attrs in accordance with WCAG guidelines
May 15, 2025
3a31d72
fix(folderlist): Make folder buttons keyboard navigable
May 15, 2025
c103b49
build(deps): Remove unused dependencies
May 20, 2025
f4ac481
fixup! build(deps): Remove unused dependencies
May 20, 2025
c219365
fix(build): Remove unused dependencies (revert)
castaway May 22, 2025
6bdce74
fix(payments): Handle post stripe 3d secure correctly
castaway May 29, 2025
06332e0
build(ci): prevent improper commit formatting from being merged into …
May 22, 2025
66c7ac5
build(ci): Remove redundant cache action
May 20, 2025
12fc1ea
fix(github): make checkout of fork work in commit lint workflow
Jun 10, 2025
1ec6492
style(mail): Make Allow and Block Sender descriptions consistent.
gtandersen Jun 6, 2025
e4066f3
fix(details): show alternative email resend on email change
Jun 2, 2025
2d950dd
fix(folderlist): place dir expander button above the anchor overlay
Jun 10, 2025
cb10edc
fix(mailviewer): Only show attachments that are not inline in HTML
castaway Jun 12, 2025
0000318
fix(mailviewer): Fixes attachment display with HTML (again)
castaway Jun 16, 2025
8d6cf8b
fix(renewals): Removes confusing Yes/No for renewal checkboxes
castaway Jun 16, 2025
d5dc1c3
fix(upgrades): Compare user's quotas when displaying plans
castaway Jun 19, 2025
ffc484c
style(upgrades): Improve formatting of recommended plans and other fi…
gtandersen Jun 20, 2025
a7b5cc9
build(lint): Fix allowed commit-message tags
castaway Jun 23, 2025
70d761a
fix(upgrades): Checks quota usage for plan upgrades table
castaway Jun 23, 2025
5b8b043
fix(upgrades): Remove ability to buy plans when over usage
castaway Jun 23, 2025
233faef
fix(upgrades): Prevent two subscriptions being bought at once
castaway Jun 26, 2025
2604660
fix(upgrades): Indicate which plans would put the user over quota
castaway Jun 26, 2025
0c5383a
build(lint): Remove typos from commit-lint tags
castaway Jun 30, 2025
0de2fab
fix(upgrades): Highlight correct "current sub" in plans table
castaway Jul 1, 2025
7f883f2
fix(subscriptions): Only warn about close-quota for Disk/File quotas
castaway Jun 30, 2025
66857b9
fix(mailviewer): Text/HTML views blank when attachment has odd types
castaway Jun 26, 2025
365dace
fix(cart): Renewing a subscription now sets a quantity of 1
castaway Jul 2, 2025
823335e
fix(side-menu): make buttons keyboard navigable
Jun 19, 2025
280daf9
fix(commit-lint): allow hyphen in commit subject
Jun 17, 2025
cff9f4f
fix(login): make login inputs required
Jun 17, 2025
9b02fa7
style(dkim): Add note about format.
gtandersen Jul 6, 2025
3d313d0
fix(stripe): Allow dialog to scroll (make Submit reachable)
castaway Aug 6, 2025
8144d0a
feat(worker): Improve Sentry integration
shadowbas Nov 13, 2024
ed2a9de
fix(paymentcards): Make add card dialog fit on screen
castaway Aug 27, 2025
38a5c27
fix(sentry): Downgrade client to make it work with sentry server
Sep 2, 2025
5076844
style(payment): Fix typo.
gtandersen Sep 2, 2025
fefd4af
style(settings): Moved and updated link to documentation.
gtandersen Aug 27, 2025
420ad59
fix(2fa): Show QR codes for 2FA generation
castaway Sep 15, 2025
2a6bc42
fix(mailviewer): Show images with ngsw bypass
Sep 29, 2025
da997e5
style(payment): Add note about number of email aliases on sub-accounts.
gtandersen Sep 30, 2025
2b97543
style(payment): Bundle Stripe and PayPal, and improve layout.
gtandersen Oct 5, 2025
210bc6a
style(payment): Add cryptocurrency logos.
gtandersen Oct 5, 2025
b466745
style(payment): Minor textual correction.
gtandersen Oct 5, 2025
a37b6a0
feat(dkim): Display all users domains
castaway Aug 21, 2025
ddfe4f4
style(payment): Add Apple Pay logo and imrpove formatting.
gtandersen Oct 8, 2025
82d97c2
style(payment): Include missing SCSS file.
gtandersen Oct 8, 2025
e1c73bb
style(payment): Move shopping cart style back to main stylesheet for …
gtandersen Oct 8, 2025
3df9512
style(payment): Correct image source URLs.
gtandersen Oct 9, 2025
82c841f
fix(notification): notification permission on click
Jun 19, 2025
b01e009
style(payment): Add required information for EU crypto payments.
gtandersen Nov 1, 2025
a68bdc3
Revert "style(payment): Add required information for EU crypto paymen…
gtandersen Nov 1, 2025
42e2c0d
style(payment): Add required information for EU crypto payments.
gtandersen Nov 1, 2025
2d0faed
Merge remote-tracking branch 'upstream/master'
gtandersen Nov 7, 2025
f6a70c8
Merge branch 'master' into geir/crypto-payment-eu-information
gtandersen Nov 12, 2025
51adab4
style(payment): Add transaction hash to crypto payment information de…
gtandersen Nov 12, 2025
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
16 changes: 14 additions & 2 deletions src/app/account-app/account-receipt.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,23 @@ <h2> Cryptocurrency transfer </h2>
<p>
Choose one of the available cryptocurencies below and send the correct amount (converted from USD to the desired currency) to the specified address by copying and pasting it into your cryptocurency app or scanning the QR code with your mobile phone camera.
</p>


<p>
<strong>Please notify us via billing@runbox.com that you have paid with a cryptocurrency transfer and include your cryptocurrency address and the transaction hash so that we can apply the payment to your account.</strong>
</p>

<p>
<strong>Please notify us via billing@runbox.com that you have paid with a cryptocurrency transfer and include your crypto address so that we can apply the payment to your account.</strong>
If you reside in the EU the regulations also require that you provide the following information:
</p>

<ul>
<li>Your full name</li>
<li>Your home address</li>
<li>Your personal ID number</li>
<li>Your cryptocurrency exchange name</li>
<li>Your cryptocurrency exchange country</li>
</ul>

<p>
Be advised that it may take 1-2 days for the payment to be registered and your subscription updated.
</p>
Expand Down
Loading