From 294887bc470a5e4bd61216c05a3f7188f97287bd Mon Sep 17 00:00:00 2001 From: Weblate Date: Wed, 13 Jan 2021 10:49:51 +0100 Subject: [PATCH 1/3] Translated using Weblate (French) Currently translated at 100.0% (1411 of 1411 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 aeca9722f..dc93709fb 100644 --- a/www/common/translations/messages.fr.json +++ b/www/common/translations/messages.fr.json @@ -1507,5 +1507,5 @@ "admin_support_answered": "Tickets traité :", "admin_support_normal": "Tickets sans réponse :", "admin_support_premium": "Tickets prime :", - "offlineError": "MODE HORS LIGNE NON DISPONIBLE" + "offlineError": "Impossible de synchroniser les données les plus récentes, cette page ne peut pas être affichée pour le moment. Le chargement continuera au retour de votre connexion au service." } From fc8cce001bafc423ea98b070a90d00897d21166c Mon Sep 17 00:00:00 2001 From: Weblate Date: Wed, 13 Jan 2021 10:49:51 +0100 Subject: [PATCH 2/3] Translated using Weblate (English) Currently translated at 100.0% (1411 of 1411 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 3e94aab03..48601972f 100644 --- a/www/common/translations/messages.json +++ b/www/common/translations/messages.json @@ -1507,5 +1507,5 @@ "admin_support_last": "Updated on: ", "access_offline": "You are currently offline. Access management is not available.", "share_noContactsOffline": "You are currently offline. Contacts are not available.", - "offlineError": "OFFLINE MODE NOT AVAILABLE" + "offlineError": "Unable to synchronize the most recent data, this page cannot be displayed at this time. Loading will continue when your connection to the service is restored." } From 5d5677e4adeb5030ba8ff33f9bb5d90fa9992e97 Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 13 Jan 2021 15:28:11 +0530 Subject: [PATCH 3/3] last minute changelog updates for 3.25.1 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a51b1ef9..bb11c061d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ Features * We spent some time improving the support ticket components of the administration panel. Tickets are now shown in four categories: tickets from premium users, tickets from non-paying users, answered tickets, and closed tickets. * We also improved the readability of some of the server's activity logs by rounding off some numbers to display fewer decimal points. On a related note, log events indicating the completion of a file upload now display the size of the uploaded file. * Errors that occur when loading teams now trigger some basic telemetry to the server to indicate the error code. This should help us determine the origin of some annoying teams issues that several users have reported. -* Users of the rich text editor should now find that their scroll position is now maintained when they are at the bottom of the document and a remote users adds more text. +* Users of the rich text editor should now find that their scroll position is maintained when they are at the bottom of the document and a remote users adds more text. Bug fixes @@ -20,6 +20,8 @@ Bug fixes * We found that shared folders were reconnecting to the server correctly after a network failure, however, some changes in the UI caused clients to incorrectly remain locked. * Some recent refactoring of some styles caused some buttons on the login page to inherit bootstrap's styles instead of our custom ones. * A third-party admin brought it to our attention that a library that was used for some development tests was being fetched via http instead of https, and was thus blocked by some of their local configuration parameters. We've updated its source to load via secure protocols only. +* The recent replacement of a link to our faq with a link to our documentation platform violated some security headers and prevented the link from loading. We've fixed the inline link with some code to open this link in a compatible way. +* Finally, we found a bug that caused custom colors in the slide app to revert to the default settings on page reloads. Custom slide colors should now be preserved. To update from 3.25.0 to 3.25.1: