From 5c205dd0ac1cf2515e8d400148ed75229a0557f4 Mon Sep 17 00:00:00 2001 From: meaz Date: Sun, 19 Dec 2021 18:16:55 +0100 Subject: [PATCH 01/13] first draft of Pleroma PP --- fullbar.en.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/fullbar.en.md b/fullbar.en.md index ec10426..21c5b69 100644 --- a/fullbar.en.md +++ b/fullbar.en.md @@ -7,7 +7,7 @@ text_align: left ---
-**v1.2 - March 2020** +**v1.3 - January 2022**
@@ -217,7 +217,7 @@ We store all data in **our own servers**, located in a data center in the **Neth - This service requires to connect with an username, but it is not mandatory to register it on the server. - **No log data** (IP address, session cookie, etc.) is stored on the server, only the username and its associated certificate are saved, if the user decided to register. - +
## 4.14 - **Disroot CryptPad** (https://cryptpad.disroot.org) @@ -226,6 +226,16 @@ We store all data in **our own servers**, located in a data center in the **Neth - All documents created or uploaded to the server are **end-to-end encrypted** which means no one with access to the server can decrypt/read the data. - Documents expire after three months and are then removed from the server, except if an account was created, in which case documents uploaded to the server are wiped based on the retention period set by the user upon upload/creation. + +
+## 4.15 - **Disroot Pleroma** (https://fe.disroot.org) + +- This service requires login with **Disroot** credentials. +- Everything is stored on the server in plain-text. +- Server logs, which store information such as, but not limited to, your IP address and your username are stored for a period of 24 hours after which they are deleted from the server. No backup of log files is created. Logs are kept to prevent brute-force attacks on accounts and to provide quick insight when debugging issues. +- Given that ActivityPub is a **federated** protocol, when interacting with users hosted on third party servers, data is sent to other independently operated and owned servers in the network over which we have no control. +- Files uploaded to the server are stored as is (plain-text or encrypted) for a period of three months. +
# 5. Your rights @@ -282,6 +292,7 @@ You can follow the history of changes on this document on our version control sy #### Last update of this Privacy Statement: +- January, 2022: add Pleroma information - March 28th, 2020
-- 2.30.2 From fadbf20957115675368d5024faf96c056a155086 Mon Sep 17 00:00:00 2001 From: meaz Date: Wed, 26 Jan 2022 21:37:36 +0100 Subject: [PATCH 02/13] replace hubzilla by pleroma in federated services list --- fullbar.en.md | 2 +- fullbar.fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fullbar.en.md b/fullbar.en.md index 21c5b69..f13e643 100644 --- a/fullbar.en.md +++ b/fullbar.en.md @@ -28,7 +28,7 @@ Any translation of this **Privacy Statement** is a community effort to make the - **Disroot, Disroot.org, we** or **us**: Stichting Disroot.org - **Platform**: the set of services provided by **Disroot.org** and that are hosted on our servers. - **Disroot credentials**: they are the username and password created and used by the user to log in to the services provided by us. -- **Federated services**: services that operate on the basis of so-called **federation protocols** which enable users who signed up at different services providers to interact with each other. Examples of these services are **Nextcloud**, **Email**, **Hubzilla** and **XMPP**. +- **Federated services**: services that operate on the basis of so-called **federation protocols** which enable users who signed up at different services providers to interact with each other. Examples of these services are **Nextcloud**, **Email**, **Pleroma** and **XMPP**. - **Brute-force attack**: is a cryptographic attack that consists of submitting many passwords or passphrases, hoping to eventually find the right ones.
diff --git a/fullbar.fr.md b/fullbar.fr.md index ccf4d52..526a10b 100644 --- a/fullbar.fr.md +++ b/fullbar.fr.md @@ -28,7 +28,7 @@ Toute traduction de la présente **Déclaration de confidentialité** est un eff - **Disroot, Disroot.org, nous** ou **nous** : Stichting Disroot.org - **Plateforme** : l'ensemble des services fournis par **Disroot.org** et qui sont hébergés sur nos serveurs. - **Identifiants Disroot** : il s'agit du nom d'utilisateur et du mot de passe créés et utilisés par l'utilisateur pour se connecter aux services que nous fournissons. -- **Services fédérés** : services qui fonctionnent sur la base de protocoles dits **fédérés** qui permettent aux utilisateurs qui se sont inscrits chez différents fournisseurs de services d'interagir entre eux. Des exemples de ces services sont **Nextcloud**, **Email**, **Hubzilla** et **XMPP**. +- **Services fédérés** : services qui fonctionnent sur la base de protocoles dits **fédérés** qui permettent aux utilisateurs qui se sont inscrits chez différents fournisseurs de services d'interagir entre eux. Des exemples de ces services sont **Nextcloud**, **Email**, **Pleroma** et **XMPP**. - **Attaque par force brute** : est une attaque cryptographique qui consiste à soumettre de nombreux mots de passe ou phrases de passe, en espérant trouver éventuellement les bons.
-- 2.30.2 From d26ca40e7a54a6a9c2e9b27c6f8c65dc35c15b81 Mon Sep 17 00:00:00 2001 From: meaz Date: Sat, 17 Dec 2022 08:02:50 +0100 Subject: [PATCH 03/13] small update --- fullbar.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fullbar.en.md b/fullbar.en.md index 9e88c18..0465c5e 100644 --- a/fullbar.en.md +++ b/fullbar.en.md @@ -233,8 +233,8 @@ We store all data in **our own servers**, located in a data center in the **Neth - This service requires login with **Disroot** credentials. - Everything is stored on the server in plain-text. - Server logs, which store information such as, but not limited to, your IP address and your username are stored for a period of 24 hours after which they are deleted from the server. No backup of log files is created. Logs are kept to prevent brute-force attacks on accounts and to provide quick insight when debugging issues. +- All pleroma data such as, but not limited to, messages, files, etc., are stored on the server in the database as is (plain-text). - Given that ActivityPub is a **federated** protocol, when interacting with users hosted on third party servers, data is sent to other independently operated and owned servers in the network over which we have no control. -- Files uploaded to the server are stored as is (plain-text or encrypted) for a period of three months.
-- 2.30.2 From 9dddb37bc73a8cd468a5dbd52d272c7ffc592d18 Mon Sep 17 00:00:00 2001 From: muppeth Date: Sat, 17 Dec 2022 15:18:54 +0100 Subject: [PATCH 04/13] replaced pleroma with akkoma --- fullbar.en.md | 10 +++++----- fullbar.fr.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/fullbar.en.md b/fullbar.en.md index a5451bb..d279b09 100644 --- a/fullbar.en.md +++ b/fullbar.en.md @@ -28,7 +28,7 @@ Any translation of this **Privacy Statement** is a community effort to make the - **Disroot, Disroot.org, we** or **us**: Stichting Disroot.org - **Platform**: the set of services provided by **Disroot.org** and that are hosted on our servers. - **Disroot credentials**: they are the username and password created and used by the user to log in to the services provided by us. -- **Federated services**: services that operate on the basis of so-called **federation protocols** which enable users who signed up at different services providers to interact with each other. Examples of these services are **Nextcloud**, **Email**, **Pleroma** and **XMPP**. +- **Federated services**: services that operate on the basis of so-called **federation protocols** which enable users who signed up at different services providers to interact with each other. Examples of these services are **Nextcloud**, **Email**, **Akkoma** and **XMPP**. - **Brute-force attack**: is a cryptographic attack that consists of submitting many passwords or passphrases, hoping to eventually find the right ones.
@@ -217,14 +217,14 @@ We store all data in **our own servers**, located in a data center in the **Neth - All documents created or uploaded to the server are **end-to-end encrypted** which means no one with access to the server can decrypt/read the data. - Documents expire after three months and are then removed from the server, except if an account was created, in which case documents uploaded to the server are wiped based on the retention period set by the user upon upload/creation. - +
-## 4.15 - **Disroot Pleroma** (https://fe.disroot.org) +## 4.15 - **Disroot Akkoma** (https://fe.disroot.org) - This service requires login with **Disroot** credentials. -- Everything is stored on the server in plain-text. +- Everything is stored on the server in it's original form (plain-text). - Server logs, which store information such as, but not limited to, your IP address and your username are stored for a period of 24 hours after which they are deleted from the server. No backup of log files is created. Logs are kept to prevent brute-force attacks on accounts and to provide quick insight when debugging issues. -- All pleroma data such as, but not limited to, messages, files, etc., are stored on the server in the database as is (plain-text). +- All akkoma data such as, but not limited to, messages, files, etc., are stored on the server in the database as is (plain-text). - Given that ActivityPub is a **federated** protocol, when interacting with users hosted on third party servers, data is sent to other independently operated and owned servers in the network over which we have no control. diff --git a/fullbar.fr.md b/fullbar.fr.md index 1502e74..5a6ca60 100644 --- a/fullbar.fr.md +++ b/fullbar.fr.md @@ -28,7 +28,7 @@ Toute traduction de la présente **Déclaration de confidentialité** est un eff - **Disroot, Disroot.org, nous** ou **nous** : Stichting Disroot.org - **Plateforme** : l'ensemble des services fournis par **Disroot.org** et qui sont hébergés sur nos serveurs. - **Identifiants Disroot** : il s'agit du nom d'utilisateur et du mot de passe créés et utilisés par l'utilisateur pour se connecter aux services que nous fournissons. -- **Services fédérés** : services qui fonctionnent sur la base de protocoles dits **fédérés** qui permettent aux utilisateurs qui se sont inscrits chez différents fournisseurs de services d'interagir entre eux. Des exemples de ces services sont **Nextcloud**, **Email**, **Pleroma** et **XMPP**. +- **Services fédérés** : services qui fonctionnent sur la base de protocoles dits **fédérés** qui permettent aux utilisateurs qui se sont inscrits chez différents fournisseurs de services d'interagir entre eux. Des exemples de ces services sont **Nextcloud**, **Email**, **Akkoma** et **XMPP**. - **Attaque par force brute** : est une attaque cryptographique qui consiste à soumettre de nombreux mots de passe ou phrases de passe, en espérant trouver éventuellement les bons.
-- 2.30.2 From ac52669379ccdbaf7ca2f7d7dfbbf7fcd02f67e8 Mon Sep 17 00:00:00 2001 From: meaz Date: Sun, 18 Dec 2022 07:45:06 +0100 Subject: [PATCH 05/13] change date + changelog --- fullbar.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fullbar.en.md b/fullbar.en.md index d279b09..e696ec7 100644 --- a/fullbar.en.md +++ b/fullbar.en.md @@ -7,7 +7,7 @@ text_align: left ---
-**v1.3 - January 2022** +**v1.3 - December 2022**
@@ -283,7 +283,7 @@ You can follow the history of changes on this document on our version control sy #### Last update of this Privacy Statement: -- January, 2022: add Pleroma information +- December, 2022: add Akkoma information - March 28th, 2020
-- 2.30.2 From 9f1f05010e3e4c611573b3388451178cf04e789f Mon Sep 17 00:00:00 2001 From: meaz Date: Sun, 18 Dec 2022 07:45:12 +0100 Subject: [PATCH 06/13] update french --- fullbar.fr.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/fullbar.fr.md b/fullbar.fr.md index 5a6ca60..d030a0d 100644 --- a/fullbar.fr.md +++ b/fullbar.fr.md @@ -7,7 +7,7 @@ text_align: left ---
-**v1.2 - Mars 2020** +**v1.3 - December 2022**
@@ -216,6 +216,18 @@ Nous stockons toutes les données dans **nos propres serveurs**, situés dans un - Tous les documents créés ou téléchargés vers le serveur sont **chiffrés de bout en bout**, ce qui signifie que personne ayant accès au serveur ne peut déchiffrer/lire les données. - Les documents expirent après trois mois et sont ensuite supprimés du serveur, sauf si un compte a été créé, auquel cas les documents téléchargés vers le serveur sont effacés en fonction de la période de conservation fixée par l'utilisateur lors du téléchargement/de la création. + +
+## 4.15 - **Disroot Akkoma** (https://fe.disroot.org) + +- Ce service nécessite une connexion avec des informations d'identification **Disroot**. +- Tout est stocké sur le serveur dans sa forme originale (texte brut). +- Les journaux du serveur, qui contiennent des informations telles que, mais sans s'y limiter, votre adresse IP et votre nom d'utilisateur, sont conservés pendant une période de 24 heures, après quoi ils sont supprimés du serveur. Aucune sauvegarde des fichiers journaux n'est créée. Les journaux sont conservés pour empêcher les attaques par force brute sur les comptes et pour fournir un aperçu rapide lors du débogage des problèmes. +- Toutes les données d'Akkoma tels que, mais sans s'y limiter, les messages, les fichiers, etc., sont stockés sur le serveur dans la base de données en l'état (texte brut). +- Étant donné que ActivityPub est un protocole **fédéré**, lors de l'interaction avec des utilisateurs hébergés sur des serveurs tiers, les données sont envoyées à d'autres serveurs du réseau exploités et détenus de manière indépendante, sur lesquels nous n'avons aucun contrôle. + +Traduit avec www.DeepL.com/Translator (version gratuite) +
# 5. Vos droits @@ -271,6 +283,7 @@ Vous pouvez suivre l'historique des modifications apportées à ce document sur #### Dernière mise à jour de cette déclaration de confidentialité : +- Décembre 2022: ajout des informations d'Akkoma - 28 mars 2020
-- 2.30.2 From 7a139dc70e9fa133e53d3c69ef43dac426d49623 Mon Sep 17 00:00:00 2001 From: avg_joe Date: Sun, 18 Dec 2022 13:29:52 +0100 Subject: [PATCH 07/13] v1.3 added akkoma to german version --- fullbar.de.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/fullbar.de.md b/fullbar.de.md index 4522e82..4a4ea04 100644 --- a/fullbar.de.md +++ b/fullbar.de.md @@ -7,7 +7,7 @@ text_align: left ---
-**v1.2 - March 2020** +**v1.3 - Dezember 2022**
@@ -28,7 +28,7 @@ Jegliche Übersetzung dieser **Datenschutzerklärung** ist eine Bemühung der Ge - **Disroot, Disroot.org, wir** oder **uns**: Die Disroot.org-Stiftung - **Plattform**: die von **Disroot.org** angebotenen Dienste, die auf unseren Servern gehostet werden. - **Disroot-Anmeldedaten**: der Benutzername und das Passwort, die vom Benutzer erstellt und verwendet werden, um sich bei den von uns angebotenen Diensten anzumelden. -- **Föderierte Dienste**: Dienste, die auf der Grundlage von so genannten **Föderationsprotokollen** funktionieren, die es Nutzern, die sich bei verschiedenen Dienstanbietern angemeldet haben, ermöglichen, miteinander zu interagieren. Beispiele für diese Dienste sind **Nextcloud**, **E-Mail** und **XMPP**. +- **Föderierte Dienste**: Dienste, die auf der Grundlage von so genannten **Föderationsprotokollen** funktionieren, die es Nutzern, die sich bei verschiedenen Dienstanbietern angemeldet haben, ermöglichen, miteinander zu interagieren. Beispiele für diese Dienste sind **Nextcloud**, **E-Mail**, **Akkoma** und **XMPP**. - **Brute-Force-Angriff**: ist ein kryptografischer Angriff, der darin besteht, viele Passwörter oder Passphrasen einzureichen und zu testen, in der Hoffnung, schließlich die richtigen zu finden.
@@ -213,6 +213,16 @@ Wir speichern alle Daten auf **unseren eigenen Servern**, in einem Rechenzentrum - Alle Dokumente, die erstellt oder auf den Server hochgeladen werden, sind Ende-zu-Ende-verschlüsselt, d. h. niemand mit Zugang zum Server kann die Daten entschlüsseln/lesen. - Die Dokumente verfallen nach drei Monaten und werden dann vom Server entfernt, es sei denn, es wurde ein Konto eingerichtet; in diesem Fall werden die auf den Server hochgeladenen Dokumente entsprechend der vom Nutzer beim Hochladen/Erstellen festgelegten Aufbewahrungsfrist gelöscht. + +
+## 4.14 - **Disroot Akkoma** (https://fe.disroot.org) + +- Dieser Dienst erfordert eine Anmeldung mit **Disroot**-Zugangsdaten. +- Serverprotokolle, die Informationen wie z.B. Ihre IP-Adresse und Ihren Benutzernamen speichern, werden für einen Zeitraum von 24 Stunden gespeichert und danach vom Server gelöscht. Es wird keine Sicherungskopie der Protokolldateien erstellt. Die Protokolle werden aufbewahrt, um Brute-Force-Angriffe auf Konten zu verhindern und um bei der Fehlersuche einen schnellen Einblick zu erhalten. +- Alle Akkoma-Daten, wie z. B. Nachrichten, Dateien, usw., werden auf dem Server in der Datenbank in unveränderter Form (Klartext) gespeichert. +- Da ActivityPub über ein **föderiertes Protokoll** funktioniert, werden bei der Interaktion mit Benutzern, die auf Servern von Drittanbietern gehostet werden, Daten an andere, unabhängig betriebene und im Besitz von Drittanbietern befindliche Server im Netzwerk gesendet, über die wir keine Kontrolle haben. + +
# 5. Ihre Rechte @@ -264,9 +274,10 @@ Der Zugang zu Ihren persönlichen Daten, gespeicherten Dateien und anderen Infor Alle Änderungen an dieser **Datenschutzerklärung** werden öffentlich zugänglich gemacht und allen Nutzern über unsere sozialen Netzwerke und Blogposts mitgeteilt. Wir empfehlen Ihnen, sich regelmäßig über Änderungen an dieser Erklärung zu informieren. -Sie können den Verlauf der Änderungen an diesem Dokument in unserem Versionskontrollsystem [**hier](https://git.disroot.org/Disroot/Disroot-Privacy-Policy/commits/branch/master) oder im **[Änderungsprotokoll](https://git.disroot.org/Disroot/Disroot-Privacy-Policy/src/branch/master/changelog) verfolgen, um genauere Informationen zu erhalten. -Letzte Aktualisierung dieser Datenschutzerklärung: -28. März 2020 +Sie können den Verlauf der Änderungen an diesem Dokument in unserem Versionskontrollsystem [**hier**](https://git.disroot.org/Disroot/Disroot-Privacy-Policy/commits/branch/master) oder im [**Änderungsprotokoll**](https://git.disroot.org/Disroot/Disroot-Privacy-Policy/src/branch/master/changelog) verfolgen, um genauere Informationen zu erhalten. + +#### Letzte Aktualisierung dieser Datenschutzerklärung: +- Dezember, 2022: Akkoma Informationen hinzugefügt
[Back to top](#top) -- 2.30.2 From c820aff72ae081be7dc0e57ddb1f48899979b58b Mon Sep 17 00:00:00 2001 From: avg_joe Date: Sun, 18 Dec 2022 13:35:40 +0100 Subject: [PATCH 08/13] change to webmail.disroot.org on en,fr,de --- fullbar.de.md | 2 +- fullbar.en.md | 2 +- fullbar.fr.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fullbar.de.md b/fullbar.de.md index 4a4ea04..dc08dd9 100644 --- a/fullbar.de.md +++ b/fullbar.de.md @@ -94,7 +94,7 @@ Wir speichern alle Daten auf **unseren eigenen Servern**, in einem Rechenzentrum
-## 4.1 - **Disroot Email** (https://mail.disroot.org) +## 4.1 - **Disroot Email** (https://webmail.disroot.org) - Für diesen Dienst ist eine Anmeldung mit **Disroot**-Zugangsdaten erforderlich. - Alle E-Mails werden unverschlüsselt auf unseren Servern gespeichert, es sei denn, sie werden vom Benutzer verschlüsselt (z. B. mit GnuPG/PGP). diff --git a/fullbar.en.md b/fullbar.en.md index e696ec7..3f29d12 100644 --- a/fullbar.en.md +++ b/fullbar.en.md @@ -98,7 +98,7 @@ We store all data in **our own servers**, located in a data center in the **Neth
-## 4.1 - **Disroot Email** (https://mail.disroot.org) +## 4.1 - **Disroot Email** (https://webmail.disroot.org) - This service requires login with **Disroot** credentials. - All emails, unless encrypted by the user (with GnuPG/PGP, for example) are stored unencrypted on our servers. diff --git a/fullbar.fr.md b/fullbar.fr.md index d030a0d..1a8db67 100644 --- a/fullbar.fr.md +++ b/fullbar.fr.md @@ -98,7 +98,7 @@ Nous stockons toutes les données dans **nos propres serveurs**, situés dans un
-## 4.1 - **Courriel Disroot** (https://mail.disroot.org) +## 4.1 - **Courriel Disroot** (https://webmail.disroot.org) - Ce service nécessite une connexion avec des identifiants **Disroot**. - Tous les courriels, sauf s'ils sont chiffrés par l'utilisateur (avec GnuPG/PGP, par exemple) sont stockés en clair sur nos serveurs. -- 2.30.2 From 4b6973fd2c736e4d72ae1ade54f63d638d1c9959 Mon Sep 17 00:00:00 2001 From: meaz Date: Sun, 18 Dec 2022 14:16:49 +0100 Subject: [PATCH 09/13] small fixes --- fullbar.en.md | 4 +--- fullbar.fr.md | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/fullbar.en.md b/fullbar.en.md index 3f29d12..28df194 100644 --- a/fullbar.en.md +++ b/fullbar.en.md @@ -219,10 +219,9 @@ We store all data in **our own servers**, located in a data center in the **Neth
-## 4.15 - **Disroot Akkoma** (https://fe.disroot.org) +## 4.14 - **Disroot Akkoma** (https://fe.disroot.org) - This service requires login with **Disroot** credentials. -- Everything is stored on the server in it's original form (plain-text). - Server logs, which store information such as, but not limited to, your IP address and your username are stored for a period of 24 hours after which they are deleted from the server. No backup of log files is created. Logs are kept to prevent brute-force attacks on accounts and to provide quick insight when debugging issues. - All akkoma data such as, but not limited to, messages, files, etc., are stored on the server in the database as is (plain-text). - Given that ActivityPub is a **federated** protocol, when interacting with users hosted on third party servers, data is sent to other independently operated and owned servers in the network over which we have no control. @@ -284,7 +283,6 @@ You can follow the history of changes on this document on our version control sy #### Last update of this Privacy Statement: - December, 2022: add Akkoma information -- March 28th, 2020
[Back to top](#top) diff --git a/fullbar.fr.md b/fullbar.fr.md index 1a8db67..768db6d 100644 --- a/fullbar.fr.md +++ b/fullbar.fr.md @@ -218,10 +218,9 @@ Nous stockons toutes les données dans **nos propres serveurs**, situés dans un
-## 4.15 - **Disroot Akkoma** (https://fe.disroot.org) +## 4.14 - **Disroot Akkoma** (https://fe.disroot.org) - Ce service nécessite une connexion avec des informations d'identification **Disroot**. -- Tout est stocké sur le serveur dans sa forme originale (texte brut). - Les journaux du serveur, qui contiennent des informations telles que, mais sans s'y limiter, votre adresse IP et votre nom d'utilisateur, sont conservés pendant une période de 24 heures, après quoi ils sont supprimés du serveur. Aucune sauvegarde des fichiers journaux n'est créée. Les journaux sont conservés pour empêcher les attaques par force brute sur les comptes et pour fournir un aperçu rapide lors du débogage des problèmes. - Toutes les données d'Akkoma tels que, mais sans s'y limiter, les messages, les fichiers, etc., sont stockés sur le serveur dans la base de données en l'état (texte brut). - Étant donné que ActivityPub est un protocole **fédéré**, lors de l'interaction avec des utilisateurs hébergés sur des serveurs tiers, les données sont envoyées à d'autres serveurs du réseau exploités et détenus de manière indépendante, sur lesquels nous n'avons aucun contrôle. @@ -284,7 +283,6 @@ Vous pouvez suivre l'historique des modifications apportées à ce document sur #### Dernière mise à jour de cette déclaration de confidentialité : - Décembre 2022: ajout des informations d'Akkoma -- 28 mars 2020
[Retour au début](#top) -- 2.30.2 From 6c6c4028e82724c88776bfac3062fa780b78bbee Mon Sep 17 00:00:00 2001 From: muppeth Date: Sun, 22 Jan 2023 01:00:16 +0100 Subject: [PATCH 10/13] 1.3 data backup initial add --- fullbar.en.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fullbar.en.md b/fullbar.en.md index 28df194..717735c 100644 --- a/fullbar.en.md +++ b/fullbar.en.md @@ -75,6 +75,12 @@ To protect your data we use the following security measures: - We provide and require SSL/TLS encryption on all "user-to-server" and "server-to-server" communications on all provided services. - We utilize "end-to-end" and/or "server-side" encryption technologies whenever it is made available by services that allow it to provide maximum security for the users. + +
+## 1.3. How do we backup your data? + +Your data (eg. emails, uploaded files, databases) is backup on external server to allow attempt recovery from dataloss disaster. All data backup except for emails and nextlcoud's file uploads is done daily and backups are stored for period of 7 days. Due to amount of data used for emails and Nextcloud's file data, backups take considerable longer time to complete and thus we keep 7 last backups. +
# 2. What we do not do with your data -- 2.30.2 From 167cfc0039fd0cdded96cbc03cd9286a90afe258 Mon Sep 17 00:00:00 2001 From: muppeth Date: Mon, 23 Jan 2023 00:07:03 +0100 Subject: [PATCH 11/13] 1.3 backup - changed wording --- fullbar.en.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fullbar.en.md b/fullbar.en.md index 717735c..fe682cc 100644 --- a/fullbar.en.md +++ b/fullbar.en.md @@ -79,7 +79,8 @@ To protect your data we use the following security measures:
## 1.3. How do we backup your data? -Your data (eg. emails, uploaded files, databases) is backup on external server to allow attempt recovery from dataloss disaster. All data backup except for emails and nextlcoud's file uploads is done daily and backups are stored for period of 7 days. Due to amount of data used for emails and Nextcloud's file data, backups take considerable longer time to complete and thus we keep 7 last backups. +In order to allow attempt at recovery from dataloss disaster situations, we crate backups on remote server owned by Stichting Disroot.org. We backup data on daily basis and store them for period of 7 days. +Exeption from this rule applies to **emails** sotred in mailboxes and files uploaded to **Disroot cloud**. Due to the size of that data bckups take considerable longer and cannot be completed on daily basis. Instead, we keep 7 last versions of the backup made.
-- 2.30.2 From 783d6a0aa556a7fa8aabf64a17178d8fbbcce2f3 Mon Sep 17 00:00:00 2001 From: meaz Date: Mon, 23 Jan 2023 14:49:38 +0100 Subject: [PATCH 12/13] small typo on backup section --- fullbar.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fullbar.en.md b/fullbar.en.md index fe682cc..ce66662 100644 --- a/fullbar.en.md +++ b/fullbar.en.md @@ -79,8 +79,8 @@ To protect your data we use the following security measures:
## 1.3. How do we backup your data? -In order to allow attempt at recovery from dataloss disaster situations, we crate backups on remote server owned by Stichting Disroot.org. We backup data on daily basis and store them for period of 7 days. -Exeption from this rule applies to **emails** sotred in mailboxes and files uploaded to **Disroot cloud**. Due to the size of that data bckups take considerable longer and cannot be completed on daily basis. Instead, we keep 7 last versions of the backup made. +In order to allow attempt at recovery from dataloss disaster situations, we create backups on remote server owned by Stichting Disroot.org. We backup data on daily basis and store them for period of 7 days. +Exception from this rule applies to **emails** stored in mailboxes and **files** uploaded to **Disroot cloud**. Due to the size of that data, backups take considerable longer and cannot be completed on daily basis. Instead, we keep 7 last versions of the backup made.
-- 2.30.2 From 47428e6f546b9b89626cb956b1f4c1e16ee67051 Mon Sep 17 00:00:00 2001 From: meaz Date: Mon, 23 Jan 2023 14:51:22 +0100 Subject: [PATCH 13/13] add french translation of backup section --- fullbar.fr.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/fullbar.fr.md b/fullbar.fr.md index 768db6d..ab1cef3 100644 --- a/fullbar.fr.md +++ b/fullbar.fr.md @@ -75,6 +75,13 @@ Pour protéger vos données, nous utilisons les mesures de sécurité suivantes - Nous fournissons et exigeons un chiffrement SSL/TLS pour toutes les communications "d'utilisateur à serveur" et "de serveur à serveur" sur tous les services fournis. - Nous utilisons des technologies de chiffrement "de bout en bout" et/ou "côté serveur" chaque fois qu'elles sont mises à disposition par des services qui permettent d'offrir une sécurité maximale aux utilisateurs. + +
+## 1.3. Comment sauvegardons-nous vos données ? + +Afin de permettre une tentative de récupération en cas de perte de données, nous créons des sauvegardes sur un serveur distant appartenant à Stichting Disroot.org. Nous sauvegardons les données sur une base quotidienne et les conservons pendant une période de 7 jours. +Une exception à cette règle s'applique aux **emails** stockés dans les boîtes aux lettres et aux **fichiers** téléchargés sur **Disroot cloud**. En raison de la taille de ces données, les sauvegardes prennent beaucoup plus de temps et ne peuvent pas être effectuées quotidiennement. Au lieu de cela, nous conservons les 7 dernières versions de sauvegarde effectuée. +
# 2. Ce que nous ne faisons pas avec vos données -- 2.30.2