Skip to content

Commit a04d0b1

Browse files
committed
1 parent 84caf18 commit a04d0b1

126 files changed

Lines changed: 634 additions & 262 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

android/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<span x-text="checkoutData.discountedPrice ? checkoutData.discountedPrice.formattedAmount : checkoutData.price ? checkoutData.price.formattedAmount : '…'"></span>
3838
<span x-show="checkoutData.discountedPrice && checkoutData.price" class="absolute top-0 left-0 -translate-2 -rotate-5 px-1 rounded-xs text-xs text-white bg-red-600 z-10" x-cloak>-<span x-text="checkoutData.discountedPrice && checkoutData.price && checkoutData.price.amount > 0 ? ((1 - checkoutData.discountedPrice.amount / checkoutData.price.amount) * 100).toFixed(0) : '0'"></span>%</span></div></div><div class=mb-4><label class="label-uppercase mb-2">Email</label>
3939
<input x-model=checkoutData.email x-ref=email @blur="$refs.email.classList.add('show-invalid')" type=email class="input-box w-full" placeholder="Email address" required></div><div class=mb-4><label class="label-uppercase mb-2">Confirm Email</label>
40-
<input x-model=checkoutData.emailConfirm x-ref=emailConfirm @blur="$refs.emailConfirm.classList.add('show-invalid')" type=email class="input-box w-full" placeholder="Confirm email address" required></div><div class="text-center mt-8"><p class="font-p mb-4">Payments are securely handled by Paddle.</p><p class="font-p mb-2"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-571926843><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-571926843 x-model=acceptTerms>I accept the <a class=text-link href=/terms/ target=_blank>Terms & Conditions</a> as well as the <a class=text-link href=/privacy/ target=_blank>Privacy Policy</a>.</label></p><p class="font-p mb-4"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-153476298><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-153476298 x-model=checkoutData.acceptNewsletter>I agree to get updates from Cryptomator via email (optional).</label></p><button :disabled="checkoutData.inProgress || !acceptTerms || captchaState == 'verifying'" type=submit class="btn btn-primary w-full md:w-64" data-umami-event=android-getkey-checkout>
40+
<input x-model=checkoutData.emailConfirm x-ref=emailConfirm @blur="$refs.emailConfirm.classList.add('show-invalid')" type=email class="input-box w-full" placeholder="Confirm email address" required></div><div class="text-center mt-8"><p class="font-p mb-4">Payments are securely handled by Paddle.</p><p class="font-p mb-2"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-928675413><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-928675413 x-model=acceptTerms>I accept the <a class=text-link href=/terms/ target=_blank>Terms & Conditions</a> as well as the <a class=text-link href=/privacy/ target=_blank>Privacy Policy</a>.</label></p><p class="font-p mb-4"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-543291867><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-543291867 x-model=checkoutData.acceptNewsletter>I agree to get updates from Cryptomator via email (optional).</label></p><button :disabled="checkoutData.inProgress || !acceptTerms || captchaState == 'verifying'" type=submit class="btn btn-primary w-full md:w-64" data-umami-event=android-getkey-checkout>
4141
<i x-show=!checkoutData.inProgress class="fa-solid fa-shopping-cart" aria-hidden=true></i><i x-show=checkoutData.inProgress class="fa-solid fa-spinner fa-spin" aria-hidden=true></i> Checkout
4242
</button>
4343
<altcha-widget challengeurl=https://api.staging.cryptomator.org/connect/newsletter/challenge hidelogo hidefooter floating=auto @statechange="captchaState = $event.detail.state; if ($event.detail.state === 'verified') { checkoutData.captcha = $event.detail.payload }" :strings="JSON.stringify({

