Skip to content

Commit 3c813eb

Browse files
author
GitHub Actions
committed
Add automatically parsed data (test)
[ci skip]
1 parent 7b669ec commit 3c813eb

File tree

5 files changed

+208
-1
lines changed

5 files changed

+208
-1
lines changed

apps/Cryptomator.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,23 @@ layout: app
33

44
permalink: /Cryptomator/
55
description: Cloud Storage Encryption Utility
6+
Cloud Storage Encryption Utility
67

78
icons:
8-
- Cryptomator/icons/scalable/cryptomator.svg
9+
- Cryptomator/icons/scalable/org.cryptomator.Cryptomator.svg
910

1011
screenshots:
1112
- Cryptomator/screenshot.png
1213

1314
authors:
15+
- name: cryptomator
16+
url: https://github.com/cryptomator
1417

1518
links:
19+
- type: GitHub
20+
url: cryptomator/cryptomator
21+
- type: Download
22+
url: https://github.com/cryptomator/cryptomator/releases
1623

1724
desktop:
1825
Desktop Entry:
@@ -23,7 +30,9 @@ desktop:
2330
Terminal: false
2431
Type: Application
2532
Categories: Utility
33+
StartupNotify: true
2634
StartupWMClass: org.cryptomator.launcher.MainApplication
35+
MimeType: application/vnd.cryptomator.encrypted
2736
AppImageHub:
2837
X-AppImage-UpdateInformation: bintray-zsync|cryptomator|cryptomator|cryptomator-linux|cryptomator-_latestVersion-x86_64.AppImage.zsync
2938
X-AppImage-Signature: no valid OpenPGP data found. the signature could not be verified.
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[Desktop Entry]
2+
Name=Cryptomator
3+
Comment=Cloud Storage Encryption Utility
4+
Exec=cryptomator %F
5+
Icon=org.cryptomator.Cryptomator
6+
Terminal=false
7+
Type=Application
8+
Categories=Utility;Security;FileTools;
9+
StartupNotify=true
10+
StartupWMClass=org.cryptomator.launcher.Cryptomator$MainApp
11+
MimeType=application/vnd.cryptomator.encrypted;application/vnd.cryptomator.vault;
12+
13+
[AppImageHub]
14+
X-AppImage-UpdateInformation=gh-releases-zsync|cryptomator|cryptomator|latest|cryptomator-*-x86_64.AppImage.zsync
15+
X-AppImage-Signature=directory '/home/runner/.gnupg' created keybox '/home/runner/.gnupg/pubring.kbx' created Signature made Tue Nov 19 09:22:51 2024 UTC using RSA key 58117AFA1F85B3EEC154677D615D449FE6E6A235 Can't check signature: No public key
16+
X-AppImage-Type=2
17+
X-AppImage-Architecture=x86_64
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,180 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- Copyright 2018 Armin Schrenk <[email protected]> -->
3+
<component type="desktop-application">
4+
<id>org.cryptomator.Cryptomator</id>
5+
<metadata_license>FSFAP</metadata_license>
6+
<project_license>GPL-3.0-or-later</project_license>
7+
<name>Cryptomator</name>
8+
<summary>Encryption made easy and optimized for the cloud</summary>
9+
10+
<description>
11+
<p>
12+
Cryptomator provides easy-to-use, transparent, client-side encryption for your cloud.
13+
It protects your documents from unauthorized access and prying eyes, while you will still be able to view and edit your documents locally.
14+
By not requiring any registration or account and performing all encryption locally, it gives you back control over your data and ensures your privacy.
15+
Cryptomator is offered for all major platforms (including Android and iOS).
16+
</p>
17+
<p>
18+
Cryptomator encrypts file contents and names using the widespread industry standard AES.
19+
Your passphrase is protected against brute forcing attempts using scrypt.
20+
Additionally, directory structures get obfuscated.
21+
For more info about the Cryptomator encryption scheme, check out the online documentation.
22+
</p>
23+
<p>
24+
Cryptomator is a free and open-source software licensed under the GPLv3.
25+
This allows anyone to check our code.
26+
Thus, it is impossible to introduce backdoors for third parties or to hide vulnerabilities, so you do not need to trust Cryptomator.
27+
Also, vendor lock-ins are impossible.
28+
Even if we decided to stop development: The source code is already cloned by hundreds of other developers and development can be picked up by others.
29+
</p>
30+
</description>
31+
32+
<categories>
33+
<category>Office</category>
34+
<category>Security</category>
35+
<category>FileTools</category>
36+
</categories>
37+
38+
<launchable type="desktop-id">org.cryptomator.Cryptomator.desktop</launchable>
39+
<provides>
40+
<binary>cryptomator</binary>
41+
<mediatype>application/vnd.cryptomator.vault</mediatype>
42+
<mediatype>application/vnd.cryptomator.encrypted</mediatype>
43+
</provides>
44+
45+
<screenshots>
46+
<screenshot type="default">
47+
<caption>Light theme</caption>
48+
<image>https://user-images.githubusercontent.com/11858409/156986109-6e58f59c-8b8c-4501-b33b-bb1e33007cea.png</image>
49+
</screenshot>
50+
<screenshot>
51+
<caption>Dark theme</caption>
52+
<image>https://user-images.githubusercontent.com/11858409/156986113-6c5d7801-86e0-4643-bc2f-aff9d95d3ce0.png</image>
53+
</screenshot>
54+
</screenshots>
55+
56+
<branding>
57+
<color type="primary" scheme_preference="light">#EBF5EB</color>
58+
<color type="primary" scheme_preference="dark">#2F4858</color>
59+
</branding>
60+
61+
<url type="homepage">https://cryptomator.org/</url>
62+
<url type="bugtracker">https://github.com/cryptomator/cryptomator/issues/</url>
63+
<url type="donation">https://cryptomator.org/donate</url>
64+
<url type="faq">https://community.cryptomator.org/c/kb/faq</url>
65+
<url type="help">https://docs.cryptomator.org/</url>
66+
<url type="translate">https://translate.cryptomator.org</url>
67+
68+
<developer id="de.skymatic">
69+
<name>Skymatic GmbH</name>
70+
</developer>
71+
72+
<content_rating type="oars-1.1">
73+
<content_attribute id="social-info">mild</content_attribute> <!-- update checker connects to https://api.cryptomator.org/updates/latestVersion.json -->
74+
</content_rating>
75+
76+
<releases>
77+
<release date="2024-11-19" version="1.14.2">
78+
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.14.2</url>
79+
</release>
80+
<release date="2024-09-17" version="1.14.0">
81+
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.14.0</url>
82+
</release>
83+
<release date="2024-06-26" version="1.13.0">
84+
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.13.0</url>
85+
</release>
86+
<release date="2024-03-27" version="1.12.4">
87+
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.12.4</url>
88+
</release>
89+
<release date="2024-02-27" version="1.12.3">
90+
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.12.3</url>
91+
</release>
92+
<release date="2024-02-09" version="1.12.2">
93+
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.12.2</url>
94+
</release>
95+
<release date="2024-02-07" version="1.12.1">
96+
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.12.1</url>
97+
</release>
98+
<release date="2024-02-06" version="1.12.0">
99+
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.12.0</url>
100+
</release>
101+
<release date="2023-12-05" version="1.11.1">
102+
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.11.1</url>
103+
</release>
104+
<release date="2023-11-08" version="1.11.0">
105+
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.11.0</url>
106+
</release>
107+
<release date="2023-09-20" version="1.10.1">
108+
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.10.1</url>
109+
</release>
110+
<release date="2023-09-11" version="1.10.0">
111+
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.10.0</url>
112+
</release>
113+
<release date="2023-08-11" version="1.9.4">
114+
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.9.4</url>
115+
</release>
116+
<release date="2023-08-07" version="1.9.3">
117+
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.9.3</url>
118+
</release>
119+
<release date="2023-07-24" version="1.9.2">
120+
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.9.2</url>
121+
</release>
122+
<release date="2023-06-07" version="1.9.1">
123+
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.9.1</url>
124+
</release>
125+
<release date="2023-05-30" version="1.9.0">
126+
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.9.0</url>
127+
</release>
128+
<release date="2023-04-25" version="1.8.0">
129+
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.8.0</url>
130+
</release>
131+
<release date="2023-04-07" version="1.7.5">
132+
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.7.5</url>
133+
</release>
134+
<release date="2023-04-05" version="1.7.4">
135+
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.7.4</url>
136+
</release>
137+
<release date="2023-03-15" version="1.7.3">
138+
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.7.3</url>
139+
</release>
140+
<release date="2023-03-07" version="1.7.2">
141+
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.7.2</url>
142+
</release>
143+
<release date="2023-03-03" version="1.7.1">
144+
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.7.1</url>
145+
</release>
146+
<release date="2023-03-01" version="1.7.0">
147+
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.7.0</url>
148+
</release>
149+
<release date="2022-12-14" version="1.6.17">
150+
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.6.17</url>
151+
</release>
152+
<release date="2022-12-06" version="1.6.16">
153+
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.6.16</url>
154+
</release>
155+
<release date="2022-10-06" version="1.6.15">
156+
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.6.15</url>
157+
</release>
158+
<release date="2022-08-31" version="1.6.14">
159+
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.6.14</url>
160+
</release>
161+
<release date="2022-07-27" version="1.6.12">
162+
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.6.12</url>
163+
</release>
164+
<release date="2022-07-26" version="1.6.11">
165+
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.6.11</url>
166+
</release>
167+
<release date="2022-05-03" version="1.6.10">
168+
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.6.10</url>
169+
</release>
170+
<release date="2022-04-27" version="1.6.9">
171+
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.6.9</url>
172+
</release>
173+
<release date="2022-03-30" version="1.6.8">
174+
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.6.8</url>
175+
</release>
176+
<release date="2021-12-16" version="1.6.5">
177+
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.6.5</url>
178+
</release>
179+
</releases>
180+
</component>

database/Cryptomator/screenshot.png

-2.55 KB
Loading

0 commit comments

Comments
 (0)