From adfd1eaaa2d6b1490ad155ee644d8d1a295e3736 Mon Sep 17 00:00:00 2001 From: ansuz Date: Thu, 2 Apr 2020 22:57:57 -0400 Subject: [PATCH 1/3] avoid a silly typeError in the event of an error --- lib/storage/file.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/storage/file.js b/lib/storage/file.js index 994680218..255f74016 100644 --- a/lib/storage/file.js +++ b/lib/storage/file.js @@ -1044,7 +1044,7 @@ module.exports.create = function (conf, _cb) { getWeakLock: function (channelName, _cb) { var cb = Util.once(Util.mkAsync(_cb)); - if (!isValidChannelId(channelName)) { return void cb(new Error('EINVAL')); } + //if (!isValidChannelId(channelName)) { return void cb(new Error('EINVAL')); } // XXX schedule.unordered(channelName, cb); }, From 7ccfe7a67355786a30c63123351942c3b025341f Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 3 Apr 2020 16:35:47 +0200 Subject: [PATCH 2/3] Translated using Weblate (English) Currently translated at 100.0% (1246 of 1246 strings) Translation: CryptPad/App Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/en/ --- www/common/translations/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/translations/messages.json b/www/common/translations/messages.json index 264f76ad6..50133d1a2 100644 --- a/www/common/translations/messages.json +++ b/www/common/translations/messages.json @@ -963,7 +963,7 @@ "creation_expiration": "Expiration time", "creation_passwordValue": "Password", "creation_propertiesTitle": "Availability", - "creation_appMenuName": "Advanced mode (Ctrl + E)", + "creation_appMenuName": "New pad (Ctrl + E)", "creation_newPadModalDescription": "Click on a pad type to create it. You can also press Tab to select the type and press Enter to confirm.", "creation_newPadModalDescriptionAdvanced": "You can check the box (or press Space to change its value) if you want to display the pad creation screen (for owned pads, expiring pads, etc.).", "creation_newPadModalAdvanced": "Display the pad creation screen", From 427389d1c7547c6b97d8d13539656d0957c49446 Mon Sep 17 00:00:00 2001 From: Weblate Date: Fri, 3 Apr 2020 16:35:47 +0200 Subject: [PATCH 3/3] Translated using Weblate (French) Currently translated at 100.0% (1246 of 1246 strings) Translation: CryptPad/App Translate-URL: http://weblate.cryptpad.fr/projects/cryptpad/app/fr/ --- www/common/translations/messages.fr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/translations/messages.fr.json b/www/common/translations/messages.fr.json index c5c5b4649..17582944a 100644 --- a/www/common/translations/messages.fr.json +++ b/www/common/translations/messages.fr.json @@ -945,7 +945,7 @@ "creation_expiration": "Date d'expiration", "creation_passwordValue": "Mot de passe", "creation_propertiesTitle": "Disponibilité", - "creation_appMenuName": "Mode avancé (Ctrl + E)", + "creation_appMenuName": "Nouveau pad (Ctrl + E)", "creation_newPadModalDescription": "Cliquez sur un type de pad pour le créer. Vous pouvez aussi appuyer sur Tab pour sélectionner un type et appuyer sur Entrée pour valider.", "creation_newPadModalDescriptionAdvanced": "Cochez la case si vous souhaitez voir l'écran de création de pads (pour les pads avec propriétaire ou à durée de vie). Vous pouvez appuyer sur Espace pour changer sa valeur.", "creation_newPadModalAdvanced": "Afficher l'écran de création de pads",