Skip to content

Commit 538bf5e

Browse files
Merge pull request #13911 from nextcloud/jtr/admin-v30-app-api-critical-notes
feat(admin): Add note to Critical Changes about app_api as of v30.0.1
2 parents 5a57691 + 5d048f1 commit 538bf5e

File tree

3 files changed

+27
-0
lines changed

3 files changed

+27
-0
lines changed

admin_manual/release_notes/upgrade_to_30.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,12 @@ Monitoring: Counting of active users
4141
------------------------------------
4242

4343
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.
44+
45+
AppAPI (app_api) is now a default app
46+
-------------------------------------
47+
48+
Starting with Nextcloud 30.0.1, the AppAPI app is included and enabled by default. See :doc:`../exapps_management/index` for details.
49+
50+
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.
51+
52+
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.

admin_manual/release_notes/upgrade_to_31.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,12 @@ Previews
5151

5252
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.
5353
See :doc:`../configuration_files/previews_configuration` for details on how to enable or disable the preview provider.
54+
55+
AppAPI (app_api) is now a default app
56+
-------------------------------------
57+
58+
Starting with Nextcloud 30.0.1, the AppAPI app is included and enabled by default. See :doc:`../exapps_management/index` for details.
59+
60+
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.
61+
62+
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.

admin_manual/release_notes/upgrade_to_32.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ Previews
3333
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.
3434
See :doc:`../configuration_files/previews_configuration` for details on how to enable or disable the preview provider.
3535

36+
AppAPI (app_api) setup checks expanded
37+
--------------------------------------
38+
39+
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.
40+
41+
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.
42+
43+
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.
44+
3645
S3 integrity protections enabled, configuration update may be needed
3746
--------------------------------------------------------------------
3847

0 commit comments

Comments
 (0)