From 4aa2c6b7a2f3f6ce4dc4259530fc5ed6750694a4 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Wed, 18 Mar 2020 19:10:56 +0100 Subject: [PATCH 1/6] End Official apps status --- apps.json | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/apps.json b/apps.json index a4632676..7fa67af3 100644 --- a/apps.json +++ b/apps.json @@ -56,7 +56,6 @@ "agendav": { "branch": "master", "category": "synchronization", - "high_quality": true, "level": 0, "maintained": "request_adoption", "revision": "HEAD", @@ -99,7 +98,6 @@ "ampache": { "branch": "master", "category": "multimedia", - "high_quality": true, "level": 7, "maintained": "request_adoption", "revision": "HEAD", @@ -161,7 +159,6 @@ "baikal": { "branch": "master", "category": "synchronization", - "high_quality": true, "level": 0, "maintained": "request_adoption", "revision": "HEAD", @@ -547,7 +544,6 @@ "dokuwiki": { "branch": "master", "category": "publishing", - "high_quality": true, "level": 8, "revision": "HEAD", "state": "working", @@ -643,7 +639,6 @@ "etherpad_mypads": { "branch": "master", "category": "office", - "high_quality": true, "level": 8, "revision": "HEAD", "state": "working", @@ -1047,7 +1042,6 @@ "hextris": { "branch": "master", "category": "games", - "high_quality": true, "level": 7, "maintained": "request_adoption", "revision": "HEAD", @@ -1188,7 +1182,6 @@ "jirafeau": { "branch": "master", "category": "synchronization", - "high_quality": true, "level": 7, "maintained": "request_adoption", "revision": "HEAD", @@ -1233,7 +1226,6 @@ "kanboard": { "branch": "master", "category": "productivity_and_management", - "high_quality": true, "level": 7, "maintained": "request_adoption", "revision": "HEAD", @@ -1735,7 +1727,6 @@ "my_webapp": { "branch": "master", "category": "publishing", - "high_quality": true, "level": 7, "maintained": "request_adoption", "revision": "HEAD", @@ -1780,7 +1771,6 @@ "nextcloud": { "branch": "master", "category": "synchronization", - "high_quality": true, "level": 7, "maintained": "request_adoption", "revision": "HEAD", @@ -1884,7 +1874,6 @@ "opensondage": { "branch": "master", "category": "productivity_and_management", - "high_quality": true, "level": 8, "revision": "HEAD", "state": "working", @@ -2014,7 +2003,6 @@ "phpmyadmin": { "branch": "master", "category": "system_tools", - "high_quality": true, "level": 7, "maintained": "request_adoption", "revision": "HEAD", @@ -2074,7 +2062,6 @@ "piwigo": { "branch": "master", "category": "multimedia", - "high_quality": true, "level": 8, "revision": "HEAD", "state": "working", @@ -2209,7 +2196,6 @@ "rainloop": { "branch": "master", "category": "communication", - "high_quality": true, "level": 7, "maintained": "request_adoption", "revision": "HEAD", @@ -2304,7 +2290,6 @@ "roundcube": { "branch": "master", "category": "communication", - "high_quality": true, "level": 7, "maintained": "request_adoption", "revision": "HEAD", @@ -2366,7 +2351,6 @@ "searx": { "branch": "master", "category": "small_utilities", - "high_quality": true, "level": 7, "maintained": "request_adoption", "revision": "HEAD", @@ -2408,7 +2392,6 @@ "shellinabox": { "branch": "master", "category": "system_tools", - "high_quality": true, "level": 7, "maintained": "request_adoption", "revision": "HEAD", @@ -2559,7 +2542,6 @@ "strut": { "branch": "master", "category": "office", - "high_quality": true, "level": 8, "revision": "HEAD", "state": "working", @@ -2615,7 +2597,6 @@ "synapse": { "branch": "master", "category": "communication", - "high_quality": true, "level": 8, "revision": "HEAD", "state": "working", @@ -2718,7 +2699,6 @@ "transmission": { "branch": "master", "category": "multimedia", - "high_quality": true, "level": 7, "maintained": "request_adoption", "revision": "HEAD", @@ -2748,7 +2728,6 @@ "ttrss": { "branch": "master", "category": "reading", - "high_quality": true, "level": 7, "maintained": "request_adoption", "revision": "HEAD", @@ -2837,7 +2816,6 @@ "wallabag2": { "branch": "master", "category": "reading", - "high_quality": true, "level": 8, "revision": "HEAD", "state": "working", @@ -2937,7 +2915,6 @@ "wordpress": { "branch": "master", "category": "publishing", - "high_quality": true, "level": 8, "revision": "HEAD", "state": "working", @@ -3051,7 +3028,6 @@ "zerobin": { "branch": "master", "category": "small_utilities", - "high_quality": true, "level": 7, "maintained": "request_adoption", "revision": "HEAD", From f3060649d39b3c2b8074f8018a2ad9531e27d98f Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Wed, 18 Mar 2020 20:01:09 +0100 Subject: [PATCH 2/6] Request for high_quality tag for wordpress Mandatory check boxes: - [ ] The package is level 7. - [ ] The package has been level 7 for at least 1 month. - [ ] The package has been in the list for at least 2 months. - [ ] The package is up to date regarding the packaging recommendations and helpers. - [ ] The repository has a testing branch. - [ ] All commits are made in testing branch before being merged into master. - [ ] The list points to HEAD, not to a specific commit. - [ ] The repository has a [`pull_request_template.md`](https://github.com/YunoHost/apps/blob/master/pull_request_template-HQ-apps.md) - [ ] The package shows the YunoHost tile `yunohost_panel.conf.inc` Optional check boxes: - [ ] The package is level 7 for ARM as well. *If the app is really important for the community, we can accept it with a broken ARM support. But this should be clearly explained and managed.* - [ ] The app is up to date with the upstream version. *If this is possible with the last YunoHost version.* - [ ] The package supports LDAP *If the app upstream supports it* - [ ] The package supports HTTP authentication *If the app upstream supports it* --- apps.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps.json b/apps.json index 7fa67af3..86243296 100644 --- a/apps.json +++ b/apps.json @@ -2915,6 +2915,7 @@ "wordpress": { "branch": "master", "category": "publishing", + "high_quality": true, "level": 8, "revision": "HEAD", "state": "working", From 94f3f76adf3cb123c5ca91cad62714d9be9dfe66 Mon Sep 17 00:00:00 2001 From: Gofannon <17145502+Gofannon@users.noreply.github.com> Date: Wed, 18 Mar 2020 23:32:00 +0100 Subject: [PATCH 3/6] DokuWiki is maintained --- apps.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps.json b/apps.json index 9136b045..3c47178c 100644 --- a/apps.json +++ b/apps.json @@ -557,6 +557,7 @@ "dokuwiki": { "branch": "master", "category": "publishing", + "maintained": true, "high_quality": true, "level": 8, "revision": "HEAD", From 2d856578b720c5891ca474b86a39f3ebc212cf71 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Thu, 19 Mar 2020 18:03:47 +0100 Subject: [PATCH 4/6] Request for high_quality tag for etherpad --- apps.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps.json b/apps.json index 7fa67af3..df0d144a 100644 --- a/apps.json +++ b/apps.json @@ -639,6 +639,7 @@ "etherpad_mypads": { "branch": "master", "category": "office", + "high_quality": true, "level": 8, "revision": "HEAD", "state": "working", From 400a79d4fcc770a60649e17e11a5feee8841b7f8 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Wed, 1 Apr 2020 12:54:10 +0200 Subject: [PATCH 5/6] Request for high_quality tag for my_webapp --- apps.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 6dee751d..1220af2a 100644 --- a/apps.json +++ b/apps.json @@ -1730,8 +1730,9 @@ "my_webapp": { "branch": "master", "category": "publishing", + "high_quality": true, "level": 7, - "maintained": "request_adoption", + "maintained": "true", "revision": "HEAD", "state": "working", "subtags": [ From 87da80e7b08686ab56b6c35f80b253d9e630243c Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Thu, 2 Apr 2020 23:14:59 +0200 Subject: [PATCH 6/6] #896 --- apps.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps.json b/apps.json index 6dee751d..256132e5 100644 --- a/apps.json +++ b/apps.json @@ -1045,6 +1045,7 @@ "hextris": { "branch": "master", "category": "games", + "high_quality": true, "level": 7, "maintained": "request_adoption", "revision": "HEAD",