diff options
author | Julius Härtl <jus@bitgrid.net> | 2020-12-09 17:25:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-09 17:25:59 +0100 |
commit | a0444bc69cf1c2ffcb39616a2b258078737237bd (patch) | |
tree | 02ed41b19ac235c60af8de525c18749c39bd003a /apps/settings/lib/Controller/CheckSetupController.php | |
parent | 3749b706993107291321643aee0d874a9210a2d0 (diff) | |
parent | b7326046c6395c50a6083b57f5f919882f5098b7 (diff) | |
download | nextcloud-server-a0444bc69cf1c2ffcb39616a2b258078737237bd.tar.gz nextcloud-server-a0444bc69cf1c2ffcb39616a2b258078737237bd.zip |
Merge pull request #24247 from nextcloud/bugfix/noid/ocm-providerId-string
Diffstat (limited to 'apps/settings/lib/Controller/CheckSetupController.php')
-rw-r--r-- | apps/settings/lib/Controller/CheckSetupController.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings/lib/Controller/CheckSetupController.php b/apps/settings/lib/Controller/CheckSetupController.php index 1ebeb41adfb..1312346b96c 100644 --- a/apps/settings/lib/Controller/CheckSetupController.php +++ b/apps/settings/lib/Controller/CheckSetupController.php @@ -627,12 +627,14 @@ Raw output 'activity_mq' => ['mail_id'], 'authtoken' => ['id'], 'bruteforce_attempts' => ['id'], + 'federated_reshares' => ['share_id'], 'filecache' => ['fileid', 'storage', 'parent', 'mimetype', 'mimepart', 'mtime', 'storage_mtime'], 'filecache_extended' => ['fileid'], 'file_locks' => ['id'], 'jobs' => ['id'], 'mimetypes' => ['id'], 'mounts' => ['id', 'storage_id', 'root_id', 'mount_id'], + 'share_external' => ['id', 'parent'], 'storages' => ['numeric_id'], ]; |