From 1fc9cfa94fd77b2df4bb47f7b178f6581861f53b Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 18 Oct 2022 08:26:27 +0200 Subject: [PATCH 1/6] Attempt to fix CORS for Synapse --- conf/endpoint.nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/endpoint.nginx.conf b/conf/endpoint.nginx.conf index d7b771b..c942f6e 100644 --- a/conf/endpoint.nginx.conf +++ b/conf/endpoint.nginx.conf @@ -5,4 +5,6 @@ location /_synapse/admin { proxy_set_header Host $host; client_max_body_size 100M; + + more_set_headers "Access-Control-Allow-Origin: __DOMAIN__"; } From 244372d9ab883405a80a5aaa7b0ea802e4784b83 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 18 Oct 2022 06:26:31 +0000 Subject: [PATCH 2/6] Auto-update README --- README.md | 1 - README_fr.md | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c6e3682..111a399 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ Admin UI for Synapse **Shipped version:** 0.8.5~ynh2 - ## Screenshots ![Screenshot of Synapse Admin](./doc/screenshots/screenshots.jpg) diff --git a/README_fr.md b/README_fr.md index fed43a4..9e22b11 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,8 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Admin UI pour Synapse -**Version incluse :** 0.8.5~ynh2 - +**Version incluse :** 0.8.5~ynh2 ## Captures d'écran From b920acd731286c779f389e92748f63050fc32a38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 17 Jan 2023 21:55:09 +0100 Subject: [PATCH 3/6] Update manifest.json --- manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index e131e14..88675d3 100644 --- a/manifest.json +++ b/manifest.json @@ -10,7 +10,6 @@ "url": "https://github.com/Awesome-Technologies/synapse-admin", "upstream": { "license": "Apache-2.0", - "website": "https://github.com/Awesome-Technologies/synapse-admin", "code": "https://github.com/Awesome-Technologies/synapse-admin" }, "license": "Apache-2.0", @@ -18,7 +17,7 @@ "name": "" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.9" }, "multi_instance": false, "services": [ From 9ddd8fac0c08de7ce1e9876e685fd6df982286c6 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 17 Jan 2023 20:55:18 +0000 Subject: [PATCH 4/6] Auto-update README --- README.md | 1 - README_fr.md | 17 ++++++++--------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 111a399..5482c9a 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,6 @@ Admin UI for Synapse ## Documentation and resources -* Official app website: * Upstream app code repository: * YunoHost documentation for this app: * Report a bug: diff --git a/README_fr.md b/README_fr.md index 9e22b11..e88a449 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,28 +5,27 @@ It shall NOT be edited by hand. # Synapse Admin pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/synapse-admin.svg)](https://dash.yunohost.org/appci/app/synapse-admin) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/synapse-admin.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/synapse-admin.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/synapse-admin.svg)](https://dash.yunohost.org/appci/app/synapse-admin) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/synapse-admin.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/synapse-admin.maintain.svg) [![Installer Synapse Admin avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=synapse-admin) *[Read this readme in english.](./README.md)* -> *Ce package vous permet d'installer Synapse Admin rapidement et simplement sur un serveur YunoHost. -Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* +> *Ce package vous permet d’installer Synapse Admin rapidement et simplement sur un serveur YunoHost. +Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.* -## Vue d'ensemble +## Vue d’ensemble Admin UI pour Synapse **Version incluse :** 0.8.5~ynh2 -## Captures d'écran +## Captures d’écran -![Capture d'écran de Synapse Admin](./doc/screenshots/screenshots.jpg) +![Capture d’écran de Synapse Admin](./doc/screenshots/screenshots.jpg) ## Documentations et ressources -* Site officiel de l'app : -* Dépôt de code officiel de l'app : +* Dépôt de code officiel de l’app : * Documentation YunoHost pour cette app : * Signaler un bug : @@ -42,4 +41,4 @@ ou sudo yunohost app upgrade synapse-admin -u https://github.com/YunoHost-Apps/synapse-admin_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** +**Plus d’infos sur le packaging d’applications :** \ No newline at end of file From c41c9c68e2fdc91cae5d6119db10a948a99fc1d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 17 Jan 2023 21:55:18 +0100 Subject: [PATCH 5/6] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 88675d3..2add42a 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Admin UI for Synapse", "fr": "Admin UI pour Synapse" }, - "version": "0.8.5~ynh2", + "version": "0.8.5~ynh3", "url": "https://github.com/Awesome-Technologies/synapse-admin", "upstream": { "license": "Apache-2.0", From 98b16bb08708a0a76bf2d0ffbb17a1328279d959 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 17 Jan 2023 20:55:27 +0000 Subject: [PATCH 6/6] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5482c9a..00eabea 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Admin UI for Synapse -**Shipped version:** 0.8.5~ynh2 +**Shipped version:** 0.8.5~ynh3 ## Screenshots diff --git a/README_fr.md b/README_fr.md index e88a449..5b34eea 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Admin UI pour Synapse -**Version incluse :** 0.8.5~ynh2 +**Version incluse :** 0.8.5~ynh3 ## Captures d’écran