From 1e6acebc3160574e726e25d7ec0eb50eba047b00 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 26 Aug 2026 06:50:07 +0200 Subject: [PATCH 1/3] chore(CI): Adjust testing matrix for Nextcloud 35 on stable35 Signed-off-by: Joas Schilling --- composer.json | 2 +- composer.lock | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 2453c878..31ad0d63 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "require-dev": { "bamarni/composer-bin-plugin": "^1.9", "bantu/ini-get-wrapper": "1.0.1", - "nextcloud/ocp": "dev-master" + "nextcloud/ocp": "dev-stable35" }, "config": { "allow-plugins": { diff --git a/composer.lock b/composer.lock index ccd76b7c..1413bf9c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ca6544a40cab84f4276c24ebbaeb74af", + "content-hash": "bedbbd4028d6025914d74fb69c95a86b", "packages": [], "packages-dev": [ { @@ -100,16 +100,16 @@ }, { "name": "nextcloud/ocp", - "version": "dev-master", + "version": "dev-stable35", "source": { "type": "git", "url": "https://github.com/nextcloud-deps/ocp.git", - "reference": "d120ec35c52c609770774e937bf4e6c7fc7dcc89" + "reference": "75e04c37b52633c6601b63af3a33a71e0f48967e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/d120ec35c52c609770774e937bf4e6c7fc7dcc89", - "reference": "d120ec35c52c609770774e937bf4e6c7fc7dcc89", + "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/75e04c37b52633c6601b63af3a33a71e0f48967e", + "reference": "75e04c37b52633c6601b63af3a33a71e0f48967e", "shasum": "" }, "require": { @@ -124,7 +124,6 @@ "symfony/polyfill-php85": "^1.41", "symfony/polyfill-php86": "^1.41" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -150,7 +149,7 @@ "issues": "https://github.com/nextcloud-deps/ocp/issues", "source": "https://github.com/nextcloud-deps/ocp/tree/master" }, - "time": "2026-08-22T00:35:13+00:00" + "time": "2026-08-24T17:09:03+00:00" }, { "name": "psr/clock", From 3483956eae5402358a55624b7ab05cb6df703d42 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 26 Aug 2026 06:50:07 +0200 Subject: [PATCH 2/3] chore(branchoff): Set version on stable35 to a stable one Signed-off-by: Joas Schilling --- appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 3dd3e4ad..0bdbf38e 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -9,7 +9,7 @@ Monitoring Monitoring app with useful server information Provides useful server information, such as CPU load, RAM usage, disk usage, number of users, etc. - 7.0.0-dev.0 + 7.0.0 agpl Bjoern Schiessle Ivan Sein Santiago From ed6d9ed0606dc6bfbc9cea3dd0e65c0da3a5f190 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Wed, 26 Aug 2026 11:33:05 +0200 Subject: [PATCH 3/3] docs: Update license information to SPDX variant Signed-off-by: Andy Scherzinger --- appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 0bdbf38e..a59b2d53 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -10,7 +10,7 @@ Monitoring app with useful server information Provides useful server information, such as CPU load, RAM usage, disk usage, number of users, etc. 7.0.0 - agpl + AGPL-3.0-or-later Bjoern Schiessle Ivan Sein Santiago Frank Karlitschek