feat: Add office as shipped app

Signed-off-by: Julius Knorr <jus@bitgrid.net>
This commit is contained in:
Julius Knorr 2026-05-27 15:55:55 +02:00
parent 496662e9a5
commit f535a1d268
No known key found for this signature in database
GPG key ID: 4C614C6ED2CDE6DF
2 changed files with 3 additions and 0 deletions

View file

@ -42,6 +42,7 @@ class APIController extends OCSController {
'twofactor_nextcloud_notification' => 30,
'app_api' => 30,
'files_lock' => 34,
'office' => 34,
];
public function __construct(

View file

@ -29,6 +29,7 @@
"nextcloud_announcements",
"notifications",
"oauth2",
"office",
"password_policy",
"photos",
"privacy",
@ -81,6 +82,7 @@
"nextcloud_announcements",
"notifications",
"oauth2",
"office",
"password_policy",
"photos",
"privacy",