Skip to content
10 changes: 10 additions & 0 deletions admin_manual/release_notes/upgrade_to_30.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,13 @@
------------------------------------

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppAPI (app_api)

-------------------------------------

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.

Check failure on line 52 in admin_manual/release_notes/upgrade_to_30.rst

View workflow job for this annotation

GitHub Actions / Check spelling

thet ==> they, that, theft

10 changes: 10 additions & 0 deletions admin_manual/release_notes/upgrade_to_31.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,13 @@

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/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.

Check failure on line 63 in admin_manual/release_notes/upgrade_to_31.rst

View workflow job for this annotation

GitHub Actions / Check spelling

thet ==> they, that, theft
10 changes: 10 additions & 0 deletions admin_manual/release_notes/upgrade_to_32.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@
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/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.

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.

Check failure on line 44 in admin_manual/release_notes/upgrade_to_32.rst

View workflow job for this annotation

GitHub Actions / Check spelling

thet ==> they, that, theft

S3 integrity protections enabled, configuration update may be needed
--------------------------------------------------------------------

Expand Down