diff options
author | Andrey Borysenko <andrey18106x@gmail.com> | 2024-09-17 20:59:42 +0300 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2024-09-26 13:27:08 +0000 |
commit | a5bc59f70f6e291b26f261a0eaebcca3a66231b8 (patch) | |
tree | cdd638f9e4233aa175e17e447cdd1b7e28e012fe /core/shipped.json | |
parent | e4a564392ed820f8ea48634a5cf4f2e699409680 (diff) | |
download | nextcloud-server-backport/48153/stable30.tar.gz nextcloud-server-backport/48153/stable30.zip |
feat: add app_api to shipped and default enabled appsbackport/48153/stable30
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
Diffstat (limited to 'core/shipped.json')
-rw-r--r-- | core/shipped.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/shipped.json b/core/shipped.json index 9e2ee27dd1f..6eb6a9879c2 100644 --- a/core/shipped.json +++ b/core/shipped.json @@ -2,6 +2,7 @@ "shippedApps": [ "activity", "admin_audit", + "app_api", "bruteforcesettings", "circles", "cloud_federation_api", @@ -54,6 +55,7 @@ ], "defaultEnabled": [ "activity", + "app_api", "bruteforcesettings", "circles", "comments", |