From fd34e56c3e38792c53462945d9bc6fc9d73646ca Mon Sep 17 00:00:00 2001 From: anmol Date: Mon, 2 Nov 2020 20:32:42 +0530 Subject: [PATCH 001/166] Modified squid3 as working app --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 6b784a66..5744f1cc 100644 --- a/apps.json +++ b/apps.json @@ -2882,7 +2882,7 @@ "branch": "master", "category": "small_utilities", "revision": "HEAD", - "state": "notworking", + "state": "working", "url": "https://github.com/YunoHost-Apps/squid3_ynh" }, "ssh_chroot_dir": { From 5b14e6f7b90bc9ac366766dd01fabd8a01499aef Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 23 Nov 2020 00:26:31 +0100 Subject: [PATCH 002/166] Update high quality checklist (c.f. new definitions for level 7, 8, 9) --- README.md | 28 ++++----------------------- hq_validation_template.md | 40 ++++++++++++++++++--------------------- 2 files changed, 22 insertions(+), 46 deletions(-) diff --git a/README.md b/README.md index 9b4bf71a..a81ad9fb 100644 --- a/README.md +++ b/README.md @@ -50,31 +50,11 @@ Usage: ### How to make my app a High Quality app ? -A High Quality app will be highlighted in the app list and marked as a level 8 app. -To become a High Quality app, a package has to follow the following rules: +A High Quality app will be highlighted in the app list and marked as a level 9 app. +To become a High Quality app, a package has to follow the criterias listed [here](hq_validation_template.md). -* The app should already have been in the community list for 2 months. -* The app should be kept up to date, regarding the upstream source (if it’s possible with our current YunoHost version). -* The package itself should be up to date regarding the packaging recommendations and helpers. -* The package should be level 7 for at least 1 month. -* The repository should have testing and master branches, at least. The list should point to HEAD, so the list stays up to date. -* Any modification should be done to the testing branch, and wait at least for one approval of one member of the Apps group so that we can ensure that there’s nothing in opposition to those criteria, nor any changes that would harm servers. -* The package should comply with the [requirements of the level 8](https://github.com/YunoHost/doc/blob/master/packaging_apps_levels.md#level-8). - -You can find the validation form used by Apps group [here](https://github.com/YunoHost/apps/blob/master/hq_validation_template.md). - -If the app is already tagged as High Quality and one of those criteria isn't respected anymore: after a warning, the tag will be removed until the criterion is again validated. - -To make an app a High Quality app, technically, you have to add the tag ```"high_quality": true```. -```json - "wallabag": { - "branch": "master", - "high_quality": true, - "revision": "HEAD", - "url": "https://github.com/abeudin/wallabag_ynh.git", - "state": "working" - } -``` +Once the app is validated is "high quality", the tag `"high_quality": true` +shall be added to the app infos inside the catalog (`apps.json`). ### How to make my app a Featured app ? diff --git a/hq_validation_template.md b/hq_validation_template.md index 7b955514..44470e63 100644 --- a/hq_validation_template.md +++ b/hq_validation_template.md @@ -1,26 +1,22 @@ # Validation template for High Quality tag request -Package URL: +Package URL: -This template is designed to be used as it is by Apps group to validate requests from packagers for the tag High Quality. +This template is designed to be used by the Apps group to validate requests from packagers for the tag High Quality. -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* +- [ ] The package is level 8. +- [ ] The app is reasonably up to date with the upstream version. +- [ ] The maintainers intend to maintain the app, and will communicate with the Apps group if they intend to stop maintaining the app. +- [ ] The package **supports all recommended integrations with Yunohost**, in particular: + - [ ] Architectures: The package has been tested and validated for other architectures it's supposed to work on (in particular ARM or 32bit), or properly handles the detection of unsupported architectures at the beginning of the install script. + - [ ] Yunohost tile integration: The package integrates the YunoHost tile `yunohost_panel.conf.inc` in its nginx configuration. + - [ ] LDAP/SSO integration *(if relevant)*: The package supports LDAP authentication **and** automatic login through Yunohost's SSO. + - [ ] Fail2ban integration *(if relevant)*: The package provides rules to block brute force attempts on the app +- [ ] The package has been **reviewed by members of the Apps group** to validate that: + - [ ] It is up to date with the recommended packaging practices. + - [ ] There are no obvious security issues or borderline practices. +- [ ] The maintainers agree to follow the **recommended development workflow**: + - [ ] The `revision` field in the app catalog (`apps.json`) points to `HEAD` + - [ ] All pull requests should target the `testing` branch before being merged into `master`. + - [ ] All pull requests should be reviewed and validated by another member of the app group before merging. + - [ ] The repository has a [`pull_request_template.md`](https://github.com/YunoHost/apps/blob/master/pull_request_template-HQ-apps.md). From 6287e3d77e576c09aa51ea1b496f6fe199add698 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 23 Nov 2020 01:01:16 +0100 Subject: [PATCH 003/166] Update README.md --- README.md | 89 ++++++++++++++++++++++++++----------------------------- 1 file changed, 42 insertions(+), 47 deletions(-) diff --git a/README.md b/README.md index 9b4bf71a..4574e39b 100644 --- a/README.md +++ b/README.md @@ -1,43 +1,57 @@ -# YunoHost apps directory +# YunoHost application catalog - + -Here you will find the repositories and versions of every apps integrated in YunoHost. +Here you will find the repositories and versions of every apps available in YunoHost's default catalog. -https://yunohost.org/apps +It is browsable here: https://yunohost.org/apps -The application list corresponds to **apps.json** which contains references to known "free-software" YunoHost packages along with a few metadata about them. +The main file of the catalog is [**apps.json**](./apps.json) which contains +references to the corresponding git repositories for each application, along +with a few metadata about them such as its category or maintenance state. This +file regularly read by `list_builder.py` which publish the results on +https://app.yunohost.org/default/. -## Contributing +### Where can I learn about app packaging in Yunohost ? -### How to add your app to the apps list +- You can browse the contributor documentation : https://yunohost.org/contributordoc +- If you are not familiar with Git/Github, you can have a look at our [homemade guide](https://yunohost.org/#/packaging_apps_git) +- Don't hesitate to reach for help on the dedicated [application packaging chatroom](https://yunohost.org/chat_rooms) ... we can even schedule an audio meeting to help you get started ! -**If** your app is under a free-software licence : -* Fork and edit the [apps list](https://github.com/YunoHost/apps/tree/master/apps.json) +### How to add your app to the application catalog + +N.B. : the Yunohost project will **NOT** integrate in its catalog applications that are not +based on free-software upstreams. + +To add your application to the catalog: +* Fork this repository and edit the [apps.json](https://github.com/YunoHost/apps/tree/master/apps.json) file * Add your app's ID and git information at the right alphabetical place * Indicate the app's functioning state: `notworking`, `inprogress`, or `working` -* Do not add the level yourself. The CI will do it. -* Send a [Pull Request](https://github.com/YunoHost/apps/pulls/) +* *Do not* add the level entry by yourself. Our automatic test suite ("the CI") will handle it. +* Create a [Pull Request](https://github.com/YunoHost/apps/pulls/) App example addition: ```json "wallabag": { "branch": "master", - "revision": "c2fc62438ac5c9503e3f4ebfdc425ec03a0ec0c0", + "revision": "HEAD", "url": "https://github.com/abeudin/wallabag_ynh", "state": "working" } ``` -N.B. : You can now put `HEAD` as `revision`. This way, you won't have to come and update this file each time you change things in your app. *But* this also means that any change to your `master` branch will be made available to everybody. Hence, when developing things which are not production-ready, if you use `HEAD` we strongly recommend that you develop in a `testing` branch (for instance) until you consider things stable enough to be merged in `master`. +N.B. : We strongly encourage you to transfer the ownership of your repository to +the Yunohost-Apps organization on Github, such that the community will help you +with keeping your app working and up to date with packaging evolutions. -N.B. 2 : Organization is still debating about what to do with non-free apps listing (cf. [this thread](https://forum.yunohost.org/t/about-community-and-official-apps/6372/25). Such a list is unlikely to be maintained by the YunoHost project officially. However, it could be created and maintained by member of the community. Check out [the forum](https://forum.yunohost.org) about this. +N.B.2 : If `"revision": "HEAD"` is used in `apps.json`, any commit to the +`master` branch on your app will automatically be published to the catalog. +Therefore we strongly encourage you to develop in separate branches, and only +merge changes that were carefully tested. Get in touch with the Apps group to +obtain an access to the developer CI where you'll be able to test your app +easily. -### How to help translating - -We invite you to use [translate.yunohost.org](https://translate.yunohost.org/) instead of doing Pull Request for files in `locales` folder. - -### Helper script +#### Helper script You can use the add_or_update.py python script to add or update your app from one of the 2 json files. @@ -48,7 +62,15 @@ Usage: ./add_or_update.py apps.json [github/gitlab url OR app name [github/gitlab url OR app name [github/gitlab url OR app name ...]]] ``` -### How to make my app a High Quality app ? +### How to help translating + +Update on Nov. 2020 : this part is broken / not maintained anymore for the +moment... + +We invite you to use [translate.yunohost.org](https://translate.yunohost.org/) +instead of doing Pull Request for files in `locales` folder. + +### How to make my app flagged as High Quality ? A High Quality app will be highlighted in the app list and marked as a level 8 app. To become a High Quality app, a package has to follow the following rules: @@ -76,30 +98,6 @@ To make an app a High Quality app, technically, you have to add the tag ```"high } ``` -### How to make my app a Featured app ? - -A Featured app is highlighted in the app list and shown before any others. -To become a Featured app, a package has to follow the following rules: - -* The app should already be a High Quality app. -* The upstream app should be accessible and well made. -* The app should be interesting and demanded by the community. -* The app should fit the spirit of YunoHost. - -**Please note that the exact process to decide which apps are going to be Featured, and for how many time, isn't yet defined...** - -To make an app a Featured app, technically, you have to add the tag ```"featured": true```. -```json - "wallabag": { - "branch": "master", - "high_quality": true, - "featured": true, - "revision": "HEAD", - "url": "https://github.com/abeudin/wallabag_ynh.git", - "state": "working" - } -``` - ### What to do if I can't maintain my app anymore ? If you don't have time anymore to maintain an app, you can update its status to inform users and packagers that you will not maintain it anymore. @@ -112,6 +110,3 @@ This tag can have 5 different values: Please contact the Apps group if you want to take care of an unmaintained app. If you want to modify the status of one of your apps, for any reason, please consider informing the community via the forum. Users would probably be glad to be informed that an app they use will become unmaintained. - -#### More information -See [yunohost.org/packaging_apps](https://yunohost.org/packaging_apps) From 1d043474fcbfd965b0b3fbfd207e586d56ecd2e0 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 23 Nov 2020 19:06:57 +0100 Subject: [PATCH 004/166] Update apps.json --- apps.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps.json b/apps.json index 94bbb430..58600c1b 100644 --- a/apps.json +++ b/apps.json @@ -2453,6 +2453,16 @@ ], "url": "https://github.com/YunoHost-Apps/prettynoemiecms_ynh" }, + "privatebin": { + "branch": "master", + "category": "small_utilities", + "revision": "HEAD", + "state": "working", + "subtags": [ + "pastebin" + ], + "url": "https://github.com/YunoHost-apps/privatebin_ynh" + }, "proftpd": { "branch": "master", "category": "system_tools", From 5597121b4e91615e4399fee139b56bf0b47ea681 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 27 Nov 2020 06:18:39 +0100 Subject: [PATCH 005/166] tvheadend not being properly tested by the CI --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index b3e0590d..31660453 100644 --- a/apps.json +++ b/apps.json @@ -3150,7 +3150,7 @@ "tvheadend": { "branch": "master", "category": "multimedia", - "level": 5, + "level": 0, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/tvheadend_ynh" From 93b5736da9cbdd8f6e46afa36b334e3d37a90c6a Mon Sep 17 00:00:00 2001 From: "yunohost-bot@yunohost.org" Date: Fri, 27 Nov 2020 20:05:13 +0000 Subject: [PATCH 006/166] Update app's level --- apps.json | 57 ++++++++++++++++++++++++++++++++----------------------- 1 file changed, 33 insertions(+), 24 deletions(-) diff --git a/apps.json b/apps.json index 49ac5463..e6585272 100644 --- a/apps.json +++ b/apps.json @@ -116,7 +116,7 @@ "anfora": { "branch": "master", "category": "social_media", - "level": 7, + "level": 3, "revision": "HEAD", "state": "working", "subtags": [ @@ -260,7 +260,7 @@ "borg": { "branch": "master", "category": "system_tools", - "level": 7, + "level": 4, "revision": "HEAD", "state": "working", "subtags": [ @@ -282,7 +282,7 @@ "bozon": { "branch": "master", "category": "synchronization", - "level": 7, + "level": 4, "revision": "HEAD", "state": "working", "subtags": [ @@ -332,6 +332,7 @@ "chtickynotes": { "branch": "master", "category": "office", + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -381,7 +382,7 @@ "collabora": { "branch": "master", "category": "office", - "level": 0, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -407,7 +408,7 @@ "concrete5": { "branch": "master", "category": "publishing", - "level": 0, + "level": 7, "maintained": false, "revision": "HEAD", "state": "working", @@ -531,7 +532,7 @@ "discourse": { "branch": "master", "category": "communication", - "level": 7, + "level": 0, "revision": "HEAD", "state": "working", "subtags": [ @@ -699,7 +700,7 @@ "emailpoubelle": { "branch": "master", "category": "small_utilities", - "level": 4, + "level": 7, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/emailpoubelle_ynh" @@ -707,6 +708,7 @@ "encryptic": { "branch": "master", "category": "office", + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -768,7 +770,7 @@ "firefly-iii": { "branch": "master", "category": "productivity_and_management", - "level": 7, + "level": 0, "revision": "HEAD", "state": "working", "subtags": [ @@ -893,7 +895,7 @@ "friendica": { "branch": "master", "category": "social_media", - "level": 7, + "level": 4, "maintained": false, "revision": "HEAD", "state": "working", @@ -1176,6 +1178,7 @@ "hedgedoc": { "branch": "master", "category": "office", + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -1196,7 +1199,7 @@ "homeassistant": { "branch": "master", "category": "iot", - "level": 3, + "level": 7, "maintained": true, "revision": "HEAD", "state": "working", @@ -1290,6 +1293,7 @@ "invidious": { "branch": "master", "category": "social_media", + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -1339,7 +1343,7 @@ "jellyfin": { "branch": "master", "category": "multimedia", - "level": 0, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -1469,7 +1473,7 @@ "laverna": { "branch": "master", "category": "office", - "level": 2, + "level": 7, "maintained": false, "revision": "HEAD", "state": "working", @@ -1600,6 +1604,7 @@ "lychee": { "branch": "master", "category": "multimedia", + "level": 7, "maintained": true, "revision": "HEAD", "state": "working", @@ -1633,7 +1638,7 @@ "mantis": { "branch": "master", "category": "productivity_and_management", - "level": 1, + "level": 7, "maintained": true, "revision": "HEAD", "state": "working", @@ -1771,6 +1776,7 @@ "mineweb": { "branch": "master", "category": "publishing", + "level": 7, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/mineweb_ynh" @@ -1832,7 +1838,7 @@ "monica": { "branch": "master", "category": "wat", - "level": 7, + "level": 0, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/monica_ynh" @@ -2009,6 +2015,7 @@ }, "neutrinet": { "branch": "stable", + "level": 0, "revision": "HEAD", "state": "working", "url": "https://gitlab.domainepublic.net/Neutrinet/neutrinet_ynh" @@ -2222,6 +2229,7 @@ "peertube-search-index": { "branch": "master", "category": "social_media", + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -2350,7 +2358,7 @@ "pilea": { "branch": "master", "category": "iot", - "level": 7, + "level": 0, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/pilea_ynh" @@ -2436,7 +2444,7 @@ "portainer": { "branch": "master", "category": "system_tools", - "level": 4, + "level": 0, "maintained": false, "revision": "HEAD", "state": "working", @@ -2595,7 +2603,7 @@ "restic": { "branch": "master", "category": "system_tools", - "level": 2, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -2638,7 +2646,7 @@ "roundcube": { "branch": "master", "category": "communication", - "level": 7, + "level": 0, "revision": "HEAD", "state": "working", "subtags": [ @@ -2712,7 +2720,7 @@ "searx": { "branch": "master", "category": "small_utilities", - "level": 7, + "level": 4, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/searx_ynh" @@ -2731,7 +2739,7 @@ "shaarli": { "branch": "master", "category": "publishing", - "level": 7, + "level": 4, "revision": "HEAD", "state": "working", "subtags": [ @@ -3242,7 +3250,7 @@ "weblate": { "branch": "master", "category": "dev", - "level": 0, + "level": 7, "maintained": false, "revision": "HEAD", "state": "working", @@ -3299,7 +3307,7 @@ "wetty": { "branch": "master", "category": "system_tools", - "level": 7, + "level": 3, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/wetty_ynh" @@ -3385,6 +3393,7 @@ "yellow": { "branch": "master", "category": "publishing", + "level": 7, "maintained": true, "revision": "HEAD", "state": "working", @@ -3446,7 +3455,7 @@ "yunomonitor": { "branch": "master", "category": "system_tools", - "level": 7, + "level": 4, "revision": "HEAD", "state": "working", "subtags": [ @@ -3491,7 +3500,7 @@ "zerobin": { "branch": "master", "category": "small_utilities", - "level": 7, + "level": 1, "revision": "HEAD", "state": "working", "subtags": [ From 7ef5fedb754665cc5c59857cd60871bff11b9a7e Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 28 Nov 2020 11:00:56 +0100 Subject: [PATCH 007/166] fix roundcube level --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index e6585272..66944338 100644 --- a/apps.json +++ b/apps.json @@ -2646,7 +2646,7 @@ "roundcube": { "branch": "master", "category": "communication", - "level": 0, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ From 99c8ba1124f4a66ec6a93da91d2a820898afcdc7 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 28 Nov 2020 13:05:56 +0100 Subject: [PATCH 008/166] zerobin level --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 66944338..afa7e4c1 100644 --- a/apps.json +++ b/apps.json @@ -3500,7 +3500,7 @@ "zerobin": { "branch": "master", "category": "small_utilities", - "level": 1, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ From d9ff1424467c35de9189aec6bee0dea6e7d468d4 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 28 Nov 2020 15:24:34 +0100 Subject: [PATCH 009/166] wetty level --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index afa7e4c1..cd8c7fc5 100644 --- a/apps.json +++ b/apps.json @@ -3307,7 +3307,7 @@ "wetty": { "branch": "master", "category": "system_tools", - "level": 3, + "level": 7, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/wetty_ynh" From 7fe43d6381905b9a921eacb269be24d90febfe2f Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 28 Nov 2020 21:49:59 +0100 Subject: [PATCH 010/166] Set borg and searx back to level 7 --- apps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps.json b/apps.json index cd8c7fc5..d0b9cc2d 100644 --- a/apps.json +++ b/apps.json @@ -260,7 +260,7 @@ "borg": { "branch": "master", "category": "system_tools", - "level": 4, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -2720,7 +2720,7 @@ "searx": { "branch": "master", "category": "small_utilities", - "level": 4, + "level": 7, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/searx_ynh" From 8b620fd63380e79563e78c58385e499493498b07 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 29 Nov 2020 07:49:06 +0100 Subject: [PATCH 011/166] Bozon is back to level 7 ! --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index d0b9cc2d..c94d2902 100644 --- a/apps.json +++ b/apps.json @@ -282,7 +282,7 @@ "bozon": { "branch": "master", "category": "synchronization", - "level": 4, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ From c936058c32c63976950549c119c5fdf963b94a28 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 1 Dec 2020 18:20:53 +0100 Subject: [PATCH 012/166] Update apps.json --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index c94d2902..e22e42dc 100644 --- a/apps.json +++ b/apps.json @@ -1233,7 +1233,7 @@ "level": 0, "maintained": false, "revision": "f18ed28892f1eb15ef39a9cd9de9c43612f15d2d", - "state": "working", + "state": "notworking", "url": "https://github.com/isserterrus/htmltools_ynh" }, "htpc-manager": { From 2be36a7cf653cd459e81e3921c83caee38356da4 Mon Sep 17 00:00:00 2001 From: "yunohost-bot@yunohost.org" Date: Fri, 4 Dec 2020 20:05:15 +0000 Subject: [PATCH 013/166] Update app's level --- apps.json | 68 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 35 insertions(+), 33 deletions(-) diff --git a/apps.json b/apps.json index e22e42dc..31b41581 100644 --- a/apps.json +++ b/apps.json @@ -116,7 +116,7 @@ "anfora": { "branch": "master", "category": "social_media", - "level": 3, + "level": 1, "revision": "HEAD", "state": "working", "subtags": [ @@ -260,7 +260,7 @@ "borg": { "branch": "master", "category": "system_tools", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -343,7 +343,7 @@ "civicrm_drupal7": { "branch": "master", "category": "productivity_and_management", - "level": 7, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -543,7 +543,7 @@ "distbin": { "branch": "master", "category": "small_utilities", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -623,6 +623,7 @@ "domoticz": { "branch": "master", "category": "iot", + "level": 7, "revision": "HEAD", "state": "working", "url": "https://github.com/Yunohost-Apps/domoticz_ynh" @@ -630,7 +631,7 @@ "dotclear2": { "branch": "master", "category": "publishing", - "level": 7, + "level": 8, "maintained": true, "revision": "HEAD", "state": "working", @@ -653,7 +654,7 @@ "drupal": { "branch": "master", "category": "publishing", - "level": 7, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -664,7 +665,7 @@ "drupal7": { "branch": "master", "category": "publishing", - "level": 7, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -770,7 +771,7 @@ "firefly-iii": { "branch": "master", "category": "productivity_and_management", - "level": 0, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -992,7 +993,7 @@ "branch": "master", "category": "dev", "high_quality": true, - "level": 8, + "level": 9, "revision": "HEAD", "state": "working", "subtags": [ @@ -1138,7 +1139,7 @@ "h5ai": { "branch": "master", "category": "small_utilities", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/h5ai_ynh" @@ -1230,7 +1231,6 @@ "htmltool": { "branch": "master", "category": "small_utilities", - "level": 0, "maintained": false, "revision": "f18ed28892f1eb15ef39a9cd9de9c43612f15d2d", "state": "notworking", @@ -1768,7 +1768,7 @@ "minetest": { "branch": "master", "category": "games", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/minetest_ynh" @@ -1784,7 +1784,7 @@ "minidlna": { "branch": "master", "category": "multimedia", - "level": 4, + "level": 6, "maintained": false, "revision": "HEAD", "state": "working", @@ -1816,7 +1816,7 @@ "mobilizon": { "branch": "master", "category": "social_media", - "level": 7, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -1857,7 +1857,7 @@ "monitorix": { "branch": "master", "category": "system_tools", - "level": 7, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -1894,7 +1894,7 @@ "movim": { "branch": "master", "category": "social_media", - "level": 7, + "level": 6, "maintained": false, "revision": "HEAD", "state": "working", @@ -2218,7 +2218,7 @@ "peertube": { "branch": "master", "category": "social_media", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -2229,7 +2229,7 @@ "peertube-search-index": { "branch": "master", "category": "social_media", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -2358,7 +2358,7 @@ "pilea": { "branch": "master", "category": "iot", - "level": 0, + "level": 7, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/pilea_ynh" @@ -2389,7 +2389,7 @@ "pixelfed": { "branch": "master", "category": "social_media", - "level": 7, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -2400,7 +2400,7 @@ "pleroma": { "branch": "master", "category": "social_media", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -2421,7 +2421,7 @@ "plume": { "branch": "master", "category": "social_media", - "level": 7, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -2474,6 +2474,7 @@ "privatebin": { "branch": "master", "category": "small_utilities", + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -2614,7 +2615,7 @@ "riot": { "branch": "riot_force_migration", "category": "communication", - "level": 7, + "level": 6, "revision": "f10584731db12f08ef82758c7623dc4cce1b1597", "state": "working", "subtags": [ @@ -2720,7 +2721,7 @@ "searx": { "branch": "master", "category": "small_utilities", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/searx_ynh" @@ -2739,7 +2740,7 @@ "shaarli": { "branch": "master", "category": "publishing", - "level": 4, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -2865,7 +2866,7 @@ "sogo": { "branch": "master", "category": "communication", - "level": 7, + "level": 6, "maintained": true, "revision": "HEAD", "state": "working", @@ -2914,6 +2915,7 @@ "squid3": { "branch": "master", "category": "small_utilities", + "level": 0, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/squid3_ynh" @@ -3022,7 +3024,7 @@ "syncthing": { "branch": "master", "category": "synchronization", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -3111,7 +3113,7 @@ "transmission": { "branch": "master", "category": "multimedia", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -3322,7 +3324,7 @@ "wikijs": { "branch": "master", "category": "publishing", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -3362,7 +3364,7 @@ "branch": "master", "category": "publishing", "high_quality": true, - "level": 8, + "level": 6, "maintained": true, "revision": "HEAD", "state": "working", @@ -3375,7 +3377,7 @@ "writefreely": { "branch": "master", "category": "social_media", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -3466,7 +3468,7 @@ "z-push": { "branch": "master", "category": "synchronization", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -3489,7 +3491,7 @@ "zap": { "branch": "master", "category": "social_media", - "level": 7, + "level": 0, "revision": "HEAD", "state": "working", "subtags": [ From f9176c8fc47861ea5a1036c97100bfca7d799e6e Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 4 Dec 2020 23:13:38 +0100 Subject: [PATCH 014/166] anfora level --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 31b41581..8aa52737 100644 --- a/apps.json +++ b/apps.json @@ -116,7 +116,7 @@ "anfora": { "branch": "master", "category": "social_media", - "level": 1, + "level": 3, "revision": "HEAD", "state": "working", "subtags": [ From ca9d665d3654f758f891493acf333867db219f93 Mon Sep 17 00:00:00 2001 From: Jens Diemer Date: Mon, 7 Dec 2020 16:26:54 +0100 Subject: [PATCH 015/166] Add PyInventory into apps.json https://github.com/jedie/pyinventory_ynh https://github.com/jedie/PyInventory --- apps.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps.json b/apps.json index 8aa52737..cc8346e4 100644 --- a/apps.json +++ b/apps.json @@ -2522,6 +2522,16 @@ ], "url": "https://github.com/YunoHost-Apps/pydio_ynh" }, + "pyinventory": { + "branch": "main", + "category": "productivity_and_management", + "revision": "HEAD", + "state": "inprogress", + "subtags": [ + "business_and_ngos" + ], + "url": "https://github.com/jedie/pyinventory_ynh" + } "pyload": { "branch": "master", "category": "wat", From 6511e551ff692ced2ceaffbc8950e8282eea6c22 Mon Sep 17 00:00:00 2001 From: Kayou Date: Mon, 7 Dec 2020 17:11:00 +0100 Subject: [PATCH 016/166] Update apps.json --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index cc8346e4..e70bd763 100644 --- a/apps.json +++ b/apps.json @@ -2531,7 +2531,7 @@ "business_and_ngos" ], "url": "https://github.com/jedie/pyinventory_ynh" - } + }, "pyload": { "branch": "master", "category": "wat", From e8faf6f7e1305b901e98e759c6973402a2ab46a0 Mon Sep 17 00:00:00 2001 From: Jens Diemer Date: Wed, 9 Dec 2020 17:24:11 +0100 Subject: [PATCH 017/166] Update pyinventory github url --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index e70bd763..92df2090 100644 --- a/apps.json +++ b/apps.json @@ -2530,7 +2530,7 @@ "subtags": [ "business_and_ngos" ], - "url": "https://github.com/jedie/pyinventory_ynh" + "url": "https://github.com/YunoHost-Apps/pyinventory_ynh" }, "pyload": { "branch": "master", From 08c9432fd8eccc2c95aed52f57aaf70a785d8ad5 Mon Sep 17 00:00:00 2001 From: "yunohost-bot@yunohost.org" Date: Fri, 11 Dec 2020 20:05:18 +0000 Subject: [PATCH 018/166] Update app's level --- apps.json | 192 +++++++++++++++++++++++++++--------------------------- 1 file changed, 96 insertions(+), 96 deletions(-) diff --git a/apps.json b/apps.json index 92df2090..76ced649 100644 --- a/apps.json +++ b/apps.json @@ -75,7 +75,7 @@ "airsonic": { "branch": "master", "category": "multimedia", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -86,7 +86,7 @@ "alltube": { "branch": "master", "category": "multimedia", - "level": 2, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -97,7 +97,7 @@ "ampache": { "branch": "master", "category": "multimedia", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -108,7 +108,7 @@ "anarchism": { "branch": "master", "category": "wat", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/anarchism_ynh" @@ -127,7 +127,7 @@ "archivist": { "branch": "master", "category": "system_tools", - "level": 7, + "level": 6, "maintained": false, "revision": "HEAD", "state": "working", @@ -181,7 +181,7 @@ "bibliogram": { "branch": "master", "category": "social_media", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -260,7 +260,7 @@ "borg": { "branch": "master", "category": "system_tools", - "level": 6, + "level": 1, "revision": "HEAD", "state": "working", "subtags": [ @@ -271,7 +271,7 @@ "borgserver": { "branch": "master", "category": "system_tools", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -282,7 +282,7 @@ "bozon": { "branch": "master", "category": "synchronization", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -304,7 +304,7 @@ "calibreweb": { "branch": "master", "category": "reading", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -324,7 +324,7 @@ "cheky": { "branch": "master", "category": "small_utilities", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/cheky_ynh" @@ -438,7 +438,7 @@ "couchpotato": { "branch": "master", "category": "multimedia", - "level": 7, + "level": 6, "maintained": false, "revision": "HEAD", "state": "working", @@ -457,7 +457,7 @@ "cowyo": { "branch": "master", "category": "publishing", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -468,7 +468,7 @@ "cryptpad": { "branch": "master", "category": "office", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -612,7 +612,7 @@ "dolibarr": { "branch": "master", "category": "productivity_and_management", - "level": 7, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -623,7 +623,7 @@ "domoticz": { "branch": "master", "category": "iot", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "url": "https://github.com/Yunohost-Apps/domoticz_ynh" @@ -701,7 +701,7 @@ "emailpoubelle": { "branch": "master", "category": "small_utilities", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/emailpoubelle_ynh" @@ -730,7 +730,7 @@ "etherpad_mypads": { "branch": "master", "category": "office", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -751,7 +751,7 @@ "fallback": { "branch": "master", "category": "system_tools", - "level": 7, + "level": 6, "maintained": false, "revision": "HEAD", "state": "working", @@ -763,7 +763,7 @@ "ffsync": { "branch": "master", "category": "synchronization", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/ffsync_ynh" @@ -782,7 +782,7 @@ "flarum": { "branch": "master", "category": "communication", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -804,7 +804,7 @@ "fluxbb": { "branch": "master", "category": "communication", - "level": 7, + "level": 6, "maintained": false, "revision": "HEAD", "state": "working", @@ -861,7 +861,7 @@ "framagames": { "branch": "master", "category": "games", - "level": 7, + "level": 6, "maintained": false, "revision": "HEAD", "state": "working", @@ -885,7 +885,7 @@ "freshrss": { "branch": "master", "category": "reading", - "level": 7, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -896,7 +896,7 @@ "friendica": { "branch": "master", "category": "social_media", - "level": 4, + "level": 6, "maintained": false, "revision": "HEAD", "state": "working", @@ -922,7 +922,7 @@ "funkwhale": { "branch": "master", "category": "multimedia", - "level": 7, + "level": 8, "maintained": true, "revision": "HEAD", "state": "working", @@ -945,7 +945,7 @@ "garradin": { "branch": "master", "category": "productivity_and_management", - "level": 7, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -970,7 +970,7 @@ "ghost": { "branch": "master", "category": "publishing", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -981,7 +981,7 @@ "gitea": { "branch": "master", "category": "dev", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -1004,7 +1004,7 @@ "gitlab-runner": { "branch": "master", "category": "dev", - "level": 7, + "level": 1, "revision": "HEAD", "state": "working", "subtags": [ @@ -1090,7 +1090,7 @@ "gogs": { "branch": "master", "category": "dev", - "level": 7, + "level": 6, "maintained": false, "revision": "HEAD", "state": "working", @@ -1109,7 +1109,7 @@ "gotify": { "branch": "master", "category": "dev", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/gotify_ynh" @@ -1147,7 +1147,7 @@ "halcyon": { "branch": "master", "category": "social_media", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -1179,7 +1179,7 @@ "hedgedoc": { "branch": "master", "category": "office", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -1191,7 +1191,7 @@ "branch": "master", "category": "games", "high_quality": true, - "level": 8, + "level": 9, "maintained": true, "revision": "HEAD", "state": "working", @@ -1200,7 +1200,7 @@ "homeassistant": { "branch": "master", "category": "iot", - "level": 7, + "level": 3, "maintained": true, "revision": "HEAD", "state": "working", @@ -1209,7 +1209,7 @@ "horde": { "branch": "master", "category": "communication", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -1249,7 +1249,7 @@ "hubzilla": { "branch": "master", "category": "social_media", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -1275,7 +1275,7 @@ "ihatemoney": { "branch": "master", "category": "productivity_and_management", - "level": 1, + "level": 4, "revision": "HEAD", "state": "working", "subtags": [ @@ -1334,7 +1334,7 @@ "jeedom": { "branch": "master", "category": "iot", - "level": 7, + "level": 6, "maintained": false, "revision": "HEAD", "state": "working", @@ -1343,7 +1343,7 @@ "jellyfin": { "branch": "master", "category": "multimedia", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -1355,7 +1355,7 @@ "jenkins": { "branch": "master", "category": "dev", - "level": 7, + "level": 0, "maintained": false, "revision": "HEAD", "state": "working", @@ -1396,7 +1396,7 @@ "jupyterlab": { "branch": "master", "category": "dev", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -1407,7 +1407,7 @@ "kanboard": { "branch": "master", "category": "productivity_and_management", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -1418,7 +1418,7 @@ "keeweb": { "branch": "master", "category": "synchronization", - "level": 7, + "level": 6, "maintained": false, "revision": "HEAD", "state": "working", @@ -1461,7 +1461,7 @@ "kresus": { "branch": "master", "category": "productivity_and_management", - "level": 7, + "level": 6, "maintained": true, "revision": "HEAD", "state": "working", @@ -1494,7 +1494,7 @@ "branch": "master", "category": "reading", "high_quality": true, - "level": 7, + "level": 6, "maintained": false, "revision": "HEAD", "state": "working", @@ -1527,7 +1527,7 @@ "libreto": { "branch": "master", "category": "publishing", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -1538,7 +1538,7 @@ "limesurvey": { "branch": "master", "category": "productivity_and_management", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -1559,7 +1559,7 @@ "lionwiki-t2t": { "branch": "master", "category": "publishing", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -1570,7 +1570,7 @@ "lstu": { "branch": "master", "category": "small_utilities", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -1581,7 +1581,7 @@ "lufi": { "branch": "master", "category": "synchronization", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -1592,7 +1592,7 @@ "lutim": { "branch": "master", "category": "multimedia", - "level": 7, + "level": 6, "maintained": false, "revision": "HEAD", "state": "working", @@ -1604,7 +1604,7 @@ "lychee": { "branch": "master", "category": "multimedia", - "level": 7, + "level": 6, "maintained": true, "revision": "HEAD", "state": "working", @@ -1616,7 +1616,7 @@ "mailman": { "branch": "master", "category": "communication", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -1650,7 +1650,7 @@ "mastodon": { "branch": "master", "category": "social_media", - "level": 7, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -1661,7 +1661,7 @@ "matomo": { "branch": "master", "category": "publishing", - "level": 7, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -1672,7 +1672,7 @@ "mattermost": { "branch": "master", "category": "communication", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -1727,7 +1727,7 @@ "meilisearch": { "branch": "master", "category": "dev", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -1784,7 +1784,7 @@ "minidlna": { "branch": "master", "category": "multimedia", - "level": 6, + "level": 0, "maintained": false, "revision": "HEAD", "state": "working", @@ -1929,7 +1929,7 @@ "mumbleserver": { "branch": "master", "category": "communication", - "level": 7, + "level": 6, "maintained": false, "revision": "HEAD", "state": "working", @@ -1962,7 +1962,7 @@ "my_webapp": { "branch": "master", "category": "publishing", - "level": 7, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -1983,7 +1983,7 @@ "mytinytodo": { "branch": "master", "category": "productivity_and_management", - "level": 2, + "level": 0, "revision": "c9f04989781bbfe934fd5fbd0eea076e5df6e855", "state": "working", "subtags": [ @@ -2023,7 +2023,7 @@ "nextcloud": { "branch": "master", "category": "synchronization", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -2067,7 +2067,7 @@ "nodered": { "branch": "master", "category": "iot", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/nodered_ynh" @@ -2093,7 +2093,7 @@ "onlyoffice": { "branch": "master", "category": "office", - "level": 7, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -2134,7 +2134,7 @@ "opensondage": { "branch": "master", "category": "productivity_and_management", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -2199,7 +2199,7 @@ "owntracks": { "branch": "master", "category": "small_utilities", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/owntracks_ynh" @@ -2262,7 +2262,7 @@ "pgadmin": { "branch": "master", "category": "system_tools", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -2297,7 +2297,7 @@ "phpldapadmin": { "branch": "master", "category": "system_tools", - "level": 7, + "level": 6, "maintained": false, "revision": "HEAD", "state": "working", @@ -2316,7 +2316,7 @@ "phpmyadmin": { "branch": "master", "category": "system_tools", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -2346,7 +2346,7 @@ "pihole": { "branch": "master", "category": "system_tools", - "level": 7, + "level": 6, "maintained": false, "revision": "HEAD", "state": "working", @@ -2378,7 +2378,7 @@ "piwigo": { "branch": "master", "category": "multimedia", - "level": 7, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -2463,7 +2463,7 @@ "prettynoemiecms": { "branch": "master", "category": "publishing", - "level": 7, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -2551,7 +2551,7 @@ "radicale": { "branch": "master", "category": "synchronization", - "level": 7, + "level": 6, "maintained": false, "revision": "HEAD", "state": "working", @@ -2564,7 +2564,7 @@ "rainloop": { "branch": "master", "category": "communication", - "level": 7, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -2575,7 +2575,7 @@ "redirect": { "branch": "master", "category": "publishing", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -2614,7 +2614,7 @@ "restic": { "branch": "master", "category": "system_tools", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -2657,7 +2657,7 @@ "roundcube": { "branch": "master", "category": "communication", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -2675,7 +2675,7 @@ "rss-bridge": { "branch": "master", "category": "reading", - "level": 7, + "level": 8, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/rss-bridge_ynh" @@ -2720,7 +2720,7 @@ "seafile": { "branch": "master", "category": "synchronization", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -2771,7 +2771,7 @@ "shellinabox": { "branch": "master", "category": "system_tools", - "level": 7, + "level": 6, "maintained": false, "revision": "HEAD", "state": "working", @@ -2864,7 +2864,7 @@ "snipeit": { "branch": "master", "category": "productivity_and_management", - "level": 7, + "level": 8, "maintained": true, "revision": "HEAD", "state": "working", @@ -2876,7 +2876,7 @@ "sogo": { "branch": "master", "category": "communication", - "level": 6, + "level": 8, "maintained": true, "revision": "HEAD", "state": "working", @@ -2914,7 +2914,7 @@ "spip": { "branch": "master", "category": "publishing", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -2960,7 +2960,7 @@ "strut": { "branch": "master", "category": "office", - "level": 7, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -3023,7 +3023,7 @@ "synapse": { "branch": "master", "category": "communication", - "level": 7, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -3079,7 +3079,7 @@ "thelounge": { "branch": "master", "category": "communication", - "level": 7, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -3151,7 +3151,7 @@ "ttrss": { "branch": "master", "category": "reading", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -3216,7 +3216,7 @@ "unattended_upgrades": { "branch": "master", "category": "system_tools", - "level": 7, + "level": 6, "maintained": false, "revision": "HEAD", "state": "working", @@ -3232,7 +3232,7 @@ "vpnclient": { "branch": "master", "category": "system_tools", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -3262,7 +3262,7 @@ "weblate": { "branch": "master", "category": "dev", - "level": 7, + "level": 6, "maintained": false, "revision": "HEAD", "state": "working", @@ -3374,7 +3374,7 @@ "branch": "master", "category": "publishing", "high_quality": true, - "level": 6, + "level": 9, "maintained": true, "revision": "HEAD", "state": "working", @@ -3429,7 +3429,7 @@ "yourls": { "branch": "master", "category": "small_utilities", - "level": 2, + "level": 0, "maintained": false, "revision": "HEAD", "state": "working", @@ -3490,7 +3490,7 @@ "zabbix": { "branch": "master", "category": "system_tools", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -3512,7 +3512,7 @@ "zerobin": { "branch": "master", "category": "small_utilities", - "level": 7, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ From 4264ceb683fbb7e26eb5aaaf9761bfa81a581e66 Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Sat, 12 Dec 2020 15:55:09 +0100 Subject: [PATCH 019/166] PyInventory app: bugfix branch and set state to working I converted the "main" branch to "master" and the app is working, now ;) --- apps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps.json b/apps.json index 92df2090..fa9cbc33 100644 --- a/apps.json +++ b/apps.json @@ -2523,10 +2523,10 @@ "url": "https://github.com/YunoHost-Apps/pydio_ynh" }, "pyinventory": { - "branch": "main", + "branch": "master", "category": "productivity_and_management", "revision": "HEAD", - "state": "inprogress", + "state": "working", "subtags": [ "business_and_ngos" ], From a755c9fd7cc1117cc833e450c166bf0ee2d60ff3 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 12 Dec 2020 16:54:48 +0100 Subject: [PATCH 020/166] Bump neutrinet to level 6, c.f. https://ci-apps.yunohost.org/ci/job/412 --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 76ced649..e2df54fd 100644 --- a/apps.json +++ b/apps.json @@ -2015,7 +2015,7 @@ }, "neutrinet": { "branch": "stable", - "level": 0, + "level": 6, "revision": "HEAD", "state": "working", "url": "https://gitlab.domainepublic.net/Neutrinet/neutrinet_ynh" From d0e6c91ee85a77a8dec3941f6c42dfe49ac4c70b Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Sat, 12 Dec 2020 20:26:52 +0100 Subject: [PATCH 021/166] Add django-for-runners Project Homepage: https://github.com/jedie/django-for-runners --- apps.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps.json b/apps.json index 8aa52737..8200122e 100644 --- a/apps.json +++ b/apps.json @@ -551,6 +551,12 @@ ], "url": "https://github.com/YunoHost-Apps/distbin_ynh" }, + "django-for-runners": { + "branch": "master", + "revision": "HEAD", + "state": "notworking", + "url": "https://github.com/YunoHost-Apps/django-for-runners_ynh" + }, "django_app": { "branch": "master", "category": "dev", From 9eb68bb173ef885c24c67ab9be1426fcd63dbe1f Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 12 Dec 2020 23:40:56 +0100 Subject: [PATCH 022/166] yourls level 6 : https://ci-apps.yunohost.org/ci/job/472 --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index e2df54fd..4620ba21 100644 --- a/apps.json +++ b/apps.json @@ -3429,7 +3429,7 @@ "yourls": { "branch": "master", "category": "small_utilities", - "level": 0, + "level": 6, "maintained": false, "revision": "HEAD", "state": "working", From 380b889333638aeb90347e795ba92db25a0c99b5 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 17 Dec 2020 12:00:27 +0100 Subject: [PATCH 023/166] Update apps.json --- apps.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps.json b/apps.json index e66c02e0..1b132140 100644 --- a/apps.json +++ b/apps.json @@ -1142,6 +1142,13 @@ ], "url": "https://github.com/YunoHost-Apps/grav_ynh" }, + "grocy": { + "branch": "master", + "category": "small_utilities", + "revision": "HEAD", + "state": "inprogress", + "url": "https://github.com/YunoHost-Apps/grocy_ynh" + }, "h5ai": { "branch": "master", "category": "small_utilities", From d802d89f2a260ebdaeb1955164139be782c47af6 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Thu, 17 Dec 2020 19:55:15 +0100 Subject: [PATCH 024/166] Add Dendrite --- apps.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps.json b/apps.json index 1b132140..8850cb1b 100644 --- a/apps.json +++ b/apps.json @@ -496,6 +496,16 @@ ], "url": "https://github.com/YunoHost-Apps/democracyos_ynh" }, + "dendrite": { + "branch": "master", + "category": "communication", + "revision": "HEAD", + "state": "inprogress", + "subtags": [ + "chat" + ], + "url": "https://github.com/YunoHost-Apps/dendrite_ynh" + }, "diagramsnet": { "branch": "master", "category": "office", From 47573002f065f669a637f1e2d3eedc9c7ee80aeb Mon Sep 17 00:00:00 2001 From: "yunohost-bot@yunohost.org" Date: Fri, 18 Dec 2020 20:05:12 +0000 Subject: [PATCH 025/166] Update app's level --- apps.json | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/apps.json b/apps.json index 1b132140..3cc43dc0 100644 --- a/apps.json +++ b/apps.json @@ -181,7 +181,7 @@ "bibliogram": { "branch": "master", "category": "social_media", - "level": 6, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -192,7 +192,7 @@ "biboumi": { "branch": "master", "category": "communication", - "level": 4, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -260,7 +260,7 @@ "borg": { "branch": "master", "category": "system_tools", - "level": 1, + "level": 2, "revision": "HEAD", "state": "working", "subtags": [ @@ -361,7 +361,7 @@ "codimd": { "branch": "master", "category": "office", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -382,7 +382,7 @@ "collabora": { "branch": "master", "category": "office", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -510,7 +510,7 @@ "diaspora": { "branch": "master", "category": "social_media", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -606,7 +606,7 @@ "branch": "master", "category": "publishing", "high_quality": true, - "level": 8, + "level": 9, "maintained": true, "revision": "HEAD", "state": "working", @@ -1152,7 +1152,7 @@ "h5ai": { "branch": "master", "category": "small_utilities", - "level": 6, + "level": 7, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/h5ai_ynh" @@ -1306,7 +1306,7 @@ "invidious": { "branch": "master", "category": "social_media", - "level": 7, + "level": 1, "revision": "HEAD", "state": "working", "subtags": [ @@ -1325,7 +1325,7 @@ "jappix": { "branch": "master", "category": "communication", - "level": 4, + "level": 0, "maintained": false, "revision": "611170f1575603e65225b4b353f61884c7b0b42e", "state": "working", @@ -1356,7 +1356,7 @@ "jellyfin": { "branch": "master", "category": "multimedia", - "level": 6, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -1377,7 +1377,7 @@ "jirafeau": { "branch": "master", "category": "synchronization", - "level": 7, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -1617,7 +1617,7 @@ "lychee": { "branch": "master", "category": "multimedia", - "level": 6, + "level": 7, "maintained": true, "revision": "HEAD", "state": "working", @@ -1663,7 +1663,7 @@ "mastodon": { "branch": "master", "category": "social_media", - "level": 8, + "level": 0, "revision": "HEAD", "state": "working", "subtags": [ @@ -1719,7 +1719,7 @@ "mediawiki": { "branch": "master", "category": "publishing", - "level": 0, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -1919,7 +1919,7 @@ "multi_webapp": { "branch": "master", "category": "publishing", - "level": 7, + "level": 6, "maintained": false, "revision": "HEAD", "state": "working", @@ -2018,7 +2018,7 @@ "netdata": { "branch": "master", "category": "system_tools", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -2538,6 +2538,7 @@ "pyinventory": { "branch": "master", "category": "productivity_and_management", + "level": 3, "revision": "HEAD", "state": "working", "subtags": [ @@ -3164,7 +3165,7 @@ "ttrss": { "branch": "master", "category": "reading", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -3312,7 +3313,7 @@ "wekan": { "branch": "master", "category": "productivity_and_management", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -3400,7 +3401,7 @@ "writefreely": { "branch": "master", "category": "social_media", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ From 94c0cb14ad63e176880f880379a84214310bb4c9 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 19 Dec 2020 12:59:58 +0100 Subject: [PATCH 026/166] invidious level --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 3cc43dc0..04025faf 100644 --- a/apps.json +++ b/apps.json @@ -1306,7 +1306,7 @@ "invidious": { "branch": "master", "category": "social_media", - "level": 1, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ From e6719c2c1885fa330aa7ac888a9b42f486ecdd27 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 19 Dec 2020 13:00:57 +0100 Subject: [PATCH 027/166] mastodon level --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 04025faf..222bb34b 100644 --- a/apps.json +++ b/apps.json @@ -1663,7 +1663,7 @@ "mastodon": { "branch": "master", "category": "social_media", - "level": 0, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ From d53ce332d084c4210dd274ace0f6bf9f1fa959a3 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 19 Dec 2020 13:01:37 +0100 Subject: [PATCH 028/166] codimd level --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 222bb34b..91366194 100644 --- a/apps.json +++ b/apps.json @@ -361,7 +361,7 @@ "codimd": { "branch": "master", "category": "office", - "level": 6, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ From efbc6494bc6e5139ffd022a59c1b1a33d2c1aa36 Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Tue, 22 Dec 2020 18:58:55 +0100 Subject: [PATCH 029/166] set django-for-runners to inprogress --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 91366194..ed0c8ecf 100644 --- a/apps.json +++ b/apps.json @@ -554,7 +554,7 @@ "django-for-runners": { "branch": "master", "revision": "HEAD", - "state": "notworking", + "state": "inprogress", "url": "https://github.com/YunoHost-Apps/django-for-runners_ynh" }, "django_app": { From 969b844ccc92c640f5cc48f7afd10ea98884e897 Mon Sep 17 00:00:00 2001 From: "yunohost-bot@yunohost.org" Date: Fri, 25 Dec 2020 20:05:12 +0000 Subject: [PATCH 030/166] Update app's level --- apps.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/apps.json b/apps.json index 91366194..dc359a7d 100644 --- a/apps.json +++ b/apps.json @@ -116,7 +116,7 @@ "anfora": { "branch": "master", "category": "social_media", - "level": 3, + "level": 0, "revision": "HEAD", "state": "working", "subtags": [ @@ -260,7 +260,7 @@ "borg": { "branch": "master", "category": "system_tools", - "level": 2, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -1192,7 +1192,7 @@ "hedgedoc": { "branch": "master", "category": "office", - "level": 6, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -1474,7 +1474,7 @@ "kresus": { "branch": "master", "category": "productivity_and_management", - "level": 6, + "level": 8, "maintained": true, "revision": "HEAD", "state": "working", @@ -1594,7 +1594,7 @@ "lufi": { "branch": "master", "category": "synchronization", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -1685,7 +1685,7 @@ "mattermost": { "branch": "master", "category": "communication", - "level": 6, + "level": 0, "revision": "HEAD", "state": "working", "subtags": [ @@ -1696,7 +1696,7 @@ "mautrix_whatsapp": { "branch": "master", "category": "communication", - "level": 0, + "level": 3, "revision": "HEAD", "state": "working", "subtags": [ @@ -2538,7 +2538,7 @@ "pyinventory": { "branch": "master", "category": "productivity_and_management", - "level": 3, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -2928,7 +2928,7 @@ "spip": { "branch": "master", "category": "publishing", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -3048,7 +3048,7 @@ "syncthing": { "branch": "master", "category": "synchronization", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -3268,7 +3268,7 @@ "wallabag2": { "branch": "master", "category": "reading", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/wallabag2_ynh" From 82020d21f783adf5bff7c072f27f16086c50066b Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 26 Dec 2020 19:47:04 +0100 Subject: [PATCH 031/166] Set Gracy as working --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 91366194..a2ffb7c5 100644 --- a/apps.json +++ b/apps.json @@ -1146,7 +1146,7 @@ "branch": "master", "category": "small_utilities", "revision": "HEAD", - "state": "inprogress", + "state": "working", "url": "https://github.com/YunoHost-Apps/grocy_ynh" }, "h5ai": { From e7fbbdb8b5a186830cc77d087ff35d2b61d784c4 Mon Sep 17 00:00:00 2001 From: Fabian Wilkens Date: Mon, 28 Dec 2020 00:08:47 +0100 Subject: [PATCH 032/166] Add snserver and snweb into apps.json --- apps.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/apps.json b/apps.json index a2ffb7c5..954618e1 100644 --- a/apps.json +++ b/apps.json @@ -2887,6 +2887,28 @@ ], "url": "https://github.com/YunoHost-Apps/snipeit_ynh" }, + "snserver": { + "branch": "master", + "category": "office", + "maintained": true, + "revision": "HEAD", + "state": "working", + "subtags": [ + "text" + ], + "url": "https://github.com/FabianWilkens/snserver_ynh" + }, + "snweb": { + "branch": "master", + "category": "office", + "maintained": true, + "revision": "HEAD", + "state": "working", + "subtags": [ + "text" + ], + "url": "https://github.com/FabianWilkens/snweb_ynh" + }, "sogo": { "branch": "master", "category": "communication", From 5b3b1b3fb4092d8090a2786c472ab85a0c5db362 Mon Sep 17 00:00:00 2001 From: Simon Mellerin Date: Mon, 28 Dec 2020 10:56:22 +0100 Subject: [PATCH 033/166] From pilea to aeneria --- apps.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/apps.json b/apps.json index 91126bbb..5ce4b9d0 100644 --- a/apps.json +++ b/apps.json @@ -53,6 +53,13 @@ ], "url": "https://github.com/YunoHost-Apps/adminer_ynh" }, + "aeneria": { + "branch": "master", + "category": "iot", + "revision": "HEAD", + "state": "working", + "url": "https://github.com/YunoHost-Apps/aeneria_ynh" + }, "agendav": { "branch": "master", "category": "synchronization", @@ -2368,14 +2375,6 @@ ], "url": "https://github.com/YunoHost-Apps/pihole_ynh" }, - "pilea": { - "branch": "master", - "category": "iot", - "level": 7, - "revision": "HEAD", - "state": "working", - "url": "https://github.com/YunoHost-Apps/pilea_ynh" - }, "piratebox": { "branch": "master", "category": "system_tools", From 5556df2bd86e29dc6882adfa92eb9ea70e656a56 Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Tue, 29 Dec 2020 09:51:24 +0100 Subject: [PATCH 034/166] Add django_ynh to apps.json --- apps.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps.json b/apps.json index 6159e93f..27026034 100644 --- a/apps.json +++ b/apps.json @@ -568,6 +568,16 @@ ], "url": "https://github.com/YunoHost-Apps/distbin_ynh" }, + "django_ynh": { + "branch": "master", + "category": "dev", + "revision": "HEAD", + "state": "inprogress", + "subtags": [ + "skeleton" + ], + "url": "https://github.com/YunoHost-Apps/django_ynh" + }, "django-for-runners": { "branch": "master", "revision": "HEAD", From ad0e5347ccca64f369b5c8b698e68d60eb3f77ae Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 31 Dec 2020 20:01:37 +0100 Subject: [PATCH 035/166] Set revision to head --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 27026034..2b94412d 100644 --- a/apps.json +++ b/apps.json @@ -2024,7 +2024,7 @@ "branch": "master", "category": "productivity_and_management", "level": 0, - "revision": "c9f04989781bbfe934fd5fbd0eea076e5df6e855", + "revision": "HEAD", "state": "working", "subtags": [ "task" From 31e563fec564fe7042e35fe56dd4d24471e6adc9 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 31 Dec 2020 20:07:44 +0100 Subject: [PATCH 036/166] Add Luckysheet --- apps.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps.json b/apps.json index 27026034..aaaec6dc 100644 --- a/apps.json +++ b/apps.json @@ -1618,6 +1618,16 @@ ], "url": "https://github.com/YunoHost-Apps/lstu_ynh" }, + "luckysheet": { + "branch": "master", + "category": "office", + "revision": "HEAD", + "state": "working", + "subtags": [ + "spreadsheet" + ], + "url": "https://github.com/YunoHost-Apps/luckysheet_ynh" + }, "lufi": { "branch": "master", "category": "synchronization", From bcf216d509324d7a547553568d622d5f6706135c Mon Sep 17 00:00:00 2001 From: "yunohost-bot@yunohost.org" Date: Fri, 1 Jan 2021 20:05:16 +0000 Subject: [PATCH 037/166] Update app's level --- apps.json | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/apps.json b/apps.json index aed002bd..ebef0f2d 100644 --- a/apps.json +++ b/apps.json @@ -56,6 +56,7 @@ "aeneria": { "branch": "master", "category": "iot", + "level": 7, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/aeneria_ynh" @@ -568,16 +569,6 @@ ], "url": "https://github.com/YunoHost-Apps/distbin_ynh" }, - "django_ynh": { - "branch": "master", - "category": "dev", - "revision": "HEAD", - "state": "inprogress", - "subtags": [ - "skeleton" - ], - "url": "https://github.com/YunoHost-Apps/django_ynh" - }, "django-for-runners": { "branch": "master", "revision": "HEAD", @@ -594,6 +585,16 @@ ], "url": "https://github.com/Jojo144/django_app_ynh" }, + "django_ynh": { + "branch": "master", + "category": "dev", + "revision": "HEAD", + "state": "inprogress", + "subtags": [ + "skeleton" + ], + "url": "https://github.com/YunoHost-Apps/django_ynh" + }, "docker-registry": { "branch": "master", "category": "system_tools", @@ -645,7 +646,7 @@ "dolibarr": { "branch": "master", "category": "productivity_and_management", - "level": 8, + "level": 2, "revision": "HEAD", "state": "working", "subtags": [ @@ -815,7 +816,7 @@ "flarum": { "branch": "master", "category": "communication", - "level": 6, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -1172,6 +1173,7 @@ "grocy": { "branch": "master", "category": "small_utilities", + "level": 7, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/grocy_ynh" @@ -1599,7 +1601,7 @@ "lionwiki-t2t": { "branch": "master", "category": "publishing", - "level": 6, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -2045,7 +2047,7 @@ "netdata": { "branch": "master", "category": "system_tools", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -2432,7 +2434,7 @@ "pleroma": { "branch": "master", "category": "social_media", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -2909,6 +2911,7 @@ "snserver": { "branch": "master", "category": "office", + "level": 5, "maintained": true, "revision": "HEAD", "state": "working", @@ -2920,6 +2923,7 @@ "snweb": { "branch": "master", "category": "office", + "level": 5, "maintained": true, "revision": "HEAD", "state": "working", @@ -3354,7 +3358,7 @@ "wekan": { "branch": "master", "category": "productivity_and_management", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -3578,7 +3582,7 @@ "zeronet": { "branch": "master", "category": "wat", - "level": 2, + "level": 0, "maintained": true, "revision": "HEAD", "state": "working", From 5c7f719430529dc6123a8c94560f5957424eb96d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 4 Jan 2021 22:13:11 +0100 Subject: [PATCH 038/166] Update apps.json --- apps.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/apps.json b/apps.json index 96047a60..fe78fb9f 100644 --- a/apps.json +++ b/apps.json @@ -320,6 +320,18 @@ ], "url": "https://github.com/YunoHost-Apps/calibreweb_ynh" }, + "castopod": { + "branch": "master", + "category": "publishing", + "maintained": true, + "revision": "HEAD", + "state": "working", + "subtags": [ + "websites", + "blog" + ], + "url": "https://github.com/YunoHost-Apps/castopod_ynh" + }, "cesium": { "branch": "master", "category": "wat", From 9c8b32179889bbbfe9da691284aeafc83a0e6913 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 4 Jan 2021 22:25:51 +0100 Subject: [PATCH 039/166] Update apps.json --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index fe78fb9f..cc0fe350 100644 --- a/apps.json +++ b/apps.json @@ -325,7 +325,7 @@ "category": "publishing", "maintained": true, "revision": "HEAD", - "state": "working", + "state": "inprogress", "subtags": [ "websites", "blog" From 48032070891129bc463f4f346dce6d9755509af8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branislav=20=C4=90ali=C4=87?= Date: Tue, 5 Jan 2021 10:24:50 +0100 Subject: [PATCH 040/166] Update apps.json --- apps.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/apps.json b/apps.json index 96047a60..0b809df1 100644 --- a/apps.json +++ b/apps.json @@ -3120,6 +3120,17 @@ "state": "working", "url": "https://github.com/YunoHost-Apps/tagspaces_ynh" }, + "tailoredflow": { + "branch": "master", + "category": "multimedia", + "maintained": true, + "revision": "HEAD", + "subtags": [ + "podcasts" + ], + "state": "working", + "url": "https://github.com/Omodaka9375/tailoredflow_ynh + }, "teampass": { "branch": "master", "category": "synchronization", From 1352c77ea90f9ed92b5397ab90d2e3ae6f994c25 Mon Sep 17 00:00:00 2001 From: Kayou Date: Tue, 5 Jan 2021 10:32:58 +0100 Subject: [PATCH 041/166] Fix the json --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 0b809df1..5baa1f51 100644 --- a/apps.json +++ b/apps.json @@ -3129,7 +3129,7 @@ "podcasts" ], "state": "working", - "url": "https://github.com/Omodaka9375/tailoredflow_ynh + "url": "https://github.com/Omodaka9375/tailoredflow_ynh" }, "teampass": { "branch": "master", From e4b5b7cfb6e3dd260da818bbef22078683b5084c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 5 Jan 2021 19:47:02 +0100 Subject: [PATCH 042/166] Update apps.json --- apps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps.json b/apps.json index cc0fe350..0dc1d5b8 100644 --- a/apps.json +++ b/apps.json @@ -981,8 +981,8 @@ "branch": "master", "category": "productivity_and_management", "maintained": false, - "revision": "9b09a7c5cca5683bcc8d89034c6a8ec024a2a441", - "state": "notworking", + "revision": "HEAD", + "state": "inprogress", "subtags": [ "business_and_ngos" ], From 23256da3f7dc72011c0b1cfe40bec65a9203670e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 6 Jan 2021 14:09:30 +0100 Subject: [PATCH 043/166] Update apps.json --- apps.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/apps.json b/apps.json index f40d28f0..c62e5880 100644 --- a/apps.json +++ b/apps.json @@ -322,13 +322,12 @@ }, "castopod": { "branch": "master", - "category": "publishing", + "category": "multimedia", "maintained": true, "revision": "HEAD", - "state": "inprogress", + "state": "working", "subtags": [ - "websites", - "blog" + "podcasts" ], "url": "https://github.com/YunoHost-Apps/castopod_ynh" }, From d2547a18a6183a647a81beb8a0e63957fa220b99 Mon Sep 17 00:00:00 2001 From: Jens Diemer Date: Fri, 8 Jan 2021 10:39:06 +0100 Subject: [PATCH 044/166] Set "django_ynh" state to "working" --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index c62e5880..b8a1af62 100644 --- a/apps.json +++ b/apps.json @@ -600,7 +600,7 @@ "branch": "master", "category": "dev", "revision": "HEAD", - "state": "inprogress", + "state": "working", "subtags": [ "skeleton" ], From 2f2862acd65c03b6b040e7d5e93d72be0c138565 Mon Sep 17 00:00:00 2001 From: "yunohost-bot@yunohost.org" Date: Fri, 8 Jan 2021 20:05:17 +0000 Subject: [PATCH 045/166] Update app's level --- apps.json | 39 +++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/apps.json b/apps.json index b8a1af62..bcf42c52 100644 --- a/apps.json +++ b/apps.json @@ -83,7 +83,7 @@ "airsonic": { "branch": "master", "category": "multimedia", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -105,7 +105,7 @@ "ampache": { "branch": "master", "category": "multimedia", - "level": 6, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -323,6 +323,7 @@ "castopod": { "branch": "master", "category": "multimedia", + "level": 7, "maintained": true, "revision": "HEAD", "state": "working", @@ -401,7 +402,7 @@ "collabora": { "branch": "master", "category": "office", - "level": 6, + "level": 0, "revision": "HEAD", "state": "working", "subtags": [ @@ -487,7 +488,7 @@ "cryptpad": { "branch": "master", "category": "office", - "level": 6, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -572,7 +573,7 @@ "distbin": { "branch": "master", "category": "small_utilities", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -599,6 +600,7 @@ "django_ynh": { "branch": "master", "category": "dev", + "level": 1, "revision": "HEAD", "state": "working", "subtags": [ @@ -849,7 +851,7 @@ "fluxbb": { "branch": "master", "category": "communication", - "level": 6, + "level": 7, "maintained": false, "revision": "HEAD", "state": "working", @@ -1173,7 +1175,7 @@ "grav": { "branch": "master", "category": "publishing", - "level": 7, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -1655,7 +1657,7 @@ "lutim": { "branch": "master", "category": "multimedia", - "level": 6, + "level": 7, "maintained": false, "revision": "HEAD", "state": "working", @@ -1831,7 +1833,7 @@ "minetest": { "branch": "master", "category": "games", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/minetest_ynh" @@ -1847,7 +1849,7 @@ "minidlna": { "branch": "master", "category": "multimedia", - "level": 0, + "level": 6, "maintained": false, "revision": "HEAD", "state": "working", @@ -1957,7 +1959,7 @@ "movim": { "branch": "master", "category": "social_media", - "level": 6, + "level": 7, "maintained": false, "revision": "HEAD", "state": "working", @@ -1992,7 +1994,7 @@ "mumbleserver": { "branch": "master", "category": "communication", - "level": 6, + "level": 7, "maintained": false, "revision": "HEAD", "state": "working", @@ -2078,7 +2080,7 @@ }, "neutrinet": { "branch": "stable", - "level": 6, + "level": 5, "revision": "HEAD", "state": "working", "url": "https://gitlab.domainepublic.net/Neutrinet/neutrinet_ynh" @@ -2292,7 +2294,7 @@ "peertube-search-index": { "branch": "master", "category": "social_media", - "level": 6, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -2681,7 +2683,7 @@ "riot": { "branch": "riot_force_migration", "category": "communication", - "level": 6, + "level": 7, "revision": "f10584731db12f08ef82758c7623dc4cce1b1597", "state": "working", "subtags": [ @@ -3134,12 +3136,13 @@ "tailoredflow": { "branch": "master", "category": "multimedia", + "level": 2, "maintained": true, "revision": "HEAD", + "state": "working", "subtags": [ "podcasts" ], - "state": "working", "url": "https://github.com/Omodaka9375/tailoredflow_ynh" }, "teampass": { @@ -3353,7 +3356,7 @@ "weblate": { "branch": "master", "category": "dev", - "level": 6, + "level": 7, "maintained": false, "revision": "HEAD", "state": "working", @@ -3425,7 +3428,7 @@ "wikijs": { "branch": "master", "category": "publishing", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ From 14014d1859a79e4c67302757c331ebf9a8c7d7e7 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 9 Jan 2021 21:38:46 +0100 Subject: [PATCH 046/166] Add galene to catalog --- apps.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/apps.json b/apps.json index b8a1af62..3d3a6425 100644 --- a/apps.json +++ b/apps.json @@ -976,6 +976,17 @@ ], "url": "https://github.com/YunoHost-Apps/funkwhale_ynh" }, + "galene": { + "branch": "master", + "category": "communication", + "maintained": true, + "revision": "HEAD", + "state": "working", + "subtags": [ + "meeting" + ], + "url": "https://github.com/YunoHost-Apps/galene_ynh" + }, "galette": { "branch": "master", "category": "productivity_and_management", From cf41aa4f0cd8bf4dde4d5fc432a5d1c555dc09e6 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Mon, 11 Jan 2021 23:24:22 +0100 Subject: [PATCH 047/166] Set WireGuard as working --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 3d3a6425..026536f3 100644 --- a/apps.json +++ b/apps.json @@ -3455,7 +3455,7 @@ "branch": "master", "category": "system_tools", "revision": "HEAD", - "state": "inprogress", + "state": "working", "subtags": [ "network" ], From 1a21d8d13bbfbd83d43baf9628bbb526d6828795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 12 Jan 2021 12:22:01 +0100 Subject: [PATCH 048/166] Revert "Set WireGuard as working" --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 026536f3..3d3a6425 100644 --- a/apps.json +++ b/apps.json @@ -3455,7 +3455,7 @@ "branch": "master", "category": "system_tools", "revision": "HEAD", - "state": "working", + "state": "inprogress", "subtags": [ "network" ], From a135601b76c4e50f47486f818bbcc7936c450b3a Mon Sep 17 00:00:00 2001 From: "yunohost-bot@yunohost.org" Date: Fri, 15 Jan 2021 20:05:13 +0000 Subject: [PATCH 049/166] Update app's level --- apps.json | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/apps.json b/apps.json index 1d7e6420..ff19b428 100644 --- a/apps.json +++ b/apps.json @@ -83,7 +83,7 @@ "airsonic": { "branch": "master", "category": "multimedia", - "level": 8, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -177,7 +177,7 @@ "baikal": { "branch": "master", "category": "synchronization", - "level": 7, + "level": 2, "revision": "HEAD", "state": "working", "subtags": [ @@ -234,7 +234,7 @@ "blogotext": { "branch": "master", "category": "publishing", - "level": 7, + "level": 6, "maintained": false, "revision": "HEAD", "state": "working", @@ -981,6 +981,7 @@ "galene": { "branch": "master", "category": "communication", + "level": 7, "maintained": true, "revision": "HEAD", "state": "working", @@ -1213,7 +1214,7 @@ "halcyon": { "branch": "master", "category": "social_media", - "level": 6, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -1527,7 +1528,7 @@ "kresus": { "branch": "master", "category": "productivity_and_management", - "level": 8, + "level": 6, "maintained": true, "revision": "HEAD", "state": "working", @@ -1560,7 +1561,7 @@ "branch": "master", "category": "reading", "high_quality": true, - "level": 6, + "level": 4, "maintained": false, "revision": "HEAD", "state": "working", @@ -1593,7 +1594,7 @@ "libreto": { "branch": "master", "category": "publishing", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -2099,7 +2100,7 @@ "nextcloud": { "branch": "master", "category": "synchronization", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -2119,7 +2120,7 @@ "noalyss": { "branch": "master", "category": "productivity_and_management", - "level": 0, + "level": 1, "revision": "HEAD", "state": "working", "subtags": [ @@ -2169,7 +2170,7 @@ "onlyoffice": { "branch": "master", "category": "office", - "level": 8, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -2327,7 +2328,7 @@ "petitesannonces": { "branch": "master", "category": "publishing", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -2542,7 +2543,7 @@ "privatebin": { "branch": "master", "category": "small_utilities", - "level": 7, + "level": 1, "revision": "HEAD", "state": "working", "subtags": [ @@ -3116,7 +3117,7 @@ "synapse": { "branch": "master", "category": "communication", - "level": 8, + "level": 4, "revision": "HEAD", "state": "working", "subtags": [ @@ -3184,7 +3185,7 @@ "thelounge": { "branch": "master", "category": "communication", - "level": 8, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -3492,7 +3493,7 @@ "writefreely": { "branch": "master", "category": "social_media", - "level": 8, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -3534,7 +3535,7 @@ "yourls": { "branch": "master", "category": "small_utilities", - "level": 6, + "level": 4, "maintained": false, "revision": "HEAD", "state": "working", From 7921555154b9fde76052495cce78a85c4fd229c4 Mon Sep 17 00:00:00 2001 From: BenoitCier Date: Wed, 20 Jan 2021 22:04:23 +0100 Subject: [PATCH 050/166] add PHP Sevrer Mon Apps --- apps.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps.json b/apps.json index ff19b428..9e1a2730 100644 --- a/apps.json +++ b/apps.json @@ -2401,6 +2401,12 @@ ], "url": "https://github.com/YunoHost-apps/phpmyadmin_ynh" }, + "phpservermon": { + "branch": "master", + "revision": "04c1ee06843ea4a7fd00b4eb6c381286f2562f1b", + "state": "working", + "url": "https://github.com/YunoHost-Apps/phpservermon_ynh" + }, "phpsysinfo": { "branch": "master", "category": "system_tools", From 63f02b1f426163d69a644443f564f2a26cf7c942 Mon Sep 17 00:00:00 2001 From: "yunohost-bot@yunohost.org" Date: Fri, 22 Jan 2021 20:05:12 +0000 Subject: [PATCH 051/166] Update app's level --- apps.json | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/apps.json b/apps.json index ff19b428..b4aa4832 100644 --- a/apps.json +++ b/apps.json @@ -488,7 +488,7 @@ "cryptpad": { "branch": "master", "category": "office", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -573,7 +573,7 @@ "distbin": { "branch": "master", "category": "small_utilities", - "level": 8, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -1176,7 +1176,7 @@ "grafana": { "branch": "master", "category": "system_tools", - "level": 2, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -1267,7 +1267,7 @@ "homeassistant": { "branch": "master", "category": "iot", - "level": 3, + "level": 7, "maintained": true, "revision": "HEAD", "state": "working", @@ -1342,7 +1342,7 @@ "ihatemoney": { "branch": "master", "category": "productivity_and_management", - "level": 4, + "level": 1, "revision": "HEAD", "state": "working", "subtags": [ @@ -1360,7 +1360,7 @@ "invidious": { "branch": "master", "category": "social_media", - "level": 7, + "level": 1, "revision": "HEAD", "state": "working", "subtags": [ @@ -1648,6 +1648,7 @@ "luckysheet": { "branch": "master", "category": "office", + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -1658,7 +1659,7 @@ "lufi": { "branch": "master", "category": "synchronization", - "level": 8, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -1693,7 +1694,7 @@ "mailman": { "branch": "master", "category": "communication", - "level": 6, + "level": 4, "revision": "HEAD", "state": "working", "subtags": [ @@ -1727,7 +1728,7 @@ "mastodon": { "branch": "master", "category": "social_media", - "level": 8, + "level": 1, "revision": "HEAD", "state": "working", "subtags": [ @@ -1783,7 +1784,7 @@ "mediawiki": { "branch": "master", "category": "publishing", - "level": 7, + "level": 0, "revision": "HEAD", "state": "working", "subtags": [ @@ -2306,7 +2307,7 @@ "peertube-search-index": { "branch": "master", "category": "social_media", - "level": 7, + "level": 0, "revision": "HEAD", "state": "working", "subtags": [ @@ -2801,7 +2802,7 @@ "searx": { "branch": "master", "category": "small_utilities", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/searx_ynh" @@ -3148,7 +3149,7 @@ "tailoredflow": { "branch": "master", "category": "multimedia", - "level": 2, + "level": 3, "maintained": true, "revision": "HEAD", "state": "working", @@ -3185,7 +3186,7 @@ "thelounge": { "branch": "master", "category": "communication", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -3493,7 +3494,7 @@ "writefreely": { "branch": "master", "category": "social_media", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ From dff19a2937951b7832921b4e11c0f1ea05adf7f3 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 23 Jan 2021 17:45:36 +0100 Subject: [PATCH 052/166] Fix cryptpad level --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index b4aa4832..750f3ed2 100644 --- a/apps.json +++ b/apps.json @@ -488,7 +488,7 @@ "cryptpad": { "branch": "master", "category": "office", - "level": 6, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ From 9c4c1ca3f66dc2aec9fb5260018728569434e955 Mon Sep 17 00:00:00 2001 From: BenoitCier Date: Sat, 23 Jan 2021 21:56:50 +0100 Subject: [PATCH 053/166] Update phpservermon apps --- apps.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 9e1a2730..eeac344b 100644 --- a/apps.json +++ b/apps.json @@ -2403,8 +2403,13 @@ }, "phpservermon": { "branch": "master", - "revision": "04c1ee06843ea4a7fd00b4eb6c381286f2562f1b", + "category": "system_tools", + "maintained": true, + "revision": "HEAD", "state": "working", + "subtags": [ + "monitoring" + ], "url": "https://github.com/YunoHost-Apps/phpservermon_ynh" }, "phpsysinfo": { From 9ce3a76dcacb57b80fd490ba8a4bad5ad3e48475 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 24 Jan 2021 10:02:36 +0100 Subject: [PATCH 054/166] Fix Mastodon level --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 750f3ed2..48922c31 100644 --- a/apps.json +++ b/apps.json @@ -1728,7 +1728,7 @@ "mastodon": { "branch": "master", "category": "social_media", - "level": 1, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ From d71662e2e488c2f73ef26b1aa0161b03e90f7ef3 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 24 Jan 2021 10:03:42 +0100 Subject: [PATCH 055/166] Fix peertube-search-index --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 48922c31..8e004471 100644 --- a/apps.json +++ b/apps.json @@ -2307,7 +2307,7 @@ "peertube-search-index": { "branch": "master", "category": "social_media", - "level": 0, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ From 4888e5c15ebc5c4fd1af7e6a5289c1efacc1dbf5 Mon Sep 17 00:00:00 2001 From: Taker Date: Sun, 24 Jan 2021 17:25:11 +0100 Subject: [PATCH 056/166] Update apps.json --- apps.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/apps.json b/apps.json index eeac344b..2a629a49 100644 --- a/apps.json +++ b/apps.json @@ -848,6 +848,15 @@ ], "url": "https://github.com/YunoHost-Apps/flask_ynh" }, + "flood": { + "branch": "master", + "revision": "HEAD", + "state": "notworking", + "subtags": [ + "download" + ], + "url": "https://github.com/TakerMc/flood_ynh" + }, "fluxbb": { "branch": "master", "category": "communication", From 355d2c493a666f7de2820baaea5acbb900736e36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 24 Jan 2021 23:15:59 +0100 Subject: [PATCH 057/166] Update apps.json --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 8e004471..b798426d 100644 --- a/apps.json +++ b/apps.json @@ -1694,7 +1694,7 @@ "mailman": { "branch": "master", "category": "communication", - "level": 4, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ From 0c4e1570a646294bc8a7c5fd49c6e7249adc15bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 24 Jan 2021 23:16:06 +0100 Subject: [PATCH 058/166] Update apps.json --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index b798426d..310f365f 100644 --- a/apps.json +++ b/apps.json @@ -1659,7 +1659,7 @@ "lufi": { "branch": "master", "category": "synchronization", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ From d58dd647f08c98c6e3f100ff1be24f354ba441e2 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 26 Jan 2021 20:48:58 +0100 Subject: [PATCH 059/166] Update apps.json --- apps.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps.json b/apps.json index 317ab52b..29ef1f97 100644 --- a/apps.json +++ b/apps.json @@ -1747,6 +1747,16 @@ ], "url": "https://github.com/YunoHost-Apps/matomo_ynh" }, + "matterbridge": { + "branch": "master", + "category": "communication", + "revision": "HEAD", + "state": "working", + "subtags": [ + "chat" + ], + "url": "https://github.com/YunoHost-Apps/matterbridge_ynh" + }, "mattermost": { "branch": "master", "category": "communication", From 24b76af1a7e29fb85d9fb9c37e11082cbb1b0bc1 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 27 Jan 2021 18:35:46 +0100 Subject: [PATCH 060/166] Set openTracker as in progress --- apps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps.json b/apps.json index 29ef1f97..344f11ea 100644 --- a/apps.json +++ b/apps.json @@ -2233,8 +2233,8 @@ "opentracker": { "branch": "master", "category": "wat", - "revision": "1ade1cad5c7a2650c63fd6e1242e9c83f3e797cd", - "state": "notworking", + "revision": "HEAD", + "state": "inprogress", "url": "https://github.com/YunoHost-Apps/opentracker_ynh" }, "osada": { From cb5ee58927fcd602f05bebd61d5e9529b79810c7 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 28 Jan 2021 08:16:13 +0100 Subject: [PATCH 061/166] Set as working --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 344f11ea..e8cde10e 100644 --- a/apps.json +++ b/apps.json @@ -2234,7 +2234,7 @@ "branch": "master", "category": "wat", "revision": "HEAD", - "state": "inprogress", + "state": "working", "url": "https://github.com/YunoHost-Apps/opentracker_ynh" }, "osada": { From e26689970ad1b12c8f884d8e5ed760bc8d8b2af4 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 29 Jan 2021 09:22:24 +0100 Subject: [PATCH 062/166] Add bookstack --- apps.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps.json b/apps.json index e8cde10e..4fafdd0a 100644 --- a/apps.json +++ b/apps.json @@ -265,6 +265,16 @@ ], "url": "https://github.com/realitygaps/bolt_ynh" }, + "bookstack": { + "branch": "master", + "category": "publishing", + "revision": "HEAD", + "state": "notworking", + "subtags": [ + "wiki" + ], + "url": "https://github.com/YunoHost-Apps/bookstack_ynh" + }, "borg": { "branch": "master", "category": "system_tools", From 44f3aad344ed63c60910f895c2258e27c9f6f594 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 29 Jan 2021 13:01:00 +0100 Subject: [PATCH 063/166] Update apps.json --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 4fafdd0a..80231309 100644 --- a/apps.json +++ b/apps.json @@ -269,7 +269,7 @@ "branch": "master", "category": "publishing", "revision": "HEAD", - "state": "notworking", + "state": "working", "subtags": [ "wiki" ], From 7adea38d24745de72e853885f8fb14eb6641db1b Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 29 Jan 2021 23:53:02 +0100 Subject: [PATCH 064/166] Update apps.json --- apps.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps.json b/apps.json index e8cde10e..b9128116 100644 --- a/apps.json +++ b/apps.json @@ -437,6 +437,16 @@ ], "url": "https://github.com/YunoHost-Apps/concrete5_ynh" }, + "converse": { + "branch": "master", + "category": "communication", + "revision": "HEAD", + "state": "working", + "subtags": [ + "chat" + ], + "url": "https://github.com/YunoHost-Apps/converse_ynh" + }, "cops": { "branch": "master", "category": "reading", From 3e54481f6baae4273625f42ba04e5daf44a7a443 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 30 Jan 2021 23:07:11 +0100 Subject: [PATCH 065/166] Remove CodiMD --- apps.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/apps.json b/apps.json index e8cde10e..734c97d8 100644 --- a/apps.json +++ b/apps.json @@ -378,17 +378,6 @@ "state": "notworking", "url": "https://github.com/YunoHost-Apps/cockpit_ynh" }, - "codimd": { - "branch": "master", - "category": "office", - "level": 7, - "revision": "HEAD", - "state": "working", - "subtags": [ - "text" - ], - "url": "https://github.com/YunoHost-Apps/codimd_ynh" - }, "coin": { "branch": "master", "category": "productivity_and_management", From fd8c8c6a77f2cc88f272e1b2323476ad852498d6 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 31 Jan 2021 20:33:15 +0100 Subject: [PATCH 066/166] Add coturn --- apps.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps.json b/apps.json index e8cde10e..4bd31656 100644 --- a/apps.json +++ b/apps.json @@ -455,6 +455,16 @@ "state": "notworking", "url": "https://github.com/YunoHost-Apps/coquelicot_ynh" }, + "coturn": { + "branch": "master", + "category": "system_tools", + "revision": "HEAD", + "state": "working", + "subtags": [ + "network" + ], + "url": "https://github.com/labriqueinternet/coturn_ynh" + }, "couchpotato": { "branch": "master", "category": "multimedia", From 754f387a27de20e8d4ef9490b4cc1dfe67cfbdbe Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 31 Jan 2021 20:34:44 +0100 Subject: [PATCH 067/166] Update apps.json --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 4bd31656..ddf349d4 100644 --- a/apps.json +++ b/apps.json @@ -463,7 +463,7 @@ "subtags": [ "network" ], - "url": "https://github.com/labriqueinternet/coturn_ynh" + "url": "https://github.com/YunoHost-Apps/coturn_ynh" }, "couchpotato": { "branch": "master", From 1ab6e65ccf65b0a1715e8559cfdb607a417ba43f Mon Sep 17 00:00:00 2001 From: "yunohost-bot@yunohost.org" Date: Sun, 7 Feb 2021 20:05:14 +0000 Subject: [PATCH 068/166] Update app's level --- apps.json | 66 ++++++++++++++++++++++++++++++------------------------- 1 file changed, 36 insertions(+), 30 deletions(-) diff --git a/apps.json b/apps.json index 4d68f0c6..df235402 100644 --- a/apps.json +++ b/apps.json @@ -116,7 +116,7 @@ "anarchism": { "branch": "master", "category": "wat", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/anarchism_ynh" @@ -189,7 +189,7 @@ "bibliogram": { "branch": "master", "category": "social_media", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -200,7 +200,7 @@ "biboumi": { "branch": "master", "category": "communication", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -222,7 +222,7 @@ "bitwarden": { "branch": "master", "category": "synchronization", - "level": 7, + "level": 6, "maintained": true, "revision": "HEAD", "state": "working", @@ -268,6 +268,7 @@ "bookstack": { "branch": "master", "category": "publishing", + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -311,7 +312,7 @@ "cachet": { "branch": "master", "category": "system_tools", - "level": 7, + "level": 4, "revision": "HEAD", "state": "working", "subtags": [ @@ -322,7 +323,7 @@ "calibreweb": { "branch": "master", "category": "reading", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -345,7 +346,7 @@ "cesium": { "branch": "master", "category": "wat", - "level": 7, + "level": 4, "maintained": false, "revision": "HEAD", "state": "working", @@ -401,7 +402,7 @@ "collabora": { "branch": "master", "category": "office", - "level": 0, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -427,7 +428,7 @@ "concrete5": { "branch": "master", "category": "publishing", - "level": 7, + "level": 6, "maintained": false, "revision": "HEAD", "state": "working", @@ -439,6 +440,7 @@ "converse": { "branch": "master", "category": "communication", + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -467,6 +469,7 @@ "coturn": { "branch": "master", "category": "system_tools", + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -689,7 +692,7 @@ "domoticz": { "branch": "master", "category": "iot", - "level": 6, + "level": 7, "revision": "HEAD", "state": "working", "url": "https://github.com/Yunohost-Apps/domoticz_ynh" @@ -796,7 +799,7 @@ "etherpad_mypads": { "branch": "master", "category": "office", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -848,7 +851,7 @@ "flarum": { "branch": "master", "category": "communication", - "level": 7, + "level": 4, "revision": "HEAD", "state": "working", "subtags": [ @@ -1388,7 +1391,7 @@ "invidious": { "branch": "master", "category": "social_media", - "level": 1, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -1450,7 +1453,7 @@ "jenkins": { "branch": "master", "category": "dev", - "level": 0, + "level": 7, "maintained": false, "revision": "HEAD", "state": "working", @@ -1589,7 +1592,7 @@ "branch": "master", "category": "reading", "high_quality": true, - "level": 4, + "level": 7, "maintained": false, "revision": "HEAD", "state": "working", @@ -1654,7 +1657,7 @@ "lionwiki-t2t": { "branch": "master", "category": "publishing", - "level": 7, + "level": 4, "revision": "HEAD", "state": "working", "subtags": [ @@ -1665,7 +1668,7 @@ "lstu": { "branch": "master", "category": "small_utilities", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -1778,6 +1781,7 @@ "matterbridge": { "branch": "master", "category": "communication", + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -1788,7 +1792,7 @@ "mattermost": { "branch": "master", "category": "communication", - "level": 0, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -1822,7 +1826,7 @@ "mediawiki": { "branch": "master", "category": "publishing", - "level": 0, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -1932,7 +1936,7 @@ "mobilizon": { "branch": "master", "category": "social_media", - "level": 8, + "level": 0, "revision": "HEAD", "state": "working", "subtags": [ @@ -2099,7 +2103,7 @@ "mytinytodo": { "branch": "master", "category": "productivity_and_management", - "level": 0, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -2209,7 +2213,7 @@ "onlyoffice": { "branch": "master", "category": "office", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -2261,6 +2265,7 @@ "opentracker": { "branch": "master", "category": "wat", + "level": 7, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/opentracker_ynh" @@ -2334,7 +2339,7 @@ "peertube": { "branch": "master", "category": "social_media", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -2443,6 +2448,7 @@ "phpservermon": { "branch": "master", "category": "system_tools", + "level": 7, "maintained": true, "revision": "HEAD", "state": "working", @@ -2519,7 +2525,7 @@ "pleroma": { "branch": "master", "category": "social_media", - "level": 8, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -2540,7 +2546,7 @@ "plume": { "branch": "master", "category": "social_media", - "level": 8, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -2593,7 +2599,7 @@ "privatebin": { "branch": "master", "category": "small_utilities", - "level": 1, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -3020,7 +3026,7 @@ "sogo": { "branch": "master", "category": "communication", - "level": 8, + "level": 4, "maintained": true, "revision": "HEAD", "state": "working", @@ -3356,7 +3362,7 @@ "ulogger": { "branch": "master", "category": "small_utilities", - "level": 4, + "level": 7, "maintained": false, "revision": "HEAD", "state": "working", @@ -3427,7 +3433,7 @@ "webmin": { "branch": "master", "category": "wat", - "level": 7, + "level": 6, "maintained": true, "revision": "HEAD", "state": "working", @@ -3657,7 +3663,7 @@ "zap": { "branch": "master", "category": "social_media", - "level": 0, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ From 10f297c8c19d0225aeb8400623a2b40a2b714cd0 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 8 Feb 2021 01:39:54 +0100 Subject: [PATCH 069/166] Add specific catalog file for the catalog in new documentation --- list_builder.py | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/list_builder.py b/list_builder.py index 6f93e79c..81aa5386 100755 --- a/list_builder.py +++ b/list_builder.py @@ -178,6 +178,30 @@ def build_catalog(): with open("./builds/default/v0/community.json", 'w') as f: f.write(json.dumps(community_apps_dict, sort_keys=True)) + ############################## + # Version for catalog in doc # + ############################## + categories = yaml.load(open("categories.yml").read()) + os.system("mkdir -p ./builds/default/doc_catalog") + def infos_for_doc_catalog(infos): + level = infos.get("level") + if not isinstance(level, int): + level = -1 + return { + "id": infos["id"], + "category": infos["category"], + "url": infos["git"]["url"], + "name": infos["manifest"]["name"], + "description": infos["manifest"]["description"], + "state": infos["state"], + "good_quality": level >= 8, + "bad_quality": level <= 5, + } + result_dict_doc = {k: infos_for_doc_catalog(v) for k, v in result_dict.items() if v["state"] == "working"} + with open("builds/default/doc_catalog/apps.json", 'w') as f: + f.write(json.dumps({"apps": result_dict_doc, "categories": categories}, sort_keys=True)) + + def build_app_dict(app, infos): From d682efc71947ea345138acb3b789a0c4f57377f0 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 8 Feb 2021 01:54:42 +0100 Subject: [PATCH 070/166] Zblerg we need to keep track of broken apps --- list_builder.py | 1 + 1 file changed, 1 insertion(+) diff --git a/list_builder.py b/list_builder.py index 81aa5386..64e37308 100755 --- a/list_builder.py +++ b/list_builder.py @@ -194,6 +194,7 @@ def build_catalog(): "name": infos["manifest"]["name"], "description": infos["manifest"]["description"], "state": infos["state"], + "broken": level <= 0, "good_quality": level >= 8, "bad_quality": level <= 5, } From 633d3b9985118d76fd42b553cd776c445f298ef6 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 8 Feb 2021 02:01:45 +0100 Subject: [PATCH 071/166] Zrglbgf --- list_builder.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/list_builder.py b/list_builder.py index 64e37308..169d3a82 100755 --- a/list_builder.py +++ b/list_builder.py @@ -194,11 +194,12 @@ def build_catalog(): "name": infos["manifest"]["name"], "description": infos["manifest"]["description"], "state": infos["state"], + "level": level, "broken": level <= 0, "good_quality": level >= 8, "bad_quality": level <= 5, } - result_dict_doc = {k: infos_for_doc_catalog(v) for k, v in result_dict.items() if v["state"] == "working"} + result_dict_doc = {k: infos_for_doc_catalog(v) for k, v in result_dict.items() if v["state"] in ["working", "validated"]} with open("builds/default/doc_catalog/apps.json", 'w') as f: f.write(json.dumps({"apps": result_dict_doc, "categories": categories}, sort_keys=True)) From ee0252f008e638b9087599237cf6fb61126c58a5 Mon Sep 17 00:00:00 2001 From: Gredin67 Date: Fri, 12 Feb 2021 13:52:22 +0100 Subject: [PATCH 072/166] add mautrix_facebook and mautrix_signal --- apps.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/apps.json b/apps.json index df235402..0aa50399 100644 --- a/apps.json +++ b/apps.json @@ -1800,6 +1800,26 @@ ], "url": "https://github.com/YunoHost-Apps/mattermost_ynh" }, + "mautrix_facebook": { + "branch": "master", + "category": "communication", + "revision": "HEAD", + "state": "working", + "subtags": [ + "chat" + ], + "url": "https://github.com/YunoHost-Apps/mautrix_facebook_ynh" + }, + "mautrix_signal": { + "branch": "master", + "category": "communication", + "revision": "HEAD", + "state": "working", + "subtags": [ + "chat" + ], + "url": "https://github.com/YunoHost-Apps/mautrix_signal_ynh" + }, "mautrix_whatsapp": { "branch": "master", "category": "communication", From 8ed412eaf1029ee1cc9a12ee7c1b2469172e92cd Mon Sep 17 00:00:00 2001 From: "yunohost-bot@yunohost.org" Date: Fri, 12 Feb 2021 20:05:13 +0000 Subject: [PATCH 073/166] Update app's level --- apps.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/apps.json b/apps.json index df235402..a6464ec6 100644 --- a/apps.json +++ b/apps.json @@ -1000,7 +1000,7 @@ "funkwhale": { "branch": "master", "category": "multimedia", - "level": 8, + "level": 6, "maintained": true, "revision": "HEAD", "state": "working", @@ -1505,7 +1505,7 @@ "kanboard": { "branch": "master", "category": "productivity_and_management", - "level": 6, + "level": 2, "revision": "HEAD", "state": "working", "subtags": [ @@ -1701,7 +1701,7 @@ "lutim": { "branch": "master", "category": "multimedia", - "level": 7, + "level": 6, "maintained": false, "revision": "HEAD", "state": "working", @@ -2135,7 +2135,7 @@ }, "neutrinet": { "branch": "stable", - "level": 5, + "level": 6, "revision": "HEAD", "state": "working", "url": "https://gitlab.domainepublic.net/Neutrinet/neutrinet_ynh" @@ -2213,7 +2213,7 @@ "onlyoffice": { "branch": "master", "category": "office", - "level": 8, + "level": 1, "revision": "HEAD", "state": "working", "subtags": [ @@ -2503,7 +2503,7 @@ "piwigo": { "branch": "master", "category": "multimedia", - "level": 8, + "level": 2, "revision": "HEAD", "state": "working", "subtags": [ @@ -2846,7 +2846,7 @@ "seafile": { "branch": "master", "category": "synchronization", - "level": 6, + "level": 4, "revision": "HEAD", "state": "working", "subtags": [ @@ -2857,7 +2857,7 @@ "searx": { "branch": "master", "category": "small_utilities", - "level": 8, + "level": 0, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/searx_ynh" @@ -3002,7 +3002,7 @@ "snserver": { "branch": "master", "category": "office", - "level": 5, + "level": 6, "maintained": true, "revision": "HEAD", "state": "working", @@ -3173,7 +3173,7 @@ "synapse": { "branch": "master", "category": "communication", - "level": 4, + "level": 0, "revision": "HEAD", "state": "working", "subtags": [ @@ -3685,7 +3685,7 @@ "zeronet": { "branch": "master", "category": "wat", - "level": 0, + "level": 7, "maintained": true, "revision": "HEAD", "state": "working", @@ -3705,7 +3705,7 @@ "ztncui": { "branch": "master", "category": "system_tools", - "level": 7, + "level": 0, "revision": "HEAD", "state": "working", "subtags": [ From 2a13d26c9fb6f2086b744716be28dfc30606d1d7 Mon Sep 17 00:00:00 2001 From: anmol26s <5068843+anmol26s@users.noreply.github.com> Date: Mon, 15 Feb 2021 01:25:27 +0530 Subject: [PATCH 074/166] Updated Osada to working --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index df235402..76c3a5e1 100644 --- a/apps.json +++ b/apps.json @@ -2274,7 +2274,7 @@ "branch": "master", "category": "social_media", "revision": "HEAD", - "state": "notworking", + "state": "working", "subtags": [ "microblogging" ], From cc9c4b09768956b918122c50c206bd453a5da0e2 Mon Sep 17 00:00:00 2001 From: grenagit <46225780+grenagit@users.noreply.github.com> Date: Mon, 15 Feb 2021 08:44:26 +0100 Subject: [PATCH 075/166] Update Mosquitto App --- apps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps.json b/apps.json index 76c3a5e1..55cda63f 100644 --- a/apps.json +++ b/apps.json @@ -2007,8 +2007,8 @@ "mosquitto": { "branch": "master", "category": "iot", - "revision": "3170a6a6887333aa7d48dfa1dc22dabf68796502", - "state": "notworking", + "revision": "HEAD", + "state": "working", "url": "https://github.com/YunoHost-Apps/mosquitto_ynh" }, "movim": { From bde8c4ad8ececf84d8aa40c265ff7a2652d0839e Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 15 Feb 2021 13:23:45 +0100 Subject: [PATCH 076/166] Update onlyoffice level --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index a6464ec6..87d885d8 100644 --- a/apps.json +++ b/apps.json @@ -2213,7 +2213,7 @@ "onlyoffice": { "branch": "master", "category": "office", - "level": 1, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ From 0ecbe2ddfcefc92da6e9dadb35d5f633f21cd0b8 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 16 Feb 2021 14:49:43 +0100 Subject: [PATCH 077/166] Set mautrix_facebook and mautrix_signal as inprogress --- apps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps.json b/apps.json index 0aa50399..e69668fe 100644 --- a/apps.json +++ b/apps.json @@ -1804,7 +1804,7 @@ "branch": "master", "category": "communication", "revision": "HEAD", - "state": "working", + "state": "inprogress", "subtags": [ "chat" ], @@ -1814,7 +1814,7 @@ "branch": "master", "category": "communication", "revision": "HEAD", - "state": "working", + "state": "inprogress", "subtags": [ "chat" ], From b2d60627192c7e994f262ab1be7ed42af1d6edf2 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 16 Feb 2021 15:47:10 +0100 Subject: [PATCH 078/166] Update apps.json --- apps.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps.json b/apps.json index 55cda63f..18e98109 100644 --- a/apps.json +++ b/apps.json @@ -3249,6 +3249,16 @@ ], "url": "https://github.com/YunoHost-Apps/thelounge_ynh" }, + "tiddlywiki": { + "branch": "master", + "category": "publishing", + "revision": "HEAD", + "state": "working", + "subtags": [ + "wiki" + ], + "url": "https://github.com/YunoHost-Apps/tiddlywiki_ynh" + }, "timeoff": { "branch": "master", "category": "productivity_and_management", From 72f558c420ad1781b3e8ec080545a97fd6b5fe1b Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 17 Feb 2021 18:31:52 +0100 Subject: [PATCH 079/166] Flagging some broken apps as notworking + some inprogress apps that did not receive any update for more than ~one year --- apps.json | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/apps.json b/apps.json index aedec038..4e6ec86e 100644 --- a/apps.json +++ b/apps.json @@ -417,7 +417,7 @@ "category": "office", "maintained": false, "revision": "7acf7c84572734a5c6d8d396e0f01b0acf8e5bfc", - "state": "inprogress", + "state": "notworking", "subtags": [ "text", "spreadsheet", @@ -575,7 +575,7 @@ "category": "social_media", "maintained": false, "revision": "6eacf17413d795c73a9d8aeb43420749d6283e20", - "state": "inprogress", + "state": "notworking", "subtags": [ "microblogging" ], @@ -613,7 +613,7 @@ "branch": "master", "category": "dev", "revision": "107eb112cc0eed184c19a3132e2f04add44ff8b2", - "state": "inprogress", + "state": "notworking", "subtags": [ "skeleton" ], @@ -896,7 +896,7 @@ "category": "productivity_and_management", "maintained": false, "revision": "HEAD", - "state": "inprogress", + "state": "notworking", "subtags": [ "business_and_ngos" ], @@ -1614,9 +1614,8 @@ "libreerp": { "branch": "master", "category": "productivity_and_management", - "level": 0, "revision": "HEAD", - "state": "working", + "state": "notworking", "subtags": [ "business_and_ngos" ], @@ -1738,7 +1737,7 @@ "category": "communication", "maintained": true, "revision": "HEAD", - "state": "inprogress", + "state": "notworking", "subtags": [ "email" ], @@ -2363,7 +2362,7 @@ "category": "publishing", "maintained": false, "revision": "a2f37b8e277ba173b53f73320514f1fc7f3aa3ac", - "state": "inprogress", + "state": "notworking", "subtags": [ "websites" ], @@ -2722,9 +2721,8 @@ "reel2bits": { "branch": "master", "category": "social_media", - "level": 0, "revision": "HEAD", - "state": "working", + "state": "notworking", "subtags": [ "music" ], @@ -2840,7 +2838,7 @@ "category": "small_utilities", "maintained": false, "revision": "HEAD", - "state": "inprogress", + "state": "notworking", "url": "https://github.com/YunoHost-Apps/scrumblr_ynh" }, "seafile": { @@ -3297,7 +3295,7 @@ "branch": "master", "category": "productivity_and_management", "revision": "HEAD", - "state": "inprogress", + "state": "notworking", "url": "https://github.com/YunoHost-Apps/transpay_ynh" }, "transwhat": { From 2553265fa45352728224acfc5cd6b821fa843479 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Fri, 19 Feb 2021 02:29:50 +0100 Subject: [PATCH 080/166] Add pepettes --- apps.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/apps.json b/apps.json index aedec038..f260c6d0 100644 --- a/apps.json +++ b/apps.json @@ -2369,6 +2369,17 @@ ], "url": "https://github.com/YunoHost-Apps/pelican_ynh" }, + "pepettes": { + "branch": "master", + "category": "publishing", + "maintained": true, + "revision": "HEAD", + "state": "inprogress", + "subtags": [ + "ecommerce" + ], + "url": "https://github.com/YunoHost-Apps/pepettes_ynh" + }, "petitesannonces": { "branch": "master", "category": "publishing", From 77f3f662828b2671d9d4c22d1cae7c3733123d5d Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Fri, 19 Feb 2021 03:50:53 +0100 Subject: [PATCH 081/166] Update pepettes to working --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index f260c6d0..11f78e39 100644 --- a/apps.json +++ b/apps.json @@ -2374,7 +2374,7 @@ "category": "publishing", "maintained": true, "revision": "HEAD", - "state": "inprogress", + "state": "working", "subtags": [ "ecommerce" ], From 3b1e6ac233b3f2635a204b152e911fc7d11f421d Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 19 Feb 2021 19:51:22 +0100 Subject: [PATCH 082/166] Set WireGuard as working --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 11f78e39..b58b8235 100644 --- a/apps.json +++ b/apps.json @@ -3526,7 +3526,7 @@ "branch": "master", "category": "system_tools", "revision": "HEAD", - "state": "inprogress", + "state": "working", "subtags": [ "network" ], From a9a771e81cbcd4ee5a27524c390a705f45d8cabb Mon Sep 17 00:00:00 2001 From: "yunohost-bot@yunohost.org" Date: Fri, 19 Feb 2021 20:05:13 +0000 Subject: [PATCH 083/166] Update app's level --- apps.json | 41 ++++++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 19 deletions(-) diff --git a/apps.json b/apps.json index 11f78e39..14042da8 100644 --- a/apps.json +++ b/apps.json @@ -64,7 +64,7 @@ "agendav": { "branch": "master", "category": "synchronization", - "level": 7, + "level": 0, "revision": "HEAD", "state": "working", "subtags": [ @@ -189,7 +189,7 @@ "bibliogram": { "branch": "master", "category": "social_media", - "level": 6, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -222,7 +222,7 @@ "bitwarden": { "branch": "master", "category": "synchronization", - "level": 6, + "level": 8, "maintained": true, "revision": "HEAD", "state": "working", @@ -595,7 +595,7 @@ "distbin": { "branch": "master", "category": "small_utilities", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -851,7 +851,7 @@ "flarum": { "branch": "master", "category": "communication", - "level": 4, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -974,7 +974,7 @@ "friendica": { "branch": "master", "category": "social_media", - "level": 6, + "level": 7, "maintained": false, "revision": "HEAD", "state": "working", @@ -1071,7 +1071,7 @@ "gitea": { "branch": "master", "category": "dev", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -1373,7 +1373,7 @@ "ihatemoney": { "branch": "master", "category": "productivity_and_management", - "level": 1, + "level": 4, "revision": "HEAD", "state": "working", "subtags": [ @@ -1391,7 +1391,7 @@ "invidious": { "branch": "master", "category": "social_media", - "level": 7, + "level": 0, "revision": "HEAD", "state": "working", "subtags": [ @@ -1701,7 +1701,7 @@ "lutim": { "branch": "master", "category": "multimedia", - "level": 6, + "level": 7, "maintained": false, "revision": "HEAD", "state": "working", @@ -1803,7 +1803,7 @@ "mautrix_whatsapp": { "branch": "master", "category": "communication", - "level": 3, + "level": 0, "revision": "HEAD", "state": "working", "subtags": [ @@ -2007,6 +2007,7 @@ "mosquitto": { "branch": "master", "category": "iot", + "level": 7, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/mosquitto_ynh" @@ -2187,7 +2188,7 @@ "nodered": { "branch": "master", "category": "iot", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/nodered_ynh" @@ -2273,6 +2274,7 @@ "osada": { "branch": "master", "category": "social_media", + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -2372,6 +2374,7 @@ "pepettes": { "branch": "master", "category": "publishing", + "level": 1, "maintained": true, "revision": "HEAD", "state": "working", @@ -2514,7 +2517,7 @@ "piwigo": { "branch": "master", "category": "multimedia", - "level": 2, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -2599,7 +2602,7 @@ "prettynoemiecms": { "branch": "master", "category": "publishing", - "level": 8, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -2679,7 +2682,7 @@ "qr": { "branch": "master", "category": "small_utilities", - "level": 5, + "level": 6, "maintained": true, "revision": "HEAD", "state": "working", @@ -2868,7 +2871,7 @@ "searx": { "branch": "master", "category": "small_utilities", - "level": 0, + "level": 8, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/searx_ynh" @@ -3025,7 +3028,7 @@ "snweb": { "branch": "master", "category": "office", - "level": 5, + "level": 6, "maintained": true, "revision": "HEAD", "state": "working", @@ -3215,7 +3218,7 @@ "tailoredflow": { "branch": "master", "category": "multimedia", - "level": 3, + "level": 2, "maintained": true, "revision": "HEAD", "state": "working", @@ -3651,7 +3654,7 @@ "z-push": { "branch": "master", "category": "synchronization", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ From 0efa5fb92a0a27c22d3fb78acb880c4b2dbf5a51 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 20 Feb 2021 20:45:11 +0100 Subject: [PATCH 084/166] Fix agendav level --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 14042da8..a4a9510b 100644 --- a/apps.json +++ b/apps.json @@ -64,7 +64,7 @@ "agendav": { "branch": "master", "category": "synchronization", - "level": 0, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ From 5f78d99af1c4bed50df39e439a91bcfb0686d7b8 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 9 Jun 2020 19:09:27 +0200 Subject: [PATCH 085/166] Draft for an autopatch 'framework' --- autopatches/autopatch.py | 191 ++++++++++++++++++ .../explicit-php-version-in-deps/patch.sh | 12 ++ .../explicit-php-version-in-deps/pr_body.md | 1 + .../explicit-php-version-in-deps/pr_title.md | 1 + 4 files changed, 205 insertions(+) create mode 100755 autopatches/autopatch.py create mode 100644 autopatches/patches/explicit-php-version-in-deps/patch.sh create mode 100644 autopatches/patches/explicit-php-version-in-deps/pr_body.md create mode 100644 autopatches/patches/explicit-php-version-in-deps/pr_title.md diff --git a/autopatches/autopatch.py b/autopatches/autopatch.py new file mode 100755 index 00000000..84662cff --- /dev/null +++ b/autopatches/autopatch.py @@ -0,0 +1,191 @@ +#!/usr/bin/python3 +import json +import sys +import requests +import os +import subprocess + +# ./autopatch.py --rebuild-cache +# ./autopatch.py --apply my_patch +# ./autopatch.py --diff +# ./autopatch.py --push my_patch + +catalog = requests.get("https://raw.githubusercontent.com/YunoHost/apps/master/apps.json").json() + +my_env = os.environ.copy() +my_env["GIT_TERMINAL_PROMPT"] = "0" +os.makedirs(".apps_cache", exist_ok=True) + +login = open("login").read().strip() +token = open("token").read().strip() +github_api = "https://api.github.com" + + +def apps(min_level=4): + + for app, infos in catalog.items(): + if infos.get("state") == "working" and infos.get("level", -1) > min_level: + infos["id"] = app + yield infos + + +def app_cache_folder(app): + return os.path.join(".apps_cache", app) + + +def git(cmd, in_folder=None): + + if not isinstance(cmd, list): + cmd = cmd.split() + if in_folder: + cmd = ["-C", in_folder] + cmd + cmd = ["git"] + cmd + return subprocess.check_output(cmd, env=my_env).strip().decode("utf-8") + + +# Progress bar helper, stolen from https://stackoverflow.com/a/34482761 +def progressbar(it, prefix="", size=60, file=sys.stdout): + it = list(it) + count = len(it) + def show(j, name=""): + name += " " + x = int(size*j/count) + file.write("%s[%s%s] %i/%i %s\r" % (prefix, "#"*x, "."*(size-x), j, count, name)) + file.flush() + show(0) + for i, item in enumerate(it): + yield item + show(i+1, item["id"]) + file.write("\n") + file.flush() + + +def build_cache(): + + for app in progressbar(apps(), "Git cloning: ", 40): + folder = os.path.join(".apps_cache", app["id"]) + reponame = app["url"].rsplit("/", 1) + git(f"clone --quiet --depth 1 --single-branch {app['url']} {folder}") + git(f"remote add fork https://{login}:{token}@github.com/{login}/{reponame}", in_folder=folder) + + +def apply(patch): + + patch_path = os.path.abspath(os.path.join("patches", patch, "patch.sh")) + + for app in progressbar(apps(), "Apply to: ", 40): + folder = os.path.join(".apps_cache", app["id"]) + current_branch = git(f"symbolic-ref --short HEAD", in_folder=folder) + git(f"reset --hard origin/{current_branch}", in_folder=folder) + os.system(f"cd {folder} && bash {patch_path}") + + +def diff(): + + for app in apps(): + print(app["id"]) + print("----------------------------") + folder = os.path.join(".apps_cache", app["id"]) + os.system(f"cd {folder} && git diff && echo $?") + + +def push(patch): + + title = "[autopatch] " + open(os.path.join("patches", patch, "pr_title.md")).read().strip() + + def diff_not_empty(app): + folder = os.path.join(".apps_cache", app["id"]) + return bool(subprocess.check_output(f"cd {folder} && git diff", shell=True).strip().decode("utf-8")) + + def app_is_on_github(app): + return "github.com" in app["url"] + + apps_to_push = [app for app in apps() if diff_not_empty(app) and app_is_on_github(app)] + + apps_to_push = [app for app in apps() if app["id"] == "piwigo"] + + with requests.Session() as s: + s.headers.update({"Authorization": f"token {token}"}) + for app in progressbar(apps_to_push, "Forking: ", 40): + app["repo"] = app["url"][len("https://github.com/"):].strip("/") + fork_if_needed(app["repo"], s) + + for app in progressbar(apps_to_push, "Pushing: ", 40): + app["repo"] = app["url"][len("https://github.com/"):].strip("/") + app_repo_name = app["url"].rsplit("/", 1)[-1] + folder = os.path.join(".apps_cache", app["id"]) + current_branch = git(f"symbolic-ref --short HEAD", in_folder=folder) + git(f"reset origin/{current_branch}", in_folder=folder) + git(["commit", "-a", "-m", title, "--author='Yunohost-Bot <>'"], in_folder=folder) + try: + git(f"remote remove fork", in_folder=folder) + except Exception: + pass + git(f"remote add fork https://{login}:{token}@github.com/{login}/{app_repo_name}", in_folder=folder) + git(f"push fork {current_branch}:{patch} --quiet --force", in_folder=folder) + create_pull_request(app["repo"], patch, current_branch, s) + + +def fork_if_needed(repo, s): + + repo_name = repo.split("/")[-1] + r = s.get(github_api + f"/repos/{login}/{repo_name}") + + if r.status_code == 200: + return + + r = s.post(github_api + f"/repos/{repo}/forks") + + if r.status_code != 200: + print(r.text) + + +def create_pull_request(repo, patch, base_branch, s): + + PR = {"title": "[autopatch] " + open(os.path.join("patches", patch, "pr_title.md")).read().strip(), + "body": "This is an automatic PR\n\n" + open(os.path.join("patches", patch, "pr_body.md")).read().strip(), + "head": login + ":" + patch, + "base": base_branch, + "maintainer_can_modify": True} + + r = s.post(github_api + f"/repos/{repo}/pulls", json.dumps(PR)) + + if r.status_code != 200: + print(r.text) + else: + json.loads(r.text)["html_url"] + + +def main(): + + action = sys.argv[1] + if action == "--help": + print(""" + Example usage: + +# Init local git clone for all apps +./autopatch --build-cache + +# Apply patch in all local clones +./autopatch --apply explicit-php-version-in-deps + +# Inspect diff for all apps +./autopatch --diff + +# Push and create pull requests on all apps with non-empty diff +./autopatch --push explicit-php-version-in-deps +""") + + elif action == "--build-cache": + build_cache() + elif action == "--apply": + apply(sys.argv[2]) + elif action == "--diff": + diff() + elif action == "--push": + push(sys.argv[2]) + else: + print("Unknown action %s" % action) + + +main() diff --git a/autopatches/patches/explicit-php-version-in-deps/patch.sh b/autopatches/patches/explicit-php-version-in-deps/patch.sh new file mode 100644 index 00000000..cddbb44a --- /dev/null +++ b/autopatches/patches/explicit-php-version-in-deps/patch.sh @@ -0,0 +1,12 @@ +PHP_DEPS="php-bcmath php-cli php-curl php-dev php-gd php-gmp php-imap php-intl php-json php-ldap php-mbstring php-mysql php-soap php-sqlite3 php-tidy php-xml php-xmlrpc php-zip php-dom php-opcache php-xsl php-apcu php-geoip php-imagick php-memcached php-redis php-ssh2 php-common" + +grep -q -nr "php-" scripts/* || exit 0 + +for DEP in $PHP_DEPS +do + NEWDEP=$(echo $DEP | sed 's/php-/php7.0-/g') + [ ! -e ./scripts/_common.sh ] || sed "/^\s*#/!s/$DEP/$NEWDEP/g" -i ./scripts/_common.sh + [ ! -e ./scripts/install ] || sed "/^\s*#/!s/$DEP/$NEWDEP/g" -i ./scripts/install + [ ! -e ./scripts/upgrade ] || sed "/^\s*#/!s/$DEP/$NEWDEP/g" -i ./scripts/upgrade + [ ! -e ./scripts/restore ] || sed "/^\s*#/!s/$DEP/$NEWDEP/g" -i ./scripts/restore +done diff --git a/autopatches/patches/explicit-php-version-in-deps/pr_body.md b/autopatches/patches/explicit-php-version-in-deps/pr_body.md new file mode 100644 index 00000000..2d8caed3 --- /dev/null +++ b/autopatches/patches/explicit-php-version-in-deps/pr_body.md @@ -0,0 +1 @@ +(This a test for now, please ignore, sorry for the noise) diff --git a/autopatches/patches/explicit-php-version-in-deps/pr_title.md b/autopatches/patches/explicit-php-version-in-deps/pr_title.md new file mode 100644 index 00000000..8b7f6417 --- /dev/null +++ b/autopatches/patches/explicit-php-version-in-deps/pr_title.md @@ -0,0 +1 @@ +Explicitly version for php dependencies From d260e23787fb4942b151ed7516fc8a7c4207ba12 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 9 Jun 2020 19:33:15 +0200 Subject: [PATCH 086/166] Remove tmp hack to not push all apps --- autopatches/autopatch.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/autopatches/autopatch.py b/autopatches/autopatch.py index 84662cff..1ace3b78 100755 --- a/autopatches/autopatch.py +++ b/autopatches/autopatch.py @@ -102,8 +102,6 @@ def push(patch): apps_to_push = [app for app in apps() if diff_not_empty(app) and app_is_on_github(app)] - apps_to_push = [app for app in apps() if app["id"] == "piwigo"] - with requests.Session() as s: s.headers.update({"Authorization": f"token {token}"}) for app in progressbar(apps_to_push, "Forking: ", 40): From 175fd4156ec0d27cba81afaadc2ecba4dbc9afc8 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 10 Jun 2020 16:58:31 +0200 Subject: [PATCH 087/166] Cosmetics for diff --- autopatches/autopatch.py | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/autopatches/autopatch.py b/autopatches/autopatch.py index 1ace3b78..2013d731 100755 --- a/autopatches/autopatch.py +++ b/autopatches/autopatch.py @@ -5,11 +5,6 @@ import requests import os import subprocess -# ./autopatch.py --rebuild-cache -# ./autopatch.py --apply my_patch -# ./autopatch.py --diff -# ./autopatch.py --push my_patch - catalog = requests.get("https://raw.githubusercontent.com/YunoHost/apps/master/apps.json").json() my_env = os.environ.copy() @@ -83,10 +78,14 @@ def apply(patch): def diff(): for app in apps(): - print(app["id"]) - print("----------------------------") folder = os.path.join(".apps_cache", app["id"]) - os.system(f"cd {folder} && git diff && echo $?") + if bool(subprocess.check_output(f"cd {folder} && git diff", shell=True).strip().decode("utf-8")): + print("\n\n\n") + print("=================================") + print("Changes in : " + app["id"]) + print("=================================") + print("\n") + os.system(f"cd {folder} && git diff") def push(patch): From 77b148f67d844266c27142e69182f8ac87a93417 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 21 Feb 2021 21:55:01 +0100 Subject: [PATCH 088/166] Add autopatch for new permission system --- autopatches/autopatch.py | 4 +- .../patches/new-permission-system/patch.sh | 66 +++++++++++++++++++ .../patches/new-permission-system/pr_body.md | 10 +++ .../patches/new-permission-system/pr_title.md | 1 + 4 files changed, 79 insertions(+), 2 deletions(-) create mode 100644 autopatches/patches/new-permission-system/patch.sh create mode 100644 autopatches/patches/new-permission-system/pr_body.md create mode 100644 autopatches/patches/new-permission-system/pr_title.md diff --git a/autopatches/autopatch.py b/autopatches/autopatch.py index 2013d731..12235525 100755 --- a/autopatches/autopatch.py +++ b/autopatches/autopatch.py @@ -59,7 +59,7 @@ def build_cache(): for app in progressbar(apps(), "Git cloning: ", 40): folder = os.path.join(".apps_cache", app["id"]) - reponame = app["url"].rsplit("/", 1) + reponame = app["url"].rsplit("/", 1)[-1] git(f"clone --quiet --depth 1 --single-branch {app['url']} {folder}") git(f"remote add fork https://{login}:{token}@github.com/{login}/{reponame}", in_folder=folder) @@ -85,7 +85,7 @@ def diff(): print("Changes in : " + app["id"]) print("=================================") print("\n") - os.system(f"cd {folder} && git diff") + os.system(f"cd {folder} && git --no-pager diff") def push(patch): diff --git a/autopatches/patches/new-permission-system/patch.sh b/autopatches/patches/new-permission-system/patch.sh new file mode 100644 index 00000000..f372a44f --- /dev/null +++ b/autopatches/patches/new-permission-system/patch.sh @@ -0,0 +1,66 @@ + +cd scripts/ + +if grep -q 'ynh_legacy_permissions' upgrade || grep -q 'ynh_permission_' install +then + # App already using the new permission system - not patching anything + exit 0 +fi + +if ! grep -q "protected_\|skipped_" install +then + # App doesn't has any (un)protected / skipped setting ? + # Probably not a webapp or permission ain't relevant for it ? + exit 0 +fi + +CONFIGURE_PERMISSION_DURING_INSTALL=' +# Make app public if necessary +if [ \"\$is_public\" -eq 1 ] +then + ynh_permission_update --permission=\"main\" --add=\"visitors\" +fi +' + +MIGRATE_LEGACY_PERMISSIONS=' +#================================================= +# Migrate legacy permissions to new system +#================================================= +if ynh_legacy_permissions_exists +then + ynh_legacy_permissions_delete_all + + ynh_app_setting_delete --app=\$app --key=is_public +fi' + +for SCRIPT in "remove upgrade backup restore change_url" +do + [[ -e $SCRIPT ]] || continue + + perl -p0e 's@.*ynh_app_setting_.*protected_.*@@g' -i $SCRIPT + perl -p0e 's@.*ynh_app_setting_.*skipped_.*@@g' -i $SCRIPT + perl -p0e 's@\s*if.*-z.*is_public.*(.|\n)*?fi\s@\n@g' -i $SCRIPT + perl -p0e 's@\s*if.*is_public.*(-eq|=).*(.|\n)*?fi\s@\n@g' -i $SCRIPT + perl -p0e 's@is_public=.*\n@@g' -i $SCRIPT + perl -p0e 's@ynh_app_setting_.*is_public.*@@g' -i $SCRIPT + perl -p0e 's@.*# Make app .*@@g' -i $SCRIPT + perl -p0e 's@.*# Fix is_public as a boolean.*@@g' -i $SCRIPT + perl -p0e 's@.*# If app is public.*@@g' -i $SCRIPT + perl -p0e 's@.*# .*allow.*credentials.*anyway.*@@g' -i $SCRIPT + perl -p0e 's@.*ynh_script_progression.*SSOwat.*@@g' -i $SCRIPT + perl -p0e 's@#=*\s#.*SETUP SSOWAT.*\s#=*\s@@g' -i $SCRIPT +done + + +perl -p0e 's@.*domain_regex.*@@g' -i install +perl -p0e 's@.*# If app is public.*@@g' -i install +perl -p0e 's@.*# Make app .*@@g' -i install +perl -p0e 's@.*# .*allow.*credentials.*anyway.*@@g' -i install +perl -p0e "s@if.*is_public.*(-eq|=)(.|\n){0,100}setting(.|\n)*?fi\n@$CONFIGURE_PERMISSION_DURING_INSTALL@g" -i install +perl -p0e 's@.*ynh_app_setting_.*is_public.*\s@@g' -i install +perl -p0e 's@.*ynh_app_setting_.*protected_.*@@g' -i install +perl -p0e 's@.*ynh_app_setting_.*skipped_.*@@g' -i install + +grep -q 'is_public=' install || perl -p0e 's@(.*Configuring SSOwat.*)@\1\nynh_permission_update --permission=\"main\" --add=\"visitors\"@g' -i install + +perl -p0e "s@ynh_abort_if_errors@ynh_abort_if_errors\n$MIGRATE_LEGACY_PERMISSIONS@g" -i upgrade diff --git a/autopatches/patches/new-permission-system/pr_body.md b/autopatches/patches/new-permission-system/pr_body.md new file mode 100644 index 00000000..115e26c0 --- /dev/null +++ b/autopatches/patches/new-permission-system/pr_body.md @@ -0,0 +1,10 @@ + +NB. : this is an ***automated*** attempt to migrate the app to the new permission system + +You should ***not*** blindly trust the proposed changes. In particular, the auto-patch will not handle: +- situations which are more complex than "if is_public is true, allow visitors" +- situations where the app needs to be temporarily public (then possible private) during initial configuration +- apps using non-standard syntax +- other specific use cases + +***PLEASE*** carefully review, test and amend the proposed changes if you find that the autopatch did not do a proper job. diff --git a/autopatches/patches/new-permission-system/pr_title.md b/autopatches/patches/new-permission-system/pr_title.md new file mode 100644 index 00000000..0f9554c9 --- /dev/null +++ b/autopatches/patches/new-permission-system/pr_title.md @@ -0,0 +1 @@ +Autopatch to migrate to new permission system From f384b00b112d3664133b1f776e18e33c55908749 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 21 Feb 2021 22:01:29 +0100 Subject: [PATCH 089/166] Add note about extra permissions --- autopatches/patches/new-permission-system/pr_body.md | 1 + 1 file changed, 1 insertion(+) diff --git a/autopatches/patches/new-permission-system/pr_body.md b/autopatches/patches/new-permission-system/pr_body.md index 115e26c0..07f4e855 100644 --- a/autopatches/patches/new-permission-system/pr_body.md +++ b/autopatches/patches/new-permission-system/pr_body.md @@ -4,6 +4,7 @@ NB. : this is an ***automated*** attempt to migrate the app to the new permissio You should ***not*** blindly trust the proposed changes. In particular, the auto-patch will not handle: - situations which are more complex than "if is_public is true, allow visitors" - situations where the app needs to be temporarily public (then possible private) during initial configuration +- apps that need to define extra permission for specific section of the app (such as admin interface) - apps using non-standard syntax - other specific use cases From f6531db64e1936b72b3cf3beccbf97bace5cb532 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 21 Feb 2021 22:02:28 +0100 Subject: [PATCH 090/166] Drop the old php patch --- .../patches/explicit-php-version-in-deps/patch.sh | 12 ------------ .../patches/explicit-php-version-in-deps/pr_body.md | 1 - .../patches/explicit-php-version-in-deps/pr_title.md | 1 - 3 files changed, 14 deletions(-) delete mode 100644 autopatches/patches/explicit-php-version-in-deps/patch.sh delete mode 100644 autopatches/patches/explicit-php-version-in-deps/pr_body.md delete mode 100644 autopatches/patches/explicit-php-version-in-deps/pr_title.md diff --git a/autopatches/patches/explicit-php-version-in-deps/patch.sh b/autopatches/patches/explicit-php-version-in-deps/patch.sh deleted file mode 100644 index cddbb44a..00000000 --- a/autopatches/patches/explicit-php-version-in-deps/patch.sh +++ /dev/null @@ -1,12 +0,0 @@ -PHP_DEPS="php-bcmath php-cli php-curl php-dev php-gd php-gmp php-imap php-intl php-json php-ldap php-mbstring php-mysql php-soap php-sqlite3 php-tidy php-xml php-xmlrpc php-zip php-dom php-opcache php-xsl php-apcu php-geoip php-imagick php-memcached php-redis php-ssh2 php-common" - -grep -q -nr "php-" scripts/* || exit 0 - -for DEP in $PHP_DEPS -do - NEWDEP=$(echo $DEP | sed 's/php-/php7.0-/g') - [ ! -e ./scripts/_common.sh ] || sed "/^\s*#/!s/$DEP/$NEWDEP/g" -i ./scripts/_common.sh - [ ! -e ./scripts/install ] || sed "/^\s*#/!s/$DEP/$NEWDEP/g" -i ./scripts/install - [ ! -e ./scripts/upgrade ] || sed "/^\s*#/!s/$DEP/$NEWDEP/g" -i ./scripts/upgrade - [ ! -e ./scripts/restore ] || sed "/^\s*#/!s/$DEP/$NEWDEP/g" -i ./scripts/restore -done diff --git a/autopatches/patches/explicit-php-version-in-deps/pr_body.md b/autopatches/patches/explicit-php-version-in-deps/pr_body.md deleted file mode 100644 index 2d8caed3..00000000 --- a/autopatches/patches/explicit-php-version-in-deps/pr_body.md +++ /dev/null @@ -1 +0,0 @@ -(This a test for now, please ignore, sorry for the noise) diff --git a/autopatches/patches/explicit-php-version-in-deps/pr_title.md b/autopatches/patches/explicit-php-version-in-deps/pr_title.md deleted file mode 100644 index 8b7f6417..00000000 --- a/autopatches/patches/explicit-php-version-in-deps/pr_title.md +++ /dev/null @@ -1 +0,0 @@ -Explicitly version for php dependencies From 01ff3646ea50b6f6109d8e12f5bb48ed0578503f Mon Sep 17 00:00:00 2001 From: anmol26s <5068843+anmol26s@users.noreply.github.com> Date: Mon, 22 Feb 2021 02:40:59 +0530 Subject: [PATCH 091/166] Added Lemmy --- apps.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps.json b/apps.json index a612671b..d62b9f44 100644 --- a/apps.json +++ b/apps.json @@ -1611,6 +1611,16 @@ ], "url": "https://github.com/Yunohost-Apps/lektor_ynh" }, + "lemmy": { + "branch": "master", + "category": "social_media", + "revision": "HEAD", + "state": "working", + "subtags": [ + "websites" + ], + "url": "https://github.com/YunoHost-Apps/lemmy_ynh" + }, "libreerp": { "branch": "master", "category": "productivity_and_management", From e9cf9122ce3d61edfa95a92ee3041b2aeb1aed36 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 22 Feb 2021 13:48:38 +0100 Subject: [PATCH 092/166] Set shsd as not working --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index a612671b..d9f6bb3c 100644 --- a/apps.json +++ b/apps.json @@ -2930,7 +2930,7 @@ "category": "system_tools", "level": 0, "revision": "HEAD", - "state": "working", + "state": "notworking", "subtags": [ "monitoring" ], From c94a3c00081600cb441bbfe019a61ea4d5971ca5 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 22 Feb 2021 18:58:25 +0100 Subject: [PATCH 093/166] Add patch for missing ynh_abort_if_errors in change_url scripts --- .../patches/missing-seteu-in-change_url/patch.sh | 10 ++++++++++ .../patches/missing-seteu-in-change_url/pr_body.md | 2 ++ .../patches/missing-seteu-in-change_url/pr_title.md | 1 + 3 files changed, 13 insertions(+) create mode 100644 autopatches/patches/missing-seteu-in-change_url/patch.sh create mode 100644 autopatches/patches/missing-seteu-in-change_url/pr_body.md create mode 100644 autopatches/patches/missing-seteu-in-change_url/pr_title.md diff --git a/autopatches/patches/missing-seteu-in-change_url/patch.sh b/autopatches/patches/missing-seteu-in-change_url/patch.sh new file mode 100644 index 00000000..f9301348 --- /dev/null +++ b/autopatches/patches/missing-seteu-in-change_url/patch.sh @@ -0,0 +1,10 @@ + +cd scripts/ + +if [ ! -e change_url ] || grep -q 'ynh_abort_if_errors' change_url +then + # The app doesn't has any change url script or already has ynh_abort_if_error + exit 0 +fi + +sed 's@\(source /usr/share/yunohost/helpers\)@\1\nynh_abort_if_errors@g' -i change_url diff --git a/autopatches/patches/missing-seteu-in-change_url/pr_body.md b/autopatches/patches/missing-seteu-in-change_url/pr_body.md new file mode 100644 index 00000000..bb67bd05 --- /dev/null +++ b/autopatches/patches/missing-seteu-in-change_url/pr_body.md @@ -0,0 +1,2 @@ + +This is an ***automated*** patch to fix the lack of `ynh_abort_if_errors` in change_url script diff --git a/autopatches/patches/missing-seteu-in-change_url/pr_title.md b/autopatches/patches/missing-seteu-in-change_url/pr_title.md new file mode 100644 index 00000000..efd0e735 --- /dev/null +++ b/autopatches/patches/missing-seteu-in-change_url/pr_title.md @@ -0,0 +1 @@ +Missing ynh_abort_if_errors in change_url scripts From c2acc3c9ab6291e12b71946f4e723a9eea9507d4 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 22 Feb 2021 19:04:20 +0100 Subject: [PATCH 094/166] Add nullboard --- apps.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps.json b/apps.json index d9f6bb3c..fb797f64 100644 --- a/apps.json +++ b/apps.json @@ -2199,6 +2199,16 @@ "state": "notworking", "url": "https://github.com/YunoHost-Apps/ntopng_ynh" }, + "nullboard": { + "branch": "master", + "category": "productivity_and_management", + "revision": "HEAD", + "state": "working", + "subtags": [ + "task" + ], + "url": "https://github.com/YunoHost-Apps/nullboard_ynh" + }, "ofbiz": { "branch": "master", "category": "productivity_and_management", From 415677de9583468a7e2a71ea54e977f28324baa7 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 23 Feb 2021 19:23:50 +0100 Subject: [PATCH 095/166] Set Movim as maintained --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 2f1b109a..c2871a63 100644 --- a/apps.json +++ b/apps.json @@ -2045,7 +2045,7 @@ "branch": "master", "category": "social_media", "level": 7, - "maintained": false, + "maintained": true, "revision": "HEAD", "state": "working", "subtags": [ From 629bb716a32025856a600e95b5e7447eaf4148c7 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 25 Feb 2021 20:19:41 +0100 Subject: [PATCH 096/166] Adding yunorunner --- apps.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps.json b/apps.json index c2871a63..89453c71 100644 --- a/apps.json +++ b/apps.json @@ -3689,6 +3689,13 @@ ], "url": "https://github.com/YunoHost-Apps/yunomonitor_ynh" }, + "yunorunner": { + "branch": "master", + "category": "dev", + "revision": "HEAD", + "state": "working", + "url": "https://github.com/YunoHost-Apps/yunorunner_ynh_core" + }, "z-push": { "branch": "master", "category": "synchronization", From a4aa81f1e4ae568cddd9837f3d771df7f299ce7f Mon Sep 17 00:00:00 2001 From: "yunohost-bot@yunohost.org" Date: Fri, 26 Feb 2021 20:05:16 +0000 Subject: [PATCH 097/166] Update app's level --- apps.json | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/apps.json b/apps.json index c2871a63..eea7ae75 100644 --- a/apps.json +++ b/apps.json @@ -551,7 +551,7 @@ "diagramsnet": { "branch": "master", "category": "office", - "level": 7, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -1060,7 +1060,7 @@ "ghost": { "branch": "master", "category": "publishing", - "level": 6, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -1614,6 +1614,7 @@ "lemmy": { "branch": "master", "category": "social_media", + "level": 0, "revision": "HEAD", "state": "working", "subtags": [ @@ -2017,7 +2018,7 @@ "moodle": { "branch": "master", "category": "wat", - "level": 7, + "level": 8, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/moodle_ynh" @@ -2193,7 +2194,7 @@ "noalyss": { "branch": "master", "category": "productivity_and_management", - "level": 1, + "level": 0, "revision": "HEAD", "state": "working", "subtags": [ @@ -2232,6 +2233,7 @@ "nullboard": { "branch": "master", "category": "productivity_and_management", + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -2391,7 +2393,7 @@ "peertube-search-index": { "branch": "master", "category": "social_media", - "level": 6, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -2578,7 +2580,7 @@ "pleroma": { "branch": "master", "category": "social_media", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -2599,7 +2601,7 @@ "plume": { "branch": "master", "category": "social_media", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -2968,7 +2970,6 @@ "shsd": { "branch": "master", "category": "system_tools", - "level": 0, "revision": "HEAD", "state": "notworking", "subtags": [ @@ -3054,7 +3055,7 @@ "snserver": { "branch": "master", "category": "office", - "level": 6, + "level": 5, "maintained": true, "revision": "HEAD", "state": "working", @@ -3066,7 +3067,7 @@ "snweb": { "branch": "master", "category": "office", - "level": 6, + "level": 5, "maintained": true, "revision": "HEAD", "state": "working", @@ -3566,6 +3567,7 @@ "wireguard": { "branch": "master", "category": "system_tools", + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ From aa3fa39df24f8ce1030db54aeaf8edb2d780759b Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 28 Feb 2021 18:30:07 +0530 Subject: [PATCH 098/166] Add Komga to app catalog --- apps.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps.json b/apps.json index eea7ae75..12d9b99a 100644 --- a/apps.json +++ b/apps.json @@ -1556,6 +1556,16 @@ ], "url": "https://github.com/YunoHost-Apps/kodi_ynh" }, + "komga": { + "branch": "master", + "category": "reading", + "revision": "HEAD", + "state": "working", + "subtags": [ + "comics" + ], + "url": "https://github.com/navanchauhan/komga_ynh" + }, "kresus": { "branch": "master", "category": "productivity_and_management", From cd6e95b415f7139ea5a1759bc486ab25ae297c7d Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 28 Feb 2021 18:36:25 +0530 Subject: [PATCH 099/166] changed comics subtag to books for now --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 12d9b99a..1d6189fd 100644 --- a/apps.json +++ b/apps.json @@ -1562,7 +1562,7 @@ "revision": "HEAD", "state": "working", "subtags": [ - "comics" + "books" ], "url": "https://github.com/navanchauhan/komga_ynh" }, From 630fc311291217d85f06e7c1fe35cc1938a41236 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 28 Feb 2021 21:59:26 +0530 Subject: [PATCH 100/166] updated url from personal repo to org repo --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 1d6189fd..0c988685 100644 --- a/apps.json +++ b/apps.json @@ -1564,7 +1564,7 @@ "subtags": [ "books" ], - "url": "https://github.com/navanchauhan/komga_ynh" + "url": "https://github.com/YunoHost-Apps/komga_ynh" }, "kresus": { "branch": "master", From 69393e2d838785b2ee5c92df98d0e3cd208450f4 Mon Sep 17 00:00:00 2001 From: Nils VAN ZUIJLEN Date: Mon, 1 Mar 2021 12:34:31 +0100 Subject: [PATCH 101/166] Add question2answer to the repository --- apps.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps.json b/apps.json index 0c988685..50fad594 100644 --- a/apps.json +++ b/apps.json @@ -2739,6 +2739,12 @@ "state": "working", "url": "https://code.antopie.org/miraty/qr_ynh" }, + "question2answer": { + "branch": "master", + "revision": "HEAD", + "state": "working", + "url": "https://github.com/nils-van-zuijlen/question2answer_ynh" + }, "radicale": { "branch": "master", "category": "synchronization", From 808eb17f206879138a0d0803d6d1bfa7719a725f Mon Sep 17 00:00:00 2001 From: Nils Van Zuijlen Date: Mon, 1 Mar 2021 15:57:26 +0100 Subject: [PATCH 102/166] Put Q2A in communication Co-authored-by: Alexandre Aubin --- apps.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps.json b/apps.json index 50fad594..f6375c74 100644 --- a/apps.json +++ b/apps.json @@ -2741,6 +2741,7 @@ }, "question2answer": { "branch": "master", + "category": "communication", "revision": "HEAD", "state": "working", "url": "https://github.com/nils-van-zuijlen/question2answer_ynh" From 5ddeced6339f83d050511ab91cdd19dbb69b2264 Mon Sep 17 00:00:00 2001 From: anmol26s <5068843+anmol26s@users.noreply.github.com> Date: Tue, 2 Mar 2021 03:32:55 +0530 Subject: [PATCH 103/166] Added Epicyon and made Friendica as maintained --- apps.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/apps.json b/apps.json index f9c30684..aaf2d754 100644 --- a/apps.json +++ b/apps.json @@ -785,6 +785,16 @@ "text" ], "url": "https://github.com/YunoHost-Apps/encryptic_ynh" + }, + "epicyon": { + "branch": "master", + "category": "social_media", + "revision": "HEAD", + "state": "working", + "subtags": [ + "blog" + ], + "url": "https://github.com/YunoHost-Apps/epicyon_ynh" }, "ethercalc": { "branch": "master", @@ -975,7 +985,7 @@ "branch": "master", "category": "social_media", "level": 7, - "maintained": false, + "maintained": true, "revision": "HEAD", "state": "working", "subtags": [ From 9f433e75da1f4684991a051274b80babdd600ca4 Mon Sep 17 00:00:00 2001 From: Kay0u Date: Tue, 2 Mar 2021 16:07:55 +0100 Subject: [PATCH 104/166] add lxd to the list --- apps.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 02a2a218..a808216c 100644 --- a/apps.json +++ b/apps.json @@ -786,7 +786,7 @@ ], "url": "https://github.com/YunoHost-Apps/encryptic_ynh" }, - "epicyon": { + "epicyon": { "branch": "master", "category": "social_media", "revision": "HEAD", @@ -1740,6 +1740,13 @@ ], "url": "https://github.com/YunoHost-Apps/lutim_ynh" }, + "lxd": { + "branch": "master", + "category": "system_tools", + "revision": "HEAD", + "state": "working", + "url": "https://github.com/YunoHost-Apps/lxd_ynh" + }, "lychee": { "branch": "master", "category": "multimedia", From 9e13f0d018b0bacaebeaf2cd48c18ec899611786 Mon Sep 17 00:00:00 2001 From: Kayou Date: Tue, 2 Mar 2021 16:13:54 +0100 Subject: [PATCH 105/166] Apply suggestions from code review --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index a808216c..81b3ab2f 100644 --- a/apps.json +++ b/apps.json @@ -1742,7 +1742,7 @@ }, "lxd": { "branch": "master", - "category": "system_tools", + "category": "system_tools", "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/lxd_ynh" From 27e96cc4018345f7874a50f4de28776c2cc2e7b2 Mon Sep 17 00:00:00 2001 From: Kayou Date: Tue, 2 Mar 2021 16:16:47 +0100 Subject: [PATCH 106/166] Apply suggestions from code review --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 81b3ab2f..059d4afc 100644 --- a/apps.json +++ b/apps.json @@ -1742,7 +1742,7 @@ }, "lxd": { "branch": "master", - "category": "system_tools", + "category": "system_tools", "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/lxd_ynh" From 36b909bbe50e99377eba675a3c060d5bdb9e4da4 Mon Sep 17 00:00:00 2001 From: Nils Van Zuijlen Date: Tue, 2 Mar 2021 16:28:44 +0100 Subject: [PATCH 107/166] Move Question2Answer to YunoHost-Apps --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 02a2a218..a0911f4a 100644 --- a/apps.json +++ b/apps.json @@ -2754,7 +2754,7 @@ "category": "communication", "revision": "HEAD", "state": "working", - "url": "https://github.com/nils-van-zuijlen/question2answer_ynh" + "url": "https://github.com/YunoHost-Apps/question2answer_ynh" }, "radicale": { "branch": "master", From b3b4d17a75bd6c1ca2ff6b4dc52191fd74802eed Mon Sep 17 00:00:00 2001 From: Hadrien <26697460+ketsapiwiq@users.noreply.github.com> Date: Wed, 3 Mar 2021 19:32:59 +0100 Subject: [PATCH 108/166] Add Gollum app --- apps.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/apps.json b/apps.json index e8a87d14..3494f8a3 100644 --- a/apps.json +++ b/apps.json @@ -1206,6 +1206,17 @@ "state": "notworking", "url": "https://github.com/YunoHost-Apps/gogs_webhost_ynh" }, + "gollum": { + "branch": "master", + "category": "publishing", + "state": "working", + "revision": "HEAD", + "maintained": "request_help", + "subtags": [ + "wiki" + ], + "url": "https://github.com/ketsapiwiq/gollum_ynh" + }, "gotify": { "branch": "master", "category": "dev", From 23c2b10b7ec836115d3d800ebc08b95d63b9d964 Mon Sep 17 00:00:00 2001 From: Hadrien <26697460+ketsapiwiq@users.noreply.github.com> Date: Wed, 3 Mar 2021 19:43:01 +0100 Subject: [PATCH 109/166] Change ownership of gollum_ynh to YunoHost-Apps --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 3494f8a3..8fdc0702 100644 --- a/apps.json +++ b/apps.json @@ -1215,7 +1215,7 @@ "subtags": [ "wiki" ], - "url": "https://github.com/ketsapiwiq/gollum_ynh" + "url": "https://github.com/YunoHost-Apps/gollum_ynh" }, "gotify": { "branch": "master", From b281f7b8e0ff5876d55612395e85f6519f996c3c Mon Sep 17 00:00:00 2001 From: bwjtkw Date: Fri, 5 Mar 2021 19:49:21 +0100 Subject: [PATCH 110/166] Update apps.json Add whitebophir --- apps.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps.json b/apps.json index 8fdc0702..a7f39394 100644 --- a/apps.json +++ b/apps.json @@ -3594,6 +3594,13 @@ "state": "working", "url": "https://github.com/YunoHost-Apps/wetty_ynh" }, + "whitebophir": { + "branch": "master", + "category": "office", + "revision": "HEAD", + "state": "working", + "url": "https://github.com/YunoHost-Apps/whitebophir_ynh" + }, "wifiwithme": { "branch": "master", "category": "wat", From b663c6d9983a2b78194c4bd01b8c887476392c4c Mon Sep 17 00:00:00 2001 From: "yunohost-bot@yunohost.org" Date: Fri, 5 Mar 2021 20:05:14 +0000 Subject: [PATCH 111/166] Update app's level --- apps.json | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/apps.json b/apps.json index 8fdc0702..2e82668a 100644 --- a/apps.json +++ b/apps.json @@ -789,6 +789,7 @@ "epicyon": { "branch": "master", "category": "social_media", + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -1209,9 +1210,10 @@ "gollum": { "branch": "master", "category": "publishing", - "state": "working", - "revision": "HEAD", + "level": 0, "maintained": "request_help", + "revision": "HEAD", + "state": "working", "subtags": [ "wiki" ], @@ -1412,7 +1414,7 @@ "invidious": { "branch": "master", "category": "social_media", - "level": 0, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -1580,6 +1582,7 @@ "komga": { "branch": "master", "category": "reading", + "level": 0, "revision": "HEAD", "state": "working", "subtags": [ @@ -1754,6 +1757,7 @@ "lxd": { "branch": "master", "category": "system_tools", + "level": 6, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/lxd_ynh" @@ -1807,7 +1811,7 @@ "mastodon": { "branch": "master", "category": "social_media", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -2004,7 +2008,7 @@ "mobilizon": { "branch": "master", "category": "social_media", - "level": 0, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -2770,6 +2774,7 @@ "question2answer": { "branch": "master", "category": "communication", + "level": 2, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/question2answer_ynh" @@ -3271,7 +3276,7 @@ "synapse": { "branch": "master", "category": "communication", - "level": 0, + "level": 2, "revision": "HEAD", "state": "working", "subtags": [ @@ -3350,6 +3355,7 @@ "tiddlywiki": { "branch": "master", "category": "publishing", + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -3749,6 +3755,7 @@ "yunorunner": { "branch": "master", "category": "dev", + "level": 0, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/yunorunner_ynh_core" From e1e08a52b3d4a0bf0cfe45ec7b372b129234ea0b Mon Sep 17 00:00:00 2001 From: anmol26s <5068843+anmol26s@users.noreply.github.com> Date: Sun, 7 Mar 2021 07:30:15 +0530 Subject: [PATCH 112/166] Added beehive --- apps.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps.json b/apps.json index 566d2a86..5730a68f 100644 --- a/apps.json +++ b/apps.json @@ -185,6 +185,16 @@ "contacts" ], "url": "https://github.com/YunoHost-apps/baikal_ynh" + }, + "beehive": { + "branch": "master", + "category": "iot", + "revision": "HEAD", + "state": "working", + "subtags": [ + "automation" + ], + "url": "https://github.com/YunoHost-Apps/beehive_ynh" }, "bibliogram": { "branch": "master", From d495923ee9c426732b5e72271f6c4da4dcd20ea4 Mon Sep 17 00:00:00 2001 From: Eauchat <34686393+eauchat@users.noreply.github.com> Date: Mon, 8 Mar 2021 08:16:50 +0000 Subject: [PATCH 113/166] Added couchdb to app.json --- apps.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps.json b/apps.json index 5730a68f..e55115ef 100644 --- a/apps.json +++ b/apps.json @@ -487,6 +487,14 @@ ], "url": "https://github.com/YunoHost-Apps/coturn_ynh" }, + "couchdb": { + "branch": "master", + "category": "system_tools", + "revision": "HEAD", + "state": "working", + "maintained": true, + "url": "https://github.com/YunoHost-Apps/couchdb_ynh" + }, "couchpotato": { "branch": "master", "category": "multimedia", From 2c76a96dc4c31e12f9b314064427a783f2a46c12 Mon Sep 17 00:00:00 2001 From: Eauchat <34686393+eauchat@users.noreply.github.com> Date: Tue, 9 Mar 2021 08:06:24 +0000 Subject: [PATCH 114/166] Added db subtag to couchdb Sorry for adding it just now, I didn't realize the db subtag existed :/ --- apps.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps.json b/apps.json index e55115ef..69f7e142 100644 --- a/apps.json +++ b/apps.json @@ -493,6 +493,9 @@ "revision": "HEAD", "state": "working", "maintained": true, + "subtags": [ + "db" + ], "url": "https://github.com/YunoHost-Apps/couchdb_ynh" }, "couchpotato": { From 3f2929e9243847f3c91938b2d7c8ee9ab638d72e Mon Sep 17 00:00:00 2001 From: Eauchat <34686393+eauchat@users.noreply.github.com> Date: Thu, 11 Mar 2021 08:31:49 +0000 Subject: [PATCH 115/166] Added dato to app.json --- apps.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps.json b/apps.json index e55115ef..c0c14cea 100644 --- a/apps.json +++ b/apps.json @@ -545,6 +545,14 @@ "state": "working", "url": "https://github.com/YunoHost-Apps/Cubiks-2048_ynh" }, + "dato": { + "branch": "master", + "category": "productivity_and_management", + "revision": "HEAD", + "state": "working", + "maintained": true, + "url": "https://github.com/YunoHost-Apps/dato_ynh" + }, "democracyos": { "branch": "master", "category": "communication", From 1d4d92a4a74ee8c3706b06dd1dad49ffa546ac94 Mon Sep 17 00:00:00 2001 From: "yunohost-bot@yunohost.org" Date: Fri, 12 Mar 2021 20:05:15 +0000 Subject: [PATCH 116/166] Update app's level --- apps.json | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/apps.json b/apps.json index c0c14cea..f0f5a7ee 100644 --- a/apps.json +++ b/apps.json @@ -186,9 +186,10 @@ ], "url": "https://github.com/YunoHost-apps/baikal_ynh" }, - "beehive": { + "beehive": { "branch": "master", "category": "iot", + "level": 2, "revision": "HEAD", "state": "working", "subtags": [ @@ -490,9 +491,10 @@ "couchdb": { "branch": "master", "category": "system_tools", + "level": 7, + "maintained": true, "revision": "HEAD", "state": "working", - "maintained": true, "url": "https://github.com/YunoHost-Apps/couchdb_ynh" }, "couchpotato": { @@ -548,9 +550,9 @@ "dato": { "branch": "master", "category": "productivity_and_management", + "maintained": true, "revision": "HEAD", "state": "working", - "maintained": true, "url": "https://github.com/YunoHost-Apps/dato_ynh" }, "democracyos": { @@ -1011,7 +1013,7 @@ "friendica": { "branch": "master", "category": "social_media", - "level": 7, + "level": 8, "maintained": true, "revision": "HEAD", "state": "working", @@ -1037,7 +1039,7 @@ "funkwhale": { "branch": "master", "category": "multimedia", - "level": 6, + "level": 0, "maintained": true, "revision": "HEAD", "state": "working", @@ -1490,7 +1492,7 @@ "jellyfin": { "branch": "master", "category": "multimedia", - "level": 7, + "level": 0, "revision": "HEAD", "state": "working", "subtags": [ @@ -1608,7 +1610,7 @@ "komga": { "branch": "master", "category": "reading", - "level": 0, + "level": 1, "revision": "HEAD", "state": "working", "subtags": [ @@ -1901,7 +1903,7 @@ "mautrix_whatsapp": { "branch": "master", "category": "communication", - "level": 0, + "level": 3, "revision": "HEAD", "state": "working", "subtags": [ @@ -2234,7 +2236,7 @@ }, "neutrinet": { "branch": "stable", - "level": 6, + "level": 5, "revision": "HEAD", "state": "working", "url": "https://gitlab.domainepublic.net/Neutrinet/neutrinet_ynh" @@ -2410,7 +2412,7 @@ "osticket": { "branch": "master", "category": "productivity_and_management", - "level": 0, + "level": 7, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/osticket_ynh" @@ -2583,7 +2585,7 @@ "phpsysinfo": { "branch": "master", "category": "system_tools", - "level": 7, + "level": 8, "maintained": true, "revision": "HEAD", "state": "working", @@ -2648,7 +2650,7 @@ "pleroma": { "branch": "master", "category": "social_media", - "level": 8, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -2800,7 +2802,7 @@ "question2answer": { "branch": "master", "category": "communication", - "level": 2, + "level": 7, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/question2answer_ynh" @@ -3097,7 +3099,7 @@ "simple-torrent": { "branch": "master", "category": "multimedia", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -3601,7 +3603,7 @@ "wekan": { "branch": "master", "category": "productivity_and_management", - "level": 8, + "level": 0, "revision": "HEAD", "state": "working", "subtags": [ @@ -3629,6 +3631,7 @@ "whitebophir": { "branch": "master", "category": "office", + "level": 7, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/whitebophir_ynh" From 6539875251b4809413a7d9d763d616313e9d8728 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 12 Mar 2021 22:59:39 +0100 Subject: [PATCH 117/166] Fix jellyfin level --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index f0f5a7ee..3dee307c 100644 --- a/apps.json +++ b/apps.json @@ -1492,7 +1492,7 @@ "jellyfin": { "branch": "master", "category": "multimedia", - "level": 0, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ From 4a32f66febd8f96424d44ac05e7b56a75503535c Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 13 Mar 2021 00:11:11 +0100 Subject: [PATCH 118/166] Fix pleroma level --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 3dee307c..80e18ccd 100644 --- a/apps.json +++ b/apps.json @@ -2650,7 +2650,7 @@ "pleroma": { "branch": "master", "category": "social_media", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ From 28e5f79182b8fbbfa566330ae30361fd1dc21c8f Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 13 Mar 2021 00:52:40 +0100 Subject: [PATCH 119/166] Fix funkwhale level --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 80e18ccd..066cd799 100644 --- a/apps.json +++ b/apps.json @@ -1039,7 +1039,7 @@ "funkwhale": { "branch": "master", "category": "multimedia", - "level": 0, + "level": 8, "maintained": true, "revision": "HEAD", "state": "working", From 3d284a4f3cf648ee2691052e40839861a1da7a06 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 13 Mar 2021 00:53:24 +0100 Subject: [PATCH 120/166] Fix simple-torrent level --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 066cd799..e6643ca3 100644 --- a/apps.json +++ b/apps.json @@ -3099,7 +3099,7 @@ "simple-torrent": { "branch": "master", "category": "multimedia", - "level": 6, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ From 8096d95c528e1c3898399c189319339f1cb0c90e Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 13 Mar 2021 12:35:31 +0100 Subject: [PATCH 121/166] Fix wekan level --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index e6643ca3..f1fd2404 100644 --- a/apps.json +++ b/apps.json @@ -3603,7 +3603,7 @@ "wekan": { "branch": "master", "category": "productivity_and_management", - "level": 0, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ From e2876dfdf9f5b0f65319ea498363ac5f09ebd2cb Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 13 Mar 2021 15:17:39 +0100 Subject: [PATCH 122/166] Adding phpinfo --- apps.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps.json b/apps.json index f1fd2404..83d65b78 100644 --- a/apps.json +++ b/apps.json @@ -2533,6 +2533,14 @@ "state": "notworking", "url": "https://github.com/YunoHost-Apps/phpboost_ynh" }, + "phpinfo": { + "branch": "master", + "category": "system_tools", + "maintained": false, + "revision": "HEAD", + "state": "working", + "url": "https://github.com/YunoHost-Apps/phpinfo_ynh" + }, "phpipam": { "branch": "master", "category": "wat", From aa55e3530551b9e19888553d95a3eb65b9682cb0 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 14 Mar 2021 21:00:25 +0100 Subject: [PATCH 123/166] Anfora to not working and not maintained --- apps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps.json b/apps.json index 6f6f77e6..a3a70d2f 100644 --- a/apps.json +++ b/apps.json @@ -124,9 +124,9 @@ "anfora": { "branch": "master", "category": "social_media", - "level": 0, + "maintained": false, "revision": "HEAD", - "state": "working", + "state": "notworking", "subtags": [ "pictures" ], From 6ba54891a9acf74737c4af97b154cd426a256278 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 14 Mar 2021 21:01:48 +0100 Subject: [PATCH 124/166] To not maintained --- apps.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps.json b/apps.json index 6f6f77e6..c7d27b2b 100644 --- a/apps.json +++ b/apps.json @@ -2858,6 +2858,7 @@ "reel2bits": { "branch": "master", "category": "social_media", + "maintained": false, "revision": "HEAD", "state": "notworking", "subtags": [ From f34ba575c0f368edb2637e27cd1d8da898e62a44 Mon Sep 17 00:00:00 2001 From: Fabian Wilkens Date: Sun, 14 Mar 2021 21:35:07 +0100 Subject: [PATCH 125/166] Update URL of snserver and snweb --- apps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps.json b/apps.json index 6f6f77e6..88c2a8f3 100644 --- a/apps.json +++ b/apps.json @@ -3143,7 +3143,7 @@ "subtags": [ "text" ], - "url": "https://github.com/FabianWilkens/snserver_ynh" + "url": "https://github.com/YunoHost-Apps/snserver_ynh" }, "snweb": { "branch": "master", @@ -3155,7 +3155,7 @@ "subtags": [ "text" ], - "url": "https://github.com/FabianWilkens/snweb_ynh" + "url": "https://github.com/YunoHost-Apps/snweb_ynh" }, "sogo": { "branch": "master", From 0e7b5f8d27987c1db4cd133011dd518bdf86de4c Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 15 Mar 2021 16:51:34 +0100 Subject: [PATCH 126/166] We don't need 4/5 different state for the maintained flag --- README.md | 13 +++---------- apps.json | 1 - 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 5420f3f2..57ba2109 100644 --- a/README.md +++ b/README.md @@ -78,15 +78,8 @@ To become a High Quality app, a package has to follow the criterias listed [here Once the app is validated is "high quality", the tag `"high_quality": true` shall be added to the app infos inside the catalog (`apps.json`). -### What to do if I can't maintain my app anymore ? +### Apps flagged as not-maintained -If you don't have time anymore to maintain an app, you can update its status to inform users and packagers that you will not maintain it anymore. -In order to do so, use the tag `"maintained":`. -This tag can have 5 different values: -- `"maintained": true` That's the default value if the tag isn't present for your app. That simply means that this app is maintained. -- `"maintained": "request_help"` Use that value to inform other packagers that you need help to maintain this app. You'll then be more than one maintainer for this apps. -- `"maintained": "request_adoption"` Use that value to inform other packagers, as well as users, that you're going to give up that app. So that you would like another maintainer to take care of it. -- `"maintained": false` or `"maintained": "orphaned"` This value means that this app is no longer maintained... That means also that a packager can declare himself/herself as its new maintainer. -Please contact the Apps group if you want to take care of an unmaintained app. +Applications with no recent activity and no active sign from maintainer may be flagged in `apps.json` with `"maintained": false` to signify that the app is inactive and may slowly become outdated with respect to the upstream, or with respect to good packaging practices. It does **not** mean that the app is not working anymore. -If you want to modify the status of one of your apps, for any reason, please consider informing the community via the forum. Users would probably be glad to be informed that an app they use will become unmaintained. +Feel free to contact the app group if you feel like taking over the maintenance of a currently unmaintained app! diff --git a/apps.json b/apps.json index 7a9ba0bb..46f01ee5 100644 --- a/apps.json +++ b/apps.json @@ -1242,7 +1242,6 @@ "branch": "master", "category": "publishing", "level": 0, - "maintained": "request_help", "revision": "HEAD", "state": "working", "subtags": [ From 8db3f391c9a4622e620302bb211f52197e2b4269 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 16 Mar 2021 02:46:47 +0100 Subject: [PATCH 127/166] Make sure 'ask' key exists --- list_builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/list_builder.py b/list_builder.py index 169d3a82..a8bd0523 100755 --- a/list_builder.py +++ b/list_builder.py @@ -268,7 +268,7 @@ def include_translations_in_manifest(manifest): for question in questions: key = "%s_manifest_arguments_%s_%s" % (app_name, category, question["name"]) # don't overwrite already existing translation in manifests for now - if translations.get(key) and not current_lang not in question["ask"]: + if translations.get(key) and "ask" in question and not current_lang not in question["ask"]: #print("[ask]", current_lang, key) question["ask"][current_lang] = translations[key] From 45a2cc5e7a916d9a7f070ff01bcb3ed5215ac5c4 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 17 Mar 2021 09:24:31 +0100 Subject: [PATCH 128/166] Update apps.json --- apps.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps.json b/apps.json index 46f01ee5..02854f7e 100644 --- a/apps.json +++ b/apps.json @@ -2098,9 +2098,9 @@ "mopidy": { "branch": "master", "category": "multimedia", - "maintained": false, - "revision": "b001c8d64d62ceafa5d60627b64761a35757b998", - "state": "notworking", + "maintained": true, + "revision": "HEAD", + "state": "inprogress", "subtags": [ "music" ], From f4f2075ffbfc073bb109a16be757f508e4a32c3e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 17 Mar 2021 10:16:56 +0100 Subject: [PATCH 129/166] Update apps.json --- apps.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps.json b/apps.json index 02854f7e..119f1a76 100644 --- a/apps.json +++ b/apps.json @@ -1418,9 +1418,9 @@ "humhub": { "branch": "master", "category": "productivity_and_management", - "maintained": false, - "revision": "ac38c7ecbff67de9d5785b1d75aa6c797d663110", - "state": "notworking", + "maintained": true, + "revision": "HEAD", + "state": "inprogress", "url": "https://github.com/yunohost-apps/humhub_ynh" }, "ihatemoney": { From 0960715969603fa7d0cb22c845f99cb249dd7fb5 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 17 Mar 2021 11:41:01 +0100 Subject: [PATCH 130/166] Update apps.json --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 119f1a76..754b332b 100644 --- a/apps.json +++ b/apps.json @@ -1420,7 +1420,7 @@ "category": "productivity_and_management", "maintained": true, "revision": "HEAD", - "state": "inprogress", + "state": "working", "url": "https://github.com/yunohost-apps/humhub_ynh" }, "ihatemoney": { From 95f40c1070999b3c7bc297f9a9733e621a0b468a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 17 Mar 2021 22:48:52 +0100 Subject: [PATCH 131/166] Update apps.json --- apps.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 754b332b..aad7ab43 100644 --- a/apps.json +++ b/apps.json @@ -147,9 +147,10 @@ "armadietto": { "branch": "master", "category": "small_utilities", + "maintained": false, "level": 0, "revision": "HEAD", - "state": "working", + "state": "notworking", "url": "https://github.com/bencharp/armadietto_ynh" }, "askbot": { From b61298408b5a99bd2a73a64b68e019a1a50a36bf Mon Sep 17 00:00:00 2001 From: Jules-Bertholet Date: Wed, 17 Mar 2021 18:37:02 -0400 Subject: [PATCH 132/166] Add mygpo --- apps.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps.json b/apps.json index 46f01ee5..67b61b7a 100644 --- a/apps.json +++ b/apps.json @@ -2203,6 +2203,16 @@ ], "url": "https://github.com/mrtino/mycryptochat_ynh" }, + "mygpo": { + "branch": "master", + "category": "multimedia", + "revision": "HEAD", + "state": "working", + "subtags": [ + "download" + ], + "url": "https://github.com/YunoHost-Apps/mygpo_ynh" + }, "mytinytodo": { "branch": "master", "category": "productivity_and_management", From 0cdfeb6488ab127e9b283bcc8ce9a23d36e4c974 Mon Sep 17 00:00:00 2001 From: Jules-Bertholet Date: Thu, 18 Mar 2021 07:58:09 -0400 Subject: [PATCH 133/166] Add nitter --- apps.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps.json b/apps.json index 5accfdac..f2bebedc 100644 --- a/apps.json +++ b/apps.json @@ -2274,6 +2274,16 @@ "state": "notworking", "url": "https://github.com/YunoHost-Apps/nexusoss_ynh" }, + "nitter": { + "branch": "master" + "category": "social_media", + "revision": "HEAD", + "state": "working", + "subtags": [ + "microblogging" + ], + "url": "https://github.com/YunoHost-Apps/nitter_ynh" + }, "noalyss": { "branch": "master", "category": "productivity_and_management", From 1cf8992c3fed59297d607a74658d8be43862ef96 Mon Sep 17 00:00:00 2001 From: Jules-Bertholet Date: Thu, 18 Mar 2021 08:03:40 -0400 Subject: [PATCH 134/166] Fix typo --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index f2bebedc..970937a0 100644 --- a/apps.json +++ b/apps.json @@ -2275,7 +2275,7 @@ "url": "https://github.com/YunoHost-Apps/nexusoss_ynh" }, "nitter": { - "branch": "master" + "branch": "master", "category": "social_media", "revision": "HEAD", "state": "working", From d12ea424615e09eaf9f6a53d9742ee972c31ca50 Mon Sep 17 00:00:00 2001 From: Stylix58 <63605602+Stylix58@users.noreply.github.com> Date: Sat, 20 Mar 2021 08:58:13 +0100 Subject: [PATCH 135/166] Update apps.json --- apps.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps.json b/apps.json index 3a55cff5..c445c426 100644 --- a/apps.json +++ b/apps.json @@ -3913,5 +3913,11 @@ "forum" ], "url": "https://github.com/zusam/zusam_ynh" + }, + "wallabag": { + "branch": "master", + "revision": "HEAD", + "url": "https://github.com/Stylix58/icecoder_ynh", + "state": "inprogress" } } From 3fda8655d38891e3418d54bb1231d502fb69420e Mon Sep 17 00:00:00 2001 From: Stylix58 <63605602+Stylix58@users.noreply.github.com> Date: Sat, 20 Mar 2021 09:25:57 +0100 Subject: [PATCH 136/166] Update apps.json --- apps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps.json b/apps.json index c445c426..82cb9056 100644 --- a/apps.json +++ b/apps.json @@ -3914,10 +3914,10 @@ ], "url": "https://github.com/zusam/zusam_ynh" }, - "wallabag": { + "icecoder": { "branch": "master", "revision": "HEAD", - "url": "https://github.com/Stylix58/icecoder_ynh", + "url": "https://github.com/YunoHost-Apps/icecoder_ynh", "state": "inprogress" } } From e00741bd44bf3fc4fcd6f2a18fc9ff1e18f7e7f9 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 20 Mar 2021 12:00:11 +0100 Subject: [PATCH 137/166] Put the entry in alphabetical order --- apps.json | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/apps.json b/apps.json index 82cb9056..ecc118a7 100644 --- a/apps.json +++ b/apps.json @@ -1424,6 +1424,16 @@ "state": "working", "url": "https://github.com/yunohost-apps/humhub_ynh" }, + "icecoder": { + "branch": "master", + "category": "dev", + "revision": "HEAD", + "state": "inprogress", + "subtags": [ + "programming" + ], + "url": "https://github.com/YunoHost-Apps/icecoder_ynh", + }, "ihatemoney": { "branch": "master", "category": "productivity_and_management", @@ -3913,11 +3923,5 @@ "forum" ], "url": "https://github.com/zusam/zusam_ynh" - }, - "icecoder": { - "branch": "master", - "revision": "HEAD", - "url": "https://github.com/YunoHost-Apps/icecoder_ynh", - "state": "inprogress" } } From 8ce490d8d2e67df9c24e83af7e243a01db42eb54 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 20 Mar 2021 12:51:53 +0100 Subject: [PATCH 138/166] Update apps.json --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index ecc118a7..f48b6ee1 100644 --- a/apps.json +++ b/apps.json @@ -1432,7 +1432,7 @@ "subtags": [ "programming" ], - "url": "https://github.com/YunoHost-Apps/icecoder_ynh", + "url": "https://github.com/YunoHost-Apps/icecoder_ynh" }, "ihatemoney": { "branch": "master", From 292c95fe2acb6e9fbe97aed868ad731af7939f5e Mon Sep 17 00:00:00 2001 From: Stylix58 <63605602+Stylix58@users.noreply.github.com> Date: Sun, 21 Mar 2021 15:24:16 +0100 Subject: [PATCH 139/166] Update apps.json --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index f48b6ee1..b6dd6365 100644 --- a/apps.json +++ b/apps.json @@ -1428,7 +1428,7 @@ "branch": "master", "category": "dev", "revision": "HEAD", - "state": "inprogress", + "state": "working", "subtags": [ "programming" ], From 0e9d160b82a55e8d16b28e19982f8c0a385df60e Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 21 Mar 2021 19:21:00 +0100 Subject: [PATCH 140/166] Set tagspaces as notworking --- apps.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps.json b/apps.json index f48b6ee1..e25ccba5 100644 --- a/apps.json +++ b/apps.json @@ -3368,10 +3368,9 @@ "tagspaces": { "branch": "master", "category": "synchronization", - "level": 2, "maintained": false, "revision": "22afa970550cf5f1d8c21c6a1fa52fa611ae918f", - "state": "working", + "state": "notworking", "url": "https://github.com/YunoHost-Apps/tagspaces_ynh" }, "tailoredflow": { From 9b26555f4b4d2f41c954aaa13c89f9589e755ae3 Mon Sep 17 00:00:00 2001 From: Jules-Bertholet Date: Sun, 21 Mar 2021 21:33:49 -0400 Subject: [PATCH 141/166] Add Apache Guacamole --- apps.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps.json b/apps.json index e4a1bc01..1716df16 100644 --- a/apps.json +++ b/apps.json @@ -1288,6 +1288,13 @@ "state": "working", "url": "https://github.com/YunoHost-Apps/grocy_ynh" }, + "guacamole": { + "branch": "master", + "category": "system_tools", + "revision": "HEAD", + "state": "working", + "url": "https://github.com/YunoHost-Apps/guacamole_ynh" + }, "h5ai": { "branch": "master", "category": "small_utilities", From cd521d67dde0d3fcf60c3942a6d8505a379d6092 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 22 Mar 2021 11:18:20 +0000 Subject: [PATCH 142/166] Update app's level --- apps.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps.json b/apps.json index e4a1bc01..a5235e45 100644 --- a/apps.json +++ b/apps.json @@ -3413,7 +3413,7 @@ "thelounge": { "branch": "master", "category": "communication", - "level": 8, + "level": 1, "revision": "HEAD", "state": "working", "subtags": [ @@ -3561,7 +3561,7 @@ "unattended_upgrades": { "branch": "master", "category": "system_tools", - "level": 6, + "level": 0, "maintained": false, "revision": "HEAD", "state": "working", @@ -3705,7 +3705,7 @@ "wireguard": { "branch": "master", "category": "system_tools", - "level": 6, + "level": 3, "revision": "HEAD", "state": "working", "subtags": [ @@ -3771,7 +3771,7 @@ "yeswiki": { "branch": "master", "category": "publishing", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -3783,7 +3783,7 @@ "yourls": { "branch": "master", "category": "small_utilities", - "level": 4, + "level": 6, "maintained": false, "revision": "HEAD", "state": "working", @@ -3821,7 +3821,7 @@ "yunomonitor": { "branch": "master", "category": "system_tools", - "level": 4, + "level": 0, "revision": "HEAD", "state": "working", "subtags": [ From 3a80dd6c7f79ff4082d20626338cb4a653ed4d93 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 23 Mar 2021 19:41:54 +0100 Subject: [PATCH 143/166] Update apps.json Co-authored-by: Kayou --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index a5235e45..c63c61a6 100644 --- a/apps.json +++ b/apps.json @@ -3561,7 +3561,7 @@ "unattended_upgrades": { "branch": "master", "category": "system_tools", - "level": 0, + "level": 6, "maintained": false, "revision": "HEAD", "state": "working", From 74691c491648853ec9b990e89580c88ec38cade2 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 26 Mar 2021 20:00:10 +0000 Subject: [PATCH 144/166] Update app's level --- apps.json | 86 ++++++++++++++++++++++++++++--------------------------- 1 file changed, 44 insertions(+), 42 deletions(-) diff --git a/apps.json b/apps.json index 526594db..c91b4d42 100644 --- a/apps.json +++ b/apps.json @@ -64,7 +64,7 @@ "agendav": { "branch": "master", "category": "synchronization", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -83,7 +83,7 @@ "airsonic": { "branch": "master", "category": "multimedia", - "level": 6, + "level": 1, "revision": "HEAD", "state": "working", "subtags": [ @@ -147,8 +147,8 @@ "armadietto": { "branch": "master", "category": "small_utilities", - "maintained": false, "level": 0, + "maintained": false, "revision": "HEAD", "state": "notworking", "url": "https://github.com/bencharp/armadietto_ynh" @@ -324,7 +324,7 @@ "cachet": { "branch": "master", "category": "system_tools", - "level": 4, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -358,7 +358,7 @@ "cesium": { "branch": "master", "category": "wat", - "level": 4, + "level": 6, "maintained": false, "revision": "HEAD", "state": "working", @@ -414,7 +414,7 @@ "collabora": { "branch": "master", "category": "office", - "level": 7, + "level": 3, "revision": "HEAD", "state": "working", "subtags": [ @@ -554,6 +554,7 @@ "dato": { "branch": "master", "category": "productivity_and_management", + "level": 1, "maintained": true, "revision": "HEAD", "state": "working", @@ -594,7 +595,7 @@ "diaspora": { "branch": "master", "category": "social_media", - "level": 6, + "level": 0, "revision": "HEAD", "state": "working", "subtags": [ @@ -863,7 +864,7 @@ "fallback": { "branch": "master", "category": "system_tools", - "level": 6, + "level": 0, "maintained": false, "revision": "HEAD", "state": "working", @@ -970,7 +971,7 @@ "framaforms": { "branch": "master", "category": "productivity_and_management", - "level": 7, + "level": 6, "maintained": true, "revision": "HEAD", "state": "working", @@ -1017,7 +1018,7 @@ "friendica": { "branch": "master", "category": "social_media", - "level": 8, + "level": 4, "maintained": true, "revision": "HEAD", "state": "working", @@ -1137,7 +1138,7 @@ "gitlab-runner": { "branch": "master", "category": "dev", - "level": 1, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -1272,7 +1273,7 @@ "grav": { "branch": "master", "category": "publishing", - "level": 8, + "level": 2, "revision": "HEAD", "state": "working", "subtags": [ @@ -1306,7 +1307,7 @@ "halcyon": { "branch": "master", "category": "social_media", - "level": 7, + "level": 1, "revision": "HEAD", "state": "working", "subtags": [ @@ -1379,7 +1380,7 @@ "hotspot": { "branch": "master", "category": "system_tools", - "level": 4, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -1426,6 +1427,7 @@ "humhub": { "branch": "master", "category": "productivity_and_management", + "level": 7, "maintained": true, "revision": "HEAD", "state": "working", @@ -1444,7 +1446,7 @@ "ihatemoney": { "branch": "master", "category": "productivity_and_management", - "level": 4, + "level": 1, "revision": "HEAD", "state": "working", "subtags": [ @@ -1524,7 +1526,7 @@ "jenkins": { "branch": "master", "category": "dev", - "level": 7, + "level": 2, "maintained": false, "revision": "HEAD", "state": "working", @@ -1533,7 +1535,7 @@ "jirafeau": { "branch": "master", "category": "synchronization", - "level": 8, + "level": 0, "revision": "HEAD", "state": "working", "subtags": [ @@ -1576,7 +1578,7 @@ "kanboard": { "branch": "master", "category": "productivity_and_management", - "level": 2, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -1760,7 +1762,7 @@ "lstu": { "branch": "master", "category": "small_utilities", - "level": 8, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -1771,7 +1773,7 @@ "luckysheet": { "branch": "master", "category": "office", - "level": 7, + "level": 1, "revision": "HEAD", "state": "working", "subtags": [ @@ -1813,7 +1815,7 @@ "lychee": { "branch": "master", "category": "multimedia", - "level": 7, + "level": 6, "maintained": true, "revision": "HEAD", "state": "working", @@ -1923,7 +1925,7 @@ "mautrix_whatsapp": { "branch": "master", "category": "communication", - "level": 3, + "level": 0, "revision": "HEAD", "state": "working", "subtags": [ @@ -2008,7 +2010,7 @@ "minetest": { "branch": "master", "category": "games", - "level": 8, + "level": 0, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/minetest_ynh" @@ -2097,7 +2099,7 @@ "monitorix": { "branch": "master", "category": "system_tools", - "level": 8, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -2256,7 +2258,7 @@ "netdata": { "branch": "master", "category": "system_tools", - "level": 8, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -2266,7 +2268,7 @@ }, "neutrinet": { "branch": "stable", - "level": 5, + "level": 6, "revision": "HEAD", "state": "working", "url": "https://gitlab.domainepublic.net/Neutrinet/neutrinet_ynh" @@ -2274,7 +2276,7 @@ "nextcloud": { "branch": "master", "category": "synchronization", - "level": 8, + "level": 1, "revision": "HEAD", "state": "working", "subtags": [ @@ -2452,7 +2454,7 @@ "osticket": { "branch": "master", "category": "productivity_and_management", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/osticket_ynh" @@ -2473,7 +2475,7 @@ "owntracks": { "branch": "master", "category": "small_utilities", - "level": 6, + "level": 0, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/owntracks_ynh" @@ -2548,7 +2550,7 @@ "pgadmin": { "branch": "master", "category": "system_tools", - "level": 6, + "level": 0, "revision": "HEAD", "state": "working", "subtags": [ @@ -2858,7 +2860,7 @@ "radicale": { "branch": "master", "category": "synchronization", - "level": 6, + "level": 2, "maintained": false, "revision": "HEAD", "state": "working", @@ -2871,7 +2873,7 @@ "rainloop": { "branch": "master", "category": "communication", - "level": 8, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -2921,7 +2923,7 @@ "restic": { "branch": "master", "category": "system_tools", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -3027,7 +3029,7 @@ "seafile": { "branch": "master", "category": "synchronization", - "level": 4, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -3057,7 +3059,7 @@ "shaarli": { "branch": "master", "category": "publishing", - "level": 7, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -3170,7 +3172,7 @@ "snipeit": { "branch": "master", "category": "productivity_and_management", - "level": 8, + "level": 6, "maintained": true, "revision": "HEAD", "state": "working", @@ -3182,7 +3184,7 @@ "snserver": { "branch": "master", "category": "office", - "level": 5, + "level": 6, "maintained": true, "revision": "HEAD", "state": "working", @@ -3194,7 +3196,7 @@ "snweb": { "branch": "master", "category": "office", - "level": 5, + "level": 7, "maintained": true, "revision": "HEAD", "state": "working", @@ -3206,7 +3208,7 @@ "sogo": { "branch": "master", "category": "communication", - "level": 4, + "level": 6, "maintained": true, "revision": "HEAD", "state": "working", @@ -3255,7 +3257,7 @@ "squid3": { "branch": "master", "category": "small_utilities", - "level": 0, + "level": 6, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/squid3_ynh" @@ -3353,7 +3355,7 @@ "synapse": { "branch": "master", "category": "communication", - "level": 2, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -3568,7 +3570,7 @@ "unattended_upgrades": { "branch": "master", "category": "system_tools", - "level": 6, + "level": 0, "maintained": false, "revision": "HEAD", "state": "working", From e59a9f9632f10def281b068a36a2edc2ceebd641 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 27 Mar 2021 21:12:54 +0100 Subject: [PATCH 145/166] Fix nextcloud --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index c91b4d42..f7a3186f 100644 --- a/apps.json +++ b/apps.json @@ -2276,7 +2276,7 @@ "nextcloud": { "branch": "master", "category": "synchronization", - "level": 1, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ From ec0c4655194b692c6a757201a17543c1ff77c4d6 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 27 Mar 2021 21:43:12 +0100 Subject: [PATCH 146/166] fix owntracks level --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index f7a3186f..25d63112 100644 --- a/apps.json +++ b/apps.json @@ -2475,7 +2475,7 @@ "owntracks": { "branch": "master", "category": "small_utilities", - "level": 0, + "level": 6, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/owntracks_ynh" From c2aa9268b67d209232fb9b9521e23b1512adbf8d Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 27 Mar 2021 21:43:57 +0100 Subject: [PATCH 147/166] Fix minetest level --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 25d63112..52530731 100644 --- a/apps.json +++ b/apps.json @@ -2010,7 +2010,7 @@ "minetest": { "branch": "master", "category": "games", - "level": 0, + "level": 8, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/minetest_ynh" From 43027a469be79ed0412a0b257be5df21fa145d91 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 27 Mar 2021 21:44:42 +0100 Subject: [PATCH 148/166] Fix mautrix_whatsapp level --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 52530731..bdaf7011 100644 --- a/apps.json +++ b/apps.json @@ -1925,7 +1925,7 @@ "mautrix_whatsapp": { "branch": "master", "category": "communication", - "level": 0, + "level": 3, "revision": "HEAD", "state": "working", "subtags": [ From 3956e07c4d336cd1649a0b63e1eb1153b6c48d2b Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 27 Mar 2021 21:47:06 +0100 Subject: [PATCH 149/166] Fix fallback level --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index bdaf7011..2fa01ac8 100644 --- a/apps.json +++ b/apps.json @@ -864,7 +864,7 @@ "fallback": { "branch": "master", "category": "system_tools", - "level": 0, + "level": 6, "maintained": false, "revision": "HEAD", "state": "working", From 44a5886b216133f1f56f45f4656d4d66e654d3c4 Mon Sep 17 00:00:00 2001 From: Jules-Bertholet Date: Mon, 29 Mar 2021 12:21:47 -0400 Subject: [PATCH 150/166] Add librephotos --- apps.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/apps.json b/apps.json index 526594db..a1c1f06e 100644 --- a/apps.json +++ b/apps.json @@ -1714,6 +1714,17 @@ ], "url": "https://github.com/Yunohost-Apps/libreerp_ynh" }, + "librephotos": { + "branch": "master", + "category": "multimedia", + "maintained": true, + "revision": "HEAD", + "state": "working", + "subtags": [ + "pictures" + ], + "url": "https://github.com/YunoHost-Apps/librephotos_ynh" + }, "libreto": { "branch": "master", "category": "publishing", From aeb2f27f9e2cbc54c71dde33ad24c26ee9192527 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 29 Mar 2021 19:57:29 +0200 Subject: [PATCH 151/166] Update apps.json Co-authored-by: Kayou --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 2fa01ac8..14d266d4 100644 --- a/apps.json +++ b/apps.json @@ -1018,7 +1018,7 @@ "friendica": { "branch": "master", "category": "social_media", - "level": 4, + "level": 8, "maintained": true, "revision": "HEAD", "state": "working", From ec08bc4e195450776f175c128b6eacc23d2c438d Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 29 Mar 2021 19:57:34 +0200 Subject: [PATCH 152/166] Update apps.json Co-authored-by: Kayou --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 14d266d4..0bbffbb3 100644 --- a/apps.json +++ b/apps.json @@ -1273,7 +1273,7 @@ "grav": { "branch": "master", "category": "publishing", - "level": 2, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ From 49771727f420ef7cee573db5311aa640f69f9474 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 29 Mar 2021 19:57:41 +0200 Subject: [PATCH 153/166] Update apps.json Co-authored-by: Kayou --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 0bbffbb3..3d7e14c5 100644 --- a/apps.json +++ b/apps.json @@ -1535,7 +1535,7 @@ "jirafeau": { "branch": "master", "category": "synchronization", - "level": 0, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ From 5967a99a43af9b651741db1da82977e11e2b5c5c Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 30 Mar 2021 15:05:34 +0200 Subject: [PATCH 154/166] Downgrade synapse to level 1 ? --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index e95f53d4..ae309477 100644 --- a/apps.json +++ b/apps.json @@ -3366,7 +3366,7 @@ "synapse": { "branch": "master", "category": "communication", - "level": 6, + "level": 1, "revision": "HEAD", "state": "working", "subtags": [ From 6dc27637182499a56c755b597b13ec1b0dcd4e71 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 31 Mar 2021 03:29:14 +0200 Subject: [PATCH 155/166] Set piratebox as notworking --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index ae309477..50ed482c 100644 --- a/apps.json +++ b/apps.json @@ -2680,7 +2680,7 @@ "level": 1, "maintained": false, "revision": "19029e995498660035302adf0ce337cc5296bd7b", - "state": "working", + "state": "notworking", "subtags": [ "network" ], From e66e1960a11d799b804e4287cd9141a9d4d4ff95 Mon Sep 17 00:00:00 2001 From: Jules-Bertholet Date: Thu, 1 Apr 2021 00:04:09 -0400 Subject: [PATCH 156/166] Add trilium --- apps.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/apps.json b/apps.json index 50ed482c..50ed233f 100644 --- a/apps.json +++ b/apps.json @@ -3513,6 +3513,17 @@ ], "url": "https://github.com/Josue-T/transwhat_ynh" }, + "trilium": { + "branch": "master", + "category": "office", + "maintained": true, + "revision": "HEAD", + "state": "working", + "subtags": [ + "text" + ], + "url": "https://github.com/YunoHost-Apps/trilium_ynh" + }, "ttrss": { "branch": "master", "category": "reading", From 56b18e1db8686fb6f844f3e71ae7e2df9fc4a2c5 Mon Sep 17 00:00:00 2001 From: Stylix58 <63605602+Stylix58@users.noreply.github.com> Date: Thu, 1 Apr 2021 23:25:06 +0200 Subject: [PATCH 157/166] Update apps.json --- apps.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps.json b/apps.json index 50ed233f..37b8ec0f 100644 --- a/apps.json +++ b/apps.json @@ -551,6 +551,12 @@ "state": "working", "url": "https://github.com/YunoHost-Apps/Cubiks-2048_ynh" }, + "chuwiki": { + "branch": "master", + "revision": "HEAD", + "url": "https://github.com/YunoHost-Apps/chuwiki_ynh", + "state": "inprogress" + } "dato": { "branch": "master", "category": "productivity_and_management", From fc0591fb9a8b82a520e8d390159c5fb20fea71e2 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 2 Apr 2021 20:31:29 +0200 Subject: [PATCH 158/166] Update apps.json --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 37b8ec0f..0e3f9767 100644 --- a/apps.json +++ b/apps.json @@ -556,7 +556,7 @@ "revision": "HEAD", "url": "https://github.com/YunoHost-Apps/chuwiki_ynh", "state": "inprogress" - } + }, "dato": { "branch": "master", "category": "productivity_and_management", From d8dbd876508b23d59e5625f9dabdbb263a19bcc5 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 2 Apr 2021 20:00:17 +0000 Subject: [PATCH 159/166] Update app's level --- apps.json | 53 ++++++++++++++++++++++++++++++----------------------- 1 file changed, 30 insertions(+), 23 deletions(-) diff --git a/apps.json b/apps.json index 0e3f9767..c36bdab6 100644 --- a/apps.json +++ b/apps.json @@ -178,7 +178,7 @@ "baikal": { "branch": "master", "category": "synchronization", - "level": 2, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -383,6 +383,12 @@ ], "url": "https://github.com/YunoHost-Apps/chtickynotes_ynh" }, + "chuwiki": { + "branch": "master", + "revision": "HEAD", + "state": "inprogress", + "url": "https://github.com/YunoHost-Apps/chuwiki_ynh" + }, "civicrm_drupal7": { "branch": "master", "category": "productivity_and_management", @@ -551,16 +557,10 @@ "state": "working", "url": "https://github.com/YunoHost-Apps/Cubiks-2048_ynh" }, - "chuwiki": { - "branch": "master", - "revision": "HEAD", - "url": "https://github.com/YunoHost-Apps/chuwiki_ynh", - "state": "inprogress" - }, "dato": { "branch": "master", "category": "productivity_and_management", - "level": 1, + "level": 7, "maintained": true, "revision": "HEAD", "state": "working", @@ -720,7 +720,7 @@ "dolibarr": { "branch": "master", "category": "productivity_and_management", - "level": 2, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -798,7 +798,7 @@ "element": { "branch": "master", "category": "communication", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -849,7 +849,7 @@ "etherpad_mypads": { "branch": "master", "category": "office", - "level": 8, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -870,7 +870,7 @@ "fallback": { "branch": "master", "category": "system_tools", - "level": 6, + "level": 0, "maintained": false, "revision": "HEAD", "state": "working", @@ -1298,6 +1298,7 @@ "guacamole": { "branch": "master", "category": "system_tools", + "level": 7, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/guacamole_ynh" @@ -1442,6 +1443,7 @@ "icecoder": { "branch": "master", "category": "dev", + "level": 0, "revision": "HEAD", "state": "working", "subtags": [ @@ -1520,7 +1522,7 @@ "jellyfin": { "branch": "master", "category": "multimedia", - "level": 7, + "level": 0, "revision": "HEAD", "state": "working", "subtags": [ @@ -1607,7 +1609,7 @@ "kimai2": { "branch": "master", "category": "productivity_and_management", - "level": 7, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -1725,6 +1727,7 @@ "librephotos": { "branch": "master", "category": "multimedia", + "level": 6, "maintained": true, "revision": "HEAD", "state": "working", @@ -1768,7 +1771,7 @@ "lionwiki-t2t": { "branch": "master", "category": "publishing", - "level": 4, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -1878,7 +1881,7 @@ "mastodon": { "branch": "master", "category": "social_media", - "level": 8, + "level": 0, "revision": "HEAD", "state": "working", "subtags": [ @@ -1942,7 +1945,7 @@ "mautrix_whatsapp": { "branch": "master", "category": "communication", - "level": 3, + "level": 0, "revision": "HEAD", "state": "working", "subtags": [ @@ -2027,7 +2030,7 @@ "minetest": { "branch": "master", "category": "games", - "level": 8, + "level": 0, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/minetest_ynh" @@ -2243,6 +2246,7 @@ "mygpo": { "branch": "master", "category": "multimedia", + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -2313,6 +2317,7 @@ "nitter": { "branch": "master", "category": "social_media", + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -2492,7 +2497,7 @@ "owntracks": { "branch": "master", "category": "small_utilities", - "level": 6, + "level": 0, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/owntracks_ynh" @@ -2544,7 +2549,7 @@ "pepettes": { "branch": "master", "category": "publishing", - "level": 1, + "level": 7, "maintained": true, "revision": "HEAD", "state": "working", @@ -2595,6 +2600,7 @@ "phpinfo": { "branch": "master", "category": "system_tools", + "level": 7, "maintained": false, "revision": "HEAD", "state": "working", @@ -2610,7 +2616,7 @@ "phpldapadmin": { "branch": "master", "category": "system_tools", - "level": 6, + "level": 7, "maintained": false, "revision": "HEAD", "state": "working", @@ -3522,6 +3528,7 @@ "trilium": { "branch": "master", "category": "office", + "level": 7, "maintained": true, "revision": "HEAD", "state": "working", @@ -3742,7 +3749,7 @@ "wireguard": { "branch": "master", "category": "system_tools", - "level": 3, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -3942,7 +3949,7 @@ "ztncui": { "branch": "master", "category": "system_tools", - "level": 0, + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ From d50c6fed2b704bc08280046426e4bb8b9c142df9 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 3 Apr 2021 18:23:54 +0200 Subject: [PATCH 160/166] Fix missing yunohost_package.png --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57ba2109..b64506c3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # YunoHost application catalog - + Here you will find the repositories and versions of every apps available in YunoHost's default catalog. From b9fc5c534e643a780920a289a69d3cc9e46c9005 Mon Sep 17 00:00:00 2001 From: Jules-Bertholet Date: Sun, 4 Apr 2021 22:16:40 -0400 Subject: [PATCH 161/166] Add Grammalecte server --- apps.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps.json b/apps.json index c36bdab6..0a9c10fb 100644 --- a/apps.json +++ b/apps.json @@ -1276,6 +1276,16 @@ ], "url": "https://github.com/YunoHost-Apps/grafana_ynh" }, + "grammalecte": { + "branch": "master", + "category": "office", + "revision": "HEAD", + "state": "working", + "subtags": [ + "text" + ], + "url": "https://github.com/YunoHost-Apps/grammalecte_ynh" + }, "grav": { "branch": "master", "category": "publishing", From e387f1605dc41bcb837ab51c56a71cf9e44256e8 Mon Sep 17 00:00:00 2001 From: Jules-Bertholet Date: Sun, 4 Apr 2021 22:18:20 -0400 Subject: [PATCH 162/166] Move Webmin to system tools category --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index c36bdab6..0fe9ccb1 100644 --- a/apps.json +++ b/apps.json @@ -3659,7 +3659,7 @@ }, "webmin": { "branch": "master", - "category": "wat", + "category": "system_tools", "level": 6, "maintained": true, "revision": "HEAD", From bb4c4775b82e9d0077aae4c9b1c726f7e1ee9cff Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 5 Apr 2021 23:36:40 +0200 Subject: [PATCH 163/166] Update apps.json --- apps.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps.json b/apps.json index 19142059..b90e9f2e 100644 --- a/apps.json +++ b/apps.json @@ -941,6 +941,16 @@ ], "url": "https://github.com/YunoHost-Apps/fluxbb_ynh" }, + "focalboard": { + "branch": "master", + "category": "productivity_and_management", + "revision": "HEAD", + "state": "inprogress", + "subtags": [ + "task" + ], + "url": "https://github.com/YunoHost-Apps/focalboard_ynh" + }, "foodsoft": { "branch": "master", "category": "productivity_and_management", From 4ea4309d04a89d35e693c4940f90da700ea50fdf Mon Sep 17 00:00:00 2001 From: Jules-Bertholet Date: Wed, 7 Apr 2021 01:03:13 -0400 Subject: [PATCH 164/166] Add LanguageTool --- apps.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps.json b/apps.json index b90e9f2e..862f99ea 100644 --- a/apps.json +++ b/apps.json @@ -1680,6 +1680,16 @@ ], "url": "https://github.com/YunoHost-Apps/kresus_ynh" }, + "languagetool": { + "branch": "master", + "category": "office", + "revision": "HEAD", + "state": "working", + "subtags": [ + "text" + ], + "url": "https://github.com/YunoHost-Apps/languagetool_ynh" + }, "laverna": { "branch": "master", "category": "office", From 3ff34e5e06ab750f0543482061989a2ea3654a75 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 9 Apr 2021 20:00:12 +0000 Subject: [PATCH 165/166] Update app's level --- apps.json | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/apps.json b/apps.json index 862f99ea..917a31da 100644 --- a/apps.json +++ b/apps.json @@ -291,7 +291,7 @@ "borg": { "branch": "master", "category": "system_tools", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "subtags": [ @@ -870,7 +870,7 @@ "fallback": { "branch": "master", "category": "system_tools", - "level": 0, + "level": 6, "maintained": false, "revision": "HEAD", "state": "working", @@ -1289,6 +1289,7 @@ "grammalecte": { "branch": "master", "category": "office", + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -1554,7 +1555,7 @@ "jenkins": { "branch": "master", "category": "dev", - "level": 2, + "level": 7, "maintained": false, "revision": "HEAD", "state": "working", @@ -1683,6 +1684,7 @@ "languagetool": { "branch": "master", "category": "office", + "level": 7, "revision": "HEAD", "state": "working", "subtags": [ @@ -2358,7 +2360,7 @@ "noalyss": { "branch": "master", "category": "productivity_and_management", - "level": 0, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -2506,7 +2508,7 @@ "osticket": { "branch": "master", "category": "productivity_and_management", - "level": 6, + "level": 7, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/osticket_ynh" @@ -2602,7 +2604,7 @@ "pgadmin": { "branch": "master", "category": "system_tools", - "level": 0, + "level": 6, "revision": "HEAD", "state": "working", "subtags": [ @@ -2987,7 +2989,7 @@ "riot": { "branch": "riot_force_migration", "category": "communication", - "level": 7, + "level": 6, "revision": "f10584731db12f08ef82758c7623dc4cce1b1597", "state": "working", "subtags": [ @@ -3673,7 +3675,7 @@ "wallabag2": { "branch": "master", "category": "reading", - "level": 6, + "level": 8, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/wallabag2_ynh" @@ -3906,7 +3908,7 @@ "yunorunner": { "branch": "master", "category": "dev", - "level": 0, + "level": 6, "revision": "HEAD", "state": "working", "url": "https://github.com/YunoHost-Apps/yunorunner_ynh_core" From 68a949d00b5c4ce388b74eeedf910be5092815ec Mon Sep 17 00:00:00 2001 From: siwinter <45730097+siwinter@users.noreply.github.com> Date: Fri, 9 Apr 2021 23:04:14 +0200 Subject: [PATCH 166/166] set mopidy to working The app passed the CI test (https://ci-apps-dev.yunohost.org/ci/job/1184). Only linter complains that "The application is not flagged as working in YunoHost's apps catalog" I hope this modification will help --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index 917a31da..1264b2ef 100644 --- a/apps.json +++ b/apps.json @@ -2172,7 +2172,7 @@ "category": "multimedia", "maintained": true, "revision": "HEAD", - "state": "inprogress", + "state": "working", "subtags": [ "music" ],