Skip to content

aio-interface: extract Nextcloud latest-major upgrade logic to dedicated script and add UI trigger button#7988

Draft
Copilot wants to merge 9 commits intomainfrom
copilot/add-script-and-button-for-logic
Draft

aio-interface: extract Nextcloud latest-major upgrade logic to dedicated script and add UI trigger button#7988
Copilot wants to merge 9 commits intomainfrom
copilot/add-script-and-button-for-logic

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 23, 2026

  • TODO: hardcode the updater channel to stable for now.

Comment thread php/templates/containers.twig Outdated
Signed-off-by: Simon L. <szaimen@e.mail.de>
Comment thread php/templates/containers.twig Outdated
Signed-off-by: Simon L. <szaimen@e.mail.de>
Comment thread php/templates/containers.twig Outdated
Signed-off-by: Simon L. <szaimen@e.mail.de>
Comment thread php/templates/containers.twig Outdated
Signed-off-by: Simon L. <szaimen@e.mail.de>
@szaimen szaimen changed the title Extract Nextcloud latest-major upgrade logic to dedicated script and add UI trigger button aio-interface: extract Nextcloud latest-major upgrade logic to dedicated script and add UI trigger button Apr 23, 2026
@szaimen szaimen added 2. developing Work in progress enhancement New feature or request labels Apr 23, 2026
@szaimen szaimen added this to the next milestone Apr 23, 2026
exit 1
fi
# shellcheck disable=SC2016
installed_version="$(php -r 'require "/var/www/html/version.php"; echo implode(".", $OC_Version);')"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to stay in the parent script

Comment on lines +18 to +20
private function getLatestMajorVersion(): string {
return '33';
}
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can probably be a constant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2. developing Work in progress enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants