-
-
Notifications
You must be signed in to change notification settings - Fork 561
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add automatically parsed data (test)
[ci skip]
- Loading branch information
GitHub Actions
committed
Jan 18, 2025
1 parent
7b669ec
commit 3c813eb
Showing
5 changed files
with
208 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
[Desktop Entry] | ||
Name=Cryptomator | ||
Comment=Cloud Storage Encryption Utility | ||
Exec=cryptomator %F | ||
Icon=org.cryptomator.Cryptomator | ||
Terminal=false | ||
Type=Application | ||
Categories=Utility;Security;FileTools; | ||
StartupNotify=true | ||
StartupWMClass=org.cryptomator.launcher.Cryptomator$MainApp | ||
MimeType=application/vnd.cryptomator.encrypted;application/vnd.cryptomator.vault; | ||
|
||
[AppImageHub] | ||
X-AppImage-UpdateInformation=gh-releases-zsync|cryptomator|cryptomator|latest|cryptomator-*-x86_64.AppImage.zsync | ||
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 | ||
X-AppImage-Type=2 | ||
X-AppImage-Architecture=x86_64 |
1 change: 1 addition & 0 deletions
1
database/Cryptomator/icons/scalable/org.cryptomator.Cryptomator.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
180 changes: 180 additions & 0 deletions
180
database/Cryptomator/org.cryptomator.Cryptomator.metainfo.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,180 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- Copyright 2018 Armin Schrenk <armin.schrenk@zoho.eu> --> | ||
<component type="desktop-application"> | ||
<id>org.cryptomator.Cryptomator</id> | ||
<metadata_license>FSFAP</metadata_license> | ||
<project_license>GPL-3.0-or-later</project_license> | ||
<name>Cryptomator</name> | ||
<summary>Encryption made easy and optimized for the cloud</summary> | ||
|
||
<description> | ||
<p> | ||
Cryptomator provides easy-to-use, transparent, client-side encryption for your cloud. | ||
It protects your documents from unauthorized access and prying eyes, while you will still be able to view and edit your documents locally. | ||
By not requiring any registration or account and performing all encryption locally, it gives you back control over your data and ensures your privacy. | ||
Cryptomator is offered for all major platforms (including Android and iOS). | ||
</p> | ||
<p> | ||
Cryptomator encrypts file contents and names using the widespread industry standard AES. | ||
Your passphrase is protected against brute forcing attempts using scrypt. | ||
Additionally, directory structures get obfuscated. | ||
For more info about the Cryptomator encryption scheme, check out the online documentation. | ||
</p> | ||
<p> | ||
Cryptomator is a free and open-source software licensed under the GPLv3. | ||
This allows anyone to check our code. | ||
Thus, it is impossible to introduce backdoors for third parties or to hide vulnerabilities, so you do not need to trust Cryptomator. | ||
Also, vendor lock-ins are impossible. | ||
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. | ||
</p> | ||
</description> | ||
|
||
<categories> | ||
<category>Office</category> | ||
<category>Security</category> | ||
<category>FileTools</category> | ||
</categories> | ||
|
||
<launchable type="desktop-id">org.cryptomator.Cryptomator.desktop</launchable> | ||
<provides> | ||
<binary>cryptomator</binary> | ||
<mediatype>application/vnd.cryptomator.vault</mediatype> | ||
<mediatype>application/vnd.cryptomator.encrypted</mediatype> | ||
</provides> | ||
|
||
<screenshots> | ||
<screenshot type="default"> | ||
<caption>Light theme</caption> | ||
<image>https://user-images.githubusercontent.com/11858409/156986109-6e58f59c-8b8c-4501-b33b-bb1e33007cea.png</image> | ||
</screenshot> | ||
<screenshot> | ||
<caption>Dark theme</caption> | ||
<image>https://user-images.githubusercontent.com/11858409/156986113-6c5d7801-86e0-4643-bc2f-aff9d95d3ce0.png</image> | ||
</screenshot> | ||
</screenshots> | ||
|
||
<branding> | ||
<color type="primary" scheme_preference="light">#EBF5EB</color> | ||
<color type="primary" scheme_preference="dark">#2F4858</color> | ||
</branding> | ||
|
||
<url type="homepage">https://cryptomator.org/</url> | ||
<url type="bugtracker">https://github.com/cryptomator/cryptomator/issues/</url> | ||
<url type="donation">https://cryptomator.org/donate</url> | ||
<url type="faq">https://community.cryptomator.org/c/kb/faq</url> | ||
<url type="help">https://docs.cryptomator.org/</url> | ||
<url type="translate">https://translate.cryptomator.org</url> | ||
|
||
<developer id="de.skymatic"> | ||
<name>Skymatic GmbH</name> | ||
</developer> | ||
|
||
<content_rating type="oars-1.1"> | ||
<content_attribute id="social-info">mild</content_attribute> <!-- update checker connects to https://api.cryptomator.org/updates/latestVersion.json --> | ||
</content_rating> | ||
|
||
<releases> | ||
<release date="2024-11-19" version="1.14.2"> | ||
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.14.2</url> | ||
</release> | ||
<release date="2024-09-17" version="1.14.0"> | ||
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.14.0</url> | ||
</release> | ||
<release date="2024-06-26" version="1.13.0"> | ||
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.13.0</url> | ||
</release> | ||
<release date="2024-03-27" version="1.12.4"> | ||
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.12.4</url> | ||
</release> | ||
<release date="2024-02-27" version="1.12.3"> | ||
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.12.3</url> | ||
</release> | ||
<release date="2024-02-09" version="1.12.2"> | ||
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.12.2</url> | ||
</release> | ||
<release date="2024-02-07" version="1.12.1"> | ||
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.12.1</url> | ||
</release> | ||
<release date="2024-02-06" version="1.12.0"> | ||
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.12.0</url> | ||
</release> | ||
<release date="2023-12-05" version="1.11.1"> | ||
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.11.1</url> | ||
</release> | ||
<release date="2023-11-08" version="1.11.0"> | ||
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.11.0</url> | ||
</release> | ||
<release date="2023-09-20" version="1.10.1"> | ||
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.10.1</url> | ||
</release> | ||
<release date="2023-09-11" version="1.10.0"> | ||
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.10.0</url> | ||
</release> | ||
<release date="2023-08-11" version="1.9.4"> | ||
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.9.4</url> | ||
</release> | ||
<release date="2023-08-07" version="1.9.3"> | ||
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.9.3</url> | ||
</release> | ||
<release date="2023-07-24" version="1.9.2"> | ||
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.9.2</url> | ||
</release> | ||
<release date="2023-06-07" version="1.9.1"> | ||
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.9.1</url> | ||
</release> | ||
<release date="2023-05-30" version="1.9.0"> | ||
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.9.0</url> | ||
</release> | ||
<release date="2023-04-25" version="1.8.0"> | ||
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.8.0</url> | ||
</release> | ||
<release date="2023-04-07" version="1.7.5"> | ||
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.7.5</url> | ||
</release> | ||
<release date="2023-04-05" version="1.7.4"> | ||
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.7.4</url> | ||
</release> | ||
<release date="2023-03-15" version="1.7.3"> | ||
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.7.3</url> | ||
</release> | ||
<release date="2023-03-07" version="1.7.2"> | ||
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.7.2</url> | ||
</release> | ||
<release date="2023-03-03" version="1.7.1"> | ||
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.7.1</url> | ||
</release> | ||
<release date="2023-03-01" version="1.7.0"> | ||
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.7.0</url> | ||
</release> | ||
<release date="2022-12-14" version="1.6.17"> | ||
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.6.17</url> | ||
</release> | ||
<release date="2022-12-06" version="1.6.16"> | ||
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.6.16</url> | ||
</release> | ||
<release date="2022-10-06" version="1.6.15"> | ||
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.6.15</url> | ||
</release> | ||
<release date="2022-08-31" version="1.6.14"> | ||
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.6.14</url> | ||
</release> | ||
<release date="2022-07-27" version="1.6.12"> | ||
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.6.12</url> | ||
</release> | ||
<release date="2022-07-26" version="1.6.11"> | ||
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.6.11</url> | ||
</release> | ||
<release date="2022-05-03" version="1.6.10"> | ||
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.6.10</url> | ||
</release> | ||
<release date="2022-04-27" version="1.6.9"> | ||
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.6.9</url> | ||
</release> | ||
<release date="2022-03-30" version="1.6.8"> | ||
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.6.8</url> | ||
</release> | ||
<release date="2021-12-16" version="1.6.5"> | ||
<url type="details">https://github.com/cryptomator/cryptomator/releases/1.6.5</url> | ||
</release> | ||
</releases> | ||
</component> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.