From 45e420686b642e973e9f200c92efdb0944a5ae02 Mon Sep 17 00:00:00 2001 From: humanacollaborator Date: Tue, 12 Jul 2022 07:33:37 +0200 Subject: [PATCH] added warning labels for higher versions of gitea --- forge_comparison.md | 2 +- input_data/forges.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/forge_comparison.md b/forge_comparison.md index e1c6340..1351454 100644 --- a/forge_comparison.md +++ b/forge_comparison.md @@ -22,7 +22,7 @@ The following forges have no significant ethical issues: [git.pofilo.fr](https://git.pofilo.fr)|❌|Gitea 1.16.1[⚠][gitea-bug]|n|n|n|n|no registration link| [git.kescher.at](https://git.kescher.at)|✅|Gitea 1.16.5[⚠][gitea-bug]|n|n|n|n|| [git.redxen.eu](https://git.redxen.eu)|❌|Gitea 1.16.5[⚠][gitea-bug]|n|n|n|n|| -[git.exozy.me](https://git.exozy.me)|✅|Gitea 1.18.0|n|n|n|n|[supports federated issues](https://social.exozy.me/@ta180m/108631221939677386)| +[git.exozy.me](https://git.exozy.me)|✅|Gitea 1.18.0[⚠][gitea-bug]|n|n|n|n|[supports federated issues](https://social.exozy.me/@ta180m/108631221939677386)| [framagit.org](https://framagit.org)|✅|Gitlab (CE 13.10.2)|n|n|n|n|[may become more restricted](https://framablog.org/2019/09/26/lets-de-frama-tify-the-internet) in mid-2021| [git.jami.net](https://git.jami.net)|✅|Gitlab (CE)|n|n|n|n|possibly restricted to Jami efforts; acces to help page blocked to non-members so CE/EE unknown| [git.stuxhost.com](https://git.stuxhost.com)|✅|Gitlab (CE)|n|n|n|n|| diff --git a/input_data/forges.sql b/input_data/forges.sql index b50821f..1a586e0 100644 --- a/input_data/forges.sql +++ b/input_data/forges.sql @@ -108,4 +108,4 @@ update forgesTbl set notes = '**dead site**'||case when notes is null then '' el update forgesTbl set notes = '**forced h/reCAPTCHA**'||case when notes is null then '' else '; '||notes end where hrecaptcha = 'unavoidable' and notes not like '%captcha%'; update forgesTbl set notes = '**access granted or denied based on national origin**'||case when notes is null then '' else '; '||notes end where nation_discrimination; update forgesTbl set software = 'Gitlab (CE)' where software = 'gitlab_ce'; -update forgesTbl set software = software||'[⚠][gitea-bug]' where software like 'gitea_1.14%' or software like 'gitea_1.15%' or software like 'gitea_1.16%'; +update forgesTbl set software = software||'[⚠][gitea-bug]' where software like 'gitea_1.14%' or software like 'gitea_1.15%' or software like 'gitea_1.16%' or software like 'gitea_1.17%' or software like 'gitea_1.18%';