As we are getting closer to the end of our CryptPad Teams project we planned to spend this release addressing some of the difficulties that users have reported regarding the usage of our newer social features.
## Update notes
This release includes an upgrade to a newer version of JQuery which mitigates a minor vulnerability which could have contributed to the presence of an XSS attack. We weren't using the affected methods in the library, but there's no harm in updating as it will protect against the vulnerability affecting user data in the future.
We've also made some non-critical fixes to the server code, so you'll need to restart after pulling the latest code to take advantage of these improvements.
Update to 3.7.0 from 3.6.0 using the normal update procedure:
1. stop your server
2. pull the latest code via git
3. run `bower update`
4. restart your server
If you're using an up-to-date version of NPM you should find that running `npm update` prints a notice that one of the packages you've installed is seeking funding. Entering `npm fund` will print information about our OpenCollective funding campaign. If you're running a slightly older version of NPM and you wish to support CryptPad's development you can do so by visiting https://opencollective.com/cryptpad .
## Features
* Many users have contacted us via support tickets to ask how to add contacts on the platform. The easiest way is to share the link to your profile page. Once on that page registered users will be able to send a contact request which will appear in your notification tray. Because we believe you shouldn't have to read a manual to use CryptPad (and because we want to minimize how much time we spend answering support tickets) we've integrated this tip into the UI itself. Users that don't have any contacts on the platform will hopefully notice that the sharing menu's contacts tab now prompts them with this information, followed by a button to copy their profile page's URL to their clipboard.
* We've made a lot of other small changes that we hope will have a big impact on the usability of the sharing menu:
* the "Link" section of the modal which includes the URL generated from your chosen access rights has been restyled so that the URL is displayed in a multiline textarea so that users can better see the URL changing as they play with the other controls
* both the "Contacts" and "Link" section include short, unintrusive hints about how passwords interact with the different sharing methods:
* when sharing via a URL we indicate that the recipient will need to enter a password, allowing for the URL to be sent over an insecure channel without leaking your document's content
* when sharing directly with a contact via their encrypted mailbox the password is transferred automatically, since it is assumed that you intend for the recipient to gain access and the platform provides a secure channel through which all the relevant information can be delivered
* this information is only included in cases when the document is protected with a password to limit the amount of information the user has to process to complete their task
* we include brief and dismissable warning within the menu which indicates that URLs provide non-revocable access to documents so that new users of the platform understand the consequences of sharing
* in general we've tried to make the appearance of the modal more appealing and intuitive so that users naturally discover and adopt the workflows which are the most conducive to their privacy and security
* Our premium accounts platform authenticates that you are logged in on a given CryptPad instance by loading it in an iframe and requesting that it use one of your account's cryptographic keys to sign a message. Unfortunately, this process could be quite slow as it would load your CryptDrive and other information related to account, and some users reported that their browser timed out on this process. We've addressed this by loading only the account information required to prove your identity.
* We've also included some changes to CryptPad's server to allow users to share quotas between multiple accounts, though we still have work to do to make this behaviour functional on the web client.
* Spreadsheets now support password change!
* Kanban boards now render long column titles in a much more intuitive way, wrapping the text instead of truncating it.
* Our code editor now features support for Gantt charts in markdown mode via an improved Mermaidjs integration. We've also slowed down the rendering cycle so that updates are displayed once you stop typing for 400ms instead of 150ms, and improved the rendering methods so that all mermaid-generated charts are only redrawn if they have changed since the last time they were rendered. This results in a smoother reading experience while permitting other users to continue to edit the document.
* Finally, after a review of the code responsible for sanitizing the markdown code which we render as HTML, we've decided to remove SVG tags from our sanitizer's filter. This means that you can write SVG markup in the input field and see it rendered, in case you're into that kind of thing.
## Bug fixes
* It seems our "contacts" app broke along with the 3.5.0 release and nobody reported it. The regression was introduced when we made some changes to the teams chat integration. We've addressed the issue so that you can once again use the contacts app to chat directly with friends.
* We've found and fixed a "memory puddle" (a non-critical memory leak which was automatically mopped up every now and then). The fix probably won't have much noticeable impact but the server is now a little bit more correct
* We stumbled across a bug which wiped out the contents of a Kanban board and caused the application to crash if you navigated to the affected version of the document in history mode. If you notice that one of your documents was affected please contact us and we'll write a guide instructing you how to recover your content.
* We've found a few bugs lurking in our server which could have caused the amount of data stored in users' drives to be calculated incorrectly under very unlikely circumstances. We've fixed the issue and addressed a number of similar asynchrony-related code paths which should mitigate similar issues in the future.
* Lastly, we spotted some flaws in the code responsible for encrypting pad credentials in shared folders and teams such that viewers don't automatically gain access to the editing keys of a document when they should only have view access. There weren't any access control vulnerabilities, but an error was thrown under rare circumstances which could prevent affected users' drives from loading. We've guarded against the cause and made it such that any affected users will automatically repair their damaged drives.
"a":"CryptPad basiert auf zwei quelloffenen Kryptografiebibliotheken: <a href='https://github.com/dchest/tweetnacl-js' target='_blank'>tweetnacl.js</a> und <a href='https://github.com/dchest/scrypt-async-js' target='_blank'>scrypt-async.js</a>.<br><br>Scrypt ist eine <em>Passwort-basierte Schlüsselableitungsfunktion</em>. Wir werden sie, um deinen Benutzernamen und dein Passwort in ein einzigartiges Schlüsselpaar umzuwandeln. Dieses sichert den Zugang zu deinem CryptDrive, so dass nur du auf die Liste deiner Pads zugreifen kannst.<br><br> Wir verwenden die Verschlüsselung <em>xsalsa20-poly1305</em> und <em>x25519-xsalsa20-poly1305</em> von tweetnacl, um Dokumente und den Chatverlauf zu verschlüsseln."
"a":"CryptPad basiert auf zwei quelloffenen Kryptografiebibliotheken: <a href='https://github.com/dchest/tweetnacl-js' target='_blank'>tweetnacl.js</a> und <a href='https://github.com/dchest/scrypt-async-js' target='_blank'>scrypt-async.js</a>.<br><br>Scrypt ist eine <em>Passwort-basierte Schlüsselableitungsfunktion</em>. Wir werden sie, um deinen Benutzernamen und dein Passwort in ein einzigartiges Schlüsselpaar umzuwandeln. Dieses sichert den Zugang zu deinem CryptDrive, so dass nur du auf die Liste deiner Pads zugreifen kannst.<br><br> Wir verwenden die Verschlüsselung <em>xsalsa20-poly1305</em> und <em>x25519-xsalsa20-poly1305</em> von tweetnacl, um Dokumente und den Chatverlauf zu verschlüsseln."
},
"pad_password":{
"q":"Was passiert, wenn ich einen Ordner oder ein Pad mit einem Passwort schütze?",
"a":"Du kannst Pads oder geteilte Ordner bei der Erstellung mit einem Passwort schützen. Du kannst auch jederzeit im Eigenschaften-Menü ein Passwort setzen/ändern/entfernen.<br><br>Passwörter für Pads und geteilte Ordner sollen den Link schützen, wenn du ihn über einen unsicheren Kanal wie Mail oder Textnachricht teilst. Wenn jemand den Link abfängt, aber nicht das Passwort kennt, kann er nicht auf dein Dokument zugreifen.<br><br>Beim Teilen mit Kontakten oder Teams innerhalb von CryptPad wird die Kommunikation verschlüsselt und es wird angenommen, dass der Empfänger auf das Dokument zugreifen darf. Daher wird das Passwort zusammen mit dem Pad geteilt. Der Empfänger, und du selbst, werden beim Öffnen des Dokuments <b>nicht</b> danach gefragt."
}
}
},
},
"usability":{
"usability":{
@ -1066,7 +1070,7 @@
"notification_folderShared":"{0} hat einen Ordner mit dir geteilt: <b>{1}</b>",
"notification_folderShared":"{0} hat einen Ordner mit dir geteilt: <b>{1}</b>",
"share_selectAll":"Alle auswählen",
"share_selectAll":"Alle auswählen",
"share_filterFriend":"Nach Namen suchen",
"share_filterFriend":"Nach Namen suchen",
"share_linkFriends":"Mit Freunden teilen",
"share_linkFriends":"Mit Kontakten teilen",
"share_withFriends":"Teilen",
"share_withFriends":"Teilen",
"share_deselectAll":"Alle abwählen",
"share_deselectAll":"Alle abwählen",
"notifications_dismiss":"Verbergen",
"notifications_dismiss":"Verbergen",
@ -1160,7 +1164,7 @@
"owner_request_declined":"{0} hat deine Einladung abgelehnt, ein Eigentümer von <b>{1}</b> zu sein",
"owner_request_declined":"{0} hat deine Einladung abgelehnt, ein Eigentümer von <b>{1}</b> zu sein",
"owner_removed":"{0} hat dich als Eigentümer von <b>{1}</b> entfernt",
"owner_removed":"{0} hat dich als Eigentümer von <b>{1}</b> entfernt",
"owner_removedPending":"{0} hat die Einladung zur Eigentümerschaft von <b>{1}</b> zurückgezogen",
"owner_removedPending":"{0} hat die Einladung zur Eigentümerschaft von <b>{1}</b> zurückgezogen",
"share_linkTeam":"Mit einem Team teilen",
"share_linkTeam":"Zu Team-Drive hinzufügen",
"team_inviteModalButton":"Einladen",
"team_inviteModalButton":"Einladen",
"team_pickFriends":"Freunde auswählen, um sie in dieses Team einzuladen",
"team_pickFriends":"Freunde auswählen, um sie in dieses Team einzuladen",
"team_noFriend":"Du bist derzeit mit keinen Freunden auf CryptPad verbunden.",
"team_noFriend":"Du bist derzeit mit keinen Freunden auf CryptPad verbunden.",
@ -1242,5 +1246,13 @@
"teams_table_owners":"Team verwalten",
"teams_table_owners":"Team verwalten",
"teams_table_role":"Rolle",
"teams_table_role":"Rolle",
"share_contactCategory":"Kontakte",
"share_contactCategory":"Kontakte",
"pad_wordCount":"Wörter: {0}"
"pad_wordCount":"Wörter: {0}",
"share_linkWarning":"Dieser Link enthält die Schlüssel zu deinem Dokument. Empfänger erhalten unwiderruflichen Zugriff zu deinen Inhalten.",
"share_linkPasswordAlert":"Dieses Element ist passwortgeschützt. Wenn du diesen Link teilst, muss der Empfänger das Passwort eingeben.",
"share_contactPasswordAlert":"Dieses Element ist passwortgeschützt. Weil du es mit einem CryptPad-Kontakt teilst, muss der Empfänger das Passwort nicht eingeben.",
"share_embedPasswordAlert":"Dieses Element ist passwortgeschützt. Wenn du dieses Pad einbettest, werden Betrachter nach dem Passwort gefragt.",
"passwordFaqLink":"Mehr über Passwörter erfahren",
"share_noContactsLoggedIn":"Du hast noch keine Kontakte bei CryptPad. Teile den Link zu deinem Profil, damit andere dir Kontaktanfragen senden können.",
"share_copyProfileLink":"Profil-Link kopieren",
"share_noContactsNotLoggedIn":"Logge dich ein oder registriere dich, um deine Kontakte zu sehen und neue hinzuzufügen."
"typeError":"Tämä padi ei ole yhteensopiva valitun sovelluksen kanssa",
"onLogout":"Olet kirjautunut ulos, {0}klikkaa tästä{1} kirjautuaksesi sisään tai paina <em>Esc-näppäintä</em> käyttääksesi padia vain luku-tilassa.",
"wrongApp":"Reaaliaikaisen sisällön näyttäminen selaimessa epäonnistui. Ole hyvä ja yritä sivun lataamista uudelleen.",
"padNotPinned":"Tämä padi vanhenee kolmen kuukauden käyttämättömyyden jälkeen, {0}kirjaudu sisään{1} tai [2}rekisteröidy{3} säilyttääksesi sen.",
"padNotPinnedVariable":"Tämä padi vanhenee {4} päivän käyttämättömyyden jälkeen, {0}kirjaudu sisään{1} tai {2}rekisteröidy{3} säilyttääksesi sen.",
"anonymousStoreDisabled":"Tämän CryptPad-instanssin ylläpitäjä on estänyt anonyymien käyttäjien pääsyn tallennustilaan. Kirjaudu sisään käyttääksesi CryptDrivea.",
"expiredError":"Tämä padi on vanhentunut, eikä se ole enää saatavilla.",
"deletedError":"Tämä padi on poistettu omistajansa toimesta, eikä se ole enää saatavilla.",
"inactiveError":"Tämä padi on poistettu käyttämättömyyden vuoksi. Paina Esc-näppäintä luodaksesi uuden padin.",
"chainpadError":"Sisältöä päivitettäessä tapahtui vakava virhe. Tämä sivu on vain luku-tilassa, jotta tekemäsi muutokset eivät katoaisi.<br>Paina <em>Esc-näppäintä</em> jatkaaksesi padin katselua vain luku-tilassa, tai lataa sivu uudelleen yrittääksesi muokkaamista.",
"invalidHashError":"Pyytämäsi dokumentin URL-osoite on virheellinen."
"a":"CryptPad est basé sur deux librairies open-source de cryptographie: <a href=\"https://github.com/dchest/tweetnacl-js\" target=\"_blank\">tweetnacl.js</a> et <a href=\"https://github.com/dchest/scrypt-async-js\" target=\"_blank\">scrypt-async.js</a>.<br><b>Scrypt</b> est une <em>fonction de dérivation de clé</em> basée sur un mot de passe. Nous l'utilisons pour transformer votre nom d'utilisateur et votre mot de passe en un unique ensemble de clés qui sécurise l'accès à votre CryptDrive afin que vous seul puissiez accéder à votre liste de pads.<br>Nous utilisons les outils de chiffrement <em>xsalsa20-poly1305</em> et <em>x25519-xsalsa20-poly1305</em> fournis par <b>tweetnacl</b> pour chiffrer vos pads et l'historique du chat respectivement."
"a":"CryptPad est basé sur deux librairies open-source de cryptographie: <a href=\"https://github.com/dchest/tweetnacl-js\" target=\"_blank\">tweetnacl.js</a> et <a href=\"https://github.com/dchest/scrypt-async-js\" target=\"_blank\">scrypt-async.js</a>.<br><b>Scrypt</b> est une <em>fonction de dérivation de clé</em> basée sur un mot de passe. Nous l'utilisons pour transformer votre nom d'utilisateur et votre mot de passe en un unique ensemble de clés qui sécurise l'accès à votre CryptDrive afin que vous seul puissiez accéder à votre liste de pads.<br>Nous utilisons les outils de chiffrement <em>xsalsa20-poly1305</em> et <em>x25519-xsalsa20-poly1305</em> fournis par <b>tweetnacl</b> pour chiffrer vos pads et l'historique du chat respectivement."
},
"pad_password":{
"q":"Que se passe t'il quand je protège un pad/dossier avec un mot de passe ?",
"a":"Vous pouvez protéger tout nouveau pad ou dossier avec un mot de passe. Vous pouvez aussi utiliser le menu <em>propriétés</em> pour ajouter/changer/supprimer un mot de passe par la suite. <br><br>Les mots de passe sur les pads et dossiers partagés sont faits pour protéger les liens quand ils sont envoyés de manière non sécurisée (par exemple par email ou SMS). Si quelqu'un intercepte le lien sans avoir le mot de passe, ils n'auront pas accès à votre document.<br><br>Quand vous partagez avec vos contacts ou équipes sur CryptPad, les communications sont chiffrées et nous partons du principe que vous voulez donner l'accès. C'est pourquoi le mot de passe est alors stocké et envoyé avec le pad quand vous l'envoyez. Les destinataires, ou vous même, n'ont <b>pas</b> a le donner pour ouvrir le document."
}
}
},
},
"usability":{
"usability":{
@ -1072,7 +1076,7 @@
"share_selectAll":"Tout",
"share_selectAll":"Tout",
"share_deselectAll":"Aucun",
"share_deselectAll":"Aucun",
"share_filterFriend":"Rechercher par nom",
"share_filterFriend":"Rechercher par nom",
"share_linkFriends":"Partager avec des amis",
"share_linkFriends":"Partager avec des contacts",
"share_withFriends":"Partager",
"share_withFriends":"Partager",
"notifications_dismiss":"Cacher",
"notifications_dismiss":"Cacher",
"fm_info_sharedFolderHistory":"Vous regardez l'historique de votre dossier partagé <b>{0}</b><br/>Votre CryptDrive restera en lecture seule pendant la navigation.",
"fm_info_sharedFolderHistory":"Vous regardez l'historique de votre dossier partagé <b>{0}</b><br/>Votre CryptDrive restera en lecture seule pendant la navigation.",
@ -1162,7 +1166,7 @@
"owner_removed":"{0} a supprimé vos droits de propriétaire de <b>{1}</b>",
"owner_removed":"{0} a supprimé vos droits de propriétaire de <b>{1}</b>",
"owner_removedPending":"{0} a annulé l'offre de co-propriété reçue pour <b>{1}</b>",
"owner_removedPending":"{0} a annulé l'offre de co-propriété reçue pour <b>{1}</b>",
"padNotPinnedVariable":"Ce pad va expirer après {4} jours d'inactivité, {0}connectez-vous{1} ou {2}enregistrez-vous{3} pour le préserver.",
"padNotPinnedVariable":"Ce pad va expirer après {4} jours d'inactivité, {0}connectez-vous{1} ou {2}enregistrez-vous{3} pour le préserver.",
"share_linkTeam":"Partager avec une équipe",
"share_linkTeam":"Ajouter au CryptDrive d'une équipe",
"team_pickFriends":"Choisissez les amis à inviter dans cette équipe",
"team_pickFriends":"Choisissez les amis à inviter dans cette équipe",
"team_inviteModalButton":"Inviter",
"team_inviteModalButton":"Inviter",
"team_noFriend":"Vous n'avez pas encore ajouté d'ami sur CryptPad.",
"team_noFriend":"Vous n'avez pas encore ajouté d'ami sur CryptPad.",
@ -1242,5 +1246,18 @@
"teams_table_owners":"Gérer l'équipe",
"teams_table_owners":"Gérer l'équipe",
"teams_table_role":"Rôle",
"teams_table_role":"Rôle",
"share_contactCategory":"Contacts",
"share_contactCategory":"Contacts",
"pad_wordCount":"Mots : {0}"
"pad_wordCount":"Mots : {0}",
"share_linkWarning":"Ce lien contient les clés de votre document. Le destinataire aura un accès irrévocable à votre contenu.",
"share_linkPasswordAlert":"Cet élément est protégé par un mot de passe. Quand vous partagez le lien, le destinataire doit saisir le mot de passe.",
"share_contactPasswordAlert":"Cet élément est protégé par un mot de passe. Quand vous le partagez avec un contact CryptPad, le destinataire n'a pas a saisir le mot de passe.",
"share_embedPasswordAlert":"Cet élément est protégé par un mot de passe. Quand vous l'intégrez à une page, les visiteurs doivent saisir le mot de passe.",
"passwordFaqLink":"En lire plus sur les mots de passe",
"share_noContactsLoggedIn":"Vous n'avez pas encore ajouté de contacts sur CryptPad. Partagez le lien de votre profil pour que l'on vous envoie des demandes de contact.",
"share_copyProfileLink":"Copier le lien du profil",
"share_noContactsNotLoggedIn":"Connectez-vous ou enregistrez-vous pour voir vos contacts ou en ajouter de nouveaux.",
"contacts_mute":"Masquer",
"contacts_unmute":"Réafficher",
"contacts_manageMuted":"Comptes masqués",
"contacts_mutedUsers":"Comptes masqués",
"contacts_muteInfo":"Vous ne receverez plus de notifications ou de messages si vous masquez ce compte.<br>L'utilisateur ne sera pas informé que vous l'avez masqué. "
"a":"CryptPad is based upon two open-source cryptography libraries: <a href='https://github.com/dchest/tweetnacl-js' target='_blank'>tweetnacl.js</a> and <a href='https://github.com/dchest/scrypt-async-js' target='_blank'>scrypt-async.js</a>.<br><br>Scrypt is a <em>password-based key derivation algorithm</em>. We use it to turn your username and password into a unique keyring which secures access to your CryptDrive such that only you can access your list of pads.<br><br>We use the <em>xsalsa20-poly1305</em> and <em>x25519-xsalsa20-poly1305</em> cyphers provided by tweetnacl to encrypt pads and chat history, respectively."
"a":"CryptPad is based upon two open-source cryptography libraries: <a href='https://github.com/dchest/tweetnacl-js' target='_blank'>tweetnacl.js</a> and <a href='https://github.com/dchest/scrypt-async-js' target='_blank'>scrypt-async.js</a>.<br><br>Scrypt is a <em>password-based key derivation algorithm</em>. We use it to turn your username and password into a unique keyring which secures access to your CryptDrive such that only you can access your list of pads.<br><br>We use the <em>xsalsa20-poly1305</em> and <em>x25519-xsalsa20-poly1305</em> cyphers provided by tweetnacl to encrypt pads and chat history, respectively."
},
"pad_password":{
"q":"What happens when I protect a pad/folder with a password?",
"a":"You can protect any pad or shared folder with a password when you create it. You can also use the properties menu to set/change/remove a password at any time.<br><br>Pad and shared folder passwords are intended to protect the link when you share it over potentially insecure channels such as email or text message. If someone intercepts your link but does not have the password they will not be able to read your document.<br><br>When sharing within CryptPad with your contacts or teams, communications are encrypted and we assume you want them to access your document. Therefore the password is remembered and sent with the pad when you share it. The recipient, or yourself, are <b>not</b> asked for it when they open the document."
}
}
},
},
"usability":{
"usability":{
@ -1089,7 +1093,7 @@
"share_selectAll":"Select all",
"share_selectAll":"Select all",
"share_deselectAll":"Deselect all",
"share_deselectAll":"Deselect all",
"share_filterFriend":"Search by name",
"share_filterFriend":"Search by name",
"share_linkFriends":"Share with friends",
"share_linkFriends":"Share with contacts",
"share_withFriends":"Share",
"share_withFriends":"Share",
"notifications_dismiss":"Dismiss",
"notifications_dismiss":"Dismiss",
"fm_info_sharedFolderHistory":"This is only the history of your shared folder: <b>{0}</b><br/>Your CryptDrive will stay in read-only mode while you navigate.",
"fm_info_sharedFolderHistory":"This is only the history of your shared folder: <b>{0}</b><br/>Your CryptDrive will stay in read-only mode while you navigate.",
@ -1164,7 +1168,7 @@
"owner_request_declined":"{0} has declined your offer to be an owner of <b>{1}</b>",
"owner_request_declined":"{0} has declined your offer to be an owner of <b>{1}</b>",
"owner_removed":"{0} has removed your ownership of <b>{1}</b>",
"owner_removed":"{0} has removed your ownership of <b>{1}</b>",
"owner_removedPending":"{0} has canceled your ownership offer for <b>{1}</b>",
"owner_removedPending":"{0} has canceled your ownership offer for <b>{1}</b>",
"share_linkTeam":"Share with a team",
"share_linkTeam":"Add to team drive",
"team_pickFriends":"Choose which friends to invite to this team",
"team_pickFriends":"Choose which friends to invite to this team",
"team_inviteModalButton":"Invite",
"team_inviteModalButton":"Invite",
"team_noFriend":"You haven't connected with any friends on CryptPad yet.",
"team_noFriend":"You haven't connected with any friends on CryptPad yet.",
@ -1242,5 +1246,18 @@
"teams_table_admins":"Manage members",
"teams_table_admins":"Manage members",
"teams_table_owners":"Manage team",
"teams_table_owners":"Manage team",
"teams_table_role":"Role",
"teams_table_role":"Role",
"pad_wordCount":"Words: {0}"
"pad_wordCount":"Words: {0}",
"share_linkWarning":"This link contains the keys to your document. Recipients will gain non-revokable access to your content.",
"share_linkPasswordAlert":"This item is password protected. When you send the link the recipient will have to enter the password.",
"share_contactPasswordAlert":"This item is password protected. Because you are sharing it with a CryptPad contact, the recipient will not have to enter the password.",
"share_embedPasswordAlert":"This item is password protected. When you embed this pad, viewers will be asked for the password.",
"passwordFaqLink":"Read more about passwords",
"share_noContactsLoggedIn":"You are not connected with anyone on CryptPad yet. Share the link to your profile for people to send you contact requests.",
"share_copyProfileLink":"Copy profile link",
"share_noContactsNotLoggedIn":"Log in or register to see your existing contacts and add new ones.",
"contacts_mute":"Mute",
"contacts_unmute":"Unmute",
"contacts_manageMuted":"Manage muted",
"contacts_mutedUsers":"Muted accounts",
"contacts_muteInfo":"You will not receive any notifications or messages from muted users.<br>They will not know you have muted them. "