become-a-partner/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</label><input type=text id=company name=company x-model=submitData.company class="block input-box w-full" maxlength=200 required aria-required=true @blur="$el.classList.add('show-invalid')"></div><div class=col-span-2><label for=website class="block text-sm font-medium text-gray-700 mb-2">Company Website (optional)
4040
</label><input type=url id=website name=website x-model=submitData.website class="block input-box w-full" maxlength=200 placeholder=https://></div><div class=col-span-2><label for=partnershipType class="block text-sm font-medium text-gray-700 mb-2">Partnership Type
4141
</label><select id=partnershipType name=partnershipType x-model=submitData.partnershipType class="block input-box w-full"><option value>Please select a partnership type</option><option value=reseller>Reseller Partner</option><option value=technology>Technology Partner</option><option value=consulting>Consulting Partner</option><option value=distribution>Distribution Partner</option><option value=other>Other</option></select></div><div class=col-span-2><label for=message class="block text-sm font-medium text-gray-700 mb-2">Partnership Description
42-
</label><textarea id=message name=message x-model=submitData.message rows=4 class="block input-box w-full" maxlength=2000 placeholder="Please describe your company, services, and how you would like to partner with Cryptomator..."></textarea></div><div class=col-span-2><p class="font-p text-sm mb-2"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-846295371><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-846295371 x-model=acceptTerms>I accept the <a class=text-link href=/hub/managed/terms/ target=_blank>Terms & Conditions</a> as well as the <a class=text-link href=/privacy/ target=_blank>Privacy Policy</a>.</label></p><p class="font-p text-sm mb-2"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-924385671><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-924385671 x-model=submitData.acceptNewsletter>I agree to get updates from Cryptomator Hub via email (optional).</label></p></div><div class=col-span-2><p :class="{'hidden': !feedbackData.errorMessage}" class="text-sm text-red-600 mb-2" x-text=feedbackData.errorMessage></p><button :disabled="feedbackData.inProgress || !acceptTerms || captchaState == 'verifying'" type=submit class="btn btn-primary w-full md:w-64" data-umami-event=become-partner-form x-cloak>
42+
</label><textarea id=message name=message x-model=submitData.message rows=4 class="block input-box w-full" maxlength=2000 placeholder="Please describe your company, services, and how you would like to partner with Cryptomator..."></textarea></div><div class=col-span-2><p class="font-p text-sm mb-2"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-257943681><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-257943681 x-model=acceptTerms>I accept the <a class=text-link href=/hub/managed/terms/ target=_blank>Terms & Conditions</a> as well as the <a class=text-link href=/privacy/ target=_blank>Privacy Policy</a>.</label></p><p class="font-p text-sm mb-2"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-284359176><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-284359176 x-model=submitData.acceptNewsletter>I agree to get updates from Cryptomator Hub via email (optional).</label></p></div><div class=col-span-2><p :class="{'hidden': !feedbackData.errorMessage}" class="text-sm text-red-600 mb-2" x-text=feedbackData.errorMessage></p><button :disabled="feedbackData.inProgress || !acceptTerms || captchaState == 'verifying'" type=submit class="btn btn-primary w-full md:w-64" data-umami-event=become-partner-form x-cloak>
4343
<i :class="{'fa-paper-plane': !feedbackData.inProgress, 'fa-spinner fa-spin': feedbackData.inProgress}" class=fa-solid aria-hidden=true></i>
4444
Submit Request
4545
</button>

blog/2026/03/09/10-years-cryptomator/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

