From 95d8754f4498d987039e926b6e38e8c9442a9257 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 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 e775cc1cc0324f74383c4f69a81ac3cc35a2e0b2 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 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 170d9b069be9171867ba27b7d2b1e44bdd02df06 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 9af533edef6..614e90635ac 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 31172929c6f2facbdb34f9adc3e65d5a7ca0d375 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 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 e508cfe6bd380bc2e279ecf405c73f64688c4386 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 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 7f4bb7637b5870a4cf239b0bfbe30a4e4656b90c 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 614e90635ac..7aaf69b735e 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 1c06962c4d72744d118e4708bd0af0ab14bebfc3 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 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 78213378373739cac675f9cb5f033bbe0421c860 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 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. From 5d048f1c48debbe3a64e768f14fd8150feb2d812 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 7aaf69b735e..991b2c7c6af 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 --------------------------------------------------------------------