From a9800b993729f952eb8e9e42f9a0d29486da592d Mon Sep 17 00:00:00 2001 From: Yvo Brevoort Date: Fri, 4 Oct 2024 09:43:48 +0200 Subject: [PATCH 1/4] update app list --- solid/lib/solid-app-list.json | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/solid/lib/solid-app-list.json b/solid/lib/solid-app-list.json index 909904a9..9a280905 100644 --- a/solid/lib/solid-app-list.json +++ b/solid/lib/solid-app-list.json @@ -38,30 +38,17 @@ ] }, { - "name": "Generator demo", - "tagline": "Output of Inrupt's generator for Solid React Applications", - "launchUrl": "https://generator.inrupt.com/", - "appOrigin" : "https://generator.inrupt.com", + "name": "Media Kraken", + "tagline": "Media Kraken", + "launchUrl": "https://noeldemartin.github.io/media-kraken/", + "appOrigin" : "https://noeldemartin.github.io", "requirements": [ { "type": "podWide", "permissions": ["acl.Read", "acl.Append", "acl.Write", "acl.Control"] - }, - { - "type": "container", - "container": "tictactoe", - "permissions": ["acl.Read", "acl.Append", "acl.Write", "acl.Control"] } ] }, - { - "name": "App demo", - "tagline": "App demo", - "launchUrl": "https://empty-solid-app.5apps.com/", - "appOrigin" : "https://empty-solid-app.5apps.com", - "requirements": [ - ] - }, { "name": "Focus", "tagline": "Solid Task Manager", From 0e0f13a63b4e70b511e81c65063f6391b3b4fc62 Mon Sep 17 00:00:00 2001 From: Yvo Brevoort Date: Fri, 4 Oct 2024 09:46:38 +0200 Subject: [PATCH 2/4] update to nextcloud 30 --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ecd06ee..cd3c2567 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,10 +34,9 @@ jobs: # Version 24 comes with PHP 8.0, which is no longer supported; # Latest is not tested here, as that could cause failures unrelated to project changes nextcloud_version: - - 25 - - 26 - - 27 - 28 + - 29 + - 30 steps: - name: Create docker tag from git reference From ef3bbd88a3db3796bf89c206bdad95a289bcc12d Mon Sep 17 00:00:00 2001 From: Yvo Brevoort Date: Fri, 4 Oct 2024 09:47:03 +0200 Subject: [PATCH 3/4] update to nextcloud 30 --- solid/appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solid/appinfo/info.xml b/solid/appinfo/info.xml index 62c1c81c..c7b4cf47 100644 --- a/solid/appinfo/info.xml +++ b/solid/appinfo/info.xml @@ -18,7 +18,7 @@ When you do this, the Solid App can store data in your Nextcloud account through integration https://github.com/pdsinterop/solid-nextcloud/issues - + \OCA\Solid\Settings From 095668bfccaec814da5c519c0342684013700ae2 Mon Sep 17 00:00:00 2001 From: Yvo Brevoort Date: Fri, 4 Oct 2024 10:20:08 +0200 Subject: [PATCH 4/4] update versions to 28-30 --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd3c2567..e2b20867 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,17 +82,16 @@ jobs: fail-fast: false matrix: nextcloud_version: - - 25 - - 26 - - 27 - 28 + - 29 + - 30 test: - 'solidtestsuite/solid-crud-tests:v7.0.5' - 'solidtestsuite/web-access-control-tests:v7.1.0' - 'solidtestsuite/webid-provider-tests:v2.1.0' # Prevent EOL or non-stable versions of Nextcloud to fail the test-suite - continue-on-error: ${{ contains(fromJson('[25,26,27,28]'), matrix.nextcloud_version) == false }} + continue-on-error: ${{ contains(fromJson('[28,29,30]'), matrix.nextcloud_version) == false }} steps: - name: Create docker tag from git reference