Merge pull request #13919 from nextcloud/backport/13911/stable32

[stable32] feat(admin): Add note to Critical Changes about app_api as of v30.0.1
This commit is contained in:
Andy Scherzinger
2025-12-09 13:35:23 +01:00
committed by GitHub
3 changed files with 27 additions and 0 deletions

View File

@@ -41,3 +41,12 @@ 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_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.
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.

View File

@@ -51,3 +51,12 @@ 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_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.
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.

View File

@@ -33,6 +33,15 @@ 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
--------------------------------------
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.
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.
S3 integrity protections enabled, configuration update may be needed
--------------------------------------------------------------------