some preparations for Nextcloud Hub 26 Summer (#8653)

This commit is contained in:
Simon L.
2026-09-02 11:51:31 +02:00
committed by GitHub
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
<name>Nextcloud All-in-One</name>
<summary>Provides a login link for admins.</summary>
<description>Add a link to the admin settings that gives access to the Nextcloud All-in-One admin interface</description>
<version>0.8.0</version>
<version>0.9.0</version>
<licence>agpl</licence>
<author>Azul</author>
<namespace>AllInOne</namespace>
@@ -13,7 +13,7 @@
<category>monitoring</category>
<bugs>https://github.com/nextcloud/all-in-one/issues</bugs>
<dependencies>
<nextcloud min-version="33" max-version="34"/>
<nextcloud min-version="34" max-version="35"/>
</dependencies>
<settings>
+1 -1
View File
@@ -16,7 +16,7 @@ use Slim\Psr7\NonBufferedBody;
readonly class DockerController {
private const string TOP_CONTAINER = 'nextcloud-aio-apache';
private const string LATEST_MAJOR_VERSION = '34';
private const string LATEST_MAJOR_VERSION = '35';
public function __construct(
private DockerActionManager $dockerActionManager,
+2 -2
View File
@@ -37,8 +37,8 @@
{% set isBackupOrRestoreRunning = false %}
{% set isApacheStarting = false %}
{# Setting newMajorVersion to '' will hide corresponding options/elements, can be set to an integer like 26 in order to show corresponding elements. If set, also increase installLatestMajor in https://github.com/nextcloud/all-in-one/blob/main/php/src/Controller/DockerController.php #}
{% set newMajorVersionString = '' %}
{% set oldMajorVersionString = '' %}
{% set newMajorVersionString = '26 Summer' %}
{% set oldMajorVersionString = '26 Spring' %}
{% if is_backup_container_running == true %}
{% if borg_backup_mode == 'backup' or borg_backup_mode == 'restore' %}