Skip to content

Commit 50ddee1

Browse files
authored
Merge pull request #60776 from nextcloud/feat/office-app-shipped
feat: Add office as shipped app
2 parents 29e93a9 + f535a1d commit 50ddee1

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

apps/updatenotification/lib/Controller/APIController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class APIController extends OCSController {
4242
'twofactor_nextcloud_notification' => 30,
4343
'app_api' => 30,
4444
'files_lock' => 34,
45+
'office' => 34,
4546
];
4647

4748
public function __construct(

core/shipped.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"nextcloud_announcements",
3030
"notifications",
3131
"oauth2",
32+
"office",
3233
"password_policy",
3334
"photos",
3435
"privacy",
@@ -81,6 +82,7 @@
8182
"nextcloud_announcements",
8283
"notifications",
8384
"oauth2",
85+
"office",
8486
"password_policy",
8587
"photos",
8688
"privacy",

0 commit comments

Comments
 (0)