From a2c9bc0700501baae24040c872114cb35a99b515 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 23 Jul 2019 18:29:50 +0200 Subject: [PATCH 1/9] Explain is_public --- manifest.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest.json b/manifest.json index fdbbd20..0d1e432 100644 --- a/manifest.json +++ b/manifest.json @@ -38,6 +38,9 @@ "en": "Is it a public server ?", "fr": "Est-ce un serveur public ?" }, + "help": { + "en": "A public server means that anybody will be able to register on this server." + } "default": 0 } ] From b73c81634e34eebb0217a8d40978d5a9e6d99918 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 23 Jul 2019 18:31:45 +0200 Subject: [PATCH 2/9] Typo :/ --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 0d1e432..a751ed2 100644 --- a/manifest.json +++ b/manifest.json @@ -40,7 +40,7 @@ }, "help": { "en": "A public server means that anybody will be able to register on this server." - } + }, "default": 0 } ] From 0057c0b3d53838c68705d5625e5f788b30d13a0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Fri, 26 Jul 2019 08:55:58 +0000 Subject: [PATCH 3/9] Upgrade synapse to 1.2.0 --- README.md | 2 +- conf/armv7_stretch.src | 4 ++-- manifest.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fb5106b..f0046fd 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Instant messaging server matrix network. Yunohost chatroom with matrix : [https://riot.im/app/#/room/#yunohost:matrix.org](https://riot.im/app/#/room/#yunohost:matrix.org) -**Shipped version:** 1.1.0 +**Shipped version:** 1.2.0 Configuration ------------- diff --git a/conf/armv7_stretch.src b/conf/armv7_stretch.src index 291d4e3..9007b82 100644 --- a/conf/armv7_stretch.src +++ b/conf/armv7_stretch.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.1.0/matrix-synapse_1.1.0-stretch-bin1_armv7l.tar.gz -SOURCE_SUM=5344443a78a4b4a540c210380e9c73aab08181f44f60e32e5447a9b78a1c21ce +SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.2.0/matrix-synapse_1.2.0-stretch-bin1_armv7l.tar.gz +SOURCE_SUM=719c8e6676d5e68011f00ce0b3e8fdbe3e4b2f53f6c482dfbb8d4b4e9746ce42 # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/manifest.json b/manifest.json index fdbbd20..1ac9d9d 100644 --- a/manifest.json +++ b/manifest.json @@ -9,7 +9,7 @@ "en": "Instant messaging server who use matrix", "fr": "Un serveur de messagerie instantané basé sur matrix" }, - "version": "1.1.0~ynh1", + "version": "1.2.0~ynh1", "url": "http://matrix.org", "license": "Apache-2.0", "maintainer": { From 9fd7769a417f53a008a8b6b95c1d53b23846f005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Fri, 26 Jul 2019 12:48:45 +0000 Subject: [PATCH 4/9] Upgrade synapse to 1.2.1 --- README.md | 2 +- conf/armv7_stretch.src | 4 ++-- manifest.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f0046fd..6543893 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Instant messaging server matrix network. Yunohost chatroom with matrix : [https://riot.im/app/#/room/#yunohost:matrix.org](https://riot.im/app/#/room/#yunohost:matrix.org) -**Shipped version:** 1.2.0 +**Shipped version:** 1.2.1 Configuration ------------- diff --git a/conf/armv7_stretch.src b/conf/armv7_stretch.src index 9007b82..d7a23a6 100644 --- a/conf/armv7_stretch.src +++ b/conf/armv7_stretch.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.2.0/matrix-synapse_1.2.0-stretch-bin1_armv7l.tar.gz -SOURCE_SUM=719c8e6676d5e68011f00ce0b3e8fdbe3e4b2f53f6c482dfbb8d4b4e9746ce42 +SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.2.1/matrix-synapse_1.2.1-stretch-bin1_armv7l.tar.gz +SOURCE_SUM=b716ac0ea009ca5882fd938a6a32d316e4c5d95a4985afcf142f86809eadc853 # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/manifest.json b/manifest.json index 1ac9d9d..615ce25 100644 --- a/manifest.json +++ b/manifest.json @@ -9,7 +9,7 @@ "en": "Instant messaging server who use matrix", "fr": "Un serveur de messagerie instantané basé sur matrix" }, - "version": "1.2.0~ynh1", + "version": "1.2.1~ynh1", "url": "http://matrix.org", "license": "Apache-2.0", "maintainer": { From 9918f7bef209235453ddfcd49bb032d0747bbb8d Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 26 Jul 2019 20:24:41 +0200 Subject: [PATCH 5/9] Update manifest.json Co-Authored-By: Mayeul Cantan --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index a751ed2..7362d3e 100644 --- a/manifest.json +++ b/manifest.json @@ -39,7 +39,8 @@ "fr": "Est-ce un serveur public ?" }, "help": { - "en": "A public server means that anybody will be able to register on this server." + "en": "A public server means that anybody will be able to register on this server.", + "fr": "Un serveur public signifie que n'importe qui poura s'enregistrer sur ce serveur" }, "default": 0 } From a771acc979ac35064a03ee8253c8af16ff6066db Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 30 Jul 2019 16:18:50 +0200 Subject: [PATCH 6/9] Typo --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 7362d3e..49af867 100644 --- a/manifest.json +++ b/manifest.json @@ -40,7 +40,7 @@ }, "help": { "en": "A public server means that anybody will be able to register on this server.", - "fr": "Un serveur public signifie que n'importe qui poura s'enregistrer sur ce serveur" + "fr": "Un serveur public signifie que n'importe qui pourra s'enregistrer sur ce serveur." }, "default": 0 } From 4bba2a6fcf4a8e89b1e70355912c18c622ee70bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Tue, 20 Aug 2019 00:10:06 +0200 Subject: [PATCH 7/9] Upgrade to synapse v1.3.1 --- README.md | 2 +- conf/armv7_stretch.src | 4 ++-- manifest.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6543893..c490814 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Instant messaging server matrix network. Yunohost chatroom with matrix : [https://riot.im/app/#/room/#yunohost:matrix.org](https://riot.im/app/#/room/#yunohost:matrix.org) -**Shipped version:** 1.2.1 +**Shipped version:** 1.3.1 Configuration ------------- diff --git a/conf/armv7_stretch.src b/conf/armv7_stretch.src index d7a23a6..4eaf73e 100644 --- a/conf/armv7_stretch.src +++ b/conf/armv7_stretch.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.2.1/matrix-synapse_1.2.1-stretch-bin1_armv7l.tar.gz -SOURCE_SUM=b716ac0ea009ca5882fd938a6a32d316e4c5d95a4985afcf142f86809eadc853 +SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.3.1/matrix-synapse_1.3.1-stretch-bin1_armv7l.tar.gz +SOURCE_SUM=5d5bc39c6e868815daf211ac85ab03b9ae857dce60a3e3bdcaae0f835b295702 # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/manifest.json b/manifest.json index d7c9d22..fd16b83 100644 --- a/manifest.json +++ b/manifest.json @@ -9,7 +9,7 @@ "en": "Instant messaging server who use matrix", "fr": "Un serveur de messagerie instantané basé sur matrix" }, - "version": "1.2.1~ynh1", + "version": "1.3.1~ynh1", "url": "http://matrix.org", "license": "Apache-2.0", "maintainer": { From 38d3018a389038a61a55e2a941a381d8f1f029eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Tue, 3 Sep 2019 15:38:09 +0200 Subject: [PATCH 8/9] Fix commit for CI --- check_process | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check_process b/check_process index 455b786..7e350c5 100644 --- a/check_process +++ b/check_process @@ -12,7 +12,7 @@ setup_public=1 upgrade=1 upgrade=1 from_commit=db374d2bff981d2660ebdac52ee77c684383c00d - upgrade=1 from_commit=ca5bc8dba9f7594bf985c69543f0c10a093fc097 + upgrade=1 from_commit=39b2e75dc51ac1a3f1ef937b6009e6fe786b037f backup_restore=1 multi_instance=1 incorrect_path=0 @@ -33,5 +33,5 @@ ;;; Upgrade options ; commit=db374d2bff981d2660ebdac52ee77c684383c00d name=Fix postgresql helper from old_version_for_CI_2 branch - ; commit=ca5bc8dba9f7594bf985c69543f0c10a093fc097 + ; commit=39b2e75dc51ac1a3f1ef937b6009e6fe786b037f name=Migrate from self signed certificate to cert managed by Yunohost From eca523222e6b86e87f118035d5ac784a9482f5a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Tue, 3 Sep 2019 20:43:34 +0200 Subject: [PATCH 9/9] Use specific commit for CI --- check_process | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check_process b/check_process index 7e350c5..953da6e 100644 --- a/check_process +++ b/check_process @@ -12,7 +12,7 @@ setup_public=1 upgrade=1 upgrade=1 from_commit=db374d2bff981d2660ebdac52ee77c684383c00d - upgrade=1 from_commit=39b2e75dc51ac1a3f1ef937b6009e6fe786b037f + upgrade=1 from_commit=0b830d9e4eadefb907f1f30a02ffbb84778f91fc backup_restore=1 multi_instance=1 incorrect_path=0 @@ -33,5 +33,5 @@ ;;; Upgrade options ; commit=db374d2bff981d2660ebdac52ee77c684383c00d name=Fix postgresql helper from old_version_for_CI_2 branch - ; commit=39b2e75dc51ac1a3f1ef937b6009e6fe786b037f + ; commit=0b830d9e4eadefb907f1f30a02ffbb84778f91fc name=Migrate from self signed certificate to cert managed by Yunohost