From 2ef78621ebdf46056b882b799d44d97b70d1e8f6 Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 5 Dec 2025 16:06:19 -0500 Subject: [PATCH 1/9] 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. + From 82ba148dd0942d306554fab5f2a2c1e348c86c9f Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 5 Dec 2025 16:14:43 -0500 Subject: [PATCH 2/9] 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 4e30690fd..8b9ae703c 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 d13535e9175d3c0138a09333a3e7d084f752a8c1 Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 5 Dec 2025 16:17:39 -0500 Subject: [PATCH 3/9] 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 -------------------------------------------------------------------- From 91978c29e7db95e8963e9bfe19fb52ca198a7a54 Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 5 Dec 2025 23:19:05 -0500 Subject: [PATCH 4/9] 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 b9ba3adf2..cf3551c6d 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 41245c8d003d60c6f452d32b6c20d434820424d0 Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 5 Dec 2025 23:19:54 -0500 Subject: [PATCH 5/9] 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 8b9ae703c..4967f4a43 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 642c6fa2a135f1bed9d8d12d13b89d592335e88f Mon Sep 17 00:00:00 2001 From: Josh Date: Fri, 5 Dec 2025 23:20:50 -0500 Subject: [PATCH 6/9] chore: correct internal link in v32 notes Updated link to exapps_management documentation. Signed-off-by: Josh --- admin_manual/release_notes/upgrade_to_32.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/release_notes/upgrade_to_32.rst b/admin_manual/release_notes/upgrade_to_32.rst index 614e90635..7aaf69b73 100644 --- a/admin_manual/release_notes/upgrade_to_32.rst +++ b/admin_manual/release_notes/upgrade_to_32.rst @@ -37,7 +37,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. In addition, as of 32.0.0 the AppApi expanded its setup checks. +Starting with Nextcloud 30.0.1, the AppApi app is included and enabled by default. See :doc:`../exapps_management/index` 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. From d900db5a5a6803cc2628b7c248eb049b24ee170b Mon Sep 17 00:00:00 2001 From: Josh Date: Sat, 6 Dec 2025 23:29:38 -0500 Subject: [PATCH 7/9] 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 cf3551c6d..f18be8fda 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 af3f82ad80d332f370ee0aefe8f7a4715c21f616 Mon Sep 17 00:00:00 2001 From: Josh Date: Sat, 6 Dec 2025 23:31:22 -0500 Subject: [PATCH 8/9] chore(apps): update v31 AppAPI CR note Signed-off-by: Josh --- 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 4967f4a43..5948de774 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. From ec2d0b3342a7431aee748a5caf2dae4f4501bad4 Mon Sep 17 00:00:00 2001 From: Josh Date: Sat, 6 Dec 2025 23:37:12 -0500 Subject: [PATCH 9/9] chore(apps): Revise AppAPI v32 CR note Updated release notes for Nextcloud 32.0.1 and 32.0.2, clarifying AppAPI setup checks and S3 integrity protections. Signed-off-by: Josh --- admin_manual/release_notes/upgrade_to_32.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/admin_manual/release_notes/upgrade_to_32.rst b/admin_manual/release_notes/upgrade_to_32.rst index 7aaf69b73..991b2c7c6 100644 --- a/admin_manual/release_notes/upgrade_to_32.rst +++ b/admin_manual/release_notes/upgrade_to_32.rst @@ -33,15 +33,14 @@ 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_api) setup checks expanded +-------------------------------------- -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/index` for details. Additionally, as of version 32.0.0, the AppAPI has expanded its setup checks. -Starting with Nextcloud 30.0.1, the AppApi app is included and enabled by default. See :doc:`../exapps_management/index` for details. In addition, as of 32.0.0 the AppApi expanded its setup checks. +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. -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. +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. S3 integrity protections enabled, configuration update may be needed --------------------------------------------------------------------