From 170d9b069be9171867ba27b7d2b1e44bdd02df06 Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 5 Dec 2025 16:17:39 -0500 Subject: [PATCH] chore: add app_api note to v32 Critical Changes Added information about AppApi being a default app and its expanded setup checks as of v32 since those make the app more visible. Signed-off-by: Josh --- admin_manual/release_notes/upgrade_to_32.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/admin_manual/release_notes/upgrade_to_32.rst b/admin_manual/release_notes/upgrade_to_32.rst index 9af533ede..614e90635 100644 --- a/admin_manual/release_notes/upgrade_to_32.rst +++ b/admin_manual/release_notes/upgrade_to_32.rst @@ -33,6 +33,16 @@ Previews Starting with Nextcloud 32.0.1, the preview provider for MP3 files, which reads cover images embedded in the files, is disabled by default for performance and stability reasons. See :doc:`../configuration_files/previews_configuration` for details on how to enable or disable the preview provider. + +AppApi (app_app) is now a default app +------------------------------------- + +Starting with Nextcloud 30.0.1, the AppApi app is included and enabled by default. See :doc:`../exapps_management` for details. In addition, as of 32.0.0 the AppApi expanded its setup checks. + +This app can be disabled in the standard manner via the *Apps* menu if you do not expect to use AppApi integrations in the near future. + +When it is disabled, other apps thet depend on AppApi will not be visible in the app store. AppApi related setup checks will also be deactivated. + S3 integrity protections enabled, configuration update may be needed --------------------------------------------------------------------