book-a-demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<span class="text-sm text-gray-700">Procurement</span>
5656
</label><label class="flex items-start"><input type=checkbox name=attendees[] value=other x-model=submitData.attendees class="mr-3 mt-0.5 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary">
5757
<span class="text-sm text-gray-700">Other</span></label></div></fieldset></div><div class=col-span-2><label for=message class="block text-sm font-medium text-gray-700 mb-2">Message
58-
</label><textarea id=message name=message x-model=submitData.message rows=4 class="block input-box w-full" maxlength=2000 placeholder="Tell us more about your specific needs or questions..."></textarea></div><div class=col-span-2><p class="font-p text-sm mb-2"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-715683249><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-715683249 x-model=acceptTerms>I accept the <a class=text-link href=/hub/managed/terms/ target=_blank>Terms & Conditions</a> as well as the <a class=text-link href=/privacy/ target=_blank>Privacy Policy</a>.</label></p><p class="font-p text-sm mb-2"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-281635947><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-281635947 x-model=submitData.acceptNewsletter>I agree to get updates from Cryptomator Hub via email (optional).</label></p></div><div class=col-span-2><p :class="{'hidden': !feedbackData.errorMessage}" class="text-sm text-red-600 mb-2" x-text=feedbackData.errorMessage></p><button :disabled="feedbackData.inProgress || !acceptTerms || captchaState == 'verifying'" type=submit class="btn btn-primary w-full md:w-64" data-umami-event=book-demo-form x-cloak>
58+
</label><textarea id=message name=message x-model=submitData.message rows=4 class="block input-box w-full" maxlength=2000 placeholder="Tell us more about your specific needs or questions..."></textarea></div><div class=col-span-2><p class="font-p text-sm mb-2"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-487231569><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-487231569 x-model=acceptTerms>I accept the <a class=text-link href=/hub/managed/terms/ target=_blank>Terms & Conditions</a> as well as the <a class=text-link href=/privacy/ target=_blank>Privacy Policy</a>.</label></p><p class="font-p text-sm mb-2"><label class="inline-block pl-6 -indent-6 [&_*]:indent-0" for=id-952684713><input class="mr-2 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary" type=checkbox id=id-952684713 x-model=submitData.acceptNewsletter>I agree to get updates from Cryptomator Hub via email (optional).</label></p></div><div class=col-span-2><p :class="{'hidden': !feedbackData.errorMessage}" class="text-sm text-red-600 mb-2" x-text=feedbackData.errorMessage></p><button :disabled="feedbackData.inProgress || !acceptTerms || captchaState == 'verifying'" type=submit class="btn btn-primary w-full md:w-64" data-umami-event=book-demo-form x-cloak>
5959
<i :class="{'fa-paper-plane': !feedbackData.inProgress, 'fa-spinner fa-spin': feedbackData.inProgress}" class=fa-solid aria-hidden=true></i>
6060
Book a Demo
6161
</button>

