mirror of
https://git.sdf.org/humanacollaborator/humanacollabora.git
synced 2024-10-01 08:25:43 -04:00
added warning labels for higher versions of gitea
This commit is contained in:
parent
eff0719ffa
commit
45e420686b
@ -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||
|
||||
|
@ -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%';
|
||||
|
Loading…
Reference in New Issue
Block a user