From f89bf5f28c1be15477704b79301761beb7983b8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 26 Mar 2022 23:07:47 +0100 Subject: [PATCH] Testing (#123) * Update manifest.json (#96) * Update manifest.json * Update manifest.json * Fix badges * Fix shasum (#99) * Add ynh_add_config (#98) * Add ynh_add_config * Add restictions * Revert "Add restictions" This reverts commit d68f41c03e71d107a0264935eab278ebdf270cde. * Update check_process * [autopatch] Update issue and PR templates (#101) Co-authored-by: Yunohost-Bot <> * Add templates * Fix files permissions * Apply example_ynh (#104) * Increment version * Upgrade config file (#108) Patches that allows to connect to the app without authentication are not working anymore. I see 3 possible solutions: - rework patches to work with upstream changes - use built-in authentication - set authentication to false and protect app access with SSO (as in this PR) * Add readme * Auto-update README * Update change_url * Update install * cleaning up * set cron * Update config.php * Update config.php * Update config.php * Update app.src * Create DISCLAIMER.md * Auto-update README * Update DISCLAIMER.md * Auto-update README * Upgrade to upstream * Auto-update README * Update config.php * Upgrade to upstream * Update manifest.json * Auto-update README * Update change_url * Update change_url * upgrade to upstream * Auto-update README * Api (#111) removing cron job. We already have update_daemon running as a service * Update manifest.json * Auto-update README * Upstream (#114) * upgrade to upstream * Auto-update README Co-authored-by: Yunohost-Bot <> * Fix upstream repo * Update check_process * Auto-update README * Update manifest.json * Upgrade from upstream * Auto-update README * Update manifest.json Co-authored-by: YunoHost Bot Co-authored-by: tituspijean Co-authored-by: yalh76 Co-authored-by: Yunohost-Bot <> Co-authored-by: yunohost-bot --- README.md | 2 +- README_fr.md | 2 +- conf/app.src | 4 ++-- manifest.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0e57812..1f9e48c 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader an - podcasts, - flexible article filtering -**Shipped version:** 20220308~ynh1 +**Shipped version:** 20220326~ynh1 **Demo:** https://demo.yunohost.org/ttrss/ diff --git a/README_fr.md b/README_fr.md index c3ac420..5749bd1 100644 --- a/README_fr.md +++ b/README_fr.md @@ -14,7 +14,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Tiny Tiny RSS est un lecteur et agrégateur de flux d'actualités (RSS/Atom) en ligne gratuit et open source. -**Version incluse :** 20220308~ynh1 +**Version incluse :** 20220326~ynh1 **Démo :** https://demo.yunohost.org/ttrss/ diff --git a/conf/app.src b/conf/app.src index e6debcc..457e71f 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://git-gitea.tt-rss.org/fox/tt-rss/archive/95431890bea57c6fcc3f6198a7a27b1993f3fba4.tar.gz -SOURCE_SUM=17e6dfd342e125ac2091145ca52f40a6380619180d12774a2378ee0709d3d4d4 +SOURCE_URL=https://git-gitea.tt-rss.org/fox/tt-rss/archive/385da287d8640e1ac9d2ade95b7deacb4f0bcf8f.tar.gz +SOURCE_SUM=a129425f1614f71f22bae02bccaf85683245f9c0d68e317f518e900c92ded784 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 22a9c2f..13a6de0 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "News feed (RSS/Atom) reader and aggregator", "fr": "Lecteur de flux d’actualité utilisant les protocoles RSS et Atom" }, - "version": "20220308~ynh1", + "version": "20220326~ynh1", "url": "http://tt-rss.org", "upstream": { "license": "GPL-3.0-only",