From 2ef78621ebdf46056b882b799d44d97b70d1e8f6 Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 5 Dec 2025 16:06:19 -0500 Subject: [PATCH] feat(admin): Add note to Critical Changes about app_api Added details about AppApi app default inclusion, link to relevant chapter, and also note it can be disabled. Signed-off-by: Josh --- admin_manual/release_notes/upgrade_to_30.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/admin_manual/release_notes/upgrade_to_30.rst b/admin_manual/release_notes/upgrade_to_30.rst index bac50772d..b9ba3adf2 100644 --- a/admin_manual/release_notes/upgrade_to_30.rst +++ b/admin_manual/release_notes/upgrade_to_30.rst @@ -41,3 +41,13 @@ Monitoring: Counting of active users ------------------------------------ Starting with Nextcloud 30.0.12 the monitoring app was adjusted to count the active users in the same way as occ user:report and the support app. + +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. + +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. +