categories/feed.xml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cryptomator Blog</title><description>Recent Blog Posts on cryptomator.org</description><link>https://staging.cryptomator.org/categories/</link><language>en</language><atom:link href="https://staging.cryptomator.org/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://staging.cryptomator.org/img/logo.png</url><title>Cryptomator Blog</title><link>https://staging.cryptomator.org/categories/</link></image><lastBuildDate>Fri, 06 Mar 2026 18:06:12 +0000</lastBuildDate><generator>Hugo</generator><item><title>10 Years of Cryptomator – Thank You All</title><description>&lt;h2 id="today-cryptomator-turns-10">Today, Cryptomator Turns 10&lt;/h2>
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cryptomator Blog</title><description>Recent Blog Posts on cryptomator.org</description><link>https://staging.cryptomator.org/categories/</link><language>en</language><atom:link href="https://staging.cryptomator.org/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://staging.cryptomator.org/img/logo.png</url><title>Cryptomator Blog</title><link>https://staging.cryptomator.org/categories/</link></image><lastBuildDate>Fri, 06 Mar 2026 18:18:40 +0000</lastBuildDate><generator>Hugo</generator><item><title>10 Years of Cryptomator – Thank You All</title><description>&lt;h2 id="today-cryptomator-turns-10">Today, Cryptomator Turns 10&lt;/h2>
22
&lt;p>It feels surreal to read this sentence.&lt;/p>
33
&lt;p>What once began as a small idea has become &lt;strong>a tool trusted by millions of people worldwide&lt;/strong>. People from very different backgrounds and walks of life: journalists protecting their sources. NGOs securing sensitive information. Researchers, students, freelancers, companies—&lt;strong>all united by a common need&lt;/strong>: to keep their data private in an increasingly connected world.&lt;/p>
44
&lt;p>Today, we are not only celebrating an anniversary. We are looking back on the history of Cryptomator, saying thank you to all our supporters, and looking ahead to what the future holds for the Cryptomator project.&lt;/p>
@@ -46,8 +46,8 @@ Cryptomator reaches new target groups through greater media presence and recomme
4646
&lt;h2 id="logo-evolution-from-the-washing-machine-to-the-cryptobot">Logo Evolution: From the “Washing Machine” to the Cryptobot&lt;/h2>
4747
&lt;p>XXX&lt;/p>
4848
&lt;h2 id="whats-next--new-updates--features">What’s Next? – New Updates &amp;amp; Features&lt;/h2>
49-
&lt;h3 id="new-cryptomator-hub-features--beta--anniversary-launch">New Cryptomator Hub Features – Beta / Anniversary Launch&lt;/h3>
50-
&lt;p>As part of its 10th anniversary, &lt;strong>several key enhancements for Cryptomator Hub are entering a beta phase&lt;/strong> or being made publicly available for the first time. These are designed to give teams and organizations more control, security, and flexibility.&lt;/p>
49+
&lt;h3 id="new-cryptomator-hub-features--early-access--anniversary-launch">New Cryptomator Hub Features – Early Access / Anniversary Launch&lt;/h3>
50+
&lt;p>As part of its 10th anniversary, &lt;strong>several key enhancements for Cryptomator Hub are entering early access&lt;/strong> or being made publicly available for the first time. These are designed to give teams and organizations more control, security, and flexibility. To celebrate, we&amp;rsquo;re offering a special &lt;strong>100-day free trial&lt;/strong> (instead of the usual 30 days) for &lt;a href="https://staging.cryptomator.org/hub/managed/">Cryptomator Hub Managed&lt;/a>. For more details, check out the &lt;a href="https://docs.cryptomator.org/hub/early-access/">Early Access documentation&lt;/a>.&lt;/p>
5151
&lt;p>&lt;strong>User &amp;amp; Group Management&lt;/strong>&lt;/p>
5252
&lt;p>A key highlight of the new Hub version is &lt;strong>User &amp;amp; Group Management&lt;/strong>.&lt;br>
5353
This allows administrators to:&lt;/p>
@@ -57,6 +57,9 @@ This allows administrators to:&lt;/p>
5757
&lt;li>Assign rights in a more structured and granular way&lt;/li>
5858
&lt;/ul>
5959
&lt;p>This enables &lt;strong>better control over access within teams and organizations&lt;/strong>, which is particularly important for larger groups or departments. This feature marks an important step from simple access control to true team and organizational role management.&lt;/p>
60+
&lt;figure class="text-center">
61+
&lt;img class="inline-block rounded-sm" src="https://staging.cryptomator.org/img/blog/hub-anniversary-2025-user-management-preview.png" alt="Cryptomator Hub – User/Group Management Preview" />
62+
&lt;/figure>
6063
&lt;p>&lt;strong>Emergency Access&lt;/strong>&lt;/p>
6164
&lt;p>Another big step: &lt;strong>Emergency Access&lt;/strong> is being introduced.&lt;br>
6265
This allows you to:&lt;/p>
@@ -66,6 +69,9 @@ This allows you to:&lt;/p>
6669
&lt;li>Enable access in case of lost access data or keys&lt;/li>
6770
&lt;/ul>
6871
&lt;p>This &lt;strong>improves reliability, especially in organizational contexts&lt;/strong>, and ensures that no data access is lost, even if individuals are no longer available.&lt;/p>
72+
&lt;figure class="text-center">
73+
&lt;img class="inline-block rounded-sm" src="https://staging.cryptomator.org/img/blog/hub-anniversary-2025-emergency-access-preview.png" alt="Cryptomator Hub – Emergency Access Preview" />
74+
&lt;/figure>
6975
&lt;h3 id="cryptomator-desktop-and-ios">Cryptomator Desktop and iOS&lt;/h3>
7076
&lt;p>&lt;strong>Files in Use&lt;/strong>&lt;/p>
7177
&lt;p>The desktop application also has a new feature in &lt;strong>update 1.19.0&lt;/strong> that is important for Hub vaults: &lt;strong>“Files in Use.”&lt;/strong>&lt;/p>

0 commit comments

Comments
 (0)