From 33b485e5f369b9f6fecdf574b6b7e3211fce5e65 Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 5 Dec 2025 16:06:19 -0500 Subject: [PATCH 1/6] 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 bac50772d2d..b9ba3adf241 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. + From d8de67a0a18fdf6d6461d6a2f83e740e98ff97aa Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 5 Dec 2025 16:14:43 -0500 Subject: [PATCH 2/6] chore: add app_api note to Critical Changes for v31 Signed-off-by: Josh --- admin_manual/release_notes/upgrade_to_31.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/admin_manual/release_notes/upgrade_to_31.rst b/admin_manual/release_notes/upgrade_to_31.rst index 4e30690fd14..8b9ae703cca 100644 --- a/admin_manual/release_notes/upgrade_to_31.rst +++ b/admin_manual/release_notes/upgrade_to_31.rst @@ -51,3 +51,13 @@ Previews Starting with Nextcloud 31.0.10, 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. + +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. From 3424a8bb8597cd60622258911b57234605982268 Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 5 Dec 2025 23:19:05 -0500 Subject: [PATCH 3/6] chore: correct internal link in v30 notes Updated the documentation to link to the correct index for exapps management. Signed-off-by: Josh --- admin_manual/release_notes/upgrade_to_30.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/release_notes/upgrade_to_30.rst b/admin_manual/release_notes/upgrade_to_30.rst index b9ba3adf241..cf3551c6d93 100644 --- a/admin_manual/release_notes/upgrade_to_30.rst +++ b/admin_manual/release_notes/upgrade_to_30.rst @@ -45,7 +45,7 @@ Starting with Nextcloud 30.0.12 the monitoring app was adjusted to count the act 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. +Starting with Nextcloud 30.0.1, the AppApi app is included and enabled by default. See :doc:`../exapps_management/index` 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. From 52825a7a0813a968be22897cfd5abe5d330be8de Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 5 Dec 2025 23:19:54 -0500 Subject: [PATCH 4/6] chore: correct internal link in v31 notes Updated link in release notes for AppApi app. Signed-off-by: Josh --- admin_manual/release_notes/upgrade_to_31.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/release_notes/upgrade_to_31.rst b/admin_manual/release_notes/upgrade_to_31.rst index 8b9ae703cca..4967f4a4345 100644 --- a/admin_manual/release_notes/upgrade_to_31.rst +++ b/admin_manual/release_notes/upgrade_to_31.rst @@ -56,7 +56,7 @@ See :doc:`../configuration_files/previews_configuration` for details on how to e 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. +Starting with Nextcloud 30.0.1, the AppApi app is included and enabled by default. See :doc:`../exapps_management/index` 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. From 66c001dfd21c934b426193ad6e01d0dacb4b7bf9 Mon Sep 17 00:00:00 2001 From: Josh Date: Sat, 6 Dec 2025 23:29:38 -0500 Subject: [PATCH 5/6] chore(apps): improve AppAPI v30 CR note Signed-off-by: Josh --- admin_manual/release_notes/upgrade_to_30.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/admin_manual/release_notes/upgrade_to_30.rst b/admin_manual/release_notes/upgrade_to_30.rst index cf3551c6d93..f18be8fda84 100644 --- a/admin_manual/release_notes/upgrade_to_30.rst +++ b/admin_manual/release_notes/upgrade_to_30.rst @@ -42,12 +42,11 @@ 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 +AppAPI (app_api) is now a default app ------------------------------------- -Starting with Nextcloud 30.0.1, the AppApi app is included and enabled by default. See :doc:`../exapps_management/index` for details. +Starting with Nextcloud 30.0.1, the AppAPI app is included and enabled by default. See :doc:`../exapps_management/index` 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. +You can disable this app in the standard manner via the *Apps* menu if you do not expect to use AppAPI integrations in the near future. +If AppAPI is disabled, other apps that depend on it will not be visible in the app store. AppAPI-related setup checks will also be deactivated. From e31fef495e7d76d882fd973349db533b4e7aa258 Mon Sep 17 00:00:00 2001 From: Josh Date: Sat, 6 Dec 2025 23:31:22 -0500 Subject: [PATCH 6/6] chore(apps): update v31 AppAPI CR note Signed-off-by: Josh [skip ci] --- admin_manual/release_notes/upgrade_to_31.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/admin_manual/release_notes/upgrade_to_31.rst b/admin_manual/release_notes/upgrade_to_31.rst index 4967f4a4345..5948de774c5 100644 --- a/admin_manual/release_notes/upgrade_to_31.rst +++ b/admin_manual/release_notes/upgrade_to_31.rst @@ -52,12 +52,11 @@ Previews Starting with Nextcloud 31.0.10, 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 +AppAPI (app_api) is now a default app ------------------------------------- -Starting with Nextcloud 30.0.1, the AppApi app is included and enabled by default. See :doc:`../exapps_management/index` for details. +Starting with Nextcloud 30.0.1, the AppAPI app is included and enabled by default. See :doc:`../exapps_management/index` 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. +You can disable this app 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. +If AppAPI is disabled, other apps that depend on it will not be visible in the app store. AppAPI-related setup checks will also be deactivated.