Skip to content

Instantly share code, notes, and snippets.

@a-rehak
Created February 2, 2022 16:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a-rehak/2aeb3686ccb7d0d835b4983088e783bc to your computer and use it in GitHub Desktop.
Save a-rehak/2aeb3686ccb7d0d835b4983088e783bc to your computer and use it in GitHub Desktop.
owncloud server configuration
{
"basic": {
"license key": "***REMOVED SENSITIVE VALUE***",
"date": "Wed, 02 Feb 2022 16:34:15 +0000",
"ownCloud version": "10.9.1.2",
"ownCloud version string": "10.9.1",
"ownCloud edition": "Community",
"server OS": "Linux",
"server OS version": "Linux shinobi 4.19.0-18-amd64 #1 SMP Debian 4.19.208-1 (2021-09-29) x86_64",
"server SAPI": "apache2handler",
"webserver version": "Apache\/2.4.38 (Debian)",
"hostname": "***REMOVED SENSITIVE VALUE***",
"logged-in user": "***REMOVED SENSITIVE VALUE***"
},
"stats": {
"users": {
"Database": {
"count": 21,
"seen": 19,
"logged in (30 days)": 4
}
},
"groups": {
"OC\\Group\\Database": 25,
"OCA\\Guests\\GroupBackend": 1
}
},
"config": {
"updatechecker": false,
"maintenance": false,
"instanceid": "oco7rhtwomc2",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"***REMOVED SENSITIVE VALUE***",
"***REMOVED SENSITIVE VALUE***",
"***REMOVED SENSITIVE VALUE***",
"***REMOVED SENSITIVE VALUE***",
"***REMOVED SENSITIVE VALUE***"
],
"datadirectory": "\/var\/www\/owncloud\/data",
"overwrite.cli.url": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "10.9.1.2",
"dbname": "owncloud",
"dbhost": "127.0.0.1:3306",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"logtimezone": "Europe\/Bratislava",
"memcache.distributed": "\\OC\\Memcache\\Redis",
"redis": {
"host": "localhost",
"port": 6379,
"password": "***REMOVED SENSITIVE VALUE***"
},
"memcache.locking": "\\OC\\Memcache\\Redis",
"filelocking.enabled": true,
"memcache.local": "\\OC\\Memcache\\APCu",
"apps_paths": [
{
"path": "\/var\/www\/owncloud\/apps",
"url": "\/apps",
"writable": false
},
{
"path": "\/var\/www\/owncloud\/apps-external",
"url": "\/apps-external",
"writable": true
}
],
"file_storage.save_version_author": false,
"installed": true,
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_smtpmode": "smtp",
"mail_smtpauthtype": "PLAIN",
"mail_smtpauth": 1,
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "25",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"log_type": "owncloud",
"logfile": "\/var\/log\/owncloud.log",
"log_rotate_size": 1000000000,
"loglevel": 3,
"singleuser": false,
"files_antivirus.av_cmd_options": "",
"files_antivirus.av_path": "\/usr\/bin\/clamscan",
"integrity.ignore.missing.app.signature": [
"nipp-han-theme"
],
"http.cookie.samesite": "None",
"openid-connect": {
"auto-provision": {
"enabled": false
},
"provider-url": "https:\/\/accounts.google.com",
"client-id": "387983303934-qqhufqhgvpdo3vvd4hdt77qdo8n4gh21.apps.googleusercontent.com",
"client-secret": "***REMOVED SENSITIVE VALUE***",
"loginButtonName": "Log in with Google",
"autoRedirectOnLoginPage": false,
"scopes": "openid profile email",
"auth-params": "response_type=code",
"mode": "email",
"search-attribute": "email"
},
"allow_user_to_change_mail_address": ""
},
"integritychecker": {
"passing": true,
"enabled": true,
"result": []
},
"core": {
"backgroundjobs_mode": "cron",
"enable_external_storage": "no",
"first_install_version": "10.5.0.10",
"grace_period": "1599083706",
"installedat": "1598483471.4982",
"lastcron": "1643818517",
"lastupdateResult": "[]",
"lastupdatedat": "1643819627",
"lock-breaker-groups": "[\"admin\"]",
"public_files": "files_sharing\/public.php",
"public_webdav": "dav\/appinfo\/v1\/publicwebdav.php",
"remote_nonshib-webdav": "user_shibboleth\/appinfo\/remote.php",
"shareapi_allow_mail_notification": "yes",
"shareapi_allow_public_notification": "yes",
"shareapi_allow_resharing": "no",
"shareapi_default_expire_date": "no",
"shareapi_default_expire_date_user_share": "no",
"shareapi_default_permissions": "15",
"shareapi_enforce_expire_date": "no",
"shareapi_enforce_links_password_read_write": "***REMOVED SENSITIVE VALUE***",
"shareapi_enforce_links_password_read_write_delete": "***REMOVED SENSITIVE VALUE***",
"shareapi_public_notification_lang": "sk_SK",
"umgmt_set_password": "***REMOVED SENSITIVE VALUE***",
"umgmt_show_backend": "false",
"umgmt_show_email": "true",
"umgmt_show_is_enabled": "true",
"umgmt_show_last_login": "false",
"umgmt_show_storage_location": "false",
"updater.secret.created": "1625069417",
"user_additional_info_field": "id",
"vendor": "owncloud"
},
"apps": [
{
"id": "configreport",
"name": "Admin Config Report",
"description": "Generate a Config Report",
"licence": "AGPL",
"author": "owncloud.org",
"version": "0.2.0",
"namespace": "ConfigReport",
"default_enable": [
"",
""
],
"types": [
"filesystem"
],
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "10.2",
"max-version": "11"
}
}
},
"commands": {
"command": "OCA\\ConfigReport\\Command\\ConfigReport"
},
"settings": {
"admin": "OCA\\ConfigReport\\AdminPanel"
},
"info": [],
"remote": [],
"public": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"background-jobs": [],
"two-factor-providers": [],
"_cached": true,
"groups": null,
"active": true,
"internal": true,
"level": 200,
"removable": false,
"appconfig": {
"enabled": "yes",
"installed_version": "0.2.0",
"types": "filesystem"
}
},
{
"id": "encryption",
"description": "In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys. The module won't touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to a unencrypted system. Please read the documentation to know all implications before you decide to enable server-side encryption.",
"name": "Default encryption module",
"licence": "AGPL",
"author": "Bjoern Schiessle, Clark Tomlinson",
"documentation": {
"user": "https:\/\/doc.owncloud.org\/server\/10.0\/go.php?to=user-encryption",
"admin": "https:\/\/doc.owncloud.org\/server\/10.0\/go.php?to=admin-encryption"
},
"rememberlogin": "false",
"version": "1.5.1",
"category": "security",
"types": [
"filesystem"
],
"use-migrations": "true",
"dependencies": {
"lib": "openssl",
"owncloud": {
"@attributes": {
"min-version": "10.7",
"max-version": "11.0"
}
}
},
"commands": [
"OCA\\Encryption\\Command\\SelectEncryptionType",
"OCA\\Encryption\\Command\\RecreateMasterKey",
"OCA\\Encryption\\Command\\MigrateKeys",
"OCA\\Encryption\\Command\\HSMDaemon",
"OCA\\Encryption\\Command\\HSMDaemonDecrypt",
"OCA\\Encryption\\Command\\FixEncryptedVersion"
],
"settings": {
"admin": "OCA\\Encryption\\Panels\\Admin",
"personal": "OCA\\Encryption\\Panels\\Personal"
},
"info": [],
"remote": [],
"public": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"background-jobs": [],
"two-factor-providers": [],
"_cached": true,
"groups": null,
"active": false,
"internal": true,
"level": 200,
"removable": false,
"preview": "\/apps\/encryption\/img\/app.svg",
"previewAsIcon": true
},
{
"id": "provisioning_api",
"name": "Provisioning API",
"description": "This application enables a set of APIs that external systems can use to create, edit, delete and query user attributes, query, set and remove groups, set quota and query total storage used in ownCloud. Group admin users can also query ownCloud and perform the same functions as an admin for groups they manage. The API also enables an admin to query for active ownCloud applications, application info, and to enable or disable an app remotely. Once the app is enabled, http requests can be used via a Basic Auth header to perform any of the functions listed above. More information is available in the Provisioning API documentation, including example calls and server responses.",
"licence": "AGPL",
"author": "Tom Needham",
"default_enable": "",
"documentation": {
"admin": "https:\/\/doc.owncloud.org\/server\/10.0\/go.php?to=admin-provisioning-api"
},
"version": "0.5.0",
"namespace": "Provisioning_API",
"types": [
"prevent_group_restriction"
],
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "10",
"max-version": "10"
}
}
},
"info": [],
"remote": [],
"public": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"background-jobs": [],
"two-factor-providers": [],
"commands": [],
"_cached": true,
"groups": null,
"active": false,
"internal": true,
"level": 200,
"removable": false,
"preview": "\/apps\/provisioning_api\/img\/app.svg",
"previewAsIcon": true
},
{
"id": "federation",
"name": "Federation",
"description": "ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing.",
"licence": "AGPL",
"author": "Bjoern Schiessle",
"version": "0.1.0",
"namespace": "Federation",
"category": "other",
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "10",
"max-version": "10"
}
}
},
"default_enable": "",
"types": [
"authentication"
],
"background-jobs": {
"job": "OCA\\Federation\\SyncJob"
},
"commands": {
"command": "OCA\\Federation\\Command\\SyncFederationAddressBooks"
},
"settings": {
"admin": "OCA\\Federation\\Panels\\Admin"
},
"info": [],
"remote": [],
"public": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"two-factor-providers": [],
"_cached": true,
"groups": null,
"active": false,
"internal": true,
"level": 200,
"removable": false,
"preview": "\/apps\/federation\/img\/app.svg",
"previewAsIcon": true
},
{
"id": "notifications",
"name": "Notifications",
"summary": "Notification system for internal events",
"description": "This application adds an internal notification system to an ownCloud instance. Notifications are triggered by apps like the Announcement Center or Custom Groups and displayed via a bell indicator in the WebUI as well as via the ownCloud clients.",
"category": "tools",
"screenshot": "https:\/\/raw.githubusercontent.com\/owncloud\/promo\/e1dd604d66b4c5f765579b4c160de3268169ea3c\/ownCloud%20logo%20square.png",
"licence": "AGPL",
"author": "Joas Schilling, Thomas M\u00fcller",
"version": "0.5.4",
"types": [
"logging"
],
"default_enable": "",
"website": "https:\/\/github.com\/owncloud\/notifications",
"bugs": "https:\/\/github.com\/owncloud\/notifications\/issues",
"repository": {
"@attributes": {
"type": "git"
},
"@value": "https:\/\/github.com\/owncloud\/notifications.git"
},
"commands": [
"OCA\\Notifications\\Command\\Generate",
"OCA\\Notifications\\Command\\RepairNotifications"
],
"settings": {
"personal": "OCA\\Notifications\\Panels\\Personal\\NotificationsPanel"
},
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "10.2",
"max-version": "11"
}
}
},
"use-migrations": "true",
"info": [],
"remote": [],
"public": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"background-jobs": [],
"two-factor-providers": [],
"_cached": true,
"groups": null,
"active": true,
"internal": false,
"removable": true,
"preview": "\/apps\/notifications\/img\/notifications.svg",
"previewAsIcon": true,
"appconfig": {
"enabled": "yes",
"installed_version": "0.5.4",
"types": "logging"
}
},
{
"id": "files_sharing",
"name": "Share Files",
"description": "This application enables users to share files within ownCloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within ownCloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of ownCloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices. Turning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the ownCloud Documentation.\n\n",
"licence": "AGPL",
"author": "Michael Gapczynski, Bjoern Schiessle",
"default_enable": "",
"version": "0.14.0",
"types": [
"filesystem"
],
"use-migrations": "true",
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "10.0.2.4",
"max-version": "10"
}
}
},
"public": {
"files": "public.php"
},
"namespace": "Files_Sharing",
"settings-sections": {
"personal": "OCA\\Files_Sharing\\Panels\\Personal\\Section"
},
"settings": {
"admin": "OCA\\Files_Sharing\\Panels\\Admin\\SettingsPanel",
"personal": "OCA\\Files_Sharing\\Panels\\Personal\\PersonalPanel"
},
"background-jobs": [
"OCA\\Files_Sharing\\DeleteOrphanedSharesJob",
"OCA\\Files_Sharing\\ExpireSharesJob",
"OCA\\Files_Sharing\\External\\ScanExternalSharesJob"
],
"commands": {
"command": "OCA\\Files_Sharing\\Command\\CleanupRemoteStorages"
},
"info": [],
"remote": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"two-factor-providers": [],
"_cached": true,
"groups": null,
"active": true,
"internal": true,
"level": 200,
"removable": false,
"preview": "\/apps\/files_sharing\/img\/app.svg",
"previewAsIcon": true,
"appconfig": {
"enabled": "yes",
"incoming_server2server_share_enabled": "no",
"installed_version": "0.14.0",
"outgoing_server2server_share_enabled": "no",
"types": "filesystem"
}
},
{
"id": "files_versions",
"name": "Versions",
"licence": "AGPL",
"author": "Frank Karlitschek, Bjoern Schiessle",
"description": "This application enables ownCloud to automatically maintain older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user\u2019s directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. ownCloud then automatically manages the versions folder to ensure the user doesn\u2019t run out of Quota because of versions. In addition to the expiry of versions, ownCloud\u2019s versions app makes certain never to use more than 50% of the user\u2019s currently available free space. If stored versions exceed this limit, ownCloud will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation.\n\n",
"version": "1.3.0",
"types": [
"filesystem"
],
"namespace": "Files_Versions",
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "10",
"max-version": "10"
}
}
},
"documentation": {
"user": "https:\/\/doc.owncloud.org\/server\/10.0\/go.php?to=user-versions"
},
"default_enable": "",
"background-jobs": {
"job": "OCA\\Files_Versions\\BackgroundJob\\ExpireVersions"
},
"commands": [
"OCA\\Files_Versions\\Command\\CleanUp",
"OCA\\Files_Versions\\Command\\ExpireVersions"
],
"info": [],
"remote": [],
"public": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"two-factor-providers": [],
"_cached": true,
"groups": null,
"active": true,
"internal": true,
"level": 200,
"removable": false,
"preview": "\/apps\/files_versions\/img\/app.svg",
"previewAsIcon": true,
"appconfig": {
"enabled": "yes",
"installed_version": "1.3.0",
"types": "filesystem"
}
},
{
"id": "updatenotification",
"name": "Update notification",
"description": "Displays update notifications for ownCloud and provides the SSO for the updater.",
"licence": "AGPL",
"author": "Lukas Reschke",
"version": "0.2.1",
"namespace": "UpdateNotification",
"default_enable": "",
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "10",
"max-version": "10"
}
}
},
"background-jobs": {
"job": "OCA\\UpdateNotification\\Notification\\BackgroundJob"
},
"settings": {
"admin": "OCA\\UpdateNotification\\Controller\\AdminController"
},
"info": [],
"remote": [],
"public": [],
"types": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"two-factor-providers": [],
"commands": [],
"_cached": true,
"groups": null,
"active": true,
"internal": true,
"level": 200,
"removable": false,
"appconfig": {
"core": "10.8.0",
"enabled": "yes",
"installed_version": "0.2.1",
"types": ""
}
},
{
"id": "files_trashbin",
"name": "Deleted files",
"description": "This application enables users to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to their ownCloud file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days. To prevent a user from running out of disk space, the ownCloud Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, ownCloud deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation.\n\n",
"licence": "AGPL",
"author": "Bjoern Schiessle",
"default_enable": "",
"version": "0.9.1",
"types": [
"filesystem"
],
"use-migrations": "true",
"namespace": "Files_Trashbin",
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "10.0.2.4",
"max-version": "10"
}
}
},
"documentation": {
"user": "https:\/\/doc.owncloud.org\/server\/10.0\/go.php?to=user-trashbin"
},
"background-jobs": {
"job": "OCA\\Files_Trashbin\\BackgroundJob\\ExpireTrash"
},
"commands": [
"OCA\\Files_Trashbin\\Command\\CleanUp",
"OCA\\Files_Trashbin\\Command\\ExpireTrash"
],
"info": [],
"remote": [],
"public": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"two-factor-providers": [],
"_cached": true,
"groups": null,
"active": true,
"internal": true,
"level": 200,
"removable": false,
"preview": "\/apps\/files_trashbin\/img\/app.svg",
"previewAsIcon": true,
"appconfig": {
"enabled": "yes",
"installed_version": "0.9.1",
"types": "filesystem"
}
},
{
"id": "firstrunwizard",
"name": "First run wizard",
"description": "This application enables a pop-up window when a user first logs into ownCloud. This window welcomes new users to ownCloud, and contains links to the standard ownCloud desktop client, Android app, and the iOS app. The window also shows a link for accessing ownCloud via WebDAV. At any time, the first run wizard button can be opened again via the link on the personal page. The First run wizard can be customized to meet specific design goals, or to change links and messages. Create an appropriate theme following the Theming documentation, and changes to the look and feel of this Wizard are simple. More information is available in the First run wizard documentation, as well as the theming documentation.",
"licence": "AGPL",
"author": "Frank Karlitschek, Jan-Christoph Borchardt, Tom Needham",
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "10.2",
"max-version": "11"
}
}
},
"version": "1.2.0",
"namespace": "FirstRunWizard",
"default_enable": "",
"commands": {
"command": "OCA\\FirstRunWizard\\Command\\ResetAll"
},
"info": [],
"remote": [],
"public": [],
"types": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"background-jobs": [],
"two-factor-providers": [],
"_cached": true,
"groups": null,
"active": true,
"internal": false,
"removable": true,
"preview": "\/apps\/firstrunwizard\/img\/app.svg",
"previewAsIcon": true,
"appconfig": {
"enabled": "yes",
"installed_version": "1.2.0",
"types": ""
}
},
{
"id": "systemtags",
"name": "Collaborative tags",
"description": "Collaborative tagging functionality which shares tags among users. Great for teams. (If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)",
"licence": "AGPL",
"author": "Vincent Petry",
"default_enable": "",
"version": "0.3.0",
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "10",
"max-version": "10"
}
}
},
"namespace": "SystemTags",
"types": [
"logging"
],
"info": [],
"remote": [],
"public": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"background-jobs": [],
"two-factor-providers": [],
"commands": [],
"_cached": true,
"groups": null,
"active": true,
"internal": false,
"removable": true,
"appconfig": {
"enabled": "yes",
"installed_version": "0.3.0",
"types": "logging"
}
},
{
"id": "comments",
"name": "Comments",
"description": "Files app plugin to add comments to files",
"licence": "AGPL",
"author": "Arthur Schiwon, Vincent Petry",
"default_enable": "",
"version": "0.3.0",
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "10",
"max-version": "10"
}
}
},
"types": [
"logging",
"dav"
],
"sabre": {
"plugins": {
"plugin": "OCA\\Comments\\Dav\\CommentsPlugin"
},
"collections": {
"collection": "OCA\\Comments\\Dav\\RootCollection"
}
},
"info": [],
"remote": [],
"public": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"background-jobs": [],
"two-factor-providers": [],
"commands": [],
"_cached": true,
"groups": null,
"active": true,
"internal": false,
"removable": true,
"appconfig": {
"enabled": "yes",
"installed_version": "0.3.0",
"types": "logging,dav"
}
},
{
"id": "files_mediaviewer",
"name": "Media Viewer",
"summary": "Explore, show and share your media collections",
"description": "A media viewer that adds image and video viewing capabilities to Files view and Public Links.\n\n**Features**\n\n- Support for a large selection of image and video formats (depending on server setup) - Fullscreen, zoomable slideshow view integrated with the Files view and Public Links - Image rotation - Sort images by name or date - Image and video download straight from the slideshow - Native SVG support - Mobile support",
"licence": "GPLv2",
"author": "Felix Heidecke",
"version": "1.0.5",
"namespace": "Mediaviewer",
"documentation": {
"developer": "https:\/\/github.com\/owncloud\/files_mediaviewer\/blob\/master\/README.md"
},
"screenshot": "https:\/\/raw.githubusercontent.com\/owncloud\/screenshots\/master\/files_mediaviewer\/ownCloud-app-mediaviewer.jpg",
"category": "multimedia",
"website": "https:\/\/github.com\/owncloud\/files_mediaviewer",
"bugs": "https:\/\/github.com\/owncloud\/files_mediaviewer\/issues",
"repository": {
"@attributes": {
"type": "git"
},
"@value": "https:\/\/github.com\/owncloud\/files_mediaviewer.git"
},
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "10",
"max-version": "10"
}
}
},
"default_enable": "",
"info": [],
"remote": [],
"public": [],
"types": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"background-jobs": [],
"two-factor-providers": [],
"commands": [],
"_cached": true,
"groups": null,
"active": true,
"internal": false,
"removable": true,
"appconfig": {
"enabled": "yes",
"installed_version": "1.0.5",
"signed": "true",
"types": ""
}
},
{
"id": "market",
"name": "Market",
"summary": "Integrate the ownCloud marketplace into your ownCloud",
"description": "Easily manage ownCloud apps from within your ownCloud web interface. It connects your ownCloud with your marketplace account and lets you browse, install and update any apps from inside your ownCloud instance.\n\nPlease note: Since ownCloud X (10.0) every instance gets shipped with this app included. You do not need to install it separately. To use this application click on \"Files\" in the top left corner and click on \"Market\" (cart icon) (Administrator privileges required)",
"licence": "AGPL",
"author": "Thomas M\u00fcller, Felix Heidecke, Thomas B\u00f6rger, Philipp Schaffrath, Viktar Dubiniuk",
"version": "0.6.2",
"default_enable": "",
"category": "tools",
"screenshot": "https:\/\/raw.githubusercontent.com\/owncloud\/screenshots\/master\/market\/ownCloud-market-app.jpg",
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "10.5",
"max-version": "10"
}
}
},
"background-jobs": {
"job": "OCA\\Market\\CheckUpdateBackgroundJob"
},
"commands": [
"OCA\\Market\\Command\\InstallApp",
"OCA\\Market\\Command\\UnInstallApp",
"OCA\\Market\\Command\\ListApps",
"OCA\\Market\\Command\\UpgradeApp"
],
"navigation": {
"@attributes": {
"role": "admin"
},
"route": "market.page.index",
"order": "100"
},
"info": [],
"remote": [],
"public": [],
"types": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"two-factor-providers": [],
"_cached": true,
"groups": null,
"active": true,
"internal": false,
"removable": true,
"preview": "\/apps\/market\/img\/market.svg",
"previewAsIcon": true,
"appconfig": {
"announcementcenter": "1.2.2",
"customgroups": "0.6.2",
"enabled": "yes",
"files_clipboard": "1.0.3",
"files_mediaviewer": "1.0.5",
"files_pdfviewer": "1.0.1",
"files_texteditor": "2.4.1",
"gallery": "16.1.2",
"guests": "0.9.3",
"installed_version": "0.6.2",
"market": "0.6.2",
"metrics": "1.1.0",
"nextbackup": "21.1.1",
"onlyoffice": "7.3.1",
"openidconnect": "2.1.0",
"signed": "true",
"types": ""
}
},
{
"id": "gallery",
"name": "Gallery",
"summary": "Explore, show and share your image collections",
"description": "Media gallery that adds image viewing capabilities to files view and public links. Provides a dedicated grid-based album view for images.\n\n**Features**\n\n- Support for a large selection of image types (depending on server setup) - Fullscreen, zoomable image view integrated with the Files app - Slideshow - Sort images by name or date - Per album description and copyright statement - Image download straight from the slideshow or the album view - Seamlessly jump between the gallery and files view - Ignore folders containing a \".nomedia\" file - Native SVG support - Mobile support",
"licence": "AGPL",
"author": "Olivier Paroz, Robin Appelman, Thomas M\u00fcller",
"version": "16.1.2",
"namespace": "Gallery",
"documentation": {
"user": "https:\/\/doc.owncloud.com\/server\/latest\/user_manual\/files\/gallery_app.html",
"admin": "https:\/\/doc.owncloud.com\/server\/latest\/user_manual\/files\/gallery_app.html",
"developer": "https:\/\/github.com\/owncloud\/gallery\/blob\/master\/README.md"
},
"category": "multimedia",
"screenshot": "https:\/\/raw.githubusercontent.com\/owncloud\/screenshots\/0e38639046884e863afc654c5529c8014f7d42fb\/gallery\/gallery.png",
"website": "https:\/\/github.com\/owncloud\/gallery",
"bugs": "https:\/\/github.com\/owncloud\/gallery\/issues",
"repository": {
"@attributes": {
"type": "git"
},
"@value": "https:\/\/github.com\/owncloud\/gallery.git"
},
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "10.8",
"max-version": "10"
}
}
},
"default_enable": "",
"info": [],
"remote": [],
"public": [],
"types": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"background-jobs": [],
"two-factor-providers": [],
"commands": [],
"_cached": true,
"groups": null,
"active": true,
"internal": false,
"removable": true,
"preview": "\/apps-external\/gallery\/img\/app.svg",
"previewAsIcon": true,
"appconfig": {
"enabled": "yes",
"installed_version": "16.1.2",
"signed": "true",
"types": ""
}
},
{
"id": "announcementcenter",
"name": "Announcement Center",
"summary": "Send notifications to all users",
"description": "This application enables admins to notify users about e.g. upcoming maintenance windows or changed features. Notifications are sent via Activity mails, the notification bell in the WebUI and ownCloud clients display them as well.",
"licence": "AGPL",
"author": "Joas Schilling",
"version": "1.2.2",
"namespace": "AnnouncementCenter",
"category": "tools",
"screenshot": "https:\/\/raw.githubusercontent.com\/owncloud\/promo\/e1dd604d66b4c5f765579b4c160de3268169ea3c\/ownCloud%20logo%20square.png",
"website": "https:\/\/github.com\/owncloud\/announcementcenter",
"bugs": "https:\/\/github.com\/owncloud\/announcementcenter\/issues",
"repository": {
"@attributes": {
"type": "git"
},
"@value": "https:\/\/github.com\/owncloud\/announcementcenter.git"
},
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "10.2",
"max-version": "10"
}
}
},
"navigation": {
"route": "announcementcenter.page.index",
"order": "10"
},
"info": [],
"remote": [],
"public": [],
"types": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"background-jobs": [],
"two-factor-providers": [],
"commands": [],
"_cached": true,
"groups": null,
"active": true,
"internal": false,
"removable": true,
"preview": "\/apps-external\/announcementcenter\/img\/announcementcenter.svg",
"previewAsIcon": true,
"appconfig": {
"enabled": "yes",
"installed_version": "1.2.2",
"signed": "true",
"types": ""
}
},
{
"id": "extract",
"name": "Extract",
"summary": "Extract archive from the web interface",
"screenshot": "https:\/\/raw.githubusercontent.com\/PaulLereverend\/NextcloudExtract\/master\/img\/extract.png",
"description": "Extract archives.\n\n* **Supported :**\n\n* Zip * Rar * Tar * Gzip * 7z * Deb * Bzip2\n\n* **Requirements :** * Rar PHP extension (pecl -v install rar)\n\n* **OR** * unrar (sudo apt-get install unrar)\n\n* **AND** * p7zip (sudo apt-get install p7zip p7zip-full)\n\n* **Note :** Encrypted files are not supported yet",
"version": "1.2.4",
"licence": "agpl",
"author": {
"@attributes": {
"mail": "paulereverend@gmail.com"
},
"@value": "Paul Lereverend"
},
"namespace": "Extract",
"category": [
"files",
"tools"
],
"website": "https:\/\/github.com\/PaulLereverend\/NextcloudExtract",
"bugs": "https:\/\/github.com\/PaulLereverend\/NextcloudExtract\/issues",
"dependencies": {
"nextcloud": {
"@attributes": {
"min-version": "13",
"max-version": "19"
}
},
"owncloud": {
"@attributes": {
"min-version": "10.1.1",
"max-version": "10"
}
}
},
"info": [],
"remote": [],
"public": [],
"types": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"background-jobs": [],
"two-factor-providers": [],
"commands": [],
"_cached": true,
"groups": null,
"active": true,
"internal": false,
"removable": true,
"appconfig": {
"enabled": "yes",
"installed_version": "1.2.4",
"signed": "true",
"types": ""
}
},
{
"id": "diagnostics",
"name": "Diagnostics",
"summary": "Collect request data and measure performance",
"description": "The Diagnostics application is a tool to log database queries and events in ownCloud based on requests. It generates valuable data about the performance and interactions between the components behind ownCloud. These data can be used to identify bottlenecks in the underlying infrastructure as well as to further improve ownCloud's performance itself.\n\nThe application requires some configuration before it collects data. Administrators find app settings in the 'Diagnostics' section of ownCloud settings where they can define certain users or groups to collect data from or to collect data from all users at once. The gathered data will be summarized, stored as a log file and can as well be forwarded to more sophisticated monitoring and visualization tools. Additionally administrators may choose which events the Diagnostics log should contain by using predefined loglevels.",
"licence": "AGPL",
"author": "Piotr Mrowczynski",
"version": "0.1.4",
"documentation": {
"admin": "https:\/\/github.com\/owncloud\/diagnostics\/blob\/master\/README.md"
},
"namespace": "Diagnostics",
"category": "tools",
"website": "https:\/\/github.com\/owncloud\/diagnostics",
"bugs": "https:\/\/github.com\/owncloud\/diagnostics\/issues",
"repository": {
"@attributes": {
"type": "git"
},
"@value": "https:\/\/github.com\/owncloud\/diagnostics.git"
},
"screenshot": "https:\/\/raw.githubusercontent.com\/owncloud\/screenshots\/master\/diagnostics\/ownCloud-diagnostics-app.jpg",
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "10",
"max-version": "10"
}
}
},
"default_enable": "",
"types": [
"authentication"
],
"settings": {
"admin": "OCA\\Diagnostics\\Panels\\Admin"
},
"settings-sections": {
"admin": "OCA\\Diagnostics\\Panels\\Section"
},
"commands": {
"command": "OCA\\Diagnostics\\Command\\Db\\Stress"
},
"info": [],
"remote": [],
"public": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"background-jobs": [],
"two-factor-providers": [],
"_cached": true,
"groups": null,
"active": true,
"internal": false,
"removable": true,
"preview": "\/apps-external\/diagnostics\/img\/app.svg",
"previewAsIcon": true,
"appconfig": {
"diagnosticLogLevel": "0",
"enabled": "yes",
"installed_version": "0.1.4",
"signed": "true",
"types": "authentication"
}
},
{
"namespace": "Drawio",
"id": "drawio",
"name": "Drawio",
"description": "Draw.io is integrated diagramming that works with the collaboration tools you and your team are already using. Create your diagrams directly in your ownCloud using any browser and save your work on your favorite cloud storage. For more information what you can do with draw.io see the examples: https:\/\/about.draw.io\/features\/examples\/",
"licence": "gplv2",
"author": "Tom Needham",
"version": "0.0.9",
"category": "productivity",
"summary": "Integration of Draw.io editor into ownCloud Files app for creating and modifying diagrams",
"screenshot": "https:\/\/raw.githubusercontent.com\/tomneedham\/oc-drawio\/master\/screenshot.png",
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "10.0",
"max-version": "10"
}
}
},
"bugs": "https:\/\/github.com\/tomneedham\/oc-drawio\/issues",
"repository": {
"@attributes": {
"type": "git"
},
"@value": "https:\/\/github.com\/tomneedham\/oc-drawio.git"
},
"info": [],
"remote": [],
"public": [],
"types": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"background-jobs": [],
"two-factor-providers": [],
"commands": [],
"_cached": true,
"groups": null,
"active": true,
"internal": false,
"removable": true,
"preview": "\/apps-external\/drawio\/img\/drawio.svg",
"previewAsIcon": true,
"appconfig": {
"enabled": "yes",
"installed_version": "0.0.9",
"signed": "true",
"types": ""
}
},
{
"id": "onlyoffice",
"name": "ONLYOFFICE",
"summary": "ONLYOFFICE connector",
"description": "ONLYOFFICE connector allows you to view, edit and collaborate on text documents, spreadsheets and presentations within ownCloud using ONLYOFFICE Docs. This will create a new Edit in ONLYOFFICE action within the document library for Office documents. This allows multiple users to co-author documents in real time from the familiar web interface and save the changes back to your file storage.",
"licence": "agpl",
"author": "Ascensio System SIA",
"version": "7.3.1",
"namespace": "Onlyoffice",
"types": [
"filesystem"
],
"documentation": {
"admin": "https:\/\/api.onlyoffice.com\/editors\/owncloud",
"developer": "https:\/\/github.com\/ONLYOFFICE\/onlyoffice-owncloud",
"user": "https:\/\/api.onlyoffice.com\/editors\/owncloud"
},
"category": "tools",
"website": "https:\/\/www.onlyoffice.com",
"bugs": "https:\/\/github.com\/ONLYOFFICE\/onlyoffice-owncloud\/issues",
"repository": {
"@attributes": {
"type": "git"
},
"@value": "https:\/\/github.com\/ONLYOFFICE\/onlyoffice-owncloud.git"
},
"screenshot": [
{
"@attributes": {
"small-thumbnail": "https:\/\/raw.githubusercontent.com\/ONLYOFFICE\/onlyoffice-owncloud\/master\/screenshots\/main_small.png"
},
"@value": "https:\/\/raw.githubusercontent.com\/ONLYOFFICE\/onlyoffice-owncloud\/master\/screenshots\/main.png"
},
"https:\/\/raw.githubusercontent.com\/ONLYOFFICE\/onlyoffice-owncloud\/master\/screenshots\/settings.png",
"https:\/\/raw.githubusercontent.com\/ONLYOFFICE\/onlyoffice-owncloud\/master\/screenshots\/new.png",
"https:\/\/raw.githubusercontent.com\/ONLYOFFICE\/onlyoffice-owncloud\/master\/screenshots\/open.png"
],
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "10",
"max-version": "10"
}
}
},
"commands": {
"command": "OCA\\Onlyoffice\\Command\\DocumentServer"
},
"repair-steps": {
"post-migration": {
"step": "OCA\\Onlyoffice\\MimeRepair"
},
"install": [],
"pre-migration": [],
"live-migration": [],
"uninstall": []
},
"info": [],
"remote": [],
"public": [],
"background-jobs": [],
"two-factor-providers": [],
"_cached": true,
"groups": null,
"active": true,
"internal": false,
"removable": true,
"preview": "\/apps-external\/onlyoffice\/img\/app.svg",
"previewAsIcon": true,
"appconfig": {
"DocumentServerInternalUrl": "***REMOVED SENSITIVE VALUE***",
"DocumentServerUrl": "***REMOVED SENSITIVE VALUE***",
"StorageUrl": "***REMOVED SENSITIVE VALUE***",
"customizationChat": "true",
"customizationCompactHeader": "true",
"customizationFeedback": "true",
"customizationForcesave": "false",
"customizationHelp": "true",
"customizationReviewDisplay": "original",
"customizationToolbarNoTabs": "true",
"defFormats": "{\"csv\":\"true\",\"doc\":\"true\",\"docm\":\"true\",\"docx\":\"true\",\"dotx\":\"true\",\"epub\":\"false\",\"html\":\"false\",\"odp\":\"true\",\"ods\":\"true\",\"odt\":\"true\",\"otp\":\"true\",\"ots\":\"true\",\"ott\":\"true\",\"pdf\":\"false\",\"potm\":\"true\",\"potx\":\"true\",\"ppsm\":\"true\",\"ppsx\":\"true\",\"ppt\":\"true\",\"pptm\":\"true\",\"pptx\":\"true\",\"rtf\":\"true\",\"txt\":\"false\",\"xls\":\"true\",\"xlsm\":\"true\",\"xlsx\":\"true\",\"xltm\":\"true\",\"xltx\":\"true\"}",
"demo": "{\"available\":true,\"enabled\":false,\"start\":{\"date\":\"2021-07-07 21:36:58.535554\",\"timezone_type\":3,\"timezone\":\"UTC\"}}",
"editFormats": "{\"csv\":\"true\",\"odp\":\"false\",\"ods\":\"false\",\"odt\":\"false\",\"rtf\":\"false\",\"txt\":\"false\"}",
"enabled": "yes",
"groups": "[]",
"installed_version": "7.3.1",
"jwt_secret": "",
"preview": "false",
"sameTab": "true",
"settings_error": "",
"signed": "true",
"types": "filesystem",
"verify_peer_off": "false",
"versionHistory": "true"
}
},
{
"id": "nextbackup",
"name": "NextBackup",
"summary": "Simple database backup solutions for your ownCloud installation.",
"description": "NextBackup (formerly OwnBackup) is the simple database backup solution for your ownCloud installation.\n\nIts main purpose is to provide an easy solution to restore the tables of an app in case you accidentally corrupted the data or did anything you regret later.\n\n- Use this app at your own risk! Data loss may occur! - This app is no replacement for a more professional backup solution!",
"version": "21.1.1",
"licence": "agpl",
"author": {
"@attributes": {
"mail": "patrizio@bekerle.com",
"homepage": "http:\/\/www.bekerle.com\/"
},
"@value": "Patrizio Bekerle"
},
"namespace": "NextBackup",
"documentation": {
"admin": "https:\/\/github.com\/pbek\/nextbackup"
},
"category": "tools",
"website": "https:\/\/github.com\/pbek\/nextbackup",
"bugs": "https:\/\/github.com\/pbek\/nextbackup\/issues",
"repository": {
"@attributes": {
"type": "git"
},
"@value": "https:\/\/github.com\/pbek\/nextbackup.git"
},
"screenshot": "https:\/\/raw.githubusercontent.com\/pbek\/nextbackup\/develop\/screenshot-oc.jpg",
"dependencies": {
"php": {
"@attributes": {
"min-version": "5.4"
}
},
"database": [
"pgsql",
"sqlite",
"mysql"
],
"lib": "zlib",
"owncloud": {
"@attributes": {
"min-version": "8.2",
"max-version": "10"
}
},
"nextcloud": {
"@attributes": {
"min-version": "10",
"max-version": "20"
}
}
},
"background-jobs": {
"job": "OCA\\NextBackup\\Jobs\\BackupJob"
},
"info": [],
"remote": [],
"public": [],
"types": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"two-factor-providers": [],
"commands": [],
"_cached": true,
"groups": null,
"active": true,
"internal": false,
"removable": true,
"preview": "\/apps-external\/nextbackup\/img\/app.svg",
"previewAsIcon": true,
"appconfig": {
"enabled": "yes",
"installed_version": "21.1.1",
"signed": "true",
"types": ""
}
},
{
"id": "files_antivirus",
"name": "Anti-Virus",
"description": "When sharing files, security is a key aspect. The ownCloud Anti-Virus extension helps by protecting against malicious software like trojans or viruses. It forwards files that are being uploaded to the ownCloud server to an external malware scanning engine before they are written to the storage. When a file is recognized as malicious, it can be logged and prevented from being uploaded to the server to ensure that files in ownCloud are free of malware. More sophisticated rules may be specified in 'Advanced' mode. ownCloud administrators can find the configuration options in the 'Security' settings.\n\n**Integrates enterprise-grade antivirus scanners through ICAP** From version 1.0.0, Anti-Virus brings an ICAP integration for Enterprise installations. This means that administrators can integrate their favorite enterprise-grade Anti-Virus scanners through the open standard Internet Content Adaptation Protocol (ICAP). With this set up, ownCloud can delegate the scanning of files on upload to another machine, the ICAP server. The ICAP server then checks it and either greenlights it or, if malicious code is found, treats it according to its settings and notifies the ownCloud server. ownCloud can then act accordingly, either accepting the file or rejecting the upload. Offloading the anti-virus scans to another dedicated server can greatly improve performance and scale.\n\n**Works with ClamAV** The ownCloud Anti-Virus extension works with ClamAV as the basic supported virus scanner. ClamAV detects all forms of malware including trojans, viruses, and worms and scans compressed files, executables, image files, PDF, as well as many other file types. The ownCloud Anti-Virus application relies on the underlying ClamAV virus scanning engine, which the admin points ownCloud to when configuring the application. The ClamAV virus definitions need to be kept up to date in order to provide effective protection.\n\nPlease note that enabling this application can impact system performance as additional processing is required for every file upload, especially when running the virus scanner engine on the same machine as ownCloud. More information is available in the Anti-Virus documentation.",
"bugs": "https:\/\/github.com\/owncloud\/files_antivirus\/issues",
"repository": {
"@attributes": {
"type": "git"
},
"@value": "http:\/\/github.com\/owncloud\/files_antivirus.git"
},
"summary": "Protect users from viruses and other malicious software",
"screenshot": [
"https:\/\/raw.githubusercontent.com\/owncloud\/screenshots\/master\/files_antivirus\/owncloud-app-anti-virus.jpg",
"https:\/\/raw.githubusercontent.com\/owncloud\/screenshots\/master\/files_antivirus\/owncloud-app-anti-virus2.png"
],
"category": "security",
"licence": "AGPL",
"author": "Manuel Delgado, Bart Visscher, thinksilicon.de, Viktar Dubiniuk",
"version": "1.0.0",
"documentation": {
"admin": "https:\/\/doc.owncloud.com\/server\/latest\/admin_manual\/configuration\/server\/antivirus_configuration.html"
},
"types": [
"filesystem",
"dav"
],
"use-migrations": "true",
"namespace": "Files_Antivirus",
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "10.6",
"max-version": "10"
}
}
},
"settings": {
"admin": "OCA\\Files_Antivirus\\AdminPanel"
},
"background-jobs": {
"job": "OCA\\Files_Antivirus\\Cron\\Task"
},
"sabre": {
"plugins": {
"plugin": "OCA\\Files_Antivirus\\Dav\\AntivirusPlugin"
}
},
"info": [],
"remote": [],
"public": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"two-factor-providers": [],
"commands": [],
"_cached": true,
"groups": null,
"active": false,
"internal": false,
"removable": true,
"preview": "\/apps-external\/files_antivirus\/img\/app.svg",
"previewAsIcon": true
},
{
"id": "activity",
"name": "Activity",
"summary": "Keep track of events with Activity stream and email notifications",
"description": "The ownCloud Activity application enables users to not only get a summarized overview of all file and folder events in their ownCloud, but also to receive notifications for such via email. The user can configure their individual Activity preferences in their personal settings and can decide in detail which file or folder actions should be listed in the Activity stream (accessible via the app launcher) and also for which file or folder actions the users wants to receive email notifications. The bulk email notifications can either be sent out hourly, daily or weekly to fit the specific needs of the individual user.\n\nFrom creation of new files or folders, to file or folder changes, updates, restores from trash bin, sharing activities, comments, tags and downloads from public share links - the ownCloud Activity app gathers all file or folder related actions in one place for the user to review. For users with lots of activity it is possible to limit the Activity stream to 'Favorites' in order to avoid noise. Furthermore the application provides filters to give users the means to maintain overview by reducing entries to relevant information.\n\nAnd there you have it - a complete overview of all file and folder activities in your ownCloud with the additional ability to receive activity notifications via email in a time interval of your choice. Never again miss an important event related to content in ownCloud and always be up-to-date on all activities of your files and folders.",
"licence": "AGPL",
"author": "Thomas M\u00fcller, Frank Karlitschek, Joas Schilling, Tom Needham, Vincent Petry",
"version": "2.7.0",
"default_enable": "",
"types": [
"filesystem"
],
"use-migrations": "true",
"documentation": {
"admin": "https:\/\/doc.owncloud.org\/server\/latest\/admin_manual\/configuration_server\/activity_configuration.html"
},
"website": "https:\/\/github.com\/owncloud\/activity\/",
"bugs": "https:\/\/github.com\/owncloud\/activity\/issues",
"repository": {
"@attributes": {
"type": "git"
},
"@value": "https:\/\/github.com\/owncloud\/activity.git"
},
"screenshot": "https:\/\/raw.githubusercontent.com\/owncloud\/screenshots\/68550c2b7c53e6309132ca1c7b177adca976db0b\/activity\/activity.png",
"category": "tools",
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "10.9.0",
"max-version": "10"
}
}
},
"background-jobs": [
"OCA\\Activity\\BackgroundJob\\EmailNotification",
"OCA\\Activity\\BackgroundJob\\ExpireActivities"
],
"navigation": {
"order": "1",
"route": "activity.Activities.showList"
},
"settings": {
"personal": "OCA\\Activity\\PersonalPanel"
},
"commands": {
"command": "OCA\\Activity\\Command\\SendEmails"
},
"info": [],
"remote": [],
"public": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"two-factor-providers": [],
"_cached": true,
"groups": null,
"active": true,
"internal": false,
"removable": true,
"preview": "\/apps-external\/activity\/img\/activity.svg",
"previewAsIcon": true,
"appconfig": {
"enabled": "yes",
"installed_version": "2.7.0",
"signed": "true",
"types": "filesystem"
}
},
{
"id": "firewall",
"name": "File Firewall",
"summary": "Rule-based access control engine to enforce fine-grained compliance policies",
"licence": "OCL",
"author": "ownCloud GmbH",
"version": "2.10.3",
"description": "ownCloud allows it's administrators to set a number of file access and sharing restrictions to prevent uncontrolled data activity. To provide an even finer-grained control of access and sharing activities in security-sensitive business environments with strong compliance requirements, ownCloud Enterprise offers a File Firewall that enables administrators to specify sophisticated rules to restrict access per group, system tags, upload size, client devices, IP address, time of day, and many more criteria. For additional flexibility the File Firewall also supports regular expressions.\n\nThe File Firewall is an extension that inspects requests sent to an ownCloud Server. If the conditions that have been set by the administrator are met, it prevents ownCloud from executing any code. If the rules are not met, the connection, code execution and - ultimately file transfer or action - are allowed. For full transparency of the File Firewall an entry to the ownCloud log can be added for each rule evaluation or only for denied requests. With that the results of firewall interceptions are fully logged in the ownCloud log for potential auditing and reporting purposes. It is furthermore possible to specify a separate log file for the File Firewall to maintain overview and to separate duties between auditors.\n\nIn short, the ownCloud File Firewall acts as an additional security layer on the file level by preselecting and declining undesired requests. With the File Firewall your ownCloud environment not only becomes a lot more secure but also supports your IT department with a highly-sophisticated rules engine and administrator-friendly web-interface for effective rule management. Administrators can find the File Firewall configuration panel in the 'Security' section of the administration settings.\n\nMore detailed information is available in the ownCloud File Firewall documentation.",
"category": "security",
"documentation": {
"admin": "https:\/\/doc.owncloud.org\/server\/latest\/admin_manual\/enterprise\/firewall\/file_firewall.html"
},
"screenshot": "https:\/\/raw.githubusercontent.com\/owncloud\/screenshots\/master\/firewall\/owncloud-app-firewall.jpg",
"types": [
"filesystem",
"dav"
],
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "10.5",
"max-version": "10"
}
}
},
"settings": {
"admin": "OCA\\Firewall\\AdminPanel"
},
"settings-sections": {
"admin": "OCA\\Firewall\\AdminSection"
},
"sabre": {
"plugins": {
"plugin": "OCA\\Firewall\\Dav\\FirewallPlugin"
}
},
"info": [],
"remote": [],
"public": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"background-jobs": [],
"two-factor-providers": [],
"commands": [],
"_cached": true,
"groups": null,
"active": false,
"internal": false,
"removable": true,
"preview": "\/apps-external\/firewall\/img\/app.svg",
"previewAsIcon": true
},
{
"id": "files_pdfviewer",
"name": "PDF Viewer",
"summary": "Viewer for PDF files",
"description": "This application integrates a browser-based PDF Viewer into ownCloud. It allows users to view their PDF files in the browser without the need to download the file.\n\nWhen this application is enabled, publicly shared PDF documents will also be shown in the PDF Viewer. The PDF viewer requires a modern browser and will not work with Microsoft\u00ae Internet Explorer\u00ae and older (non-Chromium-based) versions of Microsoft Edge\u00ae. The integration is based on PDF.js which is a JavaScript library developed by Mozilla. You can learn more about the PDF.js project at https:\/\/mozilla.github.io\/pdf.js\/",
"licence": "AGPL",
"author": "Thomas M\u00fcller, Lukas Reschke, Viktar Dubiniuk",
"version": "1.0.1",
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "10.2",
"max-version": "10"
}
}
},
"default_enable": "",
"namespace": "Files_PdfViewer",
"website": "https:\/\/github.com\/owncloud\/files_pdfviewer",
"bugs": "https:\/\/github.com\/owncloud\/files_pdfviewer\/issues",
"category": "productivity",
"repository": {
"@attributes": {
"type": "git"
},
"@value": "https:\/\/github.com\/owncloud\/files_pdfviewer.git"
},
"screenshot": "https:\/\/github.com\/owncloud\/screenshots\/raw\/cd5f83007e6037af6733d847548d2766be69a8a0\/files_pdfviewer\/files_pdfviewer.png",
"ocsid": "166049",
"info": [],
"remote": [],
"public": [],
"types": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"background-jobs": [],
"two-factor-providers": [],
"commands": [],
"_cached": true,
"groups": null,
"active": true,
"internal": false,
"removable": true,
"preview": "\/apps-external\/files_pdfviewer\/img\/app.svg",
"previewAsIcon": true,
"appconfig": {
"enabled": "yes",
"installed_version": "1.0.1",
"signed": "true",
"types": ""
}
},
{
"id": "custom-theme",
"name": "Custom Theme",
"description": "This App provides custom theme.",
"licence": "AGPL",
"author": "***REMOVED SENSITIVE VALUE***",
"version": "1.0.0",
"types": [
"theme"
],
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "10.2",
"max-version": "10"
}
}
},
"namespace": "Theme",
"info": [],
"remote": [],
"public": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"background-jobs": [],
"two-factor-providers": [],
"commands": [],
"_cached": true,
"groups": null,
"active": true,
"internal": false,
"removable": true,
"appconfig": {
"enabled": "yes",
"installed_version": "1.0.0",
"types": "theme"
}
},
{
"id": "brute_force_protection",
"name": "Brute-Force Protection",
"description": "A brute-force attack occurs when an attacker uses a range of potential passwords in the hope of using the correct one and gaining access to a user's account. Such attacks frequently operate in an automated manner. Doing so lets attackers try many different password combinations in a small time frame.\n\nAdditionally, attackers may use password dictionaries to reduce the number of potential combinations to actual words. This kind of attack is called a \"dictionary attack\". Depending on the strength of a password, attackers can estimate the number of attempts, and the respective time required to break the password and gain access to a user's account. Administrators should be aware of this potential threat and take appropriate counter-measures.\n\nThat's why the Brute-Force Protection extension was developed. It allows administrators to specify a maximum number of unsuccessful user account login attempts. On reaching the unsuccessful login limit, ownCloud temporarily bans further login attempts to those user accounts from the originating IP address. The time frame of the ban is configurable by ownCloud administrators.\n\nOnce a ban is in effect, an attacker is forced to either change their IP address or wait for the ban time to expire before continuing the attack. This best-practice approach increases the amount of time required to conduct an attack, drastically reducing the feasibility of the attack and the possibility of a successful account login.\n\nAlso, ownCloud administrators can take further steps to increase user account security. These include:\n\n1. Requiring strong passwords, using the [Password Policy](https:\/\/marketplace.owncloud.com\/apps\/password_policy) extension. 2. Enabling two- or multi-factor authentication (e.g., a time-based one-time password), which can, theoretically, make brute-force attacks impossible.\n\nSee the [2-Factor Authentication](https:\/\/marketplace.owncloud.com\/apps\/twofactor_totp) extension, [more sophisticated MFA solutions](https:\/\/marketplace.owncloud.com\/apps\/category\/security) or outsourcing user authentication to an Identity Provider via the [SAML\/SSO Integration](https:\/\/marketplace.owncloud.com\/apps\/user_shibboleth) for further information.",
"summary": "Prevent attackers from guessing user passwords",
"licence": "GPLv2",
"author": "Semih Serhat Karakaya",
"version": "1.1.0",
"namespace": "BruteForceProtection",
"use-migrations": "true",
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "10.5",
"max-version": "10"
}
}
},
"types": [
"prelogin"
],
"category": "security",
"screenshot": "https:\/\/raw.githubusercontent.com\/owncloud\/screenshots\/master\/brute_force_protection\/ownCloud-app-bruteforce-protection.jpg",
"settings": {
"admin": "OCA\\BruteForceProtection\\Panels\\AdminPanel"
},
"background-jobs": {
"job": "OCA\\BruteForceProtection\\Jobs\\ExpireOldAttempts"
},
"documentation": {
"admin": "https:\/\/doc.owncloud.com\/server\/latest\/admin_manual\/configuration\/server\/security\/brute_force_protection.html"
},
"website": "https:\/\/github.com\/owncloud\/brute_force_protection",
"bugs": "https:\/\/github.com\/owncloud\/brute_force_protection\/issues",
"repository": {
"@attributes": {
"type": "git"
},
"@value": "https:\/\/github.com\/owncloud\/brute_force_protection.git"
},
"info": [],
"remote": [],
"public": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"two-factor-providers": [],
"commands": [],
"_cached": true,
"groups": null,
"active": true,
"internal": false,
"removable": true,
"preview": "\/apps-external\/brute_force_protection\/img\/app.svg",
"previewAsIcon": true,
"appconfig": {
"brute_force_protection_ban_period": "604800",
"brute_force_protection_fail_tolerance": "5",
"brute_force_protection_time_threshold": "300",
"enabled": "yes",
"installed_version": "1.1.0",
"signed": "true",
"types": "prelogin"
}
},
{
"id": "metrics",
"name": "Metrics",
"namespace": "Metrics",
"licence": "OCL",
"author": "ownCloud GmbH",
"dependencies": {
"php": {
"@attributes": {
"min-version": "7.3"
}
},
"owncloud": {
"@attributes": {
"min-version": "10.5",
"max-version": "10"
}
}
},
"summary": "System and user metrics for monitoring and reporting",
"description": "This extension provides a building block for monitoring and reporting of ownCloud Server. For simple use cases it ships with an integrated dashboard that summarizes information about users, storage as well as shares and allows exporting it to a CSV file. Additionally, it adds a Metrics HTTP API endpoint to ownCloud Server which can be used to obtain the Metrics data at regular intervals. With this, more sophisticated analysis and visualizations can be conducted using specialized tools like Splunk, ELK or Prometheus\/Grafana.\n\nSpecifically, the extension adds - an API endpoint which allows querying snapshot values of the system data as well as per-user data - an API endpoint for downloading the data in the CSV format - a dashboard that displays the snapshot data in the ownCloud Web UI and offers a CSV download (accessible by ownCloud administrators)\n\nThe following data is available:\n\n**System data** - Date\/Time stamp - Server time of the request - Storage - Used storage (this also includes storage for avatars and thumbnails) - Free storage - Total storage (used + free) - Number of files - Number of users - registered (total number of known users) - active (number of users with `lastLogin` less than two weeks ago) - concurrent (number of users with at least one active session) - Shares - Number of user shares - Number of group shares - Number of guest shares - Number of link shares - Number of federated shares\n\n**Per-user data** - User id - Display name - User backend - Last login - Active sessions - Quota - Quota limit - Quota usage - Number of files - Shares - Number of user shares - Number of group shares - Number of guest shares - Number of link shares - Number of federated shares\n\nFor more information on setup and usage, please consult the ownCloud Documentation.",
"version": "1.1.0",
"screenshot": "https:\/\/raw.githubusercontent.com\/owncloud\/screenshots\/master\/metrics\/ownCloud-app-metrics.jpg",
"documentation": {
"admin": "https:\/\/doc.owncloud.com\/server\/latest\/admin_manual\/enterprise\/reporting\/metrics.html"
},
"category": "tools",
"types": [
"prevent_group_restriction"
],
"info": [],
"remote": [],
"public": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"background-jobs": [],
"two-factor-providers": [],
"commands": [],
"_cached": true,
"groups": null,
"active": false,
"internal": false,
"removable": true,
"preview": "\/apps-external\/metrics\/img\/metrics.svg",
"previewAsIcon": true
},
{
"id": "impersonate",
"name": "Impersonate",
"summary": "Provide assistance by logging in as another user",
"description": "The Impersonate application allows administrators, and group admins, to log in as another user within an ownCloud instance. It provides a helpdesk-like experience and can be useful to help users with configuration issues, to get a better understanding of what they see when they use their ownCloud account, or to perform actions in legacy accounts.\n\nOnce Impersonate is installed, a new column will be available in the user management panel. Click on the icon next to the user that you want to impersonate and you will be logged in as that user. Your current session will be temporarily suspended, and you will see a notification at the top of the page reminding you that you\u2019re impersonating another user. Once you\u2019re finished, log out, and you will return to your previous user session.\n\nAs a security measure, the application lets ownCloud administrators restrict the ability to impersonate users in specific groups. When enabled and configured, only a group\u2019s administrator can impersonate members of their group. Administrators can find configuration options in the \"User Authentication\" section of the \"Admin settings\" panel.",
"licence": "AGPL",
"author": "J\u00f6rn Friedrich Dreyer, Sujith Haridasan",
"version": "0.5.1",
"namespace": "Impersonate",
"documentation": {
"admin": "https:\/\/doc.owncloud.org\/server\/latest\/admin_manual\/issues\/impersonate_users.html"
},
"bugs": "https:\/\/github.com\/owncloud\/impersonate\/issues",
"repository": {
"@attributes": {
"type": "git"
},
"@value": "http:\/\/github.com\/owncloud\/impersonate.git"
},
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "10.2",
"max-version": "10"
}
}
},
"category": "tools",
"screenshot": "https:\/\/raw.githubusercontent.com\/owncloud\/screenshots\/master\/impersonate\/impersonate.png",
"settings": {
"admin": "OCA\\Impersonate\\AdminPanel"
},
"info": [],
"remote": [],
"public": [],
"types": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"background-jobs": [],
"two-factor-providers": [],
"commands": [],
"_cached": true,
"groups": null,
"active": true,
"internal": false,
"removable": true,
"preview": "\/apps-external\/impersonate\/img\/app.svg",
"previewAsIcon": true,
"appconfig": {
"enabled": "yes",
"impersonate_all_groupadmins": "true",
"impersonate_include_groups": "false",
"impersonate_include_groups_list": "[]",
"installed_version": "0.5.1",
"signed": "true",
"types": ""
}
},
{
"id": "files_clipboard",
"name": "Files clipboard",
"summary": "Clipboard operations for the files application",
"description": "Minimal clipboard feature for the files application. Allows to copy and move files between directories.",
"version": "1.0.3",
"licence": "AGPL",
"author": "Felix Rupp",
"category": [
"tools",
"files"
],
"website": "https:\/\/github.com\/felixrupp\/owncloud-files_clipboard",
"repository": "https:\/\/github.com\/felixrupp\/owncloud-files_clipboard",
"bugs": "https:\/\/github.com\/felixrupp\/owncloud-files_clipboard\/issues",
"documentation": "https:\/\/github.com\/felixrupp\/owncloud-files_clipboard",
"screenshot": "https:\/\/raw.githubusercontent.com\/felixrupp\/owncloud-files_clipboard\/master\/appinfo\/screenshot.gif",
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "9.0",
"max-version": "10"
}
},
"nextcloud": {
"@attributes": {
"min-version": "12",
"max-version": "16"
}
}
},
"info": [],
"remote": [],
"public": [],
"types": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"background-jobs": [],
"two-factor-providers": [],
"commands": [],
"_cached": true,
"groups": null,
"active": true,
"internal": false,
"removable": true,
"appconfig": {
"enabled": "yes",
"installed_version": "1.0.3",
"signed": "true",
"types": ""
}
},
{
"id": "checksum",
"name": "Checksum",
"summary": "Creating a hash checksum of a file.",
"description": "Allows users to create a hash checksum of a file. Possible algorithms are md5, sha1, sha256, sha384, sha512 and crc32.\n\nJust open the details view of the file (Sidebar). There should be a new tab called \"Checksum\". Select a algorithm and it will try to generate a hash. If you want an other algorithm, just click on the reload button.",
"screenshot": "https:\/\/raw.githubusercontent.com\/westberliner\/owncloud-checksum\/master\/screenshots\/checksum.gif",
"documentation": {
"user": "https:\/\/github.com\/westberliner\/owncloud-checksum\/blob\/master\/README.md",
"admin": "https:\/\/github.com\/westberliner\/owncloud-checksum\/blob\/master\/README.md"
},
"version": "0.3.5",
"licence": "agpl",
"author": "westberliner",
"types": [
"filesystem"
],
"category": [
"files",
"tools"
],
"website": "https:\/\/github.com\/westberliner\/owncloud-checksum\/",
"bugs": "https:\/\/github.com\/westberliner\/owncloud-checksum\/issues",
"dependencies": {
"nextcloud": {
"@attributes": {
"min-version": "9",
"max-version": "12"
}
},
"owncloud": {
"@attributes": {
"min-version": "9.0",
"max-version": "10.10"
}
}
},
"info": [],
"remote": [],
"public": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"background-jobs": [],
"two-factor-providers": [],
"commands": [],
"_cached": true,
"groups": null,
"active": true,
"internal": false,
"removable": true,
"appconfig": {
"enabled": "yes",
"installed_version": "0.3.5",
"signed": "true",
"types": "filesystem"
}
},
{
"id": "files_mediaviewer",
"name": "Media Viewer",
"summary": "Explore, show and share your media collections",
"description": "A media viewer that adds image and video viewing capabilities to Files view and Public Links.\n\n**Features**\n\n- Support for a large selection of image and video formats (depending on server setup) - Fullscreen, zoomable slideshow view integrated with the Files view and Public Links - Image rotation - Sort images by name or date - Image and video download straight from the slideshow - Native SVG support - Mobile support",
"licence": "GPLv2",
"author": "Felix Heidecke",
"version": "1.0.5",
"namespace": "Mediaviewer",
"documentation": {
"developer": "https:\/\/github.com\/owncloud\/files_mediaviewer\/blob\/master\/README.md"
},
"screenshot": "https:\/\/raw.githubusercontent.com\/owncloud\/screenshots\/master\/files_mediaviewer\/ownCloud-app-mediaviewer.jpg",
"category": "multimedia",
"website": "https:\/\/github.com\/owncloud\/files_mediaviewer",
"bugs": "https:\/\/github.com\/owncloud\/files_mediaviewer\/issues",
"repository": {
"@attributes": {
"type": "git"
},
"@value": "https:\/\/github.com\/owncloud\/files_mediaviewer.git"
},
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "10",
"max-version": "10"
}
}
},
"default_enable": "",
"info": [],
"remote": [],
"public": [],
"types": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"background-jobs": [],
"two-factor-providers": [],
"commands": [],
"_cached": true,
"groups": null,
"active": true,
"internal": false,
"removable": true,
"appconfig": {
"enabled": "yes",
"installed_version": "1.0.5",
"signed": "true",
"types": ""
}
},
{
"id": "market",
"name": "Market",
"summary": "Integrate the ownCloud marketplace into your ownCloud",
"description": "Easily manage ownCloud apps from within your ownCloud web interface. It connects your ownCloud with your marketplace account and lets you browse, install and update any apps from inside your ownCloud instance.\n\nPlease note: Since ownCloud X (10.0) every instance gets shipped with this app included. You do not need to install it separately. To use this application click on \"Files\" in the top left corner and click on \"Market\" (cart icon) (Administrator privileges required)",
"licence": "AGPL",
"author": "Thomas M\u00fcller, Felix Heidecke, Thomas B\u00f6rger, Philipp Schaffrath, Viktar Dubiniuk",
"version": "0.6.2",
"default_enable": "",
"category": "tools",
"screenshot": "https:\/\/raw.githubusercontent.com\/owncloud\/screenshots\/master\/market\/ownCloud-market-app.jpg",
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "10.5",
"max-version": "10"
}
}
},
"background-jobs": {
"job": "OCA\\Market\\CheckUpdateBackgroundJob"
},
"commands": [
"OCA\\Market\\Command\\InstallApp",
"OCA\\Market\\Command\\UnInstallApp",
"OCA\\Market\\Command\\ListApps",
"OCA\\Market\\Command\\UpgradeApp"
],
"navigation": {
"@attributes": {
"role": "admin"
},
"route": "market.page.index",
"order": "100"
},
"info": [],
"remote": [],
"public": [],
"types": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"two-factor-providers": [],
"_cached": true,
"groups": null,
"active": true,
"internal": false,
"removable": true,
"preview": "\/apps\/market\/img\/market.svg",
"previewAsIcon": true,
"appconfig": {
"announcementcenter": "1.2.2",
"customgroups": "0.6.2",
"enabled": "yes",
"files_clipboard": "1.0.3",
"files_mediaviewer": "1.0.5",
"files_pdfviewer": "1.0.1",
"files_texteditor": "2.4.1",
"gallery": "16.1.2",
"guests": "0.9.3",
"installed_version": "0.6.2",
"market": "0.6.2",
"metrics": "1.1.0",
"nextbackup": "21.1.1",
"onlyoffice": "7.3.1",
"openidconnect": "2.1.0",
"signed": "true",
"types": ""
}
},
{
"id": "guests",
"name": "Guests",
"summary": "Share with externals easily via email address",
"description": "Share with external users conveniently just by entering an email address in the sharing dialog. Recipients receive an email containing an activation link. They can log in using their email address as username and the password they chose during activation. Guests may even use the ownCloud desktop clients and mobile apps to connect to ownCloud and work on shared contents.\n\nGuest users do not have storage space and can only work in contents that are shared with them.\n\nIn the 'Sharing' section of ownCloud settings administrators find configuration options for the application enabling to whitelist other ownCloud applications that guests are allowed use. It is important to note that the whitelist defaults are quite conservative. We recommend administrators to check carefully which apps they want to offer. Guest accounts are grouped under a virtual group allowing administrators to easily filter them in the user management. Furthermore guests are fully auditable with the [ownCloud Auditing application](https:\/\/marketplace.owncloud.com\/apps\/admin_audit).\n\n### Resources - Video: [ownCloud X Insights: Guest Users](https:\/\/www.youtube.com\/watch?v=L42PBHgqKVI)",
"namespace": "Guests",
"version": "0.9.3",
"documentation": {
"user": "https:\/\/doc.owncloud.com\/server\/latest\/user_manual\/files\/webgui\/sharing.html?highlight=guest#sharing-files-with-guest-users"
},
"licence": "GPLv2",
"author": "ownCloud GmbH",
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "10.4",
"max-version": "10"
}
}
},
"category": "collaboration",
"types": [
"authentication"
],
"settings": {
"admin": "OCA\\Guests\\Settings\\Admin"
},
"screenshot": [
"https:\/\/raw.githubusercontent.com\/owncloud\/screenshots\/master\/guests\/owncloud-app-guests.jpg",
"https:\/\/raw.githubusercontent.com\/owncloud\/screenshots\/master\/guests\/owncloud-app-guests-2.jpg"
],
"info": [],
"remote": [],
"public": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"background-jobs": [],
"two-factor-providers": [],
"commands": [],
"_cached": true,
"groups": null,
"active": true,
"internal": false,
"removable": true,
"appconfig": {
"enabled": "yes",
"group": "guest_app",
"installed_version": "0.9.3",
"signed": "true",
"types": "authentication",
"usewhitelist": "true",
"whitelist": "settings,avatar,files_external,files_trashbin,files_versions,files_sharing,files_texteditor,activity,firstrunwizard,gallery,notifications,password_policy,oauth2,files_pdfviewer,files_mediaviewer,richdocuments,onlyoffice,wopi"
}
},
{
"id": "files_texteditor",
"name": "Text Editor",
"namespace": "Files_Texteditor",
"summary": "Edit text files on the fly",
"description": "This application enables ownCloud users to view, save and edit text files in the file view. If enabled, an entry for 'Text file' is shown in the '+' button menu at the top of the files view. When clicked, a new text file opens in the browser and the file is saved into the current directory. Furthermore, when a text file is clicked in the file list, it will be opened and editable. If the permissions allow, a user can also edit shared files and save these changes right away in the file view. More information is available in the Text Editor documentation.",
"licence": "AGPL",
"author": "Tom Needham, Bj\u00f6rn Schie\u00dfle",
"version": "2.4.1",
"default_enable": "",
"documentation": {
"user": "https:\/\/github.com\/owncloud\/files_texteditor\/blob\/master\/README.md",
"admin": "https:\/\/github.com\/owncloud\/files_texteditor\/blob\/master\/README.md",
"developer": "https:\/\/github.com\/owncloud\/files_texteditor\/blob\/master\/README.md"
},
"category": "productivity",
"website": "https:\/\/github.com\/owncloud\/files_texteditor",
"bugs": "https:\/\/github.com\/owncloud\/files_texteditor\/issues",
"repository": {
"@attributes": {
"type": "git"
},
"@value": "https:\/\/github.com\/owncloud\/files_texteditor.git"
},
"screenshot": "https:\/\/raw.githubusercontent.com\/owncloud\/screenshots\/a068ff44c439aa4969ea37b60e45bed875bbbb98\/files_texteditor\/texteditor.png",
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "10",
"max-version": "10"
}
}
},
"info": [],
"remote": [],
"public": [],
"types": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"background-jobs": [],
"two-factor-providers": [],
"commands": [],
"_cached": true,
"groups": null,
"active": true,
"internal": false,
"removable": true,
"preview": "\/apps-external\/files_texteditor\/img\/app.svg",
"previewAsIcon": true,
"appconfig": {
"enabled": "yes",
"installed_version": "2.4.1",
"signed": "true",
"types": ""
}
},
{
"id": "templateeditor",
"name": "Mail Template Editor",
"summary": "Customize mail templates easily",
"description": "ownCloud comes with a built-in mail service to send various kinds of informative and action-requiring notifications to interact with users (e.g., user\/group and link share notifications, activity stream summary mails, password reset mails and more). By default ownCloud uses pre-defined standard templates for the respective events.\n\nTo meet their exact needs and guidelines many administrators desire to customize and personalize these templates. The system administrator can manually edit the template files within the ownCloud code. The Mail Template Editor provides an easier and more comfortable way for ownCloud administrators to modify mail templates within the 'General' section of ownCloud admin settings using HTML or plain text depending on the respective template. Each [ownCloud Theme](https:\/\/marketplace.owncloud.com\/themes) can provide separate templates making it very easy to switch between templates by just enabling a different theme. For more information, please read the [ownCloud Documentation](https:\/\/doc.owncloud.com\/server\/latest\/admin_manual\/configuration\/server\/email_configuration.html#using-email-templates).",
"licence": "AGPL",
"author": "J\u00f6rn Dreyer, Viktar Dubiniuk",
"version": "0.4.0",
"category": "customization",
"documentation": {
"admin": "https:\/\/doc.owncloud.com\/server\/latest\/admin_manual\/configuration\/server\/email_configuration.html#using-email-templates"
},
"screenshot": "https:\/\/raw.githubusercontent.com\/owncloud\/screenshots\/master\/templateeditor\/template_editor.jpg",
"namespace": "TemplateEditor",
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "10.0.9",
"max-version": "10"
}
}
},
"default_enable": "",
"website": "https:\/\/github.com\/owncloud\/templateeditor\/",
"bugs": "https:\/\/github.com\/owncloud\/templateeditor\/issues",
"repository": {
"@attributes": {
"type": "git"
},
"@value": "http:\/\/github.com\/owncloud\/templateeditor.git"
},
"settings": {
"admin": "OCA\\TemplateEditor\\AdminPanel"
},
"info": [],
"remote": [],
"public": [],
"types": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"background-jobs": [],
"two-factor-providers": [],
"commands": [],
"_cached": true,
"groups": null,
"active": true,
"internal": false,
"removable": true,
"preview": "\/apps-external\/templateeditor\/img\/app.svg",
"previewAsIcon": true,
"appconfig": {
"enabled": "yes",
"installed_version": "0.4.0",
"signed": "true",
"types": ""
}
},
{
"id": "user_shibboleth",
"name": "SAML\/SSO Integration",
"summary": "Single Sign-on integration for SAML 2.0 compatible Identity Providers",
"description": "Already have a SAML 2.0 compatible identity provider (IdP) like Shibboleth, PrivacyIDEA, Ping Identity Ping Federate or Microsoft ADFS? Drop ownCloud into your existing infrastructure and authenticate with your chosen IdP increasing security while simultaneously improving user experience.\n\n- Increase security by using a professional and specialized identity management solution that reduces your attack surface by providing a single authentication and authorization entity instead of multiple proprietary ones for each service and benefit from integrated features like multi-factor authentication or even custom authentication mechanisms. - Improve user experience by integrating ownCloud with your Single Sign-On (SSO) environment: Users just need to provide their credentials once and their session will be used to automatically grant access to all supported services.\n\nNote: To get set up it is necessary to conduct additional configuration of the Apache web server and the extension itself. Please read the [ownCloud Single Sign-On Documentation](https:\/\/doc.owncloud.com\/server\/latest\/admin_manual\/enterprise\/user_management\/user_auth_shibboleth.html) for more information.",
"category": "integration",
"screenshot": "https:\/\/raw.githubusercontent.com\/owncloud\/screenshots\/master\/user_shibboleth\/owncloud-app-user_shibboleth.jpg",
"licence": "OCL",
"author": "ownCloud GmbH",
"version": "3.5.0",
"documentation": {
"admin": "https:\/\/doc.owncloud.com\/server\/latest\/admin_manual\/enterprise\/user_management\/user_auth_shibboleth.html"
},
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "10.5",
"max-version": "10"
}
}
},
"types": [
"authentication"
],
"remote": {
"nonshib-webdav": "appinfo\/remote.php"
},
"commands": [
"OCA\\User_Shibboleth\\Command\\Mode",
"OCA\\User_Shibboleth\\Command\\Mapping"
],
"settings": {
"admin": "OCA\\User_Shibboleth\\Panels\\Admin"
},
"use-migrations": "true",
"info": [],
"public": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"background-jobs": [],
"two-factor-providers": [],
"_cached": true,
"groups": null,
"active": false,
"internal": false,
"removable": true,
"preview": "\/apps-external\/user_shibboleth\/img\/app.svg",
"previewAsIcon": true
},
{
"id": "customgroups",
"name": "Custom Groups",
"namespace": "CustomGroups",
"summary": "Enhance collaboration with user-defined sharing groups",
"description": "When working in larger organizations, the number of users in a collaboration platform like ownCloud quickly reaches a point where the segmentation of users becomes very relevant. With ownCloud's Custom Groups functionality not only admins but also users are able to create groups of users for quick and easy sharing purposes. This makes it easier than ever for users to collaborate and work efficiently as a team while saving administrators unnecessary work.\n\n**Using Custom Groups in ownCloud**\n\nIn the ownCloud web interface simply click 'Settings' in the top right-hand corner and navigate to the 'Custom Groups' section in the menu. Here users can create and manage their Custom Groups with a few simple clicks. Custom Groups are visible only to members of the group and ownCloud administrators can see and modify all Custom Groups of an ownCloud. Additionally the application provides permission management capabilities to enable a collaborative management of Custom Groups: Members of a group can be classified either as 'Member' or 'Group admin'. Members can share with the group, view the member list and leave the group. Group admins, in addition, can add and remove members, rename or delete the group and set permissions of other members.\n\nSharing with a Custom Group is as easy and quick as always. Just click on the sharing symbol of a file or folder, go to the 'Users and Groups' tab in the Sharing menu and select the relevant Custom Group from the dropdown menu. Also, all ownCloud clients (Desktop\/Android\/iOS) can be used to share with Custom Groups conveniently.\n\n### Resources: - [ownCloud X Insights: Custom Groups](https:\/\/www.youtube.com\/watch?v=jthRk6gw_hE) - [App of the Week Blog: Custom Groups](https:\/\/owncloud.com\/app-week-custom-groups\/)",
"website": "https:\/\/github.com\/owncloud\/customgroups\/",
"bugs": "https:\/\/github.com\/owncloud\/customgroups\/issues",
"repository": {
"@attributes": {
"type": "git"
},
"@value": "http:\/\/github.com\/owncloud\/customgroups.git"
},
"licence": "AGPL",
"author": "Vincent Petry",
"version": "0.6.2",
"documentation": {
"user": "https:\/\/doc.owncloud.com\/server\/latest\/user_manual\/files\/webgui\/custom_groups.html",
"admin": "https:\/\/doc.owncloud.com\/server\/latest\/admin_manual\/configuration\/user\/user_configuration.html?highlight=custom%20groups#enabling-custom-groups"
},
"category": "collaboration",
"screenshot": "https:\/\/github.com\/owncloud\/screenshots\/raw\/a28a6cf38ed8d18d98a02fb7ecac82d1a264a791\/customgroups\/customgroups-screenshot.png",
"types": [
"authentication",
"dav"
],
"use-migrations": "true",
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "10.4",
"max-version": "10"
}
}
},
"sabre": {
"plugins": {
"plugin": [
"OCA\\CustomGroups\\Dav\\CustomGroupsPlugin",
"OCA\\CustomGroups\\Dav\\CSVExportPlugin",
"OCA\\CustomGroups\\Dav\\CSVImportPlugin"
]
},
"collections": {
"collection": "OCA\\CustomGroups\\Dav\\RootCollection"
}
},
"settings": {
"admin": "OCA\\CustomGroups\\AdminPanel",
"personal": "OCA\\CustomGroups\\SettingsPanel"
},
"settings-sections": {
"personal": "OCA\\CustomGroups\\SettingsSection"
},
"info": [],
"remote": [],
"public": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"background-jobs": [],
"two-factor-providers": [],
"commands": [],
"_cached": true,
"groups": null,
"active": true,
"internal": false,
"removable": true,
"preview": "\/apps-external\/customgroups\/img\/app.svg",
"previewAsIcon": true,
"appconfig": {
"enabled": "yes",
"installed_version": "0.6.2",
"signed": "true",
"types": "authentication,dav"
}
},
{
"id": "openidconnect",
"name": "OpenID Connect",
"summary": "Authentication and SSO with OpenID Connect (OIDC)",
"description": "This extension adds support for [OpenID Connect](https:\/\/openid.net\/connect\/) to ownCloud Server.\n\nOpenID Connect is an open standard for single sign-on and identity and access management. With ownCloud it can be used for user authentication and client authorization against an external Identity Provider.\n\n**Benefits of using ownCloud with OpenID Connect**\n\n- Increased security by shifting user authentication to an external Identity Provider - Seamless integration into single sign-on (SSO) environments as well as with third party products - Centralized client management within the Identity Provider - Enterprise-grade security through the use of authentication security features (e.g., multi-factor authentication) and policies (e.g., automatic token expiration on certain conditions) provided by Identity Providers\n\nThe integration requires an Identity Provider that supports OpenID Connect (e.g., Keycloak, Kopano Konnect, Ping Federate, ADFS, Azure AD or others). More information on setup, configuration and migration can be found in the ownCloud Documentation.",
"licence": "GPLv2",
"author": "Thomas M\u00fcller",
"version": "2.1.0",
"namespace": "OpenIdConnect",
"category": "integration",
"documentation": {
"admin": "https:\/\/doc.owncloud.com\/server\/latest\/admin_manual\/configuration\/user\/oidc\/index.html"
},
"website": "https:\/\/github.com\/owncloud\/openidconnect",
"bugs": "https:\/\/github.com\/owncloud\/openidconnect\/issues",
"repository": {
"@attributes": {
"type": "git"
},
"@value": "https:\/\/github.com\/owncloud\/openidconnect.git"
},
"screenshot": "https:\/\/raw.githubusercontent.com\/owncloud\/screenshots\/master\/openidconnect\/openidconnect.png",
"dependencies": {
"owncloud": {
"@attributes": {
"min-version": "10",
"max-version": "10"
}
},
"php": {
"@attributes": {
"min-version": "7.3"
}
}
},
"types": [
"authentication"
],
"auth-modules": {
"module": "OCA\\OpenIdConnect\\OpenIdConnectAuthModule"
},
"info": [],
"remote": [],
"public": [],
"repair-steps": {
"install": [],
"pre-migration": [],
"post-migration": [],
"live-migration": [],
"uninstall": []
},
"background-jobs": [],
"two-factor-providers": [],
"commands": [],
"_cached": true,
"groups": null,
"active": true,
"internal": false,
"removable": true,
"preview": "\/apps-external\/openidconnect\/img\/app.svg",
"previewAsIcon": true,
"appconfig": {
"enabled": "yes",
"installed_version": "2.1.0",
"signed": "true",
"types": "authentication"
}
}
],
"mounts": [],
"tables": {
"tableNames": {
"oc_account_terms": {
"fields": [
{
"id": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"account_id": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"term": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "account_id_index",
"columns": [
"account_id"
],
"unique": false
},
{
"indexName": "term_index",
"columns": [
"term"
],
"unique": false
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_accounts": {
"fields": [
{
"id": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"email": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"user_id": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"lower_user_id": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"display_name": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"quota": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"last_login": {
"type": "integer",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"backend": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"home": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"state": {
"type": "smallint",
"null": false,
"default": "0",
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "display_name_index",
"columns": [
"display_name"
],
"unique": false
},
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "email_index",
"columns": [
"email"
],
"unique": false
},
{
"indexName": "UNIQ_907AA303A76ED395",
"columns": [
"user_id"
],
"unique": true
},
{
"indexName": "lower_user_id_index",
"columns": [
"lower_user_id"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_activity": {
"fields": [
{
"activity_id": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"timestamp": {
"type": "integer",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"priority": {
"type": "integer",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"type": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"user": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"affecteduser": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"app": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"subject": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"subjectparams": {
"type": "text",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"message": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"messageparams": {
"type": "text",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"file": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"link": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"object_type": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"object_id": {
"type": "bigint",
"null": false,
"default": "0",
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"activity_id"
],
"unique": true
},
{
"indexName": "activity_object",
"columns": [
"object_type",
"object_id"
],
"unique": false
},
{
"indexName": "activity_filter_app",
"columns": [
"affecteduser",
"app",
"timestamp"
],
"unique": false
},
{
"indexName": "activity_filter_by",
"columns": [
"affecteduser",
"user",
"timestamp"
],
"unique": false
},
{
"indexName": "activity_time",
"columns": [
"timestamp"
],
"unique": false
},
{
"indexName": "activity_user_time",
"columns": [
"affecteduser",
"timestamp"
],
"unique": false
}
],
"0": {
"primaryColumns": [
"activity_id"
]
}
},
"oc_activity_mq": {
"fields": [
{
"mail_id": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"amq_timestamp": {
"type": "integer",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"amq_latest_send": {
"type": "integer",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"amq_type": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"amq_affecteduser": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"amq_appid": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"amq_subject": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"amq_subjectparams": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "amp_timestamp_time",
"columns": [
"amq_timestamp"
],
"unique": false
},
{
"indexName": "PRIMARY",
"columns": [
"mail_id"
],
"unique": true
},
{
"indexName": "amp_user",
"columns": [
"amq_affecteduser"
],
"unique": false
},
{
"indexName": "amp_latest_send_time",
"columns": [
"amq_latest_send"
],
"unique": false
}
],
"0": {
"primaryColumns": [
"mail_id"
]
}
},
"oc_addressbookchanges": {
"fields": [
{
"id": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"uri": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"synctoken": {
"type": "integer",
"null": false,
"default": "1",
"autoIncrement": false
}
},
{
"addressbookid": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"operation": {
"type": "smallint",
"null": false,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "addressbookid_synctoken",
"columns": [
"addressbookid",
"synctoken"
],
"unique": false
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_addressbooks": {
"fields": [
{
"id": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"principaluri": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"displayname": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"uri": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"description": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"synctoken": {
"type": "integer",
"null": false,
"default": "1",
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "addressbook_index",
"columns": [
"principaluri",
"uri"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_announcements": {
"fields": [
{
"announcement_id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"announcement_time": {
"type": "integer",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"announcement_user": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"announcement_subject": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"announcement_message": {
"type": "text",
"null": true,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"announcement_id"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"announcement_id"
]
}
},
"oc_appconfig": {
"fields": [
{
"appid": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"configkey": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"configvalue": {
"type": "text",
"null": true,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "appconfig_appid_key",
"columns": [
"appid"
],
"unique": false
},
{
"indexName": "PRIMARY",
"columns": [
"appid",
"configkey"
],
"unique": true
},
{
"indexName": "appconfig_config_key_index",
"columns": [
"configkey"
],
"unique": false
}
],
"0": {
"primaryColumns": [
"appid",
"configkey"
]
}
},
"oc_audioplayer_albums": {
"fields": [
{
"id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"user_id": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"name": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"year": {
"type": "integer",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"genre_id": {
"type": "integer",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"cover": {
"type": "text",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"bgcolor": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"artist_id": {
"type": "integer",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"folder_id": {
"type": "integer",
"null": true,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "albums_user_id_idx",
"columns": [
"user_id"
],
"unique": false
},
{
"indexName": "albums_album_user_idx",
"columns": [
"id",
"user_id"
],
"unique": false
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_audioplayer_artists": {
"fields": [
{
"id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"user_id": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"name": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "artists_user_id_idx",
"columns": [
"user_id"
],
"unique": false
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_audioplayer_genre": {
"fields": [
{
"id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"user_id": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"name": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "genre_user_id_idx",
"columns": [
"user_id"
],
"unique": false
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_audioplayer_playlist_tracks": {
"fields": [
{
"playlist_id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"track_id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"sortorder": {
"type": "smallint",
"null": false,
"default": "0",
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "playlist_tracks_unique_idx",
"columns": [
"playlist_id",
"track_id"
],
"unique": true
},
{
"indexName": "playlist_tracks_idx",
"columns": [
"playlist_id"
],
"unique": false
}
],
"0": {
"primaryColumns": []
}
},
"oc_audioplayer_playlists": {
"fields": [
{
"id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"user_id": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"name": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "playlists_user_id_idx",
"columns": [
"user_id"
],
"unique": false
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_audioplayer_stats": {
"fields": [
{
"id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"user_id": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"track_id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"playtime": {
"type": "integer",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"playcount": {
"type": "integer",
"null": true,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "stats_file_user_id_idx",
"columns": [
"track_id",
"user_id"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_audioplayer_streams": {
"fields": [
{
"id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"user_id": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"title": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"file_id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"mimetype": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "streams_user_id_idx",
"columns": [
"user_id"
],
"unique": false
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_audioplayer_tracks": {
"fields": [
{
"id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"user_id": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"title": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"number": {
"type": "integer",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"artist_id": {
"type": "integer",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"album_id": {
"type": "integer",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"length": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"file_id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"bitrate": {
"type": "integer",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"mimetype": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"genre_id": {
"type": "integer",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"year": {
"type": "integer",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"folder_id": {
"type": "integer",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"disc": {
"type": "integer",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"composer": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"subtitle": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"isrc": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"copyright": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "tracks_genre_id_idx",
"columns": [
"genre_id",
"user_id"
],
"unique": false
},
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "tracks_folder_id_idx",
"columns": [
"folder_id",
"user_id"
],
"unique": false
},
{
"indexName": "tracks_album_id_idx",
"columns": [
"album_id",
"user_id"
],
"unique": false
},
{
"indexName": "tracks_artist_id_idx",
"columns": [
"artist_id",
"user_id"
],
"unique": false
},
{
"indexName": "tracks_year_idx",
"columns": [
"year",
"user_id"
],
"unique": false
},
{
"indexName": "tracks_user_id_idx",
"columns": [
"user_id"
],
"unique": false
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_authtoken": {
"fields": [
{
"id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"uid": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"login_name": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"password": {
"type": "text",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"name": {
"type": "text",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"token": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"type": {
"type": "smallint",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"last_activity": {
"type": "integer",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"last_check": {
"type": "integer",
"null": false,
"default": "0",
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "authtoken_token_index",
"columns": [
"token"
],
"unique": true
},
{
"indexName": "authtoken_last_activity_index",
"columns": [
"last_activity"
],
"unique": false
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_bfp_failed_logins": {
"fields": [
{
"id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"ip": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"uid": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"attempted_at": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "bfp_failed_logins_ip",
"columns": [
"ip"
],
"unique": false
},
{
"indexName": "bfp_failed_logins_at",
"columns": [
"attempted_at"
],
"unique": false
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_bfp_link_accesses": {
"fields": [
{
"id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"ip": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"link_token": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"attempted_at": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "bfp_link_accesses_ip",
"columns": [
"ip"
],
"unique": false
},
{
"indexName": "bfp_link_accesses_at",
"columns": [
"attempted_at"
],
"unique": false
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_calendarchanges": {
"fields": [
{
"id": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"uri": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"synctoken": {
"type": "integer",
"null": false,
"default": "1",
"autoIncrement": false
}
},
{
"calendarid": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"operation": {
"type": "smallint",
"null": false,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "calendarid_synctoken",
"columns": [
"calendarid",
"synctoken"
],
"unique": false
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_calendarobjects": {
"fields": [
{
"id": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"calendardata": {
"type": "blob",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"uri": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"calendarid": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"lastmodified": {
"type": "integer",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"etag": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"size": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"componenttype": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"firstoccurence": {
"type": "bigint",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"lastoccurence": {
"type": "bigint",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"uid": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"classification": {
"type": "integer",
"null": true,
"default": "0",
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "calobjects_index",
"columns": [
"calendarid",
"uri"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_calendars": {
"fields": [
{
"id": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"principaluri": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"displayname": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"uri": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"synctoken": {
"type": "integer",
"null": false,
"default": "1",
"autoIncrement": false
}
},
{
"description": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"calendarorder": {
"type": "integer",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"calendarcolor": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"timezone": {
"type": "text",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"components": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"transparent": {
"type": "smallint",
"null": false,
"default": "0",
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "calendars_index",
"columns": [
"principaluri",
"uri"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_calendarsubscriptions": {
"fields": [
{
"id": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"uri": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"principaluri": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"source": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"displayname": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"refreshrate": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"calendarorder": {
"type": "integer",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"calendarcolor": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"striptodos": {
"type": "smallint",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"stripalarms": {
"type": "smallint",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"stripattachments": {
"type": "smallint",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"lastmodified": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "calsub_index",
"columns": [
"principaluri",
"uri"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_cards": {
"fields": [
{
"id": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"addressbookid": {
"type": "integer",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"carddata": {
"type": "blob",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"uri": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"lastmodified": {
"type": "bigint",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"etag": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"size": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "addressbookid_uri_index",
"columns": [
"addressbookid",
"uri"
],
"unique": false
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_cards_properties": {
"fields": [
{
"id": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"addressbookid": {
"type": "bigint",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"cardid": {
"type": "bigint",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"name": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"value": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"preferred": {
"type": "integer",
"null": false,
"default": "1",
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "card_contactid_index",
"columns": [
"cardid"
],
"unique": false
},
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "card_bookid_name_index",
"columns": [
"addressbookid",
"name"
],
"unique": false
},
{
"indexName": "card_value_index",
"columns": [
"value"
],
"unique": false
},
{
"indexName": "card_name_index",
"columns": [
"name"
],
"unique": false
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_comments": {
"fields": [
{
"id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"parent_id": {
"type": "integer",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"topmost_parent_id": {
"type": "integer",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"children_count": {
"type": "integer",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"actor_type": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"actor_id": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"message": {
"type": "text",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"verb": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"creation_timestamp": {
"type": "datetime",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"latest_child_timestamp": {
"type": "datetime",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"object_type": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"object_id": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "comments_object_index",
"columns": [
"object_type",
"object_id",
"creation_timestamp"
],
"unique": false
},
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "comments_parent_id_index",
"columns": [
"parent_id"
],
"unique": false
},
{
"indexName": "comments_topmost_parent_id_idx",
"columns": [
"topmost_parent_id"
],
"unique": false
},
{
"indexName": "comments_actor_index",
"columns": [
"actor_type",
"actor_id"
],
"unique": false
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_comments_read_markers": {
"fields": [
{
"user_id": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"marker_datetime": {
"type": "datetime",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"object_type": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"object_id": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "comments_marker_object_index",
"columns": [
"object_type",
"object_id"
],
"unique": false
},
{
"indexName": "comments_marker_index",
"columns": [
"user_id",
"object_type",
"object_id"
],
"unique": true
}
],
"0": {
"primaryColumns": []
}
},
"oc_credentials": {
"fields": [
{
"user": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"identifier": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"credentials": {
"type": "text",
"null": true,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"user",
"identifier"
],
"unique": true
},
{
"indexName": "credentials_user",
"columns": [
"user"
],
"unique": false
}
],
"0": {
"primaryColumns": [
"user",
"identifier"
]
}
},
"oc_custom_group": {
"fields": [
{
"group_id": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"uri": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"display_name": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"group_id"
],
"unique": true
},
{
"indexName": "cg_uri_index",
"columns": [
"uri"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"group_id"
]
}
},
"oc_custom_group_member": {
"fields": [
{
"group_id": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"user_id": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"role": {
"type": "integer",
"null": false,
"default": "0",
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"group_id",
"user_id"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"group_id",
"user_id"
]
}
},
"oc_dav_job_status": {
"fields": [
{
"id": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"uuid": {
"type": "guid",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"user_id": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"status_info": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "UNIQ_18BBA548D17F50A6",
"columns": [
"uuid"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_dav_properties": {
"fields": [
{
"id": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"propertypath": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"propertyname": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"propertyvalue": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"propertytype": {
"type": "smallint",
"null": false,
"default": "1",
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "propertypath_index",
"columns": [
"propertypath"
],
"unique": false
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_dav_shares": {
"fields": [
{
"id": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"principaluri": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"type": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"access": {
"type": "smallint",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"resourceid": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"publicuri": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "dav_shares_index",
"columns": [
"principaluri",
"resourceid",
"type",
"publicuri"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_external_applicable": {
"fields": [
{
"applicable_id": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"mount_id": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"type": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"value": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"applicable_id"
],
"unique": true
},
{
"indexName": "applicable_mount",
"columns": [
"mount_id"
],
"unique": false
},
{
"indexName": "applicable_type_value_mount",
"columns": [
"type",
"value",
"mount_id"
],
"unique": true
},
{
"indexName": "applicable_type_value",
"columns": [
"type",
"value"
],
"unique": false
}
],
"0": {
"primaryColumns": [
"applicable_id"
]
}
},
"oc_external_config": {
"fields": [
{
"config_id": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"mount_id": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"key": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"value": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "config_mount",
"columns": [
"mount_id"
],
"unique": false
},
{
"indexName": "PRIMARY",
"columns": [
"config_id"
],
"unique": true
},
{
"indexName": "config_mount_key",
"columns": [
"mount_id",
"key"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"config_id"
]
}
},
"oc_external_mounts": {
"fields": [
{
"mount_id": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"mount_point": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"storage_backend": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"auth_backend": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"priority": {
"type": "integer",
"null": false,
"default": "100",
"autoIncrement": false
}
},
{
"type": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"mount_id"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"mount_id"
]
}
},
"oc_external_options": {
"fields": [
{
"option_id": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"mount_id": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"key": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"value": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "option_mount",
"columns": [
"mount_id"
],
"unique": false
},
{
"indexName": "PRIMARY",
"columns": [
"option_id"
],
"unique": true
},
{
"indexName": "option_mount_key",
"columns": [
"mount_id",
"key"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"option_id"
]
}
},
"oc_federated_reshares": {
"fields": [
{
"share_id": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"remote_id": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "share_id_index",
"columns": [
"share_id"
],
"unique": true
}
],
"0": {
"primaryColumns": []
}
},
"oc_file_locks": {
"fields": [
{
"id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"lock": {
"type": "integer",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"key": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"ttl": {
"type": "integer",
"null": false,
"default": "-1",
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "lock_key_index",
"columns": [
"key"
],
"unique": true
},
{
"indexName": "lock_ttl_index",
"columns": [
"ttl"
],
"unique": false
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_filecache": {
"fields": [
{
"fileid": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"storage": {
"type": "integer",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"path": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"path_hash": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"parent": {
"type": "bigint",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"name": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"mimetype": {
"type": "integer",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"mimepart": {
"type": "integer",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"size": {
"type": "bigint",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"mtime": {
"type": "bigint",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"storage_mtime": {
"type": "bigint",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"encrypted": {
"type": "integer",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"unencrypted_size": {
"type": "bigint",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"etag": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"permissions": {
"type": "integer",
"null": true,
"default": "0",
"autoIncrement": false
}
},
{
"checksum": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "fs_parent_name_hash",
"columns": [
"parent",
"name"
],
"unique": false
},
{
"indexName": "PRIMARY",
"columns": [
"fileid"
],
"unique": true
},
{
"indexName": "fs_storage_mimepart",
"columns": [
"storage",
"mimepart"
],
"unique": false
},
{
"indexName": "fs_storage_path_hash",
"columns": [
"storage",
"path_hash"
],
"unique": true
},
{
"indexName": "fs_storage_mimetype",
"columns": [
"storage",
"mimetype"
],
"unique": false
},
{
"indexName": "fs_storage_size",
"columns": [
"storage",
"size",
"fileid"
],
"unique": false
}
],
"0": {
"primaryColumns": [
"fileid"
]
}
},
"oc_files_antivirus": {
"fields": [
{
"fileid": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"check_time": {
"type": "integer",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"etag": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"fileid"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"fileid"
]
}
},
"oc_files_avir_status": {
"fields": [
{
"id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"group_id": {
"type": "integer",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"status_type": {
"type": "integer",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"result": {
"type": "integer",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"match": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"description": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"status": {
"type": "integer",
"null": false,
"default": "0",
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_files_trash": {
"fields": [
{
"auto_id": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"id": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"user": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"timestamp": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"location": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"type": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"mime": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "user_index",
"columns": [
"user"
],
"unique": false
},
{
"indexName": "PRIMARY",
"columns": [
"auto_id"
],
"unique": true
},
{
"indexName": "id_index",
"columns": [
"id"
],
"unique": false
},
{
"indexName": "timestamp_index",
"columns": [
"timestamp"
],
"unique": false
}
],
"0": {
"primaryColumns": [
"auto_id"
]
}
},
"oc_group_admin": {
"fields": [
{
"gid": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"uid": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"gid",
"uid"
],
"unique": true
},
{
"indexName": "group_admin_uid",
"columns": [
"uid"
],
"unique": false
}
],
"0": {
"primaryColumns": [
"gid",
"uid"
]
}
},
"oc_group_message": {
"fields": [
{
"id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"dt_message": {
"type": "bigint",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"title": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"texte": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"groups": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"folder": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"checked": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"cookied": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"last_update": {
"type": "bigint",
"null": true,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_group_user": {
"fields": [
{
"gid": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"uid": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"gid",
"uid"
],
"unique": true
},
{
"indexName": "gu_uid_index",
"columns": [
"uid"
],
"unique": false
}
],
"0": {
"primaryColumns": [
"gid",
"uid"
]
}
},
"oc_groups": {
"fields": [
{
"gid": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"gid"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"gid"
]
}
},
"oc_jobs": {
"fields": [
{
"id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"class": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"argument": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"last_run": {
"type": "integer",
"null": true,
"default": "0",
"autoIncrement": false
}
},
{
"last_checked": {
"type": "integer",
"null": true,
"default": "0",
"autoIncrement": false
}
},
{
"reserved_at": {
"type": "integer",
"null": true,
"default": "0",
"autoIncrement": false
}
},
{
"execution_duration": {
"type": "integer",
"null": false,
"default": "-1",
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "job_class_index",
"columns": [
"class"
],
"unique": false
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_migrations": {
"fields": [
{
"app": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"version": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"app",
"version"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"app",
"version"
]
}
},
"oc_mimetypes": {
"fields": [
{
"id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"mimetype": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "mimetype_id_index",
"columns": [
"mimetype"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_mounts": {
"fields": [
{
"id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"storage_id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"root_id": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"user_id": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"mount_point": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "mounts_user_index",
"columns": [
"user_id"
],
"unique": false
},
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "mounts_storage_index",
"columns": [
"storage_id"
],
"unique": false
},
{
"indexName": "mounts_user_root_index",
"columns": [
"user_id",
"root_id"
],
"unique": true
},
{
"indexName": "mounts_root_index",
"columns": [
"root_id"
],
"unique": false
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_notifications": {
"fields": [
{
"notification_id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"app": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"user": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"timestamp": {
"type": "integer",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"object_type": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"object_id": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"subject": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"subject_parameters": {
"type": "text",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"message": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"message_parameters": {
"type": "text",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"link": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"actions": {
"type": "text",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"icon": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "IDX_16B80748A5D6E63E",
"columns": [
"timestamp"
],
"unique": false
},
{
"indexName": "PRIMARY",
"columns": [
"notification_id"
],
"unique": true
},
{
"indexName": "IDX_16B8074811CB6B3A232D562B",
"columns": [
"object_type",
"object_id"
],
"unique": false
},
{
"indexName": "IDX_16B80748C96E70CF",
"columns": [
"app"
],
"unique": false
},
{
"indexName": "IDX_16B807488D93D649",
"columns": [
"user"
],
"unique": false
}
],
"0": {
"primaryColumns": [
"notification_id"
]
}
},
"oc_oauth2_access_tokens": {
"fields": [
{
"id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"token": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"client_id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"user_id": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"expires": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_oauth2_auth_codes": {
"fields": [
{
"id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"code": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"client_id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"user_id": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"expires": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_oauth2_clients": {
"fields": [
{
"id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"identifier": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"secret": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"redirect_uri": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"name": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"allow_subdomains": {
"type": "boolean",
"null": false,
"default": "0",
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "name_idx",
"columns": [
"name"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_oauth2_refresh_tokens": {
"fields": [
{
"id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"token": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"client_id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"user_id": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"access_token_id": {
"type": "integer",
"null": true,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_onlyoffice_filekey": {
"fields": [
{
"id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"file_id": {
"type": "bigint",
"null": true,
"default": "-1",
"autoIncrement": false
}
},
{
"key": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"lock": {
"type": "integer",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"fs": {
"type": "integer",
"null": false,
"default": "0",
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "file_id_index",
"columns": [
"file_id"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_persistent_locks": {
"fields": [
{
"id": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"file_id": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"owner_account_id": {
"type": "bigint",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"owner": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"timeout": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"created_at": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"token": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"token_hash": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"scope": {
"type": "smallint",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"depth": {
"type": "smallint",
"null": false,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "IDX_F0C3D55BC901C6FF",
"columns": [
"owner_account_id"
],
"unique": false
},
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "UNIQ_F0C3D55BB3BC57DA",
"columns": [
"token_hash"
],
"unique": true
},
{
"indexName": "IDX_F0C3D55B93CB796C",
"columns": [
"file_id"
],
"unique": false
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_preferences": {
"fields": [
{
"userid": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"appid": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"configkey": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"configvalue": {
"type": "text",
"null": true,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"userid",
"appid",
"configkey"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"userid",
"appid",
"configkey"
]
}
},
"oc_privatedata": {
"fields": [
{
"keyid": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"user": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"app": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"key": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"value": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"keyid"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"keyid"
]
}
},
"oc_properties": {
"fields": [
{
"id": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"fileid": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"propertyname": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"propertyvalue": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"propertytype": {
"type": "smallint",
"null": false,
"default": "1",
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "fileid_index",
"columns": [
"fileid"
],
"unique": false
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_ransomware_log": {
"fields": [
{
"id": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"fileid": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"timestamp": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"user_id": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"source": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"target": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "rwp_log_fileid",
"columns": [
"fileid"
],
"unique": false
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_richdocuments_wopi": {
"fields": [
{
"owner_uid": {
"type": "text",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"editor_uid": {
"type": "text",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"fileid": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"version": {
"type": "integer",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"attributes": {
"type": "integer",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"server_host": {
"type": "text",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"token": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"expiry": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "richdocuments_wopi_token_idx",
"columns": [
"token"
],
"unique": true
}
],
"0": {
"primaryColumns": []
}
},
"oc_schedulingobjects": {
"fields": [
{
"id": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"principaluri": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"calendardata": {
"type": "blob",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"uri": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"lastmodified": {
"type": "integer",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"etag": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"size": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_share": {
"fields": [
{
"id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"share_type": {
"type": "smallint",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"share_with": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"uid_owner": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"uid_initiator": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"parent": {
"type": "integer",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"item_type": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"item_source": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"item_target": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"file_source": {
"type": "bigint",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"file_target": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"permissions": {
"type": "smallint",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"stime": {
"type": "bigint",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"accepted": {
"type": "smallint",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"expiration": {
"type": "datetime",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"token": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"mail_send": {
"type": "smallint",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"share_name": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"attributes": {
"type": "text",
"null": true,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "file_source_index",
"columns": [
"file_source"
],
"unique": false
},
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "item_source_type_index",
"columns": [
"item_source",
"share_type",
"item_type"
],
"unique": false
},
{
"indexName": "token_index",
"columns": [
"token"
],
"unique": false
},
{
"indexName": "item_share_type_index",
"columns": [
"item_type",
"share_type"
],
"unique": false
},
{
"indexName": "share_with_index",
"columns": [
"share_with"
],
"unique": false
},
{
"indexName": "item_source_index",
"columns": [
"item_source"
],
"unique": false
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_share_external": {
"fields": [
{
"id": {
"type": "bigint",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"remote": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"remote_id": {
"type": "string",
"null": false,
"default": "-1",
"autoIncrement": false
}
},
{
"share_token": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"password": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"name": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"owner": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"user": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"mountpoint": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"mountpoint_hash": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"accepted": {
"type": "integer",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"lastscan": {
"type": "bigint",
"null": true,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "sh_external_user",
"columns": [
"user"
],
"unique": false
},
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "sh_external_mp",
"columns": [
"user",
"mountpoint_hash"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_storages": {
"fields": [
{
"numeric_id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"id": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"available": {
"type": "integer",
"null": false,
"default": "1",
"autoIncrement": false
}
},
{
"last_checked": {
"type": "integer",
"null": true,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"numeric_id"
],
"unique": true
},
{
"indexName": "storages_id_index",
"columns": [
"id"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"numeric_id"
]
}
},
"oc_systemtag": {
"fields": [
{
"id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"name": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"visibility": {
"type": "smallint",
"null": false,
"default": "1",
"autoIncrement": false
}
},
{
"editable": {
"type": "smallint",
"null": false,
"default": "1",
"autoIncrement": false
}
},
{
"assignable": {
"type": "smallint",
"null": false,
"default": "1",
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "tag_ident",
"columns": [
"name",
"visibility",
"editable",
"assignable"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_systemtag_group": {
"fields": [
{
"systemtagid": {
"type": "integer",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"gid": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"gid",
"systemtagid"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"gid",
"systemtagid"
]
}
},
"oc_systemtag_object_mapping": {
"fields": [
{
"objectid": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"objecttype": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"systemtagid": {
"type": "integer",
"null": false,
"default": "0",
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "mapping",
"columns": [
"objecttype",
"objectid",
"systemtagid"
],
"unique": true
}
],
"0": {
"primaryColumns": []
}
},
"oc_trusted_servers": {
"fields": [
{
"id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"url": {
"type": "string",
"null": false,
"default": null,
"autoIncrement": false
}
},
{
"url_hash": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"token": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"shared_secret": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"status": {
"type": "integer",
"null": false,
"default": "2",
"autoIncrement": false
}
},
{
"sync_token": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "url_hash",
"columns": [
"url_hash"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_users": {
"fields": [
{
"uid": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"displayname": {
"type": "string",
"null": true,
"default": null,
"autoIncrement": false
}
},
{
"password": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "PRIMARY",
"columns": [
"uid"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"uid"
]
}
},
"oc_vcategory": {
"fields": [
{
"id": {
"type": "integer",
"null": false,
"default": null,
"autoIncrement": true
}
},
{
"uid": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"type": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
},
{
"category": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "category_index",
"columns": [
"category"
],
"unique": false
},
{
"indexName": "PRIMARY",
"columns": [
"id"
],
"unique": true
},
{
"indexName": "uid_index",
"columns": [
"uid"
],
"unique": false
},
{
"indexName": "type_index",
"columns": [
"type"
],
"unique": false
}
],
"0": {
"primaryColumns": [
"id"
]
}
},
"oc_vcategory_to_object": {
"fields": [
{
"objid": {
"type": "bigint",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"categoryid": {
"type": "integer",
"null": false,
"default": "0",
"autoIncrement": false
}
},
{
"type": {
"type": "string",
"null": false,
"default": "",
"autoIncrement": false
}
}
],
"index": [
{
"indexName": "vcategory_objectd_index",
"columns": [
"objid",
"type"
],
"unique": false
},
{
"indexName": "PRIMARY",
"columns": [
"categoryid",
"objid",
"type"
],
"unique": true
}
],
"0": {
"primaryColumns": [
"categoryid",
"objid",
"type"
]
}
}
}
},
"migrations": [
{
"app": "activity",
"version": "20161122085340"
},
{
"app": "activity",
"version": "20161122092159"
},
{
"app": "activity",
"version": "20170131134507"
},
{
"app": "activity",
"version": "20170724182159"
},
{
"app": "activity",
"version": "20181019151118"
},
{
"app": "activity",
"version": "20181022150134"
},
{
"app": "brute_force_protection",
"version": "20180802194631"
},
{
"app": "brute_force_protection",
"version": "20191109111104"
},
{
"app": "core",
"version": "20170101010100"
},
{
"app": "core",
"version": "20170101215145"
},
{
"app": "core",
"version": "20170111103310"
},
{
"app": "core",
"version": "20170213215145"
},
{
"app": "core",
"version": "20170214112458"
},
{
"app": "core",
"version": "20170221114437"
},
{
"app": "core",
"version": "20170221121536"
},
{
"app": "core",
"version": "20170315173825"
},
{
"app": "core",
"version": "20170320173955"
},
{
"app": "core",
"version": "20170418154659"
},
{
"app": "core",
"version": "20170516100103"
},
{
"app": "core",
"version": "20170526104128"
},
{
"app": "core",
"version": "20170605143658"
},
{
"app": "core",
"version": "20170711191432"
},
{
"app": "core",
"version": "20170804201253"
},
{
"app": "core",
"version": "20170928120000"
},
{
"app": "core",
"version": "20171026130750"
},
{
"app": "core",
"version": "20180123131835"
},
{
"app": "core",
"version": "20180302155233"
},
{
"app": "core",
"version": "20180319102121"
},
{
"app": "core",
"version": "20180607072706"
},
{
"app": "core",
"version": "20181017105216"
},
{
"app": "core",
"version": "20181017120818"
},
{
"app": "core",
"version": "20181113071753"
},
{
"app": "core",
"version": "20181220085457"
},
{
"app": "core",
"version": "20190125162909"
},
{
"app": "core",
"version": "20200610110817"
},
{
"app": "core",
"version": "20210928123126"
},
{
"app": "customgroups",
"version": "20161209151129"
},
{
"app": "dav",
"version": "20170116150538"
},
{
"app": "dav",
"version": "20170116170538"
},
{
"app": "dav",
"version": "20170202213905"
},
{
"app": "dav",
"version": "20170202220512"
},
{
"app": "dav",
"version": "20170427182800"
},
{
"app": "dav",
"version": "20170519091921"
},
{
"app": "dav",
"version": "20170526100342"
},
{
"app": "dav",
"version": "20170711193427"
},
{
"app": "dav",
"version": "20170927201245"
},
{
"app": "dav",
"version": "20180622095921"
},
{
"app": "dav",
"version": "20181115210344"
},
{
"app": "dav",
"version": "20190823065724"
},
{
"app": "dav",
"version": "20200114181454"
},
{
"app": "dav",
"version": "20200427142541"
},
{
"app": "dav",
"version": "20210714123001"
},
{
"app": "federatedfilesharing",
"version": "20170804201125"
},
{
"app": "federatedfilesharing",
"version": "20170804201253"
},
{
"app": "federatedfilesharing",
"version": "20190410160725"
},
{
"app": "files_antivirus",
"version": "20170808220321"
},
{
"app": "files_antivirus",
"version": "20170808221437"
},
{
"app": "files_antivirus",
"version": "20170808222334"
},
{
"app": "files_antivirus",
"version": "20180116141548"
},
{
"app": "files_antivirus",
"version": "20180116142011"
},
{
"app": "files_antivirus",
"version": "20210212155302"
},
{
"app": "files_antivirus",
"version": "20210212160142"
},
{
"app": "files_antivirus",
"version": "20210413110050"
},
{
"app": "files_external",
"version": "20170814051424"
},
{
"app": "files_external",
"version": "20210511082903"
},
{
"app": "files_sharing",
"version": "20170804201125"
},
{
"app": "files_sharing",
"version": "20170804201253"
},
{
"app": "files_sharing",
"version": "20170830112305"
},
{
"app": "files_sharing",
"version": "20171115154900"
},
{
"app": "files_sharing",
"version": "20171215103657"
},
{
"app": "files_sharing",
"version": "20190426123324"
},
{
"app": "files_sharing",
"version": "20200504211654"
},
{
"app": "files_sharing",
"version": "20200823121322"
},
{
"app": "files_trashbin",
"version": "20170804201125"
},
{
"app": "files_trashbin",
"version": "20170804201253"
},
{
"app": "notifications",
"version": "20170801085340"
},
{
"app": "notifications",
"version": "20170801152524"
},
{
"app": "notifications",
"version": "20180119080933"
},
{
"app": "notifications",
"version": "20180604132522"
},
{
"app": "oauth2",
"version": "20161122085340"
},
{
"app": "oauth2",
"version": "20170329194544"
},
{
"app": "oauth2",
"version": "20170724162518"
},
{
"app": "ransomware_protection",
"version": "20171130151354"
},
{
"app": "richdocuments",
"version": "20190310162809"
},
{
"app": "richdocuments",
"version": "20190623184232"
},
{
"app": "richdocuments",
"version": "20190710194710"
},
{
"app": "user_shibboleth",
"version": "20170410135807"
},
{
"app": "user_shibboleth",
"version": "20180222111255"
}
],
"phpinfo": {
"apache2handler": {
"Apache Version": "Apache\/2.4.38 (Debian)",
"Apache API Version": "20120211",
"Server Administrator": "***REMOVED SENSITIVE VALUE***",
"Hostname:Port": "***REMOVED SENSITIVE VALUE***",
"User\/Group": "www-data(33)\/33",
"Max Requests": "Per Child: 0 - Keep Alive: on - Max Per Connection: 100",
"Timeouts": "Connection: 150 - Keep-Alive: 5",
"Virtual Server": "Yes",
"Server Root": "\/etc\/apache2",
"Loaded Modules": "core mod_so mod_watchdog http_core mod_log_config mod_logio mod_version mod_unixd mod_access_compat mod_alias mod_auth_basic mod_authn_core mod_authn_file mod_authz_core mod_authz_host mod_authz_user mod_autoindex mod_deflate mod_dir mod_env mod_filter mod_headers mod_mime prefork mod_negotiation mod_php7 mod_proxy mod_proxy_fcgi mod_reqtimeout mod_setenvif mod_socache_shmcb mod_ssl mod_status mod_unique_id",
"engine": "1",
"last_modified": "0",
"xbithack": "0"
},
"Apache Environment": {
"UNIQUE_ID": "Yfqyh6jRgN1VJ1@5EA2upgAAAAo",
"modHeadersAvailable": "true",
"htaccessWorking": "true",
"HTTPS": "on",
"SSL_TLS_SNI": "***REMOVED SENSITIVE VALUE***",
"SSL_SERVER_S_DN_O": "CloudFlare, Inc.",
"SSL_SERVER_S_DN_OU": "CloudFlare Origin CA",
"SSL_SERVER_S_DN_CN": "CloudFlare Origin Certificate",
"SSL_SERVER_I_DN_C": "US",
"SSL_SERVER_I_DN_O": "CloudFlare, Inc.",
"SSL_SERVER_I_DN_OU": "CloudFlare Origin SSL Certificate Authority",
"SSL_SERVER_I_DN_L": "San Francisco",
"SSL_SERVER_I_DN_ST": "California",
"SSL_CLIENT_S_DN_C": "US",
"SSL_CLIENT_S_DN_ST": "California",
"SSL_CLIENT_S_DN_L": "San Francisco",
"SSL_CLIENT_S_DN_O": "Cloudflare Inc.",
"SSL_CLIENT_S_DN_OU": "Origin Pull",
"SSL_CLIENT_S_DN_CN": "origin-pull.cloudflare.net",
"SSL_CLIENT_I_DN_C": "US",
"SSL_CLIENT_I_DN_O": "CloudFlare, Inc.",
"SSL_CLIENT_I_DN_OU": "Origin Pull",
"SSL_CLIENT_I_DN_L": "San Francisco",
"SSL_CLIENT_I_DN_ST": "California",
"SSL_CLIENT_I_DN_CN": "origin-pull.cloudflare.net",
"SSL_SERVER_SAN_DNS_0": "***REMOVED SENSITIVE VALUE***",
"SSL_SERVER_SAN_DNS_1": "***REMOVED SENSITIVE VALUE***",
"SSL_SERVER_SAN_DNS_2": "***REMOVED SENSITIVE VALUE***",
"SSL_SERVER_SAN_DNS_3": "***REMOVED SENSITIVE VALUE***",
"SSL_CLIENT_SAN_DNS_0": "origin-pull.cloudflare.net",
"SSL_VERSION_INTERFACE": "mod_ssl\/2.4.38",
"SSL_VERSION_LIBRARY": "OpenSSL\/1.1.1d",
"SSL_PROTOCOL": "TLSv1.3",
"SSL_SECURE_RENEG": "true",
"SSL_COMPRESS_METHOD": "NULL",
"SSL_CIPHER": "TLS_AES_256_GCM_SHA384",
"SSL_CIPHER_EXPORT": "false",
"SSL_CIPHER_USEKEYSIZE": "256",
"SSL_CIPHER_ALGKEYSIZE": "256",
"SSL_CLIENT_VERIFY": "SUCCESS",
"SSL_CLIENT_M_VERSION": "3",
"SSL_CLIENT_M_SERIAL": "678420BE2A601A61371A162E26F2C14C2DE3C527",
"SSL_CLIENT_V_START": "Jun 24 20:50:00 2021 GMT",
"SSL_CLIENT_V_END": "Jun 24 20:50:00 2022 GMT",
"SSL_CLIENT_V_REMAIN": "143",
"SSL_CLIENT_S_DN": "CN=origin-pull.cloudflare.net,OU=Origin Pull,O=Cloudflare Inc.,L=San Francisco,ST=California,C=US",
"SSL_CLIENT_I_DN": "CN=origin-pull.cloudflare.net,ST=California,L=San Francisco,OU=Origin Pull,O=CloudFlare\\, Inc.,C=US",
"SSL_CLIENT_A_KEY": "id-ecPublicKey",
"SSL_CLIENT_A_SIG": "sha512WithRSAEncryption",
"SSL_CLIENT_CERT_RFC4523_CEA": "{ serialNumber 590972600064187615923117765527414994083281880359, issuer rdnSequence:"CN=origin-pull.cloudflare.net,ST=California,L=San Francisco,OU=Origin Pull,O=CloudFlare\\, Inc.,C=US" }",
"SSL_SERVER_M_VERSION": "3",
"SSL_SERVER_M_SERIAL": "618A5708E72FF957416C88CF63AD94DB8797CA32",
"SSL_SERVER_V_START": "Mar 16 19:29:00 2020 GMT",
"SSL_SERVER_V_END": "Mar 13 19:29:00 2035 GMT",
"SSL_SERVER_S_DN": "CN=CloudFlare Origin Certificate,OU=CloudFlare Origin CA,O=CloudFlare\\, Inc.",
"SSL_SERVER_I_DN": "ST=California,L=San Francisco,OU=CloudFlare Origin SSL Certificate Authority,O=CloudFlare\\, Inc.,C=US",
"SSL_SERVER_A_KEY": "rsaEncryption",
"SSL_SERVER_A_SIG": "sha256WithRSAEncryption",
"SSL_SESSION_ID": "9cd8b81493b533d35af53ea2e09cf2a735daad674f34ed65f5c776daac0b8dc9",
"SSL_SESSION_RESUMED": "Initial",
"HTTP_HOST": "***REMOVED SENSITIVE VALUE***",
"HTTP_CONNECTION": "Keep-Alive",
"HTTP_ACCEPT_ENCODING": "gzip",
"HTTP_CF_IPCOUNTRY": "SK",
"HTTP_X_FORWARDED_FOR": "188.167.180.26",
"HTTP_CF_RAY": "6d74d36e2acf7810-VIE",
"HTTP_X_FORWARDED_PROTO": "https",
"HTTP_CF_VISITOR": "{"scheme":"https"}",
"HTTP_SEC_CH_UA": ""Chromium";v="96", " Not A;Brand";v="99"",
"HTTP_SEC_CH_UA_MOBILE": "?0",
"HTTP_SEC_CH_UA_PLATFORM": ""Windows"",
"HTTP_UPGRADE_INSECURE_REQUESTS": "1",
"HTTP_DNT": "1",
"HTTP_USER_AGENT": "Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/96.0.4664.175 Safari\/537.36",
"HTTP_ACCEPT": "text\/html,application\/xhtml+xml,application\/xml;q=0.9,image\/avif,image\/webp,image\/apng,*\/*;q=0.8,application\/signed-exchange;v=b3;q=0.9",
"HTTP_SEC_FETCH_SITE": "same-origin",
"HTTP_SEC_FETCH_MODE": "navigate",
"HTTP_SEC_FETCH_USER": "?1",
"HTTP_SEC_FETCH_DEST": "document",
"HTTP_ACCEPT_LANGUAGE": "en-US,en;q=0.9",
"HTTP_CF_CONNECTING_IP": "188.167.180.26",
"HTTP_CDN_LOOP": "cloudflare",
"SERVER_SIGNATURE": "<address>Apache\/2.4.38 (Debian) Server at ***REMOVED SENSITIVE VALUE*** Port 443<\/address>",
"SERVER_SOFTWARE": "Apache\/2.4.38 (Debian)",
"SERVER_NAME": "***REMOVED SENSITIVE VALUE***",
"SERVER_ADDR": "***REMOVED SENSITIVE VALUE***",
"SERVER_PORT": "443",
"REMOTE_ADDR": "172.68.50.90",
"DOCUMENT_ROOT": "\/var\/www\/owncloud",
"REQUEST_SCHEME": "https",
"CONTEXT_PREFIX": "no value",
"CONTEXT_DOCUMENT_ROOT": "\/var\/www\/owncloud",
"SERVER_ADMIN": "***REMOVED SENSITIVE VALUE***",
"SCRIPT_FILENAME": "\/var\/www\/owncloud\/index.php",
"REMOTE_PORT": "19588",
"GATEWAY_INTERFACE": "CGI\/1.1",
"SERVER_PROTOCOL": "HTTP\/1.1",
"REQUEST_METHOD": "GET",
"QUERY_STRING": "no value",
"REQUEST_URI": "\/index.php\/apps\/configreport\/report",
"SCRIPT_NAME": "\/index.php",
"PATH_INFO": "\/apps\/configreport\/report",
"PATH_TRANSLATED": "\/var\/www\/owncloud\/apps\/configreport\/report"
},
"HTTP Headers Information": {
"HTTP Request": "GET \/index.php\/apps\/configreport\/report HTTP\/1.1",
"host": "***REMOVED SENSITIVE VALUE***",
"connection": "Keep-Alive",
"accept-encoding": "gzip",
"cf-ipcountry": "SK",
"x-forwarded-for": "188.167.180.26",
"cf-ray": "6d74d36e2acf7810-VIE",
"x-forwarded-proto": "https",
"cf-visitor": "{"scheme":"https"}",
"sec-ch-ua": ""Chromium";v="96", " Not A;Brand";v="99"",
"sec-ch-ua-mobile": "?0",
"sec-ch-ua-platform": ""Windows"",
"upgrade-insecure-requests": "1",
"dnt": "1",
"user-agent": "Mozilla\/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/96.0.4664.175 Safari\/537.36",
"accept": "text\/html,application\/xhtml+xml,application\/xml;q=0.9,image\/avif,image\/webp,image\/apng,*\/*;q=0.8,application\/signed-exchange;v=b3;q=0.9",
"sec-fetch-site": "same-origin",
"sec-fetch-mode": "navigate",
"sec-fetch-user": "?1",
"sec-fetch-dest": "document",
"accept-language": "en-US,en;q=0.9",
"cookie": "oc_sessionPassphrase=wPXHmqXowrrH9Kc7ui9mHiYcs2Eywyvx4nsfxzwWgYbAjMCfQTiwWheApthF7f1ZPSBcK6Eb4KmqpwbYxdf4C%2FNNCVaJleYmCCgrP3gEtViZ038U1ONovKt%2FYsl5Wz4V; oco7rhtwomc2=peprltalm10jppgpklu7263bq2",
"cf-connecting-ip": "188.167.180.26",
"cdn-loop": "cloudflare",
"Upgrade": "h2",
"Connection": "Upgrade",
"Expires": "Thu, 19 Nov 1981 08:52:00 GMT",
"Cache-Control": "no-store, no-cache, must-revalidate",
"Pragma": "no-cache",
"Content-Security-Policy": "default-src self ; script-src self unsafe-eval ; style-src self unsafe-inline ; frame-src *; img-src * data: blob:; font-src self data:; media-src *; connect-src *"
},
"apc": {
"APC Compatibility": "1.0.5"
},
"apcu": {
"APCu Support": "Enabled",
"Version": "5.1.21",
"APCu Debugging": "Disabled",
"MMAP Support": "Enabled",
"MMAP File Mask": "no value",
"Serialization Support": "php, igbinary",
"Build Date": "Jan 17 2022 16:27:30",
"apc.coredump_unmap": "Off",
"apc.enable_cli": "Off",
"apc.enabled": "On",
"apc.entries_hint": "4096",
"apc.gc_ttl": "3600",
"apc.mmap_file_mask": "no value",
"apc.preload_path": "no value",
"apc.serializer": "php",
"apc.shm_segments": "1",
"apc.shm_size": "32M",
"apc.slam_defense": "Off",
"apc.smart": "0",
"apc.ttl": "0",
"apc.use_request_time": "Off"
},
"bcmath": {
"BCMath support": "enabled",
"bcmath.scale": "0"
},
"bz2": {
"BZip2 Support": "Enabled",
"Stream Wrapper support": "compress.bzip2:\/\/",
"Stream Filter support": "bzip2.decompress, bzip2.compress",
"BZip2 Version": "1.0.6, 6-Sept-2010"
},
"calendar": {
"Calendar support": "enabled"
},
"Core": {
"PHP Version": "7.4.27",
"allow_url_fopen": "On",
"allow_url_include": "Off",
"arg_separator.input": "&",
"arg_separator.output": "&",
"auto_append_file": "no value",
"auto_globals_jit": "On",
"auto_prepend_file": "no value",
"browscap": "no value",
"default_charset": "UTF-8",
"default_mimetype": "text\/html",
"disable_classes": "no value",
"disable_functions": "pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,",
"display_errors": "Off",
"display_startup_errors": "Off",
"doc_root": "no value",
"docref_ext": "no value",
"docref_root": "no value",
"enable_dl": "Off",
"enable_post_data_reading": "On",
"error_append_string": "no value",
"error_log": "no value",
"error_prepend_string": "no value",
"error_reporting": [
"32767",
"22527"
],
"expose_php": "Off",
"extension_dir": "\/usr\/lib\/php\/20190902",
"file_uploads": "On",
"hard_timeout": "2",
"highlight.comment": "#FF8000",
"highlight.default": "#0000BB",
"highlight.html": "#000000",
"highlight.keyword": "#007700",
"highlight.string": "#DD0000",
"html_errors": "On",
"ignore_repeated_errors": "Off",
"ignore_repeated_source": "Off",
"ignore_user_abort": "Off",
"implicit_flush": "Off",
"input_encoding": "no value",
"internal_encoding": "no value",
"log_errors": "On",
"log_errors_max_len": "1024",
"mail.add_x_header": "Off",
"mail.force_extra_parameters": "no value",
"mail.log": "no value",
"max_execution_time": [
"3600",
"30"
],
"max_file_uploads": "20",
"max_input_nesting_level": "64",
"max_input_time": "60",
"max_input_vars": "1000",
"memory_limit": [
"512M",
"128M"
],
"open_basedir": "no value",
"output_buffering": [
"0",
"4096"
],
"output_encoding": "no value",
"output_handler": "no value",
"post_max_size": [
"513M",
"10G"
],
"precision": "14",
"realpath_cache_size": "10M",
"realpath_cache_ttl": "120",
"register_argc_argv": "Off",
"report_memleaks": "On",
"report_zend_debug": "On",
"request_order": "GP",
"sendmail_from": "no value",
"sendmail_path": "\/usr\/sbin\/sendmail -t -i",
"serialize_precision": "-1",
"short_open_tag": "Off",
"SMTP": "localhost",
"smtp_port": "25",
"sys_temp_dir": "no value",
"syslog.facility": "LOG_USER",
"syslog.filter": "no-ctrl",
"syslog.ident": "php",
"track_errors": "Off",
"unserialize_callback_func": "no value",
"upload_max_filesize": [
"513M",
"10G"
],
"upload_tmp_dir": "no value",
"user_dir": "no value",
"user_ini.cache_ttl": "300",
"user_ini.filename": ".user.ini",
"variables_order": "GPCS",
"xmlrpc_error_number": "0",
"xmlrpc_errors": "Off",
"zend.assertions": "-1",
"zend.detect_unicode": "On",
"zend.enable_gc": "On",
"zend.exception_ignore_args": "On",
"zend.multibyte": "Off",
"zend.script_encoding": "no value",
"zend.signal_check": "Off"
},
"ctype": {
"ctype functions": "enabled"
},
"curl": {
"cURL support": "enabled",
"cURL Information": "7.64.0",
"Age": "4",
"Features": null,
"AsynchDNS": "Yes",
"CharConv": "No",
"Debug": "No",
"GSS-Negotiate": "No",
"IDN": "Yes",
"IPv6": "Yes",
"krb4": "No",
"Largefile": "Yes",
"libz": "Yes",
"NTLM": "Yes",
"NTLMWB": "Yes",
"SPNEGO": "Yes",
"SSL": "Yes",
"SSPI": "No",
"TLS-SRP": "Yes",
"HTTP2": "Yes",
"GSSAPI": "Yes",
"KERBEROS5": "Yes",
"UNIX_SOCKETS": "Yes",
"PSL": "Yes",
"HTTPS_PROXY": "Yes",
"MULTI_SSL": "No",
"BROTLI": "No",
"Protocols": "dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtmp, rtsp, scp, sftp, smb, smbs, smtp, smtps, telnet, tftp",
"Host": "x86_64-pc-linux-gnu",
"SSL Version": "OpenSSL\/1.1.1d",
"ZLib Version": "1.2.11",
"libSSH Version": "libssh2\/1.8.0",
"curl.cainfo": "no value"
},
"date": {
"date\/time support": "enabled",
"timelib version": "2018.04",
""Olson" Timezone Database Version": "0.system",
"Timezone Database": "internal",
"Default timezone": "UTC",
"date.default_latitude": "31.7667",
"date.default_longitude": "35.2333",
"date.sunrise_zenith": "90.583333",
"date.sunset_zenith": "90.583333",
"date.timezone": "no value"
},
"dom": {
"DOM\/XML": "enabled",
"DOM\/XML API Version": "20031129",
"libxml Version": "2.9.12",
"HTML Support": "enabled",
"XPath Support": "enabled",
"XPointer Support": "enabled",
"Schema Support": "enabled",
"RelaxNG Support": "enabled"
},
"exif": {
"EXIF Support": "enabled",
"Supported EXIF Version": "0220",
"Supported filetypes": "JPEG, TIFF",
"Multibyte decoding support using mbstring": "enabled",
"Extended EXIF tag formats": "Canon, Casio, Fujifilm, Nikon, Olympus, Samsung, Panasonic, DJI, Sony, Pentax, Minolta, Sigma, Foveon, Kyocera, Ricoh, AGFA, Epson",
"exif.decode_jis_intel": "JIS",
"exif.decode_jis_motorola": "JIS",
"exif.decode_unicode_intel": "UCS-2LE",
"exif.decode_unicode_motorola": "UCS-2BE",
"exif.encode_jis": "no value",
"exif.encode_unicode": "ISO-8859-15"
},
"FFI": {
"ffi.enable": "preload",
"ffi.preload": "no value"
},
"fileinfo": {
"fileinfo support": "enabled",
"libmagic": "537"
},
"filter": {
"Input Validation and Filtering": "enabled",
"filter.default": "unsafe_raw",
"filter.default_flags": "no value"
},
"ftp": {
"FTP support": "enabled",
"FTPS support": "enabled"
},
"gd": {
"GD Support": "enabled",
"GD headers Version": "2.2.5",
"GD library Version": "2.2.5",
"FreeType Support": "enabled",
"FreeType Linkage": "with freetype",
"GIF Read Support": "enabled",
"GIF Create Support": "enabled",
"JPEG Support": "enabled",
"PNG Support": "enabled",
"WBMP Support": "enabled",
"XPM Support": "enabled",
"XBM Support": "enabled",
"WebP Support": "enabled",
"BMP Support": "enabled",
"TGA Read Support": "enabled",
"gd.jpeg_ignore_warning": "1"
},
"gettext": {
"GetText Support": "enabled"
},
"hash": {
"hash support": "enabled",
"Hashing Engines": "md2 md4 md5 sha1 sha224 sha256 sha384 sha512\/224 sha512\/256 sha512 sha3-224 sha3-256 sha3-384 sha3-512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost gost-crypto adler32 crc32 crc32b crc32c fnv132 fnv1a32 fnv164 fnv1a64 joaat haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5",
"MHASH support": "Enabled",
"MHASH API Version": "Emulated Support"
},
"iconv": {
"iconv support": "enabled",
"iconv implementation": "glibc",
"iconv library version": "2.28",
"iconv.input_encoding": "no value",
"iconv.internal_encoding": "no value",
"iconv.output_encoding": "no value"
},
"igbinary": {
"igbinary support": "enabled",
"igbinary version": "3.2.6",
"igbinary APCu serializer ABI": "0",
"igbinary session support": "yes",
"igbinary.compact_strings": "On"
},
"imagick": {
"imagick module version": "3.6.0",
"imagick classes": "Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator, ImagickKernel",
"Imagick compiled with ImageMagick version": "ImageMagick 6.9.10-23 Q16 x86_64 20190101 https:\/\/imagemagick.org",
"Imagick using ImageMagick library version": "ImageMagick 6.9.10-23 Q16 x86_64 20190101 https:\/\/imagemagick.org",
"ImageMagick copyright": "\u00a9 1999-2019 ImageMagick Studio LLC",
"ImageMagick release date": "20190101",
"ImageMagick number of supported formats:": "232",
"ImageMagick supported formats": "3FR, 3G2, 3GP, AAI, AI, ART, ARW, AVI, AVS, BGR, BGRA, BGRO, BIE, BMP, BMP2, BMP3, BRF, CAL, CALS, CANVAS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CRW, CUR, CUT, DATA, DCM, DCR, DCX, DDS, DFONT, DNG, DPX, DXT1, DXT5, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, FAX, FILE, FITS, FRACTAL, FTP, FTS, G3, G4, GIF, GIF87, GRADIENT, GRAY, GRAYA, GROUP4, H, HALD, HDR, HEIC, HISTOGRAM, HRZ, HTM, HTML, HTTP, HTTPS, ICB, ICO, ICON, IIQ, INFO, INLINE, IPL, ISOBRL, ISOBRL6, J2C, J2K, JBG, JBIG, JNG, JNX, JP2, JPC, JPE, JPEG, JPG, JPM, JPS, JPT, JSON, K25, KDC, LABEL, M2V, M4V, MAC, MAGICK, MAP, MASK, MAT, MATTE, MEF, MIFF, MKV, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MTV, MVG, NEF, NRW, NULL, ORF, OTB, OTF, PAL, PALM, PAM, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PES, PFA, PFB, PFM, PGM, PGX, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG00, PNG24, PNG32, PNG48, PNG64, PNG8, PNM, PPM, PREVIEW, PS, PS2, PS3, PSB, PSD, PTIF, PWP, RADIAL-GRADIENT, RAF, RAS, RAW, RGB, RGBA, RGBO, RGF, RLA, RLE, RMF, RW2, SCR, SCT, SFW, SGI, SHTML, SIX, SIXEL, SPARSE-COLOR, SR2, SRF, STEGANO, SUN, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UBRL6, UIL, UYVY, VDA, VICAR, VID, VIFF, VIPS, VST, WBMP, WEBP, WMV, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, YCbCr, YCbCrA, YUV",
"imagick.allow_zero_dimension_images": "0",
"imagick.locale_fix": "0",
"imagick.progress_monitor": "0",
"imagick.set_single_thread": "1",
"imagick.shutdown_sleep_count": "10",
"imagick.skip_version_check": "1"
},
"imap": {
"IMAP c-Client Version": "2007f",
"SSL Support": "enabled",
"Kerberos Support": "enabled",
"imap.enable_insecure_rsh": "Off"
},
"intl": {
"ICU version": "65.1",
"ICU Data version": "65.1",
"ICU TZData version": "2019c",
"ICU Unicode version": "12.1",
"intl.default_locale": "no value",
"intl.error_level": "0",
"intl.use_exceptions": "0"
},
"json": {
"json support": "enabled"
},
"libxml": {
"libXML support": "active",
"libXML Compiled Version": "2.9.12",
"libXML Loaded Version": "20912",
"libXML streams": "enabled"
},
"mbstring": {
"Multibyte Support": "enabled",
"Multibyte string engine": "libmbfl",
"HTTP input encoding translation": "disabled",
"libmbfl version": "1.3.2",
"Multibyte (japanese) regex support": "enabled",
"Multibyte regex (oniguruma) version": "6.9.1",
"mbstring.detect_order": "no value",
"mbstring.encoding_translation": "Off",
"mbstring.func_overload": "0",
"mbstring.http_input": "no value",
"mbstring.http_output": "no value",
"mbstring.http_output_conv_mimetypes": "^(text\/|application\/xhtml\\+xml)",
"mbstring.internal_encoding": "no value",
"mbstring.language": "neutral",
"mbstring.regex_retry_limit": "1000000",
"mbstring.regex_stack_limit": "100000",
"mbstring.strict_detection": "Off",
"mbstring.substitute_character": "no value"
},
"mcrypt": {
"Version": "2.5.8",
"Api No": "20021217",
"Supported ciphers": "cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes",
"Supported modes": "cbc cfb ctr ecb ncfb nofb ofb stream",
"mcrypt.algorithms_dir": "no value",
"mcrypt.modes_dir": "no value"
},
"mysqli": {
"Client API library version": "mysqlnd 7.4.27",
"Active Persistent Links": "0",
"Inactive Persistent Links": "0",
"Active Links": "0",
"mysqli.allow_local_infile": "Off",
"mysqli.allow_persistent": "On",
"mysqli.default_host": "no value",
"mysqli.default_port": "3306",
"mysqli.default_pw": "no value",
"mysqli.default_socket": "no value",
"mysqli.default_user": "no value",
"mysqli.max_links": "Unlimited",
"mysqli.max_persistent": "Unlimited",
"mysqli.reconnect": "Off",
"mysqli.rollback_on_cached_plink": "Off"
},
"mysqlnd": {
"Version": "mysqlnd 7.4.27",
"Compression": "supported",
"core SSL": "supported",
"extended SSL": "supported",
"Command buffer size": "4096",
"Read buffer size": "32768",
"Read timeout": "86400",
"Collecting statistics": "Yes",
"Collecting memory statistics": "No",
"Tracing": "n\/a",
"Loaded plugins": "mysqlnd,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password,auth_plugin_caching_sha2_password,auth_plugin_sha256_password",
"API Extensions": "mysqli,pdo_mysql"
},
"openssl": {
"OpenSSL support": "enabled",
"OpenSSL Library Version": "OpenSSL 1.1.1d 10 Sep 2019",
"OpenSSL Header Version": "OpenSSL 1.1.1d 10 Sep 2019",
"Openssl default config": "\/usr\/lib\/ssl\/openssl.cnf",
"openssl.cafile": "no value",
"openssl.capath": "no value"
},
"pcre": {
"PCRE (Perl Compatible Regular Expressions) Support": "enabled",
"PCRE Library Version": "10.39 2021-10-29",
"PCRE Unicode Version": "14.0.0",
"PCRE JIT Support": "enabled",
"PCRE JIT Target": "x86 64bit (little endian + unaligned)",
"pcre.backtrack_limit": "1000000",
"pcre.jit": "1",
"pcre.recursion_limit": "100000"
},
"PDO": {
"PDO drivers": "mysql"
},
"pdo_mysql": {
"Client API version": "mysqlnd 7.4.27",
"pdo_mysql.default_socket": "\/var\/run\/mysqld\/mysqld.sock"
},
"Phar": {
"Phar API version": "1.1.1",
"Phar-based phar archives": "enabled",
"Tar-based phar archives": "enabled",
"ZIP-based phar archives": "enabled",
"gzip compression": "enabled",
"bzip2 compression": "enabled",
"Native OpenSSL support": "enabled",
"Phar based on pear\/PHP_Archive, original concept by Davey Shafik.Phar fully realized by Gregory Beaver and Marcus Boerger.Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.": null,
"phar.cache_list": "no value",
"phar.readonly": "On",
"phar.require_hash": "On"
},
"posix": {
"POSIX support": "enabled"
},
"readline": {
"Readline library": "EditLine wrapper",
"cli.pager": "no value",
"cli.prompt": "\\b \\> "
},
"redis": {
"Redis Version": "5.3.5",
"Redis Sentinel Version": "0.1",
"Available serializers": "php, json, igbinary",
"Available compression": "lzf, zstd, lz4",
"redis.arrays.algorithm": "no value",
"redis.arrays.auth": "no value",
"redis.arrays.autorehash": "0",
"redis.arrays.connecttimeout": "0",
"redis.arrays.consistent": "0",
"redis.arrays.distributor": "no value",
"redis.arrays.functions": "no value",
"redis.arrays.hosts": "no value",
"redis.arrays.index": "0",
"redis.arrays.lazyconnect": "0",
"redis.arrays.names": "no value",
"redis.arrays.pconnect": "0",
"redis.arrays.previous": "no value",
"redis.arrays.readtimeout": "0",
"redis.arrays.retryinterval": "0",
"redis.clusters.auth": "no value",
"redis.clusters.cache_slots": "0",
"redis.clusters.persistent": "0",
"redis.clusters.read_timeout": "0",
"redis.clusters.seeds": "no value",
"redis.clusters.timeout": "0",
"redis.pconnect.connection_limit": "0",
"redis.pconnect.echo_check_liveness": "1",
"redis.pconnect.pool_detect_dirty": "0",
"redis.pconnect.pool_pattern": "no value",
"redis.pconnect.pool_poll_timeout": "0",
"redis.pconnect.pooling_enabled": "1",
"redis.session.lock_expire": "0",
"redis.session.lock_retries": "10",
"redis.session.lock_wait_time": "2000",
"redis.session.locking_enabled": "0"
},
"Reflection": {
"Reflection": "enabled"
},
"session": {
"Session Support": "enabled",
"Registered save handlers": "files user redis rediscluster",
"Registered serializer handlers": "php_serialize php php_binary igbinary",
"session.auto_start": "Off",
"session.cache_expire": "180",
"session.cache_limiter": "nocache",
"session.cookie_domain": "no value",
"session.cookie_httponly": [
"1",
"no value"
],
"session.cookie_lifetime": "0",
"session.cookie_path": "\/",
"session.cookie_samesite": [
"None",
"no value"
],
"session.cookie_secure": [
"1",
"0"
],
"session.gc_divisor": "1000",
"session.gc_maxlifetime": [
"1200",
"1440"
],
"session.gc_probability": "0",
"session.lazy_write": "On",
"session.name": [
"oco7rhtwomc2",
"PHPSESSID"
],
"session.referer_check": "no value",
"session.save_handler": "files",
"session.save_path": "\/var\/lib\/php\/sessions",
"session.serialize_handler": "php",
"session.sid_bits_per_character": "5",
"session.sid_length": "26",
"session.upload_progress.cleanup": "On",
"session.upload_progress.enabled": "On",
"session.upload_progress.freq": "1%",
"session.upload_progress.min_freq": "1",
"session.upload_progress.name": "PHP_SESSION_UPLOAD_PROGRESS",
"session.upload_progress.prefix": "upload_progress_",
"session.use_cookies": "1",
"session.use_only_cookies": "1",
"session.use_strict_mode": "0",
"session.use_trans_sid": "0"
},
"shmop": {
"shmop support": "enabled"
},
"SimpleXML": {
"SimpleXML support": "enabled",
"Schema support": "enabled"
},
"soap": {
"Soap Client": "enabled",
"Soap Server": "enabled",
"soap.wsdl_cache": "1",
"soap.wsdl_cache_dir": "\/tmp",
"soap.wsdl_cache_enabled": "1",
"soap.wsdl_cache_limit": "5",
"soap.wsdl_cache_ttl": "86400"
},
"sockets": {
"Sockets Support": "enabled"
},
"sodium": {
"libsodium headers version": "1.0.18",
"libsodium library version": "1.0.18"
},
"SPL": {
"Interfaces": "OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject",
"Classes": "AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, CallbackFilterIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveCallbackFilterIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException"
},
"standard": {
"Dynamic Library Support": "enabled",
"Path to sendmail": "\/usr\/sbin\/sendmail -t -i",
"assert.active": "1",
"assert.bail": "0",
"assert.callback": "no value",
"assert.exception": "0",
"assert.quiet_eval": "0",
"assert.warning": "1",
"auto_detect_line_endings": "0",
"default_socket_timeout": "60",
"from": "no value",
"session.trans_sid_hosts": "no value",
"session.trans_sid_tags": "a=href,area=href,frame=src,form=",
"unserialize_max_depth": "4096",
"url_rewriter.hosts": "no value",
"url_rewriter.tags": "form=",
"user_agent": "no value"
},
"sysvmsg": {
"sysvmsg support": "enabled"
},
"sysvsem": {
"sysvsem support": "enabled"
},
"sysvshm": {
"sysvshm support": "enabled"
},
"tokenizer": {
"Tokenizer Support": "enabled"
},
"xml": {
"XML Support": "active",
"XML Namespace Support": "active",
"libxml2 Version": "2.9.12"
},
"xmlreader": {
"XMLReader": "enabled"
},
"xmlrpc": {
"core library version": "xmlrpc-epi v. 0.54",
"author": "Dan Libby",
"homepage": "http:\/\/xmlrpc-epi.sourceforge.net",
"open sourced by": "Epinions.com"
},
"xmlwriter": {
"XMLWriter": "enabled"
},
"xsl": {
"XSL": "enabled",
"libxslt Version": "1.1.32",
"libxslt compiled against libxml Version": "2.9.4",
"EXSLT": "enabled",
"libexslt Version": "1.1.32"
},
"Zend OPcache": {
"Opcode Caching": "Up and Running",
"Optimization": "Enabled",
"SHM Cache": "Enabled",
"File Cache": "Disabled",
"Startup": "OK",
"Shared memory model": "mmap",
"Cache hits": "3833406",
"Cache misses": "1269",
"Used memory": "30180592",
"Free memory": "104037136",
"Wasted memory": "0",
"Interned Strings Used memory": "6291008",
"Interned Strings Free memory": "0",
"Cached scripts": "1251",
"Cached keys": "2322",
"Max keys": "16229",
"OOM restarts": "0",
"Hash keys restarts": "0",
"Manual restarts": "0",
"opcache.blacklist_filename": "no value",
"opcache.consistency_checks": "0",
"opcache.dups_fix": "Off",
"opcache.enable": "On",
"opcache.enable_cli": "Off",
"opcache.enable_file_override": "Off",
"opcache.error_log": "no value",
"opcache.file_cache": "no value",
"opcache.file_cache_consistency_checks": "On",
"opcache.file_cache_only": "Off",
"opcache.file_update_protection": "2",
"opcache.force_restart_timeout": "180",
"opcache.huge_code_pages": "Off",
"opcache.interned_strings_buffer": "8",
"opcache.lockfile_path": "\/tmp",
"opcache.log_verbosity_level": "1",
"opcache.max_accelerated_files": "10000",
"opcache.max_file_size": "0",
"opcache.max_wasted_percentage": "5",
"opcache.memory_consumption": "128",
"opcache.opt_debug_level": "0",
"opcache.optimization_level": "0x7FFEBFFF",
"opcache.preferred_memory_model": "no value",
"opcache.preload": "no value",
"opcache.preload_user": "no value",
"opcache.protect_memory": "Off",
"opcache.restrict_api": "no value",
"opcache.revalidate_freq": "2",
"opcache.revalidate_path": "Off",
"opcache.save_comments": "On",
"opcache.use_cwd": "On",
"opcache.validate_permission": "Off",
"opcache.validate_root": "Off",
"opcache.validate_timestamps": "On"
},
"zip": {
"Zip": "enabled",
"Zip version": "1.15.6",
"Libzip headers version": "1.7.3",
"Libzip library version": "1.7.3"
},
"zlib": {
"Stream Wrapper": "compress.zlib:\/\/",
"Stream Filter": "zlib.inflate, zlib.deflate",
"Compiled Version": "1.2.11",
"Linked Version": "1.2.11",
"zlib.output_compression": "Off",
"zlib.output_compression_level": "-1",
"zlib.output_handler": "no value"
},
"Environment": {
"APACHE_RUN_DIR": "\/var\/run\/apache2",
"APACHE_PID_FILE": "\/var\/run\/apache2\/apache2.pid",
"JOURNAL_STREAM": "9:19452",
"INVOCATION_ID": "5ddeb9025ae84fca995a3e2d4bdcca6b",
"APACHE_LOCK_DIR": "\/var\/lock\/apache2",
"LANG": "C",
"APACHE_RUN_USER": "www-data",
"APACHE_RUN_GROUP": "www-data",
"APACHE_LOG_DIR": "\/var\/log\/apache2",
"PWD": "\/",
"_WSREP_START_POSITION": "no value"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment