Advertisement
Guest User

Untitled

a guest
Feb 5th, 2020
793
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 229.61 KB | None | 0 0
  1. {
  2.     "basic": {
  3.         "license key": "***REMOVED SENSITIVE VALUE***",
  4.         "date": "Wed, 05 Feb 2020 14:40:15 +0000",
  5.         "ownCloud version": "10.3.2.2",
  6.         "ownCloud version string": "10.3.2",
  7.         "ownCloud edition": "Community",
  8.         "server OS": "Linux",
  9.         "server OS version": "Linux 829f472ec574 4.19.76-linuxkit #1 SMP Thu Oct 17 19:31:58 UTC 2019 x86_64",
  10.         "server SAPI": "apache2handler",
  11.         "webserver version": "Apache",
  12.         "hostname": "localhost:8080",
  13.         "logged-in user": "admin"
  14.     },
  15.     "stats": {
  16.         "users": {
  17.             "Database": {
  18.                 "count": 6,
  19.                 "seen": 1,
  20.                 "logged in (30 days)": 1
  21.             }
  22.         },
  23.         "groups": {
  24.             "OC\\Group\\Database": 2
  25.         }
  26.     },
  27.     "config": {
  28.         "apps_paths": [
  29.             {
  30.                 "path": "\/var\/www\/owncloud\/apps",
  31.                 "url": "\/apps",
  32.                 "writable": false
  33.             },
  34.             {
  35.                 "path": "\/var\/www\/owncloud\/custom",
  36.                 "url": "\/custom",
  37.                 "writable": true
  38.             }
  39.         ],
  40.         "trusted_domains": [
  41.             "localhost"
  42.         ],
  43.         "datadirectory": "\/mnt\/data\/files",
  44.         "dbtype": "mysql",
  45.         "dbhost": "db:3306",
  46.         "dbname": "owncloud",
  47.         "dbuser": "***REMOVED SENSITIVE VALUE***",
  48.         "dbpassword": "***REMOVED SENSITIVE VALUE***",
  49.         "dbtableprefix": "oc_",
  50.         "log_type": "owncloud",
  51.         "supportedDatabases": [
  52.             "sqlite",
  53.             "mysql",
  54.             "pgsql"
  55.         ],
  56.         "upgrade.disable-web": true,
  57.         "default_language": "en",
  58.         "overwrite.cli.url": "http:\/\/localhost\/",
  59.         "htaccess.RewriteBase": "\/",
  60.         "logfile": "\/mnt\/data\/files\/owncloud.log",
  61.         "loglevel": 2,
  62.         "memcache.local": "\\OC\\Memcache\\APCu",
  63.         "mysql.utf8mb4": true,
  64.         "filelocking.enabled": true,
  65.         "memcache.distributed": "\\OC\\Memcache\\Redis",
  66.         "memcache.locking": "\\OC\\Memcache\\Redis",
  67.         "redis": {
  68.             "host": "redis",
  69.             "port": "6379"
  70.         },
  71.         "passwordsalt": "***REMOVED SENSITIVE VALUE***",
  72.         "secret": "***REMOVED SENSITIVE VALUE***",
  73.         "version": "10.3.2.2",
  74.         "logtimezone": "UTC",
  75.         "installed": true,
  76.         "instanceid": "ocoj17wl0bqf"
  77.     },
  78.     "integritychecker": {
  79.         "passing": true,
  80.         "enabled": true,
  81.         "result": []
  82.     },
  83.     "core": {
  84.         "backgroundjobs_mode": "cron",
  85.         "first_install_version": "10.3.2.2",
  86.         "installedat": "1579857835.0656",
  87.         "lastcron": "1580913602",
  88.         "lastupdateResult": "[]",
  89.         "lastupdatedat": "1580911955",
  90.         "public_files": "files_sharing\/public.php",
  91.         "public_webdav": "dav\/appinfo\/v1\/publicwebdav.php",
  92.         "umgmt_set_password": "***REMOVED SENSITIVE VALUE***",
  93.         "umgmt_show_backend": "true",
  94.         "umgmt_show_email": "true",
  95.         "umgmt_show_is_enabled": "true",
  96.         "umgmt_show_last_login": "false",
  97.         "umgmt_show_storage_location": "true"
  98.     },
  99.     "apps": [
  100.         {
  101.             "id": "files_trashbin",
  102.             "name": "Deleted files",
  103.             "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",
  104.             "licence": "AGPL",
  105.             "author": "Bjoern Schiessle",
  106.             "default_enable": "",
  107.             "version": "0.9.1",
  108.             "types": [
  109.                 "filesystem"
  110.             ],
  111.             "use-migrations": "true",
  112.             "namespace": "Files_Trashbin",
  113.             "dependencies": {
  114.                 "owncloud": {
  115.                     "@attributes": {
  116.                         "min-version": "10.0.2.4",
  117.                         "max-version": "10"
  118.                     }
  119.                 }
  120.             },
  121.             "documentation": {
  122.                 "user": "https:\/\/doc.owncloud.org\/server\/10.3\/go.php?to=user-trashbin"
  123.             },
  124.             "background-jobs": {
  125.                 "job": "OCA\\Files_Trashbin\\BackgroundJob\\ExpireTrash"
  126.             },
  127.             "commands": [
  128.                 "OCA\\Files_Trashbin\\Command\\CleanUp",
  129.                 "OCA\\Files_Trashbin\\Command\\ExpireTrash"
  130.             ],
  131.             "info": [],
  132.             "remote": [],
  133.             "public": [],
  134.             "repair-steps": {
  135.                 "install": [],
  136.                 "pre-migration": [],
  137.                 "post-migration": [],
  138.                 "live-migration": [],
  139.                 "uninstall": []
  140.             },
  141.             "two-factor-providers": [],
  142.             "_cached": true,
  143.             "groups": null,
  144.             "active": true,
  145.             "internal": true,
  146.             "level": 200,
  147.             "removable": false,
  148.             "preview": "\/apps\/files_trashbin\/img\/app.svg",
  149.             "previewAsIcon": true,
  150.             "appconfig": {
  151.                 "enabled": "yes",
  152.                 "installed_version": "0.9.1",
  153.                 "types": "filesystem"
  154.             }
  155.         },
  156.         {
  157.             "id": "files_versions",
  158.             "name": "Versions",
  159.             "licence": "AGPL",
  160.             "author": "Frank Karlitschek, Bjoern Schiessle",
  161.             "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",
  162.             "version": "1.3.0",
  163.             "types": [
  164.                 "filesystem"
  165.             ],
  166.             "namespace": "Files_Versions",
  167.             "dependencies": {
  168.                 "owncloud": {
  169.                     "@attributes": {
  170.                         "min-version": "10",
  171.                         "max-version": "10"
  172.                     }
  173.                 }
  174.             },
  175.             "documentation": {
  176.                 "user": "https:\/\/doc.owncloud.org\/server\/10.3\/go.php?to=user-versions"
  177.             },
  178.             "default_enable": "",
  179.             "background-jobs": {
  180.                 "job": "OCA\\Files_Versions\\BackgroundJob\\ExpireVersions"
  181.             },
  182.             "commands": [
  183.                 "OCA\\Files_Versions\\Command\\CleanUp",
  184.                 "OCA\\Files_Versions\\Command\\ExpireVersions"
  185.             ],
  186.             "info": [],
  187.             "remote": [],
  188.             "public": [],
  189.             "repair-steps": {
  190.                 "install": [],
  191.                 "pre-migration": [],
  192.                 "post-migration": [],
  193.                 "live-migration": [],
  194.                 "uninstall": []
  195.             },
  196.             "two-factor-providers": [],
  197.             "_cached": true,
  198.             "groups": null,
  199.             "active": true,
  200.             "internal": true,
  201.             "level": 200,
  202.             "removable": false,
  203.             "preview": "\/apps\/files_versions\/img\/app.svg",
  204.             "previewAsIcon": true,
  205.             "appconfig": {
  206.                 "enabled": "yes",
  207.                 "installed_version": "1.3.0",
  208.                 "types": "filesystem"
  209.             }
  210.         },
  211.         {
  212.             "id": "encryption",
  213.             "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.",
  214.             "name": "Default encryption module",
  215.             "licence": "AGPL",
  216.             "author": "Bjoern Schiessle, Clark Tomlinson",
  217.             "documentation": {
  218.                 "user": "https:\/\/doc.owncloud.org\/server\/10.3\/go.php?to=user-encryption",
  219.                 "admin": "https:\/\/doc.owncloud.org\/server\/10.3\/go.php?to=admin-encryption"
  220.             },
  221.             "rememberlogin": "false",
  222.             "version": "1.4.0",
  223.             "category": "security",
  224.             "types": [
  225.                 "filesystem"
  226.             ],
  227.             "use-migrations": "true",
  228.             "dependencies": {
  229.                 "lib": "openssl",
  230.                 "owncloud": {
  231.                     "@attributes": {
  232.                         "min-version": "10.2",
  233.                         "max-version": "11.0"
  234.                     }
  235.                 }
  236.             },
  237.             "commands": [
  238.                 "OCA\\Encryption\\Command\\SelectEncryptionType",
  239.                 "OCA\\Encryption\\Command\\RecreateMasterKey",
  240.                 "OCA\\Encryption\\Command\\MigrateKeys",
  241.                 "OCA\\Encryption\\Command\\HSMDaemon",
  242.                 "OCA\\Encryption\\Command\\FixEncryptedVersion"
  243.             ],
  244.             "settings": {
  245.                 "admin": "OCA\\Encryption\\Panels\\Admin",
  246.                 "personal": "OCA\\Encryption\\Panels\\Personal"
  247.             },
  248.             "info": [],
  249.             "remote": [],
  250.             "public": [],
  251.             "repair-steps": {
  252.                 "install": [],
  253.                 "pre-migration": [],
  254.                 "post-migration": [],
  255.                 "live-migration": [],
  256.                 "uninstall": []
  257.             },
  258.             "background-jobs": [],
  259.             "two-factor-providers": [],
  260.             "_cached": true,
  261.             "groups": null,
  262.             "active": false,
  263.             "internal": true,
  264.             "level": 200,
  265.             "removable": false,
  266.             "preview": "\/apps\/encryption\/img\/app.svg",
  267.             "previewAsIcon": true
  268.         },
  269.         {
  270.             "id": "user_external",
  271.             "name": "External user support",
  272.             "description": "Use external user authentication methods like IMAP, SMB and FTP",
  273.             "licence": "AGPL",
  274.             "author": "Robin Appelman",
  275.             "documentation": {
  276.                 "admin": "https:\/\/doc.owncloud.org\/server\/10.3\/admin_manual\/configuration\/user\/user_auth_ftp_smb_imap.html"
  277.             },
  278.             "website": "https:\/\/github.com\/owncloud\/apps\/tree\/master\/user_external",
  279.             "bugs": "https:\/\/github.com\/owncloud\/apps\/issues",
  280.             "repository": {
  281.                 "@attributes": {
  282.                     "type": "git"
  283.                 },
  284.                 "@value": "https:\/\/github.com\/owncloud\/user_external.git"
  285.             },
  286.             "dependencies": {
  287.                 "owncloud": {
  288.                     "@attributes": {
  289.                         "min-version": "10",
  290.                         "max-version": "10"
  291.                     }
  292.                 }
  293.             },
  294.             "version": "0.6.0",
  295.             "types": [
  296.                 "authentication",
  297.                 "prelogin"
  298.             ],
  299.             "info": [],
  300.             "remote": [],
  301.             "public": [],
  302.             "repair-steps": {
  303.                 "install": [],
  304.                 "pre-migration": [],
  305.                 "post-migration": [],
  306.                 "live-migration": [],
  307.                 "uninstall": []
  308.             },
  309.             "background-jobs": [],
  310.             "two-factor-providers": [],
  311.             "commands": [],
  312.             "_cached": true,
  313.             "groups": null,
  314.             "active": false,
  315.             "internal": false,
  316.             "removable": true,
  317.             "preview": "\/apps\/user_external\/img\/app.svg",
  318.             "previewAsIcon": true
  319.         },
  320.         {
  321.             "id": "notifications",
  322.             "name": "Notifications",
  323.             "summary": "Notification system for internal events",
  324.             "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.",
  325.             "category": "tools",
  326.             "screenshot": "https:\/\/raw.githubusercontent.com\/owncloud\/promo\/e1dd604d66b4c5f765579b4c160de3268169ea3c\/ownCloud%20logo%20square.png",
  327.             "licence": "AGPL",
  328.             "author": "Joas Schilling, Thomas M\u00fcller",
  329.             "version": "0.5.0",
  330.             "types": [
  331.                 "logging"
  332.             ],
  333.             "default_enable": "",
  334.             "website": "https:\/\/github.com\/owncloud\/notifications",
  335.             "bugs": "https:\/\/github.com\/owncloud\/notifications\/issues",
  336.             "repository": {
  337.                 "@attributes": {
  338.                     "type": "git"
  339.                 },
  340.                 "@value": "https:\/\/github.com\/owncloud\/notifications.git"
  341.             },
  342.             "commands": {
  343.                 "command": "OCA\\Notifications\\Command\\Generate"
  344.             },
  345.             "settings": {
  346.                 "personal": "OCA\\Notifications\\Panels\\Personal\\NotificationsPanel"
  347.             },
  348.             "dependencies": {
  349.                 "owncloud": {
  350.                     "@attributes": {
  351.                         "min-version": "10.2",
  352.                         "max-version": "11"
  353.                     }
  354.                 }
  355.             },
  356.             "use-migrations": "true",
  357.             "info": [],
  358.             "remote": [],
  359.             "public": [],
  360.             "repair-steps": {
  361.                 "install": [],
  362.                 "pre-migration": [],
  363.                 "post-migration": [],
  364.                 "live-migration": [],
  365.                 "uninstall": []
  366.             },
  367.             "background-jobs": [],
  368.             "two-factor-providers": [],
  369.             "_cached": true,
  370.             "groups": null,
  371.             "active": true,
  372.             "internal": false,
  373.             "removable": true,
  374.             "preview": "\/apps\/notifications\/img\/notifications.svg",
  375.             "previewAsIcon": true,
  376.             "appconfig": {
  377.                 "enabled": "yes",
  378.                 "installed_version": "0.5.0",
  379.                 "types": "logging"
  380.             }
  381.         },
  382.         {
  383.             "id": "firstrunwizard",
  384.             "name": "First run wizard",
  385.             "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.",
  386.             "licence": "AGPL",
  387.             "author": "Frank Karlitschek, Jan-Christoph Borchardt, Tom Needham",
  388.             "dependencies": {
  389.                 "owncloud": {
  390.                     "@attributes": {
  391.                         "min-version": "10.2",
  392.                         "max-version": "11"
  393.                     }
  394.                 }
  395.             },
  396.             "version": "1.2.0",
  397.             "namespace": "FirstRunWizard",
  398.             "default_enable": "",
  399.             "commands": {
  400.                 "command": "OCA\\FirstRunWizard\\Command\\ResetAll"
  401.             },
  402.             "info": [],
  403.             "remote": [],
  404.             "public": [],
  405.             "types": [],
  406.             "repair-steps": {
  407.                 "install": [],
  408.                 "pre-migration": [],
  409.                 "post-migration": [],
  410.                 "live-migration": [],
  411.                 "uninstall": []
  412.             },
  413.             "background-jobs": [],
  414.             "two-factor-providers": [],
  415.             "_cached": true,
  416.             "groups": null,
  417.             "active": true,
  418.             "internal": false,
  419.             "removable": true,
  420.             "preview": "\/apps\/firstrunwizard\/img\/app.svg",
  421.             "previewAsIcon": true,
  422.             "appconfig": {
  423.                 "enabled": "yes",
  424.                 "installed_version": "1.2.0",
  425.                 "types": ""
  426.             }
  427.         },
  428.         {
  429.             "id": "external",
  430.             "name": "External Sites",
  431.             "description": "This application allows an admin to add a link in the ownCloud web interface Apps menu that points to an external website. By simply entering the URL and the name for the external site, icon appears. When this icon is clicked by a user, the external website appears in the ownCloud frame. For the user, this external site appears as if it is part of ownCloud but, in fact, this can be any external URL.\n\nNote that the External Site link must use the same type of encryption as provided by ownCloud. In other words, if ownCloud is hosted on HTTPS, the link in the external site must also be HTTPS. The same is also true for HTTP. More information is available in the External Sites documentation.",
  432.             "licence": "AGPL",
  433.             "author": "Frank Karlitschek",
  434.             "dependencies": {
  435.                 "owncloud": {
  436.                     "@attributes": {
  437.                         "min-version": "10",
  438.                         "max-version": "10"
  439.                     }
  440.                 }
  441.             },
  442.             "version": "1.4.0",
  443.             "info": [],
  444.             "remote": [],
  445.             "public": [],
  446.             "types": [],
  447.             "repair-steps": {
  448.                 "install": [],
  449.                 "pre-migration": [],
  450.                 "post-migration": [],
  451.                 "live-migration": [],
  452.                 "uninstall": []
  453.             },
  454.             "background-jobs": [],
  455.             "two-factor-providers": [],
  456.             "commands": [],
  457.             "_cached": true,
  458.             "groups": null,
  459.             "active": false,
  460.             "internal": false,
  461.             "removable": true,
  462.             "preview": "\/apps\/external\/img\/external.svg",
  463.             "previewAsIcon": true
  464.         },
  465.         {
  466.             "id": "market",
  467.             "name": "Market",
  468.             "summary": "Integrate the ownCloud marketplace into your ownCloud",
  469.             "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)",
  470.             "licence": "AGPL",
  471.             "author": "Thomas M\u00fcller, Felix Heidecke, Thomas B\u00f6rger, Philipp Schaffrath, Viktar Dubiniuk",
  472.             "version": "0.5.0",
  473.             "default_enable": "",
  474.             "category": "tools",
  475.             "screenshot": "https:\/\/raw.githubusercontent.com\/owncloud\/screenshots\/master\/market\/ownCloud-market-app.jpg",
  476.             "dependencies": {
  477.                 "owncloud": {
  478.                     "@attributes": {
  479.                         "min-version": "10.2",
  480.                         "max-version": "10"
  481.                     }
  482.                 }
  483.             },
  484.             "background-jobs": {
  485.                 "job": "OCA\\Market\\CheckUpdateBackgroundJob"
  486.             },
  487.             "commands": [
  488.                 "OCA\\Market\\Command\\InstallApp",
  489.                 "OCA\\Market\\Command\\UnInstallApp",
  490.                 "OCA\\Market\\Command\\ListApps",
  491.                 "OCA\\Market\\Command\\UpgradeApp"
  492.             ],
  493.             "navigation": {
  494.                 "@attributes": {
  495.                     "role": "admin"
  496.                 },
  497.                 "route": "market.page.index",
  498.                 "order": "100"
  499.             },
  500.             "info": [],
  501.             "remote": [],
  502.             "public": [],
  503.             "types": [],
  504.             "repair-steps": {
  505.                 "install": [],
  506.                 "pre-migration": [],
  507.                 "post-migration": [],
  508.                 "live-migration": [],
  509.                 "uninstall": []
  510.             },
  511.             "two-factor-providers": [],
  512.             "_cached": true,
  513.             "groups": null,
  514.             "active": true,
  515.             "internal": false,
  516.             "removable": true,
  517.             "preview": "\/apps\/market\/img\/market.svg",
  518.             "previewAsIcon": true,
  519.             "appconfig": {
  520.                 "enabled": "yes",
  521.                 "installed_version": "0.5.0",
  522.                 "key": null,
  523.                 "types": ""
  524.             }
  525.         },
  526.         {
  527.             "id": "comments",
  528.             "name": "Comments",
  529.             "description": "Files app plugin to add comments to files",
  530.             "licence": "AGPL",
  531.             "author": "Arthur Schiwon, Vincent Petry",
  532.             "default_enable": "",
  533.             "version": "0.3.0",
  534.             "dependencies": {
  535.                 "owncloud": {
  536.                     "@attributes": {
  537.                         "min-version": "10",
  538.                         "max-version": "10"
  539.                     }
  540.                 }
  541.             },
  542.             "types": [
  543.                 "logging",
  544.                 "dav"
  545.             ],
  546.             "sabre": {
  547.                 "plugins": {
  548.                     "plugin": "OCA\\Comments\\Dav\\CommentsPlugin"
  549.                 },
  550.                 "collections": {
  551.                     "collection": "OCA\\Comments\\Dav\\RootCollection"
  552.                 }
  553.             },
  554.             "info": [],
  555.             "remote": [],
  556.             "public": [],
  557.             "repair-steps": {
  558.                 "install": [],
  559.                 "pre-migration": [],
  560.                 "post-migration": [],
  561.                 "live-migration": [],
  562.                 "uninstall": []
  563.             },
  564.             "background-jobs": [],
  565.             "two-factor-providers": [],
  566.             "commands": [],
  567.             "_cached": true,
  568.             "groups": null,
  569.             "active": true,
  570.             "internal": false,
  571.             "removable": true,
  572.             "appconfig": {
  573.                 "enabled": "yes",
  574.                 "installed_version": "0.3.0",
  575.                 "types": "logging,dav"
  576.             }
  577.         },
  578.         {
  579.             "id": "updatenotification",
  580.             "name": "Update notification",
  581.             "description": "Displays update notifications for ownCloud and provides the SSO for the updater.",
  582.             "licence": "AGPL",
  583.             "author": "Lukas Reschke",
  584.             "version": "0.2.1",
  585.             "namespace": "UpdateNotification",
  586.             "default_enable": "",
  587.             "dependencies": {
  588.                 "owncloud": {
  589.                     "@attributes": {
  590.                         "min-version": "10",
  591.                         "max-version": "10"
  592.                     }
  593.                 }
  594.             },
  595.             "background-jobs": {
  596.                 "job": "OCA\\UpdateNotification\\Notification\\BackgroundJob"
  597.             },
  598.             "settings": {
  599.                 "admin": "OCA\\UpdateNotification\\Controller\\AdminController"
  600.             },
  601.             "info": [],
  602.             "remote": [],
  603.             "public": [],
  604.             "types": [],
  605.             "repair-steps": {
  606.                 "install": [],
  607.                 "pre-migration": [],
  608.                 "post-migration": [],
  609.                 "live-migration": [],
  610.                 "uninstall": []
  611.             },
  612.             "two-factor-providers": [],
  613.             "commands": [],
  614.             "_cached": true,
  615.             "groups": null,
  616.             "active": true,
  617.             "internal": true,
  618.             "level": 200,
  619.             "removable": false,
  620.             "appconfig": {
  621.                 "enabled": "yes",
  622.                 "installed_version": "0.2.1",
  623.                 "types": ""
  624.             }
  625.         },
  626.         {
  627.             "id": "federation",
  628.             "name": "Federation",
  629.             "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.",
  630.             "licence": "AGPL",
  631.             "author": "Bjoern Schiessle",
  632.             "version": "0.1.0",
  633.             "namespace": "Federation",
  634.             "category": "other",
  635.             "dependencies": {
  636.                 "owncloud": {
  637.                     "@attributes": {
  638.                         "min-version": "10",
  639.                         "max-version": "10"
  640.                     }
  641.                 }
  642.             },
  643.             "default_enable": "",
  644.             "types": [
  645.                 "authentication"
  646.             ],
  647.             "background-jobs": {
  648.                 "job": "OCA\\Federation\\SyncJob"
  649.             },
  650.             "commands": {
  651.                 "command": "OCA\\Federation\\Command\\SyncFederationAddressBooks"
  652.             },
  653.             "settings": {
  654.                 "admin": "OCA\\Federation\\Panels\\Admin"
  655.             },
  656.             "info": [],
  657.             "remote": [],
  658.             "public": [],
  659.             "repair-steps": {
  660.                 "install": [],
  661.                 "pre-migration": [],
  662.                 "post-migration": [],
  663.                 "live-migration": [],
  664.                 "uninstall": []
  665.             },
  666.             "two-factor-providers": [],
  667.             "_cached": true,
  668.             "groups": null,
  669.             "active": true,
  670.             "internal": true,
  671.             "level": 200,
  672.             "removable": false,
  673.             "preview": "\/apps\/federation\/img\/app.svg",
  674.             "previewAsIcon": true,
  675.             "appconfig": {
  676.                 "enabled": "yes",
  677.                 "installed_version": "0.1.0",
  678.                 "types": "authentication"
  679.             }
  680.         },
  681.         {
  682.             "id": "files_sharing",
  683.             "name": "Share Files",
  684.             "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",
  685.             "licence": "AGPL",
  686.             "author": "Michael Gapczynski, Bjoern Schiessle",
  687.             "default_enable": "",
  688.             "version": "0.12.0",
  689.             "types": [
  690.                 "filesystem"
  691.             ],
  692.             "use-migrations": "true",
  693.             "dependencies": {
  694.                 "owncloud": {
  695.                     "@attributes": {
  696.                         "min-version": "10.0.2.4",
  697.                         "max-version": "10"
  698.                     }
  699.                 }
  700.             },
  701.             "public": {
  702.                 "files": "public.php"
  703.             },
  704.             "namespace": "Files_Sharing",
  705.             "settings-sections": {
  706.                 "personal": "OCA\\Files_Sharing\\Panels\\Personal\\Section"
  707.             },
  708.             "settings": {
  709.                 "admin": "OCA\\Files_Sharing\\Panels\\Admin\\SettingsPanel",
  710.                 "personal": "OCA\\Files_Sharing\\Panels\\Personal\\PersonalPanel"
  711.             },
  712.             "background-jobs": [
  713.                 "OCA\\Files_Sharing\\DeleteOrphanedSharesJob",
  714.                 "OCA\\Files_Sharing\\ExpireSharesJob"
  715.             ],
  716.             "commands": {
  717.                 "command": "OCA\\Files_Sharing\\Command\\CleanupRemoteStorages"
  718.             },
  719.             "info": [],
  720.             "remote": [],
  721.             "repair-steps": {
  722.                 "install": [],
  723.                 "pre-migration": [],
  724.                 "post-migration": [],
  725.                 "live-migration": [],
  726.                 "uninstall": []
  727.             },
  728.             "two-factor-providers": [],
  729.             "_cached": true,
  730.             "groups": null,
  731.             "active": true,
  732.             "internal": true,
  733.             "level": 200,
  734.             "removable": false,
  735.             "preview": "\/apps\/files_sharing\/img\/app.svg",
  736.             "previewAsIcon": true,
  737.             "appconfig": {
  738.                 "enabled": "yes",
  739.                 "installed_version": "0.12.0",
  740.                 "types": "filesystem"
  741.             }
  742.         },
  743.         {
  744.             "id": "files_mediaviewer",
  745.             "name": "Media Viewer",
  746.             "summary": "Explore, show and share your media collections",
  747.             "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",
  748.             "licence": "GPLv2",
  749.             "author": "Felix Heidecke",
  750.             "version": "1.0.1",
  751.             "namespace": "Mediaviewer",
  752.             "documentation": {
  753.                 "developer": "https:\/\/github.com\/owncloud\/files_mediaviewer\/blob\/master\/README.md"
  754.             },
  755.             "screenshot": "https:\/\/raw.githubusercontent.com\/owncloud\/screenshots\/master\/files_mediaviewer\/ownCloud-app-mediaviewer.jpg",
  756.             "category": "multimedia",
  757.             "website": "https:\/\/github.com\/owncloud\/files_mediaviewer",
  758.             "bugs": "https:\/\/github.com\/owncloud\/files_mediaviewer\/issues",
  759.             "repository": {
  760.                 "@attributes": {
  761.                     "type": "git"
  762.                 },
  763.                 "@value": "https:\/\/github.com\/owncloud\/files_mediaviewer.git"
  764.             },
  765.             "dependencies": {
  766.                 "owncloud": {
  767.                     "@attributes": {
  768.                         "min-version": "10",
  769.                         "max-version": "10"
  770.                     }
  771.                 }
  772.             },
  773.             "default_enable": "",
  774.             "info": [],
  775.             "remote": [],
  776.             "public": [],
  777.             "types": [],
  778.             "repair-steps": {
  779.                 "install": [],
  780.                 "pre-migration": [],
  781.                 "post-migration": [],
  782.                 "live-migration": [],
  783.                 "uninstall": []
  784.             },
  785.             "background-jobs": [],
  786.             "two-factor-providers": [],
  787.             "commands": [],
  788.             "_cached": true,
  789.             "groups": null,
  790.             "active": true,
  791.             "internal": false,
  792.             "removable": true,
  793.             "appconfig": {
  794.                 "enabled": "yes",
  795.                 "installed_version": "1.0.1",
  796.                 "types": ""
  797.             }
  798.         },
  799.         {
  800.             "id": "configreport",
  801.             "name": "Admin Config Report",
  802.             "description": "Generate a Config Report",
  803.             "licence": "AGPL",
  804.             "author": "owncloud.org",
  805.             "version": "0.2.0",
  806.             "namespace": "ConfigReport",
  807.             "default_enable": [
  808.                 "",
  809.                 ""
  810.             ],
  811.             "types": [
  812.                 "filesystem"
  813.             ],
  814.             "dependencies": {
  815.                 "owncloud": {
  816.                     "@attributes": {
  817.                         "min-version": "10.2",
  818.                         "max-version": "11"
  819.                     }
  820.                 }
  821.             },
  822.             "commands": {
  823.                 "command": "OCA\\ConfigReport\\Command\\ConfigReport"
  824.             },
  825.             "settings": {
  826.                 "admin": "OCA\\ConfigReport\\AdminPanel"
  827.             },
  828.             "info": [],
  829.             "remote": [],
  830.             "public": [],
  831.             "repair-steps": {
  832.                 "install": [],
  833.                 "pre-migration": [],
  834.                 "post-migration": [],
  835.                 "live-migration": [],
  836.                 "uninstall": []
  837.             },
  838.             "background-jobs": [],
  839.             "two-factor-providers": [],
  840.             "_cached": true,
  841.             "groups": null,
  842.             "active": true,
  843.             "internal": true,
  844.             "level": 200,
  845.             "removable": false,
  846.             "appconfig": {
  847.                 "enabled": "yes",
  848.                 "installed_version": "0.2.0",
  849.                 "types": "filesystem"
  850.             }
  851.         },
  852.         {
  853.             "id": "systemtags",
  854.             "name": "Collaborative tags",
  855.             "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.)",
  856.             "licence": "AGPL",
  857.             "author": "Vincent Petry",
  858.             "default_enable": "",
  859.             "version": "0.3.0",
  860.             "dependencies": {
  861.                 "owncloud": {
  862.                     "@attributes": {
  863.                         "min-version": "10",
  864.                         "max-version": "10"
  865.                     }
  866.                 }
  867.             },
  868.             "namespace": "SystemTags",
  869.             "types": [
  870.                 "logging"
  871.             ],
  872.             "info": [],
  873.             "remote": [],
  874.             "public": [],
  875.             "repair-steps": {
  876.                 "install": [],
  877.                 "pre-migration": [],
  878.                 "post-migration": [],
  879.                 "live-migration": [],
  880.                 "uninstall": []
  881.             },
  882.             "background-jobs": [],
  883.             "two-factor-providers": [],
  884.             "commands": [],
  885.             "_cached": true,
  886.             "groups": null,
  887.             "active": true,
  888.             "internal": false,
  889.             "removable": true,
  890.             "appconfig": {
  891.                 "enabled": "yes",
  892.                 "installed_version": "0.3.0",
  893.                 "types": "logging"
  894.             }
  895.         },
  896.         {
  897.             "id": "provisioning_api",
  898.             "name": "Provisioning API",
  899.             "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.",
  900.             "licence": "AGPL",
  901.             "author": "Tom Needham",
  902.             "default_enable": "",
  903.             "documentation": {
  904.                 "admin": "https:\/\/doc.owncloud.org\/server\/10.3\/go.php?to=admin-provisioning-api"
  905.             },
  906.             "version": "0.5.0",
  907.             "namespace": "Provisioning_API",
  908.             "types": [
  909.                 "prevent_group_restriction"
  910.             ],
  911.             "dependencies": {
  912.                 "owncloud": {
  913.                     "@attributes": {
  914.                         "min-version": "10",
  915.                         "max-version": "10"
  916.                     }
  917.                 }
  918.             },
  919.             "info": [],
  920.             "remote": [],
  921.             "public": [],
  922.             "repair-steps": {
  923.                 "install": [],
  924.                 "pre-migration": [],
  925.                 "post-migration": [],
  926.                 "live-migration": [],
  927.                 "uninstall": []
  928.             },
  929.             "background-jobs": [],
  930.             "two-factor-providers": [],
  931.             "commands": [],
  932.             "_cached": true,
  933.             "groups": null,
  934.             "active": true,
  935.             "internal": true,
  936.             "level": 200,
  937.             "removable": false,
  938.             "preview": "\/apps\/provisioning_api\/img\/app.svg",
  939.             "previewAsIcon": true,
  940.             "appconfig": {
  941.                 "enabled": "yes",
  942.                 "installed_version": "0.5.0",
  943.                 "types": "prevent_group_restriction"
  944.             }
  945.         },
  946.         {
  947.             "id": "user_ldap",
  948.             "name": "LDAP Integration",
  949.             "summary": "Integrate LDAP user directories",
  950.             "description": "Looking to leverage your LDAP-based user directory? ownCloud perfectly integrates with existing infrastructure making professional user management a breeze. With centrally managed directories users can just use their account credentials for ownCloud as with any other service that is provided. Simultaneously IT is relieved as there is no need to care about different user accounts for specific services. Just connect ownCloud to a user directory and you're good to go!\n\nThis application enables administrators to connect ownCloud to an LDAP-based user directory for authenticating and provisioning users, groups and user attributes. Administrators can configure this application to connect to one or more LDAP directories or Active Directories via an LDAP interface. Attributes such as user quota, email, avatar pictures, group memberships and more can be pulled into ownCloud from a directory with the appropriate queries and filters.\n\nA user logs into ownCloud with their LDAP\/AD credentials, and is granted access based on an authentication request handled by the LDAP\/AD server. ownCloud does not store LDAP\/AD passwords, rather these credentials are used to authenticate a user. ownCloud then uses a session for the user ID. More information is available in the [LDAP User and Group Backend documentation](https:\/\/doc.owncloud.com\/server\/latest\/admin_manual\/configuration\/user\/user_auth_ldap.html).\n\n",
  951.             "licence": "AGPL",
  952.             "author": "J\u00f6rn Friedrich Dreyer, Tom Needham, Juan Pablo Villafa\u00f1ez Ramos, Dominik Schmidt and Arthur Schiwon",
  953.             "version": "0.14.0",
  954.             "types": [
  955.                 "authentication"
  956.             ],
  957.             "documentation": {
  958.                 "admin": "https:\/\/doc.owncloud.com\/server\/latest\/admin_manual\/configuration\/user\/user_auth_ldap.html"
  959.             },
  960.             "category": "integration",
  961.             "screenshot": "https:\/\/raw.githubusercontent.com\/owncloud\/screenshots\/master\/user_ldap\/ownCloud-app-ldap-user-management.jpg",
  962.             "dependencies": {
  963.                 "lib": "ldap",
  964.                 "owncloud": {
  965.                     "@attributes": {
  966.                         "min-version": "10.2",
  967.                         "max-version": "10"
  968.                     }
  969.                 }
  970.             },
  971.             "namespace": "User_LDAP",
  972.             "settings": {
  973.                 "admin": "OCA\\User_LDAP\\AdminPanel"
  974.             },
  975.             "commands": [
  976.                 "OCA\\User_LDAP\\Command\\ShowConfig",
  977.                 "OCA\\User_LDAP\\Command\\SetConfig",
  978.                 "OCA\\User_LDAP\\Command\\TestConfig",
  979.                 "OCA\\User_LDAP\\Command\\CreateEmptyConfig",
  980.                 "OCA\\User_LDAP\\Command\\DeleteConfig",
  981.                 "OCA\\User_LDAP\\Command\\Search"
  982.             ],
  983.             "use-migrations": "true",
  984.             "info": [],
  985.             "remote": [],
  986.             "public": [],
  987.             "repair-steps": {
  988.                 "install": [],
  989.                 "pre-migration": [],
  990.                 "post-migration": [],
  991.                 "live-migration": [],
  992.                 "uninstall": []
  993.             },
  994.             "background-jobs": [],
  995.             "two-factor-providers": [],
  996.             "_cached": true,
  997.             "groups": null,
  998.             "active": false,
  999.             "internal": false,
  1000.             "removable": true,
  1001.             "preview": "\/apps\/user_ldap\/img\/app.svg",
  1002.             "previewAsIcon": true
  1003.         }
  1004.     ],
  1005.     "mounts": [],
  1006.     "tables": {
  1007.         "tableNames": {
  1008.             "oc_account_terms": {
  1009.                 "fields": [
  1010.                     {
  1011.                         "id": {
  1012.                             "type": "bigint",
  1013.                             "null": false,
  1014.                             "default": null,
  1015.                             "autoIncrement": true
  1016.                         }
  1017.                     },
  1018.                     {
  1019.                         "account_id": {
  1020.                             "type": "bigint",
  1021.                             "null": false,
  1022.                             "default": null,
  1023.                             "autoIncrement": false
  1024.                         }
  1025.                     },
  1026.                     {
  1027.                         "term": {
  1028.                             "type": "string",
  1029.                             "null": false,
  1030.                             "default": null,
  1031.                             "autoIncrement": false
  1032.                         }
  1033.                     }
  1034.                 ],
  1035.                 "index": [
  1036.                     {
  1037.                         "indexName": "PRIMARY",
  1038.                         "columns": [
  1039.                             "id"
  1040.                         ],
  1041.                         "unique": true
  1042.                     },
  1043.                     {
  1044.                         "indexName": "account_id_index",
  1045.                         "columns": [
  1046.                             "account_id"
  1047.                         ],
  1048.                         "unique": false
  1049.                     },
  1050.                     {
  1051.                         "indexName": "term_index",
  1052.                         "columns": [
  1053.                             "term"
  1054.                         ],
  1055.                         "unique": false
  1056.                     }
  1057.                 ],
  1058.                 "0": {
  1059.                     "primaryColumns": [
  1060.                         "id"
  1061.                     ]
  1062.                 }
  1063.             },
  1064.             "oc_accounts": {
  1065.                 "fields": [
  1066.                     {
  1067.                         "id": {
  1068.                             "type": "bigint",
  1069.                             "null": false,
  1070.                             "default": null,
  1071.                             "autoIncrement": true
  1072.                         }
  1073.                     },
  1074.                     {
  1075.                         "email": {
  1076.                             "type": "string",
  1077.                             "null": true,
  1078.                             "default": null,
  1079.                             "autoIncrement": false
  1080.                         }
  1081.                     },
  1082.                     {
  1083.                         "user_id": {
  1084.                             "type": "string",
  1085.                             "null": false,
  1086.                             "default": null,
  1087.                             "autoIncrement": false
  1088.                         }
  1089.                     },
  1090.                     {
  1091.                         "lower_user_id": {
  1092.                             "type": "string",
  1093.                             "null": false,
  1094.                             "default": null,
  1095.                             "autoIncrement": false
  1096.                         }
  1097.                     },
  1098.                     {
  1099.                         "display_name": {
  1100.                             "type": "string",
  1101.                             "null": true,
  1102.                             "default": null,
  1103.                             "autoIncrement": false
  1104.                         }
  1105.                     },
  1106.                     {
  1107.                         "quota": {
  1108.                             "type": "string",
  1109.                             "null": true,
  1110.                             "default": null,
  1111.                             "autoIncrement": false
  1112.                         }
  1113.                     },
  1114.                     {
  1115.                         "last_login": {
  1116.                             "type": "integer",
  1117.                             "null": false,
  1118.                             "default": "0",
  1119.                             "autoIncrement": false
  1120.                         }
  1121.                     },
  1122.                     {
  1123.                         "backend": {
  1124.                             "type": "string",
  1125.                             "null": false,
  1126.                             "default": null,
  1127.                             "autoIncrement": false
  1128.                         }
  1129.                     },
  1130.                     {
  1131.                         "home": {
  1132.                             "type": "string",
  1133.                             "null": false,
  1134.                             "default": null,
  1135.                             "autoIncrement": false
  1136.                         }
  1137.                     },
  1138.                     {
  1139.                         "state": {
  1140.                             "type": "smallint",
  1141.                             "null": false,
  1142.                             "default": "0",
  1143.                             "autoIncrement": false
  1144.                         }
  1145.                     }
  1146.                 ],
  1147.                 "index": [
  1148.                     {
  1149.                         "indexName": "PRIMARY",
  1150.                         "columns": [
  1151.                             "id"
  1152.                         ],
  1153.                         "unique": true
  1154.                     },
  1155.                     {
  1156.                         "indexName": "UNIQ_907AA303A76ED395",
  1157.                         "columns": [
  1158.                             "user_id"
  1159.                         ],
  1160.                         "unique": true
  1161.                     },
  1162.                     {
  1163.                         "indexName": "lower_user_id_index",
  1164.                         "columns": [
  1165.                             "lower_user_id"
  1166.                         ],
  1167.                         "unique": true
  1168.                     },
  1169.                     {
  1170.                         "indexName": "display_name_index",
  1171.                         "columns": [
  1172.                             "display_name"
  1173.                         ],
  1174.                         "unique": false
  1175.                     },
  1176.                     {
  1177.                         "indexName": "email_index",
  1178.                         "columns": [
  1179.                             "email"
  1180.                         ],
  1181.                         "unique": false
  1182.                     }
  1183.                 ],
  1184.                 "0": {
  1185.                     "primaryColumns": [
  1186.                         "id"
  1187.                     ]
  1188.                 }
  1189.             },
  1190.             "oc_addressbookchanges": {
  1191.                 "fields": [
  1192.                     {
  1193.                         "id": {
  1194.                             "type": "bigint",
  1195.                             "null": false,
  1196.                             "default": null,
  1197.                             "autoIncrement": true
  1198.                         }
  1199.                     },
  1200.                     {
  1201.                         "uri": {
  1202.                             "type": "string",
  1203.                             "null": true,
  1204.                             "default": null,
  1205.                             "autoIncrement": false
  1206.                         }
  1207.                     },
  1208.                     {
  1209.                         "synctoken": {
  1210.                             "type": "integer",
  1211.                             "null": false,
  1212.                             "default": "1",
  1213.                             "autoIncrement": false
  1214.                         }
  1215.                     },
  1216.                     {
  1217.                         "addressbookid": {
  1218.                             "type": "integer",
  1219.                             "null": false,
  1220.                             "default": null,
  1221.                             "autoIncrement": false
  1222.                         }
  1223.                     },
  1224.                     {
  1225.                         "operation": {
  1226.                             "type": "smallint",
  1227.                             "null": false,
  1228.                             "default": null,
  1229.                             "autoIncrement": false
  1230.                         }
  1231.                     }
  1232.                 ],
  1233.                 "index": [
  1234.                     {
  1235.                         "indexName": "PRIMARY",
  1236.                         "columns": [
  1237.                             "id"
  1238.                         ],
  1239.                         "unique": true
  1240.                     },
  1241.                     {
  1242.                         "indexName": "addressbookid_synctoken",
  1243.                         "columns": [
  1244.                             "addressbookid",
  1245.                             "synctoken"
  1246.                         ],
  1247.                         "unique": false
  1248.                     }
  1249.                 ],
  1250.                 "0": {
  1251.                     "primaryColumns": [
  1252.                         "id"
  1253.                     ]
  1254.                 }
  1255.             },
  1256.             "oc_addressbooks": {
  1257.                 "fields": [
  1258.                     {
  1259.                         "id": {
  1260.                             "type": "bigint",
  1261.                             "null": false,
  1262.                             "default": null,
  1263.                             "autoIncrement": true
  1264.                         }
  1265.                     },
  1266.                     {
  1267.                         "principaluri": {
  1268.                             "type": "string",
  1269.                             "null": true,
  1270.                             "default": null,
  1271.                             "autoIncrement": false
  1272.                         }
  1273.                     },
  1274.                     {
  1275.                         "displayname": {
  1276.                             "type": "string",
  1277.                             "null": true,
  1278.                             "default": null,
  1279.                             "autoIncrement": false
  1280.                         }
  1281.                     },
  1282.                     {
  1283.                         "uri": {
  1284.                             "type": "string",
  1285.                             "null": true,
  1286.                             "default": null,
  1287.                             "autoIncrement": false
  1288.                         }
  1289.                     },
  1290.                     {
  1291.                         "description": {
  1292.                             "type": "string",
  1293.                             "null": true,
  1294.                             "default": null,
  1295.                             "autoIncrement": false
  1296.                         }
  1297.                     },
  1298.                     {
  1299.                         "synctoken": {
  1300.                             "type": "integer",
  1301.                             "null": false,
  1302.                             "default": "1",
  1303.                             "autoIncrement": false
  1304.                         }
  1305.                     }
  1306.                 ],
  1307.                 "index": [
  1308.                     {
  1309.                         "indexName": "PRIMARY",
  1310.                         "columns": [
  1311.                             "id"
  1312.                         ],
  1313.                         "unique": true
  1314.                     },
  1315.                     {
  1316.                         "indexName": "addressbook_index",
  1317.                         "columns": [
  1318.                             "principaluri",
  1319.                             "uri"
  1320.                         ],
  1321.                         "unique": true
  1322.                     }
  1323.                 ],
  1324.                 "0": {
  1325.                     "primaryColumns": [
  1326.                         "id"
  1327.                     ]
  1328.                 }
  1329.             },
  1330.             "oc_appconfig": {
  1331.                 "fields": [
  1332.                     {
  1333.                         "appid": {
  1334.                             "type": "string",
  1335.                             "null": false,
  1336.                             "default": "",
  1337.                             "autoIncrement": false
  1338.                         }
  1339.                     },
  1340.                     {
  1341.                         "configkey": {
  1342.                             "type": "string",
  1343.                             "null": false,
  1344.                             "default": "",
  1345.                             "autoIncrement": false
  1346.                         }
  1347.                     },
  1348.                     {
  1349.                         "configvalue": {
  1350.                             "type": "text",
  1351.                             "null": true,
  1352.                             "default": null,
  1353.                             "autoIncrement": false
  1354.                         }
  1355.                     }
  1356.                 ],
  1357.                 "index": [
  1358.                     {
  1359.                         "indexName": "PRIMARY",
  1360.                         "columns": [
  1361.                             "appid",
  1362.                             "configkey"
  1363.                         ],
  1364.                         "unique": true
  1365.                     },
  1366.                     {
  1367.                         "indexName": "appconfig_config_key_index",
  1368.                         "columns": [
  1369.                             "configkey"
  1370.                         ],
  1371.                         "unique": false
  1372.                     },
  1373.                     {
  1374.                         "indexName": "appconfig_appid_key",
  1375.                         "columns": [
  1376.                             "appid"
  1377.                         ],
  1378.                         "unique": false
  1379.                     }
  1380.                 ],
  1381.                 "0": {
  1382.                     "primaryColumns": [
  1383.                         "appid",
  1384.                         "configkey"
  1385.                     ]
  1386.                 }
  1387.             },
  1388.             "oc_authtoken": {
  1389.                 "fields": [
  1390.                     {
  1391.                         "id": {
  1392.                             "type": "integer",
  1393.                             "null": false,
  1394.                             "default": null,
  1395.                             "autoIncrement": true
  1396.                         }
  1397.                     },
  1398.                     {
  1399.                         "uid": {
  1400.                             "type": "string",
  1401.                             "null": false,
  1402.                             "default": "",
  1403.                             "autoIncrement": false
  1404.                         }
  1405.                     },
  1406.                     {
  1407.                         "login_name": {
  1408.                             "type": "string",
  1409.                             "null": false,
  1410.                             "default": "",
  1411.                             "autoIncrement": false
  1412.                         }
  1413.                     },
  1414.                     {
  1415.                         "password": {
  1416.                             "type": "text",
  1417.                             "null": true,
  1418.                             "default": null,
  1419.                             "autoIncrement": false
  1420.                         }
  1421.                     },
  1422.                     {
  1423.                         "name": {
  1424.                             "type": "text",
  1425.                             "null": false,
  1426.                             "default": null,
  1427.                             "autoIncrement": false
  1428.                         }
  1429.                     },
  1430.                     {
  1431.                         "token": {
  1432.                             "type": "string",
  1433.                             "null": false,
  1434.                             "default": "",
  1435.                             "autoIncrement": false
  1436.                         }
  1437.                     },
  1438.                     {
  1439.                         "type": {
  1440.                             "type": "smallint",
  1441.                             "null": false,
  1442.                             "default": "0",
  1443.                             "autoIncrement": false
  1444.                         }
  1445.                     },
  1446.                     {
  1447.                         "last_activity": {
  1448.                             "type": "integer",
  1449.                             "null": false,
  1450.                             "default": "0",
  1451.                             "autoIncrement": false
  1452.                         }
  1453.                     },
  1454.                     {
  1455.                         "last_check": {
  1456.                             "type": "integer",
  1457.                             "null": false,
  1458.                             "default": "0",
  1459.                             "autoIncrement": false
  1460.                         }
  1461.                     }
  1462.                 ],
  1463.                 "index": [
  1464.                     {
  1465.                         "indexName": "PRIMARY",
  1466.                         "columns": [
  1467.                             "id"
  1468.                         ],
  1469.                         "unique": true
  1470.                     },
  1471.                     {
  1472.                         "indexName": "authtoken_token_index",
  1473.                         "columns": [
  1474.                             "token"
  1475.                         ],
  1476.                         "unique": true
  1477.                     },
  1478.                     {
  1479.                         "indexName": "authtoken_last_activity_index",
  1480.                         "columns": [
  1481.                             "last_activity"
  1482.                         ],
  1483.                         "unique": false
  1484.                     }
  1485.                 ],
  1486.                 "0": {
  1487.                     "primaryColumns": [
  1488.                         "id"
  1489.                     ]
  1490.                 }
  1491.             },
  1492.             "oc_calendarchanges": {
  1493.                 "fields": [
  1494.                     {
  1495.                         "id": {
  1496.                             "type": "bigint",
  1497.                             "null": false,
  1498.                             "default": null,
  1499.                             "autoIncrement": true
  1500.                         }
  1501.                     },
  1502.                     {
  1503.                         "uri": {
  1504.                             "type": "string",
  1505.                             "null": true,
  1506.                             "default": null,
  1507.                             "autoIncrement": false
  1508.                         }
  1509.                     },
  1510.                     {
  1511.                         "synctoken": {
  1512.                             "type": "integer",
  1513.                             "null": false,
  1514.                             "default": "1",
  1515.                             "autoIncrement": false
  1516.                         }
  1517.                     },
  1518.                     {
  1519.                         "calendarid": {
  1520.                             "type": "integer",
  1521.                             "null": false,
  1522.                             "default": null,
  1523.                             "autoIncrement": false
  1524.                         }
  1525.                     },
  1526.                     {
  1527.                         "operation": {
  1528.                             "type": "smallint",
  1529.                             "null": false,
  1530.                             "default": null,
  1531.                             "autoIncrement": false
  1532.                         }
  1533.                     }
  1534.                 ],
  1535.                 "index": [
  1536.                     {
  1537.                         "indexName": "PRIMARY",
  1538.                         "columns": [
  1539.                             "id"
  1540.                         ],
  1541.                         "unique": true
  1542.                     },
  1543.                     {
  1544.                         "indexName": "calendarid_synctoken",
  1545.                         "columns": [
  1546.                             "calendarid",
  1547.                             "synctoken"
  1548.                         ],
  1549.                         "unique": false
  1550.                     }
  1551.                 ],
  1552.                 "0": {
  1553.                     "primaryColumns": [
  1554.                         "id"
  1555.                     ]
  1556.                 }
  1557.             },
  1558.             "oc_calendarobjects": {
  1559.                 "fields": [
  1560.                     {
  1561.                         "id": {
  1562.                             "type": "bigint",
  1563.                             "null": false,
  1564.                             "default": null,
  1565.                             "autoIncrement": true
  1566.                         }
  1567.                     },
  1568.                     {
  1569.                         "calendardata": {
  1570.                             "type": "blob",
  1571.                             "null": true,
  1572.                             "default": null,
  1573.                             "autoIncrement": false
  1574.                         }
  1575.                     },
  1576.                     {
  1577.                         "uri": {
  1578.                             "type": "string",
  1579.                             "null": true,
  1580.                             "default": null,
  1581.                             "autoIncrement": false
  1582.                         }
  1583.                     },
  1584.                     {
  1585.                         "calendarid": {
  1586.                             "type": "integer",
  1587.                             "null": false,
  1588.                             "default": null,
  1589.                             "autoIncrement": false
  1590.                         }
  1591.                     },
  1592.                     {
  1593.                         "lastmodified": {
  1594.                             "type": "integer",
  1595.                             "null": true,
  1596.                             "default": null,
  1597.                             "autoIncrement": false
  1598.                         }
  1599.                     },
  1600.                     {
  1601.                         "etag": {
  1602.                             "type": "string",
  1603.                             "null": true,
  1604.                             "default": null,
  1605.                             "autoIncrement": false
  1606.                         }
  1607.                     },
  1608.                     {
  1609.                         "size": {
  1610.                             "type": "bigint",
  1611.                             "null": false,
  1612.                             "default": null,
  1613.                             "autoIncrement": false
  1614.                         }
  1615.                     },
  1616.                     {
  1617.                         "componenttype": {
  1618.                             "type": "string",
  1619.                             "null": true,
  1620.                             "default": null,
  1621.                             "autoIncrement": false
  1622.                         }
  1623.                     },
  1624.                     {
  1625.                         "firstoccurence": {
  1626.                             "type": "bigint",
  1627.                             "null": true,
  1628.                             "default": null,
  1629.                             "autoIncrement": false
  1630.                         }
  1631.                     },
  1632.                     {
  1633.                         "lastoccurence": {
  1634.                             "type": "bigint",
  1635.                             "null": true,
  1636.                             "default": null,
  1637.                             "autoIncrement": false
  1638.                         }
  1639.                     },
  1640.                     {
  1641.                         "uid": {
  1642.                             "type": "string",
  1643.                             "null": true,
  1644.                             "default": null,
  1645.                             "autoIncrement": false
  1646.                         }
  1647.                     },
  1648.                     {
  1649.                         "classification": {
  1650.                             "type": "integer",
  1651.                             "null": true,
  1652.                             "default": "0",
  1653.                             "autoIncrement": false
  1654.                         }
  1655.                     }
  1656.                 ],
  1657.                 "index": [
  1658.                     {
  1659.                         "indexName": "PRIMARY",
  1660.                         "columns": [
  1661.                             "id"
  1662.                         ],
  1663.                         "unique": true
  1664.                     },
  1665.                     {
  1666.                         "indexName": "calobjects_index",
  1667.                         "columns": [
  1668.                             "calendarid",
  1669.                             "uri"
  1670.                         ],
  1671.                         "unique": true
  1672.                     }
  1673.                 ],
  1674.                 "0": {
  1675.                     "primaryColumns": [
  1676.                         "id"
  1677.                     ]
  1678.                 }
  1679.             },
  1680.             "oc_calendars": {
  1681.                 "fields": [
  1682.                     {
  1683.                         "id": {
  1684.                             "type": "bigint",
  1685.                             "null": false,
  1686.                             "default": null,
  1687.                             "autoIncrement": true
  1688.                         }
  1689.                     },
  1690.                     {
  1691.                         "principaluri": {
  1692.                             "type": "string",
  1693.                             "null": true,
  1694.                             "default": null,
  1695.                             "autoIncrement": false
  1696.                         }
  1697.                     },
  1698.                     {
  1699.                         "displayname": {
  1700.                             "type": "string",
  1701.                             "null": true,
  1702.                             "default": null,
  1703.                             "autoIncrement": false
  1704.                         }
  1705.                     },
  1706.                     {
  1707.                         "uri": {
  1708.                             "type": "string",
  1709.                             "null": true,
  1710.                             "default": null,
  1711.                             "autoIncrement": false
  1712.                         }
  1713.                     },
  1714.                     {
  1715.                         "synctoken": {
  1716.                             "type": "integer",
  1717.                             "null": false,
  1718.                             "default": "1",
  1719.                             "autoIncrement": false
  1720.                         }
  1721.                     },
  1722.                     {
  1723.                         "description": {
  1724.                             "type": "string",
  1725.                             "null": true,
  1726.                             "default": null,
  1727.                             "autoIncrement": false
  1728.                         }
  1729.                     },
  1730.                     {
  1731.                         "calendarorder": {
  1732.                             "type": "integer",
  1733.                             "null": false,
  1734.                             "default": "0",
  1735.                             "autoIncrement": false
  1736.                         }
  1737.                     },
  1738.                     {
  1739.                         "calendarcolor": {
  1740.                             "type": "string",
  1741.                             "null": true,
  1742.                             "default": null,
  1743.                             "autoIncrement": false
  1744.                         }
  1745.                     },
  1746.                     {
  1747.                         "timezone": {
  1748.                             "type": "text",
  1749.                             "null": true,
  1750.                             "default": null,
  1751.                             "autoIncrement": false
  1752.                         }
  1753.                     },
  1754.                     {
  1755.                         "components": {
  1756.                             "type": "string",
  1757.                             "null": true,
  1758.                             "default": null,
  1759.                             "autoIncrement": false
  1760.                         }
  1761.                     },
  1762.                     {
  1763.                         "transparent": {
  1764.                             "type": "smallint",
  1765.                             "null": false,
  1766.                             "default": "0",
  1767.                             "autoIncrement": false
  1768.                         }
  1769.                     }
  1770.                 ],
  1771.                 "index": [
  1772.                     {
  1773.                         "indexName": "PRIMARY",
  1774.                         "columns": [
  1775.                             "id"
  1776.                         ],
  1777.                         "unique": true
  1778.                     },
  1779.                     {
  1780.                         "indexName": "calendars_index",
  1781.                         "columns": [
  1782.                             "principaluri",
  1783.                             "uri"
  1784.                         ],
  1785.                         "unique": true
  1786.                     }
  1787.                 ],
  1788.                 "0": {
  1789.                     "primaryColumns": [
  1790.                         "id"
  1791.                     ]
  1792.                 }
  1793.             },
  1794.             "oc_calendarsubscriptions": {
  1795.                 "fields": [
  1796.                     {
  1797.                         "id": {
  1798.                             "type": "bigint",
  1799.                             "null": false,
  1800.                             "default": null,
  1801.                             "autoIncrement": true
  1802.                         }
  1803.                     },
  1804.                     {
  1805.                         "uri": {
  1806.                             "type": "string",
  1807.                             "null": true,
  1808.                             "default": null,
  1809.                             "autoIncrement": false
  1810.                         }
  1811.                     },
  1812.                     {
  1813.                         "principaluri": {
  1814.                             "type": "string",
  1815.                             "null": true,
  1816.                             "default": null,
  1817.                             "autoIncrement": false
  1818.                         }
  1819.                     },
  1820.                     {
  1821.                         "source": {
  1822.                             "type": "string",
  1823.                             "null": true,
  1824.                             "default": null,
  1825.                             "autoIncrement": false
  1826.                         }
  1827.                     },
  1828.                     {
  1829.                         "displayname": {
  1830.                             "type": "string",
  1831.                             "null": true,
  1832.                             "default": null,
  1833.                             "autoIncrement": false
  1834.                         }
  1835.                     },
  1836.                     {
  1837.                         "refreshrate": {
  1838.                             "type": "string",
  1839.                             "null": true,
  1840.                             "default": null,
  1841.                             "autoIncrement": false
  1842.                         }
  1843.                     },
  1844.                     {
  1845.                         "calendarorder": {
  1846.                             "type": "integer",
  1847.                             "null": false,
  1848.                             "default": "0",
  1849.                             "autoIncrement": false
  1850.                         }
  1851.                     },
  1852.                     {
  1853.                         "calendarcolor": {
  1854.                             "type": "string",
  1855.                             "null": true,
  1856.                             "default": null,
  1857.                             "autoIncrement": false
  1858.                         }
  1859.                     },
  1860.                     {
  1861.                         "striptodos": {
  1862.                             "type": "smallint",
  1863.                             "null": true,
  1864.                             "default": null,
  1865.                             "autoIncrement": false
  1866.                         }
  1867.                     },
  1868.                     {
  1869.                         "stripalarms": {
  1870.                             "type": "smallint",
  1871.                             "null": true,
  1872.                             "default": null,
  1873.                             "autoIncrement": false
  1874.                         }
  1875.                     },
  1876.                     {
  1877.                         "stripattachments": {
  1878.                             "type": "smallint",
  1879.                             "null": true,
  1880.                             "default": null,
  1881.                             "autoIncrement": false
  1882.                         }
  1883.                     },
  1884.                     {
  1885.                         "lastmodified": {
  1886.                             "type": "integer",
  1887.                             "null": false,
  1888.                             "default": null,
  1889.                             "autoIncrement": false
  1890.                         }
  1891.                     }
  1892.                 ],
  1893.                 "index": [
  1894.                     {
  1895.                         "indexName": "PRIMARY",
  1896.                         "columns": [
  1897.                             "id"
  1898.                         ],
  1899.                         "unique": true
  1900.                     },
  1901.                     {
  1902.                         "indexName": "calsub_index",
  1903.                         "columns": [
  1904.                             "principaluri",
  1905.                             "uri"
  1906.                         ],
  1907.                         "unique": true
  1908.                     }
  1909.                 ],
  1910.                 "0": {
  1911.                     "primaryColumns": [
  1912.                         "id"
  1913.                     ]
  1914.                 }
  1915.             },
  1916.             "oc_cards": {
  1917.                 "fields": [
  1918.                     {
  1919.                         "id": {
  1920.                             "type": "bigint",
  1921.                             "null": false,
  1922.                             "default": null,
  1923.                             "autoIncrement": true
  1924.                         }
  1925.                     },
  1926.                     {
  1927.                         "addressbookid": {
  1928.                             "type": "integer",
  1929.                             "null": false,
  1930.                             "default": "0",
  1931.                             "autoIncrement": false
  1932.                         }
  1933.                     },
  1934.                     {
  1935.                         "carddata": {
  1936.                             "type": "blob",
  1937.                             "null": true,
  1938.                             "default": null,
  1939.                             "autoIncrement": false
  1940.                         }
  1941.                     },
  1942.                     {
  1943.                         "uri": {
  1944.                             "type": "string",
  1945.                             "null": true,
  1946.                             "default": null,
  1947.                             "autoIncrement": false
  1948.                         }
  1949.                     },
  1950.                     {
  1951.                         "lastmodified": {
  1952.                             "type": "bigint",
  1953.                             "null": true,
  1954.                             "default": null,
  1955.                             "autoIncrement": false
  1956.                         }
  1957.                     },
  1958.                     {
  1959.                         "etag": {
  1960.                             "type": "string",
  1961.                             "null": true,
  1962.                             "default": null,
  1963.                             "autoIncrement": false
  1964.                         }
  1965.                     },
  1966.                     {
  1967.                         "size": {
  1968.                             "type": "bigint",
  1969.                             "null": false,
  1970.                             "default": null,
  1971.                             "autoIncrement": false
  1972.                         }
  1973.                     }
  1974.                 ],
  1975.                 "index": [
  1976.                     {
  1977.                         "indexName": "PRIMARY",
  1978.                         "columns": [
  1979.                             "id"
  1980.                         ],
  1981.                         "unique": true
  1982.                     },
  1983.                     {
  1984.                         "indexName": "addressbookid_uri_index",
  1985.                         "columns": [
  1986.                             "addressbookid",
  1987.                             "uri"
  1988.                         ],
  1989.                         "unique": false
  1990.                     }
  1991.                 ],
  1992.                 "0": {
  1993.                     "primaryColumns": [
  1994.                         "id"
  1995.                     ]
  1996.                 }
  1997.             },
  1998.             "oc_cards_properties": {
  1999.                 "fields": [
  2000.                     {
  2001.                         "id": {
  2002.                             "type": "bigint",
  2003.                             "null": false,
  2004.                             "default": null,
  2005.                             "autoIncrement": true
  2006.                         }
  2007.                     },
  2008.                     {
  2009.                         "addressbookid": {
  2010.                             "type": "bigint",
  2011.                             "null": false,
  2012.                             "default": "0",
  2013.                             "autoIncrement": false
  2014.                         }
  2015.                     },
  2016.                     {
  2017.                         "cardid": {
  2018.                             "type": "bigint",
  2019.                             "null": false,
  2020.                             "default": "0",
  2021.                             "autoIncrement": false
  2022.                         }
  2023.                     },
  2024.                     {
  2025.                         "name": {
  2026.                             "type": "string",
  2027.                             "null": true,
  2028.                             "default": null,
  2029.                             "autoIncrement": false
  2030.                         }
  2031.                     },
  2032.                     {
  2033.                         "value": {
  2034.                             "type": "string",
  2035.                             "null": true,
  2036.                             "default": null,
  2037.                             "autoIncrement": false
  2038.                         }
  2039.                     },
  2040.                     {
  2041.                         "preferred": {
  2042.                             "type": "integer",
  2043.                             "null": false,
  2044.                             "default": "1",
  2045.                             "autoIncrement": false
  2046.                         }
  2047.                     }
  2048.                 ],
  2049.                 "index": [
  2050.                     {
  2051.                         "indexName": "PRIMARY",
  2052.                         "columns": [
  2053.                             "id"
  2054.                         ],
  2055.                         "unique": true
  2056.                     },
  2057.                     {
  2058.                         "indexName": "card_value_index",
  2059.                         "columns": [
  2060.                             "value"
  2061.                         ],
  2062.                         "unique": false
  2063.                     },
  2064.                     {
  2065.                         "indexName": "card_name_index",
  2066.                         "columns": [
  2067.                             "name"
  2068.                         ],
  2069.                         "unique": false
  2070.                     },
  2071.                     {
  2072.                         "indexName": "card_contactid_index",
  2073.                         "columns": [
  2074.                             "cardid"
  2075.                         ],
  2076.                         "unique": false
  2077.                     }
  2078.                 ],
  2079.                 "0": {
  2080.                     "primaryColumns": [
  2081.                         "id"
  2082.                     ]
  2083.                 }
  2084.             },
  2085.             "oc_comments": {
  2086.                 "fields": [
  2087.                     {
  2088.                         "id": {
  2089.                             "type": "integer",
  2090.                             "null": false,
  2091.                             "default": null,
  2092.                             "autoIncrement": true
  2093.                         }
  2094.                     },
  2095.                     {
  2096.                         "parent_id": {
  2097.                             "type": "integer",
  2098.                             "null": false,
  2099.                             "default": "0",
  2100.                             "autoIncrement": false
  2101.                         }
  2102.                     },
  2103.                     {
  2104.                         "topmost_parent_id": {
  2105.                             "type": "integer",
  2106.                             "null": false,
  2107.                             "default": "0",
  2108.                             "autoIncrement": false
  2109.                         }
  2110.                     },
  2111.                     {
  2112.                         "children_count": {
  2113.                             "type": "integer",
  2114.                             "null": false,
  2115.                             "default": "0",
  2116.                             "autoIncrement": false
  2117.                         }
  2118.                     },
  2119.                     {
  2120.                         "actor_type": {
  2121.                             "type": "string",
  2122.                             "null": false,
  2123.                             "default": "",
  2124.                             "autoIncrement": false
  2125.                         }
  2126.                     },
  2127.                     {
  2128.                         "actor_id": {
  2129.                             "type": "string",
  2130.                             "null": false,
  2131.                             "default": "",
  2132.                             "autoIncrement": false
  2133.                         }
  2134.                     },
  2135.                     {
  2136.                         "message": {
  2137.                             "type": "text",
  2138.                             "null": true,
  2139.                             "default": null,
  2140.                             "autoIncrement": false
  2141.                         }
  2142.                     },
  2143.                     {
  2144.                         "verb": {
  2145.                             "type": "string",
  2146.                             "null": true,
  2147.                             "default": null,
  2148.                             "autoIncrement": false
  2149.                         }
  2150.                     },
  2151.                     {
  2152.                         "creation_timestamp": {
  2153.                             "type": "datetime",
  2154.                             "null": true,
  2155.                             "default": null,
  2156.                             "autoIncrement": false
  2157.                         }
  2158.                     },
  2159.                     {
  2160.                         "latest_child_timestamp": {
  2161.                             "type": "datetime",
  2162.                             "null": true,
  2163.                             "default": null,
  2164.                             "autoIncrement": false
  2165.                         }
  2166.                     },
  2167.                     {
  2168.                         "object_type": {
  2169.                             "type": "string",
  2170.                             "null": false,
  2171.                             "default": "",
  2172.                             "autoIncrement": false
  2173.                         }
  2174.                     },
  2175.                     {
  2176.                         "object_id": {
  2177.                             "type": "string",
  2178.                             "null": false,
  2179.                             "default": "",
  2180.                             "autoIncrement": false
  2181.                         }
  2182.                     }
  2183.                 ],
  2184.                 "index": [
  2185.                     {
  2186.                         "indexName": "PRIMARY",
  2187.                         "columns": [
  2188.                             "id"
  2189.                         ],
  2190.                         "unique": true
  2191.                     },
  2192.                     {
  2193.                         "indexName": "comments_parent_id_index",
  2194.                         "columns": [
  2195.                             "parent_id"
  2196.                         ],
  2197.                         "unique": false
  2198.                     },
  2199.                     {
  2200.                         "indexName": "comments_topmost_parent_id_idx",
  2201.                         "columns": [
  2202.                             "topmost_parent_id"
  2203.                         ],
  2204.                         "unique": false
  2205.                     },
  2206.                     {
  2207.                         "indexName": "comments_object_index",
  2208.                         "columns": [
  2209.                             "object_type",
  2210.                             "object_id",
  2211.                             "creation_timestamp"
  2212.                         ],
  2213.                         "unique": false
  2214.                     },
  2215.                     {
  2216.                         "indexName": "comments_actor_index",
  2217.                         "columns": [
  2218.                             "actor_type",
  2219.                             "actor_id"
  2220.                         ],
  2221.                         "unique": false
  2222.                     }
  2223.                 ],
  2224.                 "0": {
  2225.                     "primaryColumns": [
  2226.                         "id"
  2227.                     ]
  2228.                 }
  2229.             },
  2230.             "oc_comments_read_markers": {
  2231.                 "fields": [
  2232.                     {
  2233.                         "user_id": {
  2234.                             "type": "string",
  2235.                             "null": false,
  2236.                             "default": "",
  2237.                             "autoIncrement": false
  2238.                         }
  2239.                     },
  2240.                     {
  2241.                         "marker_datetime": {
  2242.                             "type": "datetime",
  2243.                             "null": true,
  2244.                             "default": null,
  2245.                             "autoIncrement": false
  2246.                         }
  2247.                     },
  2248.                     {
  2249.                         "object_type": {
  2250.                             "type": "string",
  2251.                             "null": false,
  2252.                             "default": "",
  2253.                             "autoIncrement": false
  2254.                         }
  2255.                     },
  2256.                     {
  2257.                         "object_id": {
  2258.                             "type": "string",
  2259.                             "null": false,
  2260.                             "default": "",
  2261.                             "autoIncrement": false
  2262.                         }
  2263.                     }
  2264.                 ],
  2265.                 "index": [
  2266.                     {
  2267.                         "indexName": "comments_marker_index",
  2268.                         "columns": [
  2269.                             "user_id",
  2270.                             "object_type",
  2271.                             "object_id"
  2272.                         ],
  2273.                         "unique": true
  2274.                     },
  2275.                     {
  2276.                         "indexName": "comments_marker_object_index",
  2277.                         "columns": [
  2278.                             "object_type",
  2279.                             "object_id"
  2280.                         ],
  2281.                         "unique": false
  2282.                     }
  2283.                 ],
  2284.                 "0": {
  2285.                     "primaryColumns": []
  2286.                 }
  2287.             },
  2288.             "oc_credentials": {
  2289.                 "fields": [
  2290.                     {
  2291.                         "user": {
  2292.                             "type": "string",
  2293.                             "null": false,
  2294.                             "default": null,
  2295.                             "autoIncrement": false
  2296.                         }
  2297.                     },
  2298.                     {
  2299.                         "identifier": {
  2300.                             "type": "string",
  2301.                             "null": false,
  2302.                             "default": null,
  2303.                             "autoIncrement": false
  2304.                         }
  2305.                     },
  2306.                     {
  2307.                         "credentials": {
  2308.                             "type": "text",
  2309.                             "null": true,
  2310.                             "default": null,
  2311.                             "autoIncrement": false
  2312.                         }
  2313.                     }
  2314.                 ],
  2315.                 "index": [
  2316.                     {
  2317.                         "indexName": "PRIMARY",
  2318.                         "columns": [
  2319.                             "user",
  2320.                             "identifier"
  2321.                         ],
  2322.                         "unique": true
  2323.                     },
  2324.                     {
  2325.                         "indexName": "credentials_user",
  2326.                         "columns": [
  2327.                             "user"
  2328.                         ],
  2329.                         "unique": false
  2330.                     }
  2331.                 ],
  2332.                 "0": {
  2333.                     "primaryColumns": [
  2334.                         "user",
  2335.                         "identifier"
  2336.                     ]
  2337.                 }
  2338.             },
  2339.             "oc_dav_job_status": {
  2340.                 "fields": [
  2341.                     {
  2342.                         "id": {
  2343.                             "type": "bigint",
  2344.                             "null": false,
  2345.                             "default": null,
  2346.                             "autoIncrement": true
  2347.                         }
  2348.                     },
  2349.                     {
  2350.                         "uuid": {
  2351.                             "type": "guid",
  2352.                             "null": false,
  2353.                             "default": null,
  2354.                             "autoIncrement": false
  2355.                         }
  2356.                     },
  2357.                     {
  2358.                         "user_id": {
  2359.                             "type": "string",
  2360.                             "null": false,
  2361.                             "default": null,
  2362.                             "autoIncrement": false
  2363.                         }
  2364.                     },
  2365.                     {
  2366.                         "status_info": {
  2367.                             "type": "string",
  2368.                             "null": false,
  2369.                             "default": null,
  2370.                             "autoIncrement": false
  2371.                         }
  2372.                     }
  2373.                 ],
  2374.                 "index": [
  2375.                     {
  2376.                         "indexName": "PRIMARY",
  2377.                         "columns": [
  2378.                             "id"
  2379.                         ],
  2380.                         "unique": true
  2381.                     },
  2382.                     {
  2383.                         "indexName": "UNIQ_18BBA548D17F50A6",
  2384.                         "columns": [
  2385.                             "uuid"
  2386.                         ],
  2387.                         "unique": true
  2388.                     }
  2389.                 ],
  2390.                 "0": {
  2391.                     "primaryColumns": [
  2392.                         "id"
  2393.                     ]
  2394.                 }
  2395.             },
  2396.             "oc_dav_properties": {
  2397.                 "fields": [
  2398.                     {
  2399.                         "id": {
  2400.                             "type": "bigint",
  2401.                             "null": false,
  2402.                             "default": null,
  2403.                             "autoIncrement": true
  2404.                         }
  2405.                     },
  2406.                     {
  2407.                         "propertypath": {
  2408.                             "type": "string",
  2409.                             "null": false,
  2410.                             "default": "",
  2411.                             "autoIncrement": false
  2412.                         }
  2413.                     },
  2414.                     {
  2415.                         "propertyname": {
  2416.                             "type": "string",
  2417.                             "null": false,
  2418.                             "default": "",
  2419.                             "autoIncrement": false
  2420.                         }
  2421.                     },
  2422.                     {
  2423.                         "propertyvalue": {
  2424.                             "type": "string",
  2425.                             "null": false,
  2426.                             "default": null,
  2427.                             "autoIncrement": false
  2428.                         }
  2429.                     }
  2430.                 ],
  2431.                 "index": [
  2432.                     {
  2433.                         "indexName": "PRIMARY",
  2434.                         "columns": [
  2435.                             "id"
  2436.                         ],
  2437.                         "unique": true
  2438.                     },
  2439.                     {
  2440.                         "indexName": "propertypath_index",
  2441.                         "columns": [
  2442.                             "propertypath"
  2443.                         ],
  2444.                         "unique": false
  2445.                     }
  2446.                 ],
  2447.                 "0": {
  2448.                     "primaryColumns": [
  2449.                         "id"
  2450.                     ]
  2451.                 }
  2452.             },
  2453.             "oc_dav_shares": {
  2454.                 "fields": [
  2455.                     {
  2456.                         "id": {
  2457.                             "type": "bigint",
  2458.                             "null": false,
  2459.                             "default": null,
  2460.                             "autoIncrement": true
  2461.                         }
  2462.                     },
  2463.                     {
  2464.                         "principaluri": {
  2465.                             "type": "string",
  2466.                             "null": true,
  2467.                             "default": null,
  2468.                             "autoIncrement": false
  2469.                         }
  2470.                     },
  2471.                     {
  2472.                         "type": {
  2473.                             "type": "string",
  2474.                             "null": true,
  2475.                             "default": null,
  2476.                             "autoIncrement": false
  2477.                         }
  2478.                     },
  2479.                     {
  2480.                         "access": {
  2481.                             "type": "smallint",
  2482.                             "null": true,
  2483.                             "default": null,
  2484.                             "autoIncrement": false
  2485.                         }
  2486.                     },
  2487.                     {
  2488.                         "resourceid": {
  2489.                             "type": "integer",
  2490.                             "null": false,
  2491.                             "default": null,
  2492.                             "autoIncrement": false
  2493.                         }
  2494.                     },
  2495.                     {
  2496.                         "publicuri": {
  2497.                             "type": "string",
  2498.                             "null": true,
  2499.                             "default": null,
  2500.                             "autoIncrement": false
  2501.                         }
  2502.                     }
  2503.                 ],
  2504.                 "index": [
  2505.                     {
  2506.                         "indexName": "PRIMARY",
  2507.                         "columns": [
  2508.                             "id"
  2509.                         ],
  2510.                         "unique": true
  2511.                     },
  2512.                     {
  2513.                         "indexName": "dav_shares_index",
  2514.                         "columns": [
  2515.                             "principaluri",
  2516.                             "resourceid",
  2517.                             "type",
  2518.                             "publicuri"
  2519.                         ],
  2520.                         "unique": true
  2521.                     }
  2522.                 ],
  2523.                 "0": {
  2524.                     "primaryColumns": [
  2525.                         "id"
  2526.                     ]
  2527.                 }
  2528.             },
  2529.             "oc_external_applicable": {
  2530.                 "fields": [
  2531.                     {
  2532.                         "applicable_id": {
  2533.                             "type": "bigint",
  2534.                             "null": false,
  2535.                             "default": null,
  2536.                             "autoIncrement": true
  2537.                         }
  2538.                     },
  2539.                     {
  2540.                         "mount_id": {
  2541.                             "type": "bigint",
  2542.                             "null": false,
  2543.                             "default": null,
  2544.                             "autoIncrement": false
  2545.                         }
  2546.                     },
  2547.                     {
  2548.                         "type": {
  2549.                             "type": "integer",
  2550.                             "null": false,
  2551.                             "default": null,
  2552.                             "autoIncrement": false
  2553.                         }
  2554.                     },
  2555.                     {
  2556.                         "value": {
  2557.                             "type": "string",
  2558.                             "null": true,
  2559.                             "default": null,
  2560.                             "autoIncrement": false
  2561.                         }
  2562.                     }
  2563.                 ],
  2564.                 "index": [
  2565.                     {
  2566.                         "indexName": "PRIMARY",
  2567.                         "columns": [
  2568.                             "applicable_id"
  2569.                         ],
  2570.                         "unique": true
  2571.                     },
  2572.                     {
  2573.                         "indexName": "applicable_type_value_mount",
  2574.                         "columns": [
  2575.                             "type",
  2576.                             "value",
  2577.                             "mount_id"
  2578.                         ],
  2579.                         "unique": true
  2580.                     },
  2581.                     {
  2582.                         "indexName": "applicable_mount",
  2583.                         "columns": [
  2584.                             "mount_id"
  2585.                         ],
  2586.                         "unique": false
  2587.                     },
  2588.                     {
  2589.                         "indexName": "applicable_type_value",
  2590.                         "columns": [
  2591.                             "type",
  2592.                             "value"
  2593.                         ],
  2594.                         "unique": false
  2595.                     }
  2596.                 ],
  2597.                 "0": {
  2598.                     "primaryColumns": [
  2599.                         "applicable_id"
  2600.                     ]
  2601.                 }
  2602.             },
  2603.             "oc_external_config": {
  2604.                 "fields": [
  2605.                     {
  2606.                         "config_id": {
  2607.                             "type": "bigint",
  2608.                             "null": false,
  2609.                             "default": null,
  2610.                             "autoIncrement": true
  2611.                         }
  2612.                     },
  2613.                     {
  2614.                         "mount_id": {
  2615.                             "type": "bigint",
  2616.                             "null": false,
  2617.                             "default": null,
  2618.                             "autoIncrement": false
  2619.                         }
  2620.                     },
  2621.                     {
  2622.                         "key": {
  2623.                             "type": "string",
  2624.                             "null": false,
  2625.                             "default": null,
  2626.                             "autoIncrement": false
  2627.                         }
  2628.                     },
  2629.                     {
  2630.                         "value": {
  2631.                             "type": "string",
  2632.                             "null": false,
  2633.                             "default": null,
  2634.                             "autoIncrement": false
  2635.                         }
  2636.                     }
  2637.                 ],
  2638.                 "index": [
  2639.                     {
  2640.                         "indexName": "PRIMARY",
  2641.                         "columns": [
  2642.                             "config_id"
  2643.                         ],
  2644.                         "unique": true
  2645.                     },
  2646.                     {
  2647.                         "indexName": "config_mount_key",
  2648.                         "columns": [
  2649.                             "mount_id",
  2650.                             "key"
  2651.                         ],
  2652.                         "unique": true
  2653.                     },
  2654.                     {
  2655.                         "indexName": "config_mount",
  2656.                         "columns": [
  2657.                             "mount_id"
  2658.                         ],
  2659.                         "unique": false
  2660.                     }
  2661.                 ],
  2662.                 "0": {
  2663.                     "primaryColumns": [
  2664.                         "config_id"
  2665.                     ]
  2666.                 }
  2667.             },
  2668.             "oc_external_mounts": {
  2669.                 "fields": [
  2670.                     {
  2671.                         "mount_id": {
  2672.                             "type": "bigint",
  2673.                             "null": false,
  2674.                             "default": null,
  2675.                             "autoIncrement": true
  2676.                         }
  2677.                     },
  2678.                     {
  2679.                         "mount_point": {
  2680.                             "type": "string",
  2681.                             "null": false,
  2682.                             "default": null,
  2683.                             "autoIncrement": false
  2684.                         }
  2685.                     },
  2686.                     {
  2687.                         "storage_backend": {
  2688.                             "type": "string",
  2689.                             "null": false,
  2690.                             "default": null,
  2691.                             "autoIncrement": false
  2692.                         }
  2693.                     },
  2694.                     {
  2695.                         "auth_backend": {
  2696.                             "type": "string",
  2697.                             "null": false,
  2698.                             "default": null,
  2699.                             "autoIncrement": false
  2700.                         }
  2701.                     },
  2702.                     {
  2703.                         "priority": {
  2704.                             "type": "integer",
  2705.                             "null": false,
  2706.                             "default": "100",
  2707.                             "autoIncrement": false
  2708.                         }
  2709.                     },
  2710.                     {
  2711.                         "type": {
  2712.                             "type": "integer",
  2713.                             "null": false,
  2714.                             "default": null,
  2715.                             "autoIncrement": false
  2716.                         }
  2717.                     }
  2718.                 ],
  2719.                 "index": [
  2720.                     {
  2721.                         "indexName": "PRIMARY",
  2722.                         "columns": [
  2723.                             "mount_id"
  2724.                         ],
  2725.                         "unique": true
  2726.                     }
  2727.                 ],
  2728.                 "0": {
  2729.                     "primaryColumns": [
  2730.                         "mount_id"
  2731.                     ]
  2732.                 }
  2733.             },
  2734.             "oc_external_options": {
  2735.                 "fields": [
  2736.                     {
  2737.                         "option_id": {
  2738.                             "type": "bigint",
  2739.                             "null": false,
  2740.                             "default": null,
  2741.                             "autoIncrement": true
  2742.                         }
  2743.                     },
  2744.                     {
  2745.                         "mount_id": {
  2746.                             "type": "bigint",
  2747.                             "null": false,
  2748.                             "default": null,
  2749.                             "autoIncrement": false
  2750.                         }
  2751.                     },
  2752.                     {
  2753.                         "key": {
  2754.                             "type": "string",
  2755.                             "null": false,
  2756.                             "default": null,
  2757.                             "autoIncrement": false
  2758.                         }
  2759.                     },
  2760.                     {
  2761.                         "value": {
  2762.                             "type": "string",
  2763.                             "null": false,
  2764.                             "default": null,
  2765.                             "autoIncrement": false
  2766.                         }
  2767.                     }
  2768.                 ],
  2769.                 "index": [
  2770.                     {
  2771.                         "indexName": "PRIMARY",
  2772.                         "columns": [
  2773.                             "option_id"
  2774.                         ],
  2775.                         "unique": true
  2776.                     },
  2777.                     {
  2778.                         "indexName": "option_mount_key",
  2779.                         "columns": [
  2780.                             "mount_id",
  2781.                             "key"
  2782.                         ],
  2783.                         "unique": true
  2784.                     },
  2785.                     {
  2786.                         "indexName": "option_mount",
  2787.                         "columns": [
  2788.                             "mount_id"
  2789.                         ],
  2790.                         "unique": false
  2791.                     }
  2792.                 ],
  2793.                 "0": {
  2794.                     "primaryColumns": [
  2795.                         "option_id"
  2796.                     ]
  2797.                 }
  2798.             },
  2799.             "oc_federated_reshares": {
  2800.                 "fields": [
  2801.                     {
  2802.                         "share_id": {
  2803.                             "type": "bigint",
  2804.                             "null": false,
  2805.                             "default": null,
  2806.                             "autoIncrement": false
  2807.                         }
  2808.                     },
  2809.                     {
  2810.                         "remote_id": {
  2811.                             "type": "string",
  2812.                             "null": false,
  2813.                             "default": null,
  2814.                             "autoIncrement": false
  2815.                         }
  2816.                     }
  2817.                 ],
  2818.                 "index": [
  2819.                     {
  2820.                         "indexName": "share_id_index",
  2821.                         "columns": [
  2822.                             "share_id"
  2823.                         ],
  2824.                         "unique": true
  2825.                     }
  2826.                 ],
  2827.                 "0": {
  2828.                     "primaryColumns": []
  2829.                 }
  2830.             },
  2831.             "oc_file_locks": {
  2832.                 "fields": [
  2833.                     {
  2834.                         "id": {
  2835.                             "type": "integer",
  2836.                             "null": false,
  2837.                             "default": null,
  2838.                             "autoIncrement": true
  2839.                         }
  2840.                     },
  2841.                     {
  2842.                         "lock": {
  2843.                             "type": "integer",
  2844.                             "null": false,
  2845.                             "default": "0",
  2846.                             "autoIncrement": false
  2847.                         }
  2848.                     },
  2849.                     {
  2850.                         "key": {
  2851.                             "type": "string",
  2852.                             "null": false,
  2853.                             "default": null,
  2854.                             "autoIncrement": false
  2855.                         }
  2856.                     },
  2857.                     {
  2858.                         "ttl": {
  2859.                             "type": "integer",
  2860.                             "null": false,
  2861.                             "default": "-1",
  2862.                             "autoIncrement": false
  2863.                         }
  2864.                     }
  2865.                 ],
  2866.                 "index": [
  2867.                     {
  2868.                         "indexName": "PRIMARY",
  2869.                         "columns": [
  2870.                             "id"
  2871.                         ],
  2872.                         "unique": true
  2873.                     },
  2874.                     {
  2875.                         "indexName": "lock_key_index",
  2876.                         "columns": [
  2877.                             "key"
  2878.                         ],
  2879.                         "unique": true
  2880.                     },
  2881.                     {
  2882.                         "indexName": "lock_ttl_index",
  2883.                         "columns": [
  2884.                             "ttl"
  2885.                         ],
  2886.                         "unique": false
  2887.                     }
  2888.                 ],
  2889.                 "0": {
  2890.                     "primaryColumns": [
  2891.                         "id"
  2892.                     ]
  2893.                 }
  2894.             },
  2895.             "oc_filecache": {
  2896.                 "fields": [
  2897.                     {
  2898.                         "fileid": {
  2899.                             "type": "bigint",
  2900.                             "null": false,
  2901.                             "default": null,
  2902.                             "autoIncrement": true
  2903.                         }
  2904.                     },
  2905.                     {
  2906.                         "storage": {
  2907.                             "type": "integer",
  2908.                             "null": false,
  2909.                             "default": "0",
  2910.                             "autoIncrement": false
  2911.                         }
  2912.                     },
  2913.                     {
  2914.                         "path": {
  2915.                             "type": "string",
  2916.                             "null": true,
  2917.                             "default": null,
  2918.                             "autoIncrement": false
  2919.                         }
  2920.                     },
  2921.                     {
  2922.                         "path_hash": {
  2923.                             "type": "string",
  2924.                             "null": false,
  2925.                             "default": "",
  2926.                             "autoIncrement": false
  2927.                         }
  2928.                     },
  2929.                     {
  2930.                         "parent": {
  2931.                             "type": "bigint",
  2932.                             "null": false,
  2933.                             "default": "0",
  2934.                             "autoIncrement": false
  2935.                         }
  2936.                     },
  2937.                     {
  2938.                         "name": {
  2939.                             "type": "string",
  2940.                             "null": true,
  2941.                             "default": null,
  2942.                             "autoIncrement": false
  2943.                         }
  2944.                     },
  2945.                     {
  2946.                         "mimetype": {
  2947.                             "type": "integer",
  2948.                             "null": false,
  2949.                             "default": "0",
  2950.                             "autoIncrement": false
  2951.                         }
  2952.                     },
  2953.                     {
  2954.                         "mimepart": {
  2955.                             "type": "integer",
  2956.                             "null": false,
  2957.                             "default": "0",
  2958.                             "autoIncrement": false
  2959.                         }
  2960.                     },
  2961.                     {
  2962.                         "size": {
  2963.                             "type": "bigint",
  2964.                             "null": false,
  2965.                             "default": "0",
  2966.                             "autoIncrement": false
  2967.                         }
  2968.                     },
  2969.                     {
  2970.                         "mtime": {
  2971.                             "type": "bigint",
  2972.                             "null": false,
  2973.                             "default": "0",
  2974.                             "autoIncrement": false
  2975.                         }
  2976.                     },
  2977.                     {
  2978.                         "storage_mtime": {
  2979.                             "type": "bigint",
  2980.                             "null": false,
  2981.                             "default": "0",
  2982.                             "autoIncrement": false
  2983.                         }
  2984.                     },
  2985.                     {
  2986.                         "encrypted": {
  2987.                             "type": "integer",
  2988.                             "null": false,
  2989.                             "default": "0",
  2990.                             "autoIncrement": false
  2991.                         }
  2992.                     },
  2993.                     {
  2994.                         "unencrypted_size": {
  2995.                             "type": "bigint",
  2996.                             "null": false,
  2997.                             "default": "0",
  2998.                             "autoIncrement": false
  2999.                         }
  3000.                     },
  3001.                     {
  3002.                         "etag": {
  3003.                             "type": "string",
  3004.                             "null": true,
  3005.                             "default": null,
  3006.                             "autoIncrement": false
  3007.                         }
  3008.                     },
  3009.                     {
  3010.                         "permissions": {
  3011.                             "type": "integer",
  3012.                             "null": true,
  3013.                             "default": "0",
  3014.                             "autoIncrement": false
  3015.                         }
  3016.                     },
  3017.                     {
  3018.                         "checksum": {
  3019.                             "type": "string",
  3020.                             "null": true,
  3021.                             "default": null,
  3022.                             "autoIncrement": false
  3023.                         }
  3024.                     }
  3025.                 ],
  3026.                 "index": [
  3027.                     {
  3028.                         "indexName": "PRIMARY",
  3029.                         "columns": [
  3030.                             "fileid"
  3031.                         ],
  3032.                         "unique": true
  3033.                     },
  3034.                     {
  3035.                         "indexName": "fs_storage_path_hash",
  3036.                         "columns": [
  3037.                             "storage",
  3038.                             "path_hash"
  3039.                         ],
  3040.                         "unique": true
  3041.                     },
  3042.                     {
  3043.                         "indexName": "fs_parent_name_hash",
  3044.                         "columns": [
  3045.                             "parent",
  3046.                             "name"
  3047.                         ],
  3048.                         "unique": false
  3049.                     },
  3050.                     {
  3051.                         "indexName": "fs_storage_mimetype",
  3052.                         "columns": [
  3053.                             "storage",
  3054.                             "mimetype"
  3055.                         ],
  3056.                         "unique": false
  3057.                     },
  3058.                     {
  3059.                         "indexName": "fs_storage_mimepart",
  3060.                         "columns": [
  3061.                             "storage",
  3062.                             "mimepart"
  3063.                         ],
  3064.                         "unique": false
  3065.                     },
  3066.                     {
  3067.                         "indexName": "fs_storage_size",
  3068.                         "columns": [
  3069.                             "storage",
  3070.                             "size",
  3071.                             "fileid"
  3072.                         ],
  3073.                         "unique": false
  3074.                     }
  3075.                 ],
  3076.                 "0": {
  3077.                     "primaryColumns": [
  3078.                         "fileid"
  3079.                     ]
  3080.                 }
  3081.             },
  3082.             "oc_files_trash": {
  3083.                 "fields": [
  3084.                     {
  3085.                         "auto_id": {
  3086.                             "type": "bigint",
  3087.                             "null": false,
  3088.                             "default": null,
  3089.                             "autoIncrement": true
  3090.                         }
  3091.                     },
  3092.                     {
  3093.                         "id": {
  3094.                             "type": "string",
  3095.                             "null": false,
  3096.                             "default": "",
  3097.                             "autoIncrement": false
  3098.                         }
  3099.                     },
  3100.                     {
  3101.                         "user": {
  3102.                             "type": "string",
  3103.                             "null": false,
  3104.                             "default": "",
  3105.                             "autoIncrement": false
  3106.                         }
  3107.                     },
  3108.                     {
  3109.                         "timestamp": {
  3110.                             "type": "string",
  3111.                             "null": false,
  3112.                             "default": "",
  3113.                             "autoIncrement": false
  3114.                         }
  3115.                     },
  3116.                     {
  3117.                         "location": {
  3118.                             "type": "string",
  3119.                             "null": false,
  3120.                             "default": "",
  3121.                             "autoIncrement": false
  3122.                         }
  3123.                     },
  3124.                     {
  3125.                         "type": {
  3126.                             "type": "string",
  3127.                             "null": true,
  3128.                             "default": null,
  3129.                             "autoIncrement": false
  3130.                         }
  3131.                     },
  3132.                     {
  3133.                         "mime": {
  3134.                             "type": "string",
  3135.                             "null": true,
  3136.                             "default": null,
  3137.                             "autoIncrement": false
  3138.                         }
  3139.                     }
  3140.                 ],
  3141.                 "index": [
  3142.                     {
  3143.                         "indexName": "PRIMARY",
  3144.                         "columns": [
  3145.                             "auto_id"
  3146.                         ],
  3147.                         "unique": true
  3148.                     },
  3149.                     {
  3150.                         "indexName": "id_index",
  3151.                         "columns": [
  3152.                             "id"
  3153.                         ],
  3154.                         "unique": false
  3155.                     },
  3156.                     {
  3157.                         "indexName": "timestamp_index",
  3158.                         "columns": [
  3159.                             "timestamp"
  3160.                         ],
  3161.                         "unique": false
  3162.                     },
  3163.                     {
  3164.                         "indexName": "user_index",
  3165.                         "columns": [
  3166.                             "user"
  3167.                         ],
  3168.                         "unique": false
  3169.                     }
  3170.                 ],
  3171.                 "0": {
  3172.                     "primaryColumns": [
  3173.                         "auto_id"
  3174.                     ]
  3175.                 }
  3176.             },
  3177.             "oc_group_admin": {
  3178.                 "fields": [
  3179.                     {
  3180.                         "gid": {
  3181.                             "type": "string",
  3182.                             "null": false,
  3183.                             "default": "",
  3184.                             "autoIncrement": false
  3185.                         }
  3186.                     },
  3187.                     {
  3188.                         "uid": {
  3189.                             "type": "string",
  3190.                             "null": false,
  3191.                             "default": "",
  3192.                             "autoIncrement": false
  3193.                         }
  3194.                     }
  3195.                 ],
  3196.                 "index": [
  3197.                     {
  3198.                         "indexName": "PRIMARY",
  3199.                         "columns": [
  3200.                             "gid",
  3201.                             "uid"
  3202.                         ],
  3203.                         "unique": true
  3204.                     },
  3205.                     {
  3206.                         "indexName": "group_admin_uid",
  3207.                         "columns": [
  3208.                             "uid"
  3209.                         ],
  3210.                         "unique": false
  3211.                     }
  3212.                 ],
  3213.                 "0": {
  3214.                     "primaryColumns": [
  3215.                         "gid",
  3216.                         "uid"
  3217.                     ]
  3218.                 }
  3219.             },
  3220.             "oc_group_user": {
  3221.                 "fields": [
  3222.                     {
  3223.                         "gid": {
  3224.                             "type": "string",
  3225.                             "null": false,
  3226.                             "default": "",
  3227.                             "autoIncrement": false
  3228.                         }
  3229.                     },
  3230.                     {
  3231.                         "uid": {
  3232.                             "type": "string",
  3233.                             "null": false,
  3234.                             "default": "",
  3235.                             "autoIncrement": false
  3236.                         }
  3237.                     }
  3238.                 ],
  3239.                 "index": [
  3240.                     {
  3241.                         "indexName": "PRIMARY",
  3242.                         "columns": [
  3243.                             "gid",
  3244.                             "uid"
  3245.                         ],
  3246.                         "unique": true
  3247.                     },
  3248.                     {
  3249.                         "indexName": "gu_uid_index",
  3250.                         "columns": [
  3251.                             "uid"
  3252.                         ],
  3253.                         "unique": false
  3254.                     }
  3255.                 ],
  3256.                 "0": {
  3257.                     "primaryColumns": [
  3258.                         "gid",
  3259.                         "uid"
  3260.                     ]
  3261.                 }
  3262.             },
  3263.             "oc_groups": {
  3264.                 "fields": [
  3265.                     {
  3266.                         "gid": {
  3267.                             "type": "string",
  3268.                             "null": false,
  3269.                             "default": "",
  3270.                             "autoIncrement": false
  3271.                         }
  3272.                     }
  3273.                 ],
  3274.                 "index": [
  3275.                     {
  3276.                         "indexName": "PRIMARY",
  3277.                         "columns": [
  3278.                             "gid"
  3279.                         ],
  3280.                         "unique": true
  3281.                     }
  3282.                 ],
  3283.                 "0": {
  3284.                     "primaryColumns": [
  3285.                         "gid"
  3286.                     ]
  3287.                 }
  3288.             },
  3289.             "oc_jobs": {
  3290.                 "fields": [
  3291.                     {
  3292.                         "id": {
  3293.                             "type": "integer",
  3294.                             "null": false,
  3295.                             "default": null,
  3296.                             "autoIncrement": true
  3297.                         }
  3298.                     },
  3299.                     {
  3300.                         "class": {
  3301.                             "type": "string",
  3302.                             "null": false,
  3303.                             "default": "",
  3304.                             "autoIncrement": false
  3305.                         }
  3306.                     },
  3307.                     {
  3308.                         "argument": {
  3309.                             "type": "string",
  3310.                             "null": false,
  3311.                             "default": "",
  3312.                             "autoIncrement": false
  3313.                         }
  3314.                     },
  3315.                     {
  3316.                         "last_run": {
  3317.                             "type": "integer",
  3318.                             "null": true,
  3319.                             "default": "0",
  3320.                             "autoIncrement": false
  3321.                         }
  3322.                     },
  3323.                     {
  3324.                         "last_checked": {
  3325.                             "type": "integer",
  3326.                             "null": true,
  3327.                             "default": "0",
  3328.                             "autoIncrement": false
  3329.                         }
  3330.                     },
  3331.                     {
  3332.                         "reserved_at": {
  3333.                             "type": "integer",
  3334.                             "null": true,
  3335.                             "default": "0",
  3336.                             "autoIncrement": false
  3337.                         }
  3338.                     },
  3339.                     {
  3340.                         "execution_duration": {
  3341.                             "type": "integer",
  3342.                             "null": false,
  3343.                             "default": "-1",
  3344.                             "autoIncrement": false
  3345.                         }
  3346.                     }
  3347.                 ],
  3348.                 "index": [
  3349.                     {
  3350.                         "indexName": "PRIMARY",
  3351.                         "columns": [
  3352.                             "id"
  3353.                         ],
  3354.                         "unique": true
  3355.                     },
  3356.                     {
  3357.                         "indexName": "job_class_index",
  3358.                         "columns": [
  3359.                             "class"
  3360.                         ],
  3361.                         "unique": false
  3362.                     }
  3363.                 ],
  3364.                 "0": {
  3365.                     "primaryColumns": [
  3366.                         "id"
  3367.                     ]
  3368.                 }
  3369.             },
  3370.             "oc_migrations": {
  3371.                 "fields": [
  3372.                     {
  3373.                         "app": {
  3374.                             "type": "string",
  3375.                             "null": false,
  3376.                             "default": null,
  3377.                             "autoIncrement": false
  3378.                         }
  3379.                     },
  3380.                     {
  3381.                         "version": {
  3382.                             "type": "string",
  3383.                             "null": false,
  3384.                             "default": null,
  3385.                             "autoIncrement": false
  3386.                         }
  3387.                     }
  3388.                 ],
  3389.                 "index": [
  3390.                     {
  3391.                         "indexName": "PRIMARY",
  3392.                         "columns": [
  3393.                             "app",
  3394.                             "version"
  3395.                         ],
  3396.                         "unique": true
  3397.                     }
  3398.                 ],
  3399.                 "0": {
  3400.                     "primaryColumns": [
  3401.                         "app",
  3402.                         "version"
  3403.                     ]
  3404.                 }
  3405.             },
  3406.             "oc_mimetypes": {
  3407.                 "fields": [
  3408.                     {
  3409.                         "id": {
  3410.                             "type": "integer",
  3411.                             "null": false,
  3412.                             "default": null,
  3413.                             "autoIncrement": true
  3414.                         }
  3415.                     },
  3416.                     {
  3417.                         "mimetype": {
  3418.                             "type": "string",
  3419.                             "null": false,
  3420.                             "default": "",
  3421.                             "autoIncrement": false
  3422.                         }
  3423.                     }
  3424.                 ],
  3425.                 "index": [
  3426.                     {
  3427.                         "indexName": "PRIMARY",
  3428.                         "columns": [
  3429.                             "id"
  3430.                         ],
  3431.                         "unique": true
  3432.                     },
  3433.                     {
  3434.                         "indexName": "mimetype_id_index",
  3435.                         "columns": [
  3436.                             "mimetype"
  3437.                         ],
  3438.                         "unique": true
  3439.                     }
  3440.                 ],
  3441.                 "0": {
  3442.                     "primaryColumns": [
  3443.                         "id"
  3444.                     ]
  3445.                 }
  3446.             },
  3447.             "oc_mounts": {
  3448.                 "fields": [
  3449.                     {
  3450.                         "id": {
  3451.                             "type": "integer",
  3452.                             "null": false,
  3453.                             "default": null,
  3454.                             "autoIncrement": true
  3455.                         }
  3456.                     },
  3457.                     {
  3458.                         "storage_id": {
  3459.                             "type": "integer",
  3460.                             "null": false,
  3461.                             "default": null,
  3462.                             "autoIncrement": false
  3463.                         }
  3464.                     },
  3465.                     {
  3466.                         "root_id": {
  3467.                             "type": "bigint",
  3468.                             "null": false,
  3469.                             "default": null,
  3470.                             "autoIncrement": false
  3471.                         }
  3472.                     },
  3473.                     {
  3474.                         "user_id": {
  3475.                             "type": "string",
  3476.                             "null": false,
  3477.                             "default": null,
  3478.                             "autoIncrement": false
  3479.                         }
  3480.                     },
  3481.                     {
  3482.                         "mount_point": {
  3483.                             "type": "string",
  3484.                             "null": false,
  3485.                             "default": null,
  3486.                             "autoIncrement": false
  3487.                         }
  3488.                     }
  3489.                 ],
  3490.                 "index": [
  3491.                     {
  3492.                         "indexName": "PRIMARY",
  3493.                         "columns": [
  3494.                             "id"
  3495.                         ],
  3496.                         "unique": true
  3497.                     },
  3498.                     {
  3499.                         "indexName": "mounts_user_root_index",
  3500.                         "columns": [
  3501.                             "user_id",
  3502.                             "root_id"
  3503.                         ],
  3504.                         "unique": true
  3505.                     },
  3506.                     {
  3507.                         "indexName": "mounts_user_index",
  3508.                         "columns": [
  3509.                             "user_id"
  3510.                         ],
  3511.                         "unique": false
  3512.                     },
  3513.                     {
  3514.                         "indexName": "mounts_storage_index",
  3515.                         "columns": [
  3516.                             "storage_id"
  3517.                         ],
  3518.                         "unique": false
  3519.                     },
  3520.                     {
  3521.                         "indexName": "mounts_root_index",
  3522.                         "columns": [
  3523.                             "root_id"
  3524.                         ],
  3525.                         "unique": false
  3526.                     }
  3527.                 ],
  3528.                 "0": {
  3529.                     "primaryColumns": [
  3530.                         "id"
  3531.                     ]
  3532.                 }
  3533.             },
  3534.             "oc_notifications": {
  3535.                 "fields": [
  3536.                     {
  3537.                         "notification_id": {
  3538.                             "type": "integer",
  3539.                             "null": false,
  3540.                             "default": null,
  3541.                             "autoIncrement": true
  3542.                         }
  3543.                     },
  3544.                     {
  3545.                         "app": {
  3546.                             "type": "string",
  3547.                             "null": false,
  3548.                             "default": null,
  3549.                             "autoIncrement": false
  3550.                         }
  3551.                     },
  3552.                     {
  3553.                         "user": {
  3554.                             "type": "string",
  3555.                             "null": false,
  3556.                             "default": null,
  3557.                             "autoIncrement": false
  3558.                         }
  3559.                     },
  3560.                     {
  3561.                         "timestamp": {
  3562.                             "type": "integer",
  3563.                             "null": false,
  3564.                             "default": "0",
  3565.                             "autoIncrement": false
  3566.                         }
  3567.                     },
  3568.                     {
  3569.                         "object_type": {
  3570.                             "type": "string",
  3571.                             "null": false,
  3572.                             "default": null,
  3573.                             "autoIncrement": false
  3574.                         }
  3575.                     },
  3576.                     {
  3577.                         "object_id": {
  3578.                             "type": "string",
  3579.                             "null": false,
  3580.                             "default": null,
  3581.                             "autoIncrement": false
  3582.                         }
  3583.                     },
  3584.                     {
  3585.                         "subject": {
  3586.                             "type": "string",
  3587.                             "null": false,
  3588.                             "default": null,
  3589.                             "autoIncrement": false
  3590.                         }
  3591.                     },
  3592.                     {
  3593.                         "subject_parameters": {
  3594.                             "type": "text",
  3595.                             "null": true,
  3596.                             "default": null,
  3597.                             "autoIncrement": false
  3598.                         }
  3599.                     },
  3600.                     {
  3601.                         "message": {
  3602.                             "type": "string",
  3603.                             "null": true,
  3604.                             "default": null,
  3605.                             "autoIncrement": false
  3606.                         }
  3607.                     },
  3608.                     {
  3609.                         "message_parameters": {
  3610.                             "type": "text",
  3611.                             "null": true,
  3612.                             "default": null,
  3613.                             "autoIncrement": false
  3614.                         }
  3615.                     },
  3616.                     {
  3617.                         "link": {
  3618.                             "type": "string",
  3619.                             "null": true,
  3620.                             "default": null,
  3621.                             "autoIncrement": false
  3622.                         }
  3623.                     },
  3624.                     {
  3625.                         "actions": {
  3626.                             "type": "text",
  3627.                             "null": true,
  3628.                             "default": null,
  3629.                             "autoIncrement": false
  3630.                         }
  3631.                     },
  3632.                     {
  3633.                         "icon": {
  3634.                             "type": "string",
  3635.                             "null": true,
  3636.                             "default": null,
  3637.                             "autoIncrement": false
  3638.                         }
  3639.                     }
  3640.                 ],
  3641.                 "index": [
  3642.                     {
  3643.                         "indexName": "PRIMARY",
  3644.                         "columns": [
  3645.                             "notification_id"
  3646.                         ],
  3647.                         "unique": true
  3648.                     },
  3649.                     {
  3650.                         "indexName": "IDX_16B80748C96E70CF",
  3651.                         "columns": [
  3652.                             "app"
  3653.                         ],
  3654.                         "unique": false
  3655.                     },
  3656.                     {
  3657.                         "indexName": "IDX_16B807488D93D649",
  3658.                         "columns": [
  3659.                             "user"
  3660.                         ],
  3661.                         "unique": false
  3662.                     },
  3663.                     {
  3664.                         "indexName": "IDX_16B80748A5D6E63E",
  3665.                         "columns": [
  3666.                             "timestamp"
  3667.                         ],
  3668.                         "unique": false
  3669.                     },
  3670.                     {
  3671.                         "indexName": "IDX_16B8074811CB6B3A232D562B",
  3672.                         "columns": [
  3673.                             "object_type",
  3674.                             "object_id"
  3675.                         ],
  3676.                         "unique": false
  3677.                     }
  3678.                 ],
  3679.                 "0": {
  3680.                     "primaryColumns": [
  3681.                         "notification_id"
  3682.                     ]
  3683.                 }
  3684.             },
  3685.             "oc_persistent_locks": {
  3686.                 "fields": [
  3687.                     {
  3688.                         "id": {
  3689.                             "type": "bigint",
  3690.                             "null": false,
  3691.                             "default": null,
  3692.                             "autoIncrement": true
  3693.                         }
  3694.                     },
  3695.                     {
  3696.                         "file_id": {
  3697.                             "type": "bigint",
  3698.                             "null": false,
  3699.                             "default": null,
  3700.                             "autoIncrement": false
  3701.                         }
  3702.                     },
  3703.                     {
  3704.                         "owner_account_id": {
  3705.                             "type": "bigint",
  3706.                             "null": true,
  3707.                             "default": null,
  3708.                             "autoIncrement": false
  3709.                         }
  3710.                     },
  3711.                     {
  3712.                         "owner": {
  3713.                             "type": "string",
  3714.                             "null": true,
  3715.                             "default": null,
  3716.                             "autoIncrement": false
  3717.                         }
  3718.                     },
  3719.                     {
  3720.                         "timeout": {
  3721.                             "type": "integer",
  3722.                             "null": false,
  3723.                             "default": null,
  3724.                             "autoIncrement": false
  3725.                         }
  3726.                     },
  3727.                     {
  3728.                         "created_at": {
  3729.                             "type": "integer",
  3730.                             "null": false,
  3731.                             "default": null,
  3732.                             "autoIncrement": false
  3733.                         }
  3734.                     },
  3735.                     {
  3736.                         "token": {
  3737.                             "type": "string",
  3738.                             "null": false,
  3739.                             "default": null,
  3740.                             "autoIncrement": false
  3741.                         }
  3742.                     },
  3743.                     {
  3744.                         "token_hash": {
  3745.                             "type": "string",
  3746.                             "null": false,
  3747.                             "default": null,
  3748.                             "autoIncrement": false
  3749.                         }
  3750.                     },
  3751.                     {
  3752.                         "scope": {
  3753.                             "type": "smallint",
  3754.                             "null": false,
  3755.                             "default": null,
  3756.                             "autoIncrement": false
  3757.                         }
  3758.                     },
  3759.                     {
  3760.                         "depth": {
  3761.                             "type": "smallint",
  3762.                             "null": false,
  3763.                             "default": null,
  3764.                             "autoIncrement": false
  3765.                         }
  3766.                     }
  3767.                 ],
  3768.                 "index": [
  3769.                     {
  3770.                         "indexName": "PRIMARY",
  3771.                         "columns": [
  3772.                             "id"
  3773.                         ],
  3774.                         "unique": true
  3775.                     },
  3776.                     {
  3777.                         "indexName": "UNIQ_F0C3D55BB3BC57DA",
  3778.                         "columns": [
  3779.                             "token_hash"
  3780.                         ],
  3781.                         "unique": true
  3782.                     },
  3783.                     {
  3784.                         "indexName": "IDX_F0C3D55B93CB796C",
  3785.                         "columns": [
  3786.                             "file_id"
  3787.                         ],
  3788.                         "unique": false
  3789.                     },
  3790.                     {
  3791.                         "indexName": "IDX_F0C3D55BC901C6FF",
  3792.                         "columns": [
  3793.                             "owner_account_id"
  3794.                         ],
  3795.                         "unique": false
  3796.                     }
  3797.                 ],
  3798.                 "0": {
  3799.                     "primaryColumns": [
  3800.                         "id"
  3801.                     ]
  3802.                 }
  3803.             },
  3804.             "oc_preferences": {
  3805.                 "fields": [
  3806.                     {
  3807.                         "userid": {
  3808.                             "type": "string",
  3809.                             "null": false,
  3810.                             "default": "",
  3811.                             "autoIncrement": false
  3812.                         }
  3813.                     },
  3814.                     {
  3815.                         "appid": {
  3816.                             "type": "string",
  3817.                             "null": false,
  3818.                             "default": "",
  3819.                             "autoIncrement": false
  3820.                         }
  3821.                     },
  3822.                     {
  3823.                         "configkey": {
  3824.                             "type": "string",
  3825.                             "null": false,
  3826.                             "default": "",
  3827.                             "autoIncrement": false
  3828.                         }
  3829.                     },
  3830.                     {
  3831.                         "configvalue": {
  3832.                             "type": "text",
  3833.                             "null": true,
  3834.                             "default": null,
  3835.                             "autoIncrement": false
  3836.                         }
  3837.                     }
  3838.                 ],
  3839.                 "index": [
  3840.                     {
  3841.                         "indexName": "PRIMARY",
  3842.                         "columns": [
  3843.                             "userid",
  3844.                             "appid",
  3845.                             "configkey"
  3846.                         ],
  3847.                         "unique": true
  3848.                     }
  3849.                 ],
  3850.                 "0": {
  3851.                     "primaryColumns": [
  3852.                         "userid",
  3853.                         "appid",
  3854.                         "configkey"
  3855.                     ]
  3856.                 }
  3857.             },
  3858.             "oc_privatedata": {
  3859.                 "fields": [
  3860.                     {
  3861.                         "keyid": {
  3862.                             "type": "integer",
  3863.                             "null": false,
  3864.                             "default": null,
  3865.                             "autoIncrement": true
  3866.                         }
  3867.                     },
  3868.                     {
  3869.                         "user": {
  3870.                             "type": "string",
  3871.                             "null": false,
  3872.                             "default": "",
  3873.                             "autoIncrement": false
  3874.                         }
  3875.                     },
  3876.                     {
  3877.                         "app": {
  3878.                             "type": "string",
  3879.                             "null": false,
  3880.                             "default": "",
  3881.                             "autoIncrement": false
  3882.                         }
  3883.                     },
  3884.                     {
  3885.                         "key": {
  3886.                             "type": "string",
  3887.                             "null": false,
  3888.                             "default": "",
  3889.                             "autoIncrement": false
  3890.                         }
  3891.                     },
  3892.                     {
  3893.                         "value": {
  3894.                             "type": "string",
  3895.                             "null": false,
  3896.                             "default": "",
  3897.                             "autoIncrement": false
  3898.                         }
  3899.                     }
  3900.                 ],
  3901.                 "index": [
  3902.                     {
  3903.                         "indexName": "PRIMARY",
  3904.                         "columns": [
  3905.                             "keyid"
  3906.                         ],
  3907.                         "unique": true
  3908.                     }
  3909.                 ],
  3910.                 "0": {
  3911.                     "primaryColumns": [
  3912.                         "keyid"
  3913.                     ]
  3914.                 }
  3915.             },
  3916.             "oc_properties": {
  3917.                 "fields": [
  3918.                     {
  3919.                         "id": {
  3920.                             "type": "bigint",
  3921.                             "null": false,
  3922.                             "default": null,
  3923.                             "autoIncrement": true
  3924.                         }
  3925.                     },
  3926.                     {
  3927.                         "fileid": {
  3928.                             "type": "bigint",
  3929.                             "null": false,
  3930.                             "default": null,
  3931.                             "autoIncrement": false
  3932.                         }
  3933.                     },
  3934.                     {
  3935.                         "propertyname": {
  3936.                             "type": "string",
  3937.                             "null": false,
  3938.                             "default": "",
  3939.                             "autoIncrement": false
  3940.                         }
  3941.                     },
  3942.                     {
  3943.                         "propertyvalue": {
  3944.                             "type": "string",
  3945.                             "null": false,
  3946.                             "default": null,
  3947.                             "autoIncrement": false
  3948.                         }
  3949.                     }
  3950.                 ],
  3951.                 "index": [
  3952.                     {
  3953.                         "indexName": "PRIMARY",
  3954.                         "columns": [
  3955.                             "id"
  3956.                         ],
  3957.                         "unique": true
  3958.                     },
  3959.                     {
  3960.                         "indexName": "fileid_index",
  3961.                         "columns": [
  3962.                             "fileid"
  3963.                         ],
  3964.                         "unique": false
  3965.                     }
  3966.                 ],
  3967.                 "0": {
  3968.                     "primaryColumns": [
  3969.                         "id"
  3970.                     ]
  3971.                 }
  3972.             },
  3973.             "oc_schedulingobjects": {
  3974.                 "fields": [
  3975.                     {
  3976.                         "id": {
  3977.                             "type": "bigint",
  3978.                             "null": false,
  3979.                             "default": null,
  3980.                             "autoIncrement": true
  3981.                         }
  3982.                     },
  3983.                     {
  3984.                         "principaluri": {
  3985.                             "type": "string",
  3986.                             "null": true,
  3987.                             "default": null,
  3988.                             "autoIncrement": false
  3989.                         }
  3990.                     },
  3991.                     {
  3992.                         "calendardata": {
  3993.                             "type": "blob",
  3994.                             "null": true,
  3995.                             "default": null,
  3996.                             "autoIncrement": false
  3997.                         }
  3998.                     },
  3999.                     {
  4000.                         "uri": {
  4001.                             "type": "string",
  4002.                             "null": true,
  4003.                             "default": null,
  4004.                             "autoIncrement": false
  4005.                         }
  4006.                     },
  4007.                     {
  4008.                         "lastmodified": {
  4009.                             "type": "integer",
  4010.                             "null": true,
  4011.                             "default": null,
  4012.                             "autoIncrement": false
  4013.                         }
  4014.                     },
  4015.                     {
  4016.                         "etag": {
  4017.                             "type": "string",
  4018.                             "null": true,
  4019.                             "default": null,
  4020.                             "autoIncrement": false
  4021.                         }
  4022.                     },
  4023.                     {
  4024.                         "size": {
  4025.                             "type": "bigint",
  4026.                             "null": false,
  4027.                             "default": null,
  4028.                             "autoIncrement": false
  4029.                         }
  4030.                     }
  4031.                 ],
  4032.                 "index": [
  4033.                     {
  4034.                         "indexName": "PRIMARY",
  4035.                         "columns": [
  4036.                             "id"
  4037.                         ],
  4038.                         "unique": true
  4039.                     }
  4040.                 ],
  4041.                 "0": {
  4042.                     "primaryColumns": [
  4043.                         "id"
  4044.                     ]
  4045.                 }
  4046.             },
  4047.             "oc_share": {
  4048.                 "fields": [
  4049.                     {
  4050.                         "id": {
  4051.                             "type": "integer",
  4052.                             "null": false,
  4053.                             "default": null,
  4054.                             "autoIncrement": true
  4055.                         }
  4056.                     },
  4057.                     {
  4058.                         "share_type": {
  4059.                             "type": "smallint",
  4060.                             "null": false,
  4061.                             "default": "0",
  4062.                             "autoIncrement": false
  4063.                         }
  4064.                     },
  4065.                     {
  4066.                         "share_with": {
  4067.                             "type": "string",
  4068.                             "null": true,
  4069.                             "default": null,
  4070.                             "autoIncrement": false
  4071.                         }
  4072.                     },
  4073.                     {
  4074.                         "uid_owner": {
  4075.                             "type": "string",
  4076.                             "null": false,
  4077.                             "default": "",
  4078.                             "autoIncrement": false
  4079.                         }
  4080.                     },
  4081.                     {
  4082.                         "uid_initiator": {
  4083.                             "type": "string",
  4084.                             "null": true,
  4085.                             "default": null,
  4086.                             "autoIncrement": false
  4087.                         }
  4088.                     },
  4089.                     {
  4090.                         "parent": {
  4091.                             "type": "integer",
  4092.                             "null": true,
  4093.                             "default": null,
  4094.                             "autoIncrement": false
  4095.                         }
  4096.                     },
  4097.                     {
  4098.                         "item_type": {
  4099.                             "type": "string",
  4100.                             "null": false,
  4101.                             "default": "",
  4102.                             "autoIncrement": false
  4103.                         }
  4104.                     },
  4105.                     {
  4106.                         "item_source": {
  4107.                             "type": "string",
  4108.                             "null": true,
  4109.                             "default": null,
  4110.                             "autoIncrement": false
  4111.                         }
  4112.                     },
  4113.                     {
  4114.                         "item_target": {
  4115.                             "type": "string",
  4116.                             "null": true,
  4117.                             "default": null,
  4118.                             "autoIncrement": false
  4119.                         }
  4120.                     },
  4121.                     {
  4122.                         "file_source": {
  4123.                             "type": "bigint",
  4124.                             "null": true,
  4125.                             "default": null,
  4126.                             "autoIncrement": false
  4127.                         }
  4128.                     },
  4129.                     {
  4130.                         "file_target": {
  4131.                             "type": "string",
  4132.                             "null": true,
  4133.                             "default": null,
  4134.                             "autoIncrement": false
  4135.                         }
  4136.                     },
  4137.                     {
  4138.                         "permissions": {
  4139.                             "type": "smallint",
  4140.                             "null": false,
  4141.                             "default": "0",
  4142.                             "autoIncrement": false
  4143.                         }
  4144.                     },
  4145.                     {
  4146.                         "stime": {
  4147.                             "type": "bigint",
  4148.                             "null": false,
  4149.                             "default": "0",
  4150.                             "autoIncrement": false
  4151.                         }
  4152.                     },
  4153.                     {
  4154.                         "accepted": {
  4155.                             "type": "smallint",
  4156.                             "null": false,
  4157.                             "default": "0",
  4158.                             "autoIncrement": false
  4159.                         }
  4160.                     },
  4161.                     {
  4162.                         "expiration": {
  4163.                             "type": "datetime",
  4164.                             "null": true,
  4165.                             "default": null,
  4166.                             "autoIncrement": false
  4167.                         }
  4168.                     },
  4169.                     {
  4170.                         "token": {
  4171.                             "type": "string",
  4172.                             "null": true,
  4173.                             "default": null,
  4174.                             "autoIncrement": false
  4175.                         }
  4176.                     },
  4177.                     {
  4178.                         "mail_send": {
  4179.                             "type": "smallint",
  4180.                             "null": false,
  4181.                             "default": "0",
  4182.                             "autoIncrement": false
  4183.                         }
  4184.                     },
  4185.                     {
  4186.                         "share_name": {
  4187.                             "type": "string",
  4188.                             "null": true,
  4189.                             "default": null,
  4190.                             "autoIncrement": false
  4191.                         }
  4192.                     },
  4193.                     {
  4194.                         "attributes": {
  4195.                             "type": "text",
  4196.                             "null": true,
  4197.                             "default": null,
  4198.                             "autoIncrement": false
  4199.                         }
  4200.                     }
  4201.                 ],
  4202.                 "index": [
  4203.                     {
  4204.                         "indexName": "PRIMARY",
  4205.                         "columns": [
  4206.                             "id"
  4207.                         ],
  4208.                         "unique": true
  4209.                     },
  4210.                     {
  4211.                         "indexName": "item_share_type_index",
  4212.                         "columns": [
  4213.                             "item_type",
  4214.                             "share_type"
  4215.                         ],
  4216.                         "unique": false
  4217.                     },
  4218.                     {
  4219.                         "indexName": "file_source_index",
  4220.                         "columns": [
  4221.                             "file_source"
  4222.                         ],
  4223.                         "unique": false
  4224.                     },
  4225.                     {
  4226.                         "indexName": "token_index",
  4227.                         "columns": [
  4228.                             "token"
  4229.                         ],
  4230.                         "unique": false
  4231.                     },
  4232.                     {
  4233.                         "indexName": "share_with_index",
  4234.                         "columns": [
  4235.                             "share_with"
  4236.                         ],
  4237.                         "unique": false
  4238.                     },
  4239.                     {
  4240.                         "indexName": "item_source_index",
  4241.                         "columns": [
  4242.                             "item_source"
  4243.                         ],
  4244.                         "unique": false
  4245.                     },
  4246.                     {
  4247.                         "indexName": "item_source_type_index",
  4248.                         "columns": [
  4249.                             "item_source",
  4250.                             "share_type",
  4251.                             "item_type"
  4252.                         ],
  4253.                         "unique": false
  4254.                     }
  4255.                 ],
  4256.                 "0": {
  4257.                     "primaryColumns": [
  4258.                         "id"
  4259.                     ]
  4260.                 }
  4261.             },
  4262.             "oc_share_external": {
  4263.                 "fields": [
  4264.                     {
  4265.                         "id": {
  4266.                             "type": "bigint",
  4267.                             "null": false,
  4268.                             "default": null,
  4269.                             "autoIncrement": true
  4270.                         }
  4271.                     },
  4272.                     {
  4273.                         "remote": {
  4274.                             "type": "string",
  4275.                             "null": false,
  4276.                             "default": null,
  4277.                             "autoIncrement": false
  4278.                         }
  4279.                     },
  4280.                     {
  4281.                         "remote_id": {
  4282.                             "type": "string",
  4283.                             "null": false,
  4284.                             "default": "-1",
  4285.                             "autoIncrement": false
  4286.                         }
  4287.                     },
  4288.                     {
  4289.                         "share_token": {
  4290.                             "type": "string",
  4291.                             "null": false,
  4292.                             "default": null,
  4293.                             "autoIncrement": false
  4294.                         }
  4295.                     },
  4296.                     {
  4297.                         "password": {
  4298.                             "type": "string",
  4299.                             "null": true,
  4300.                             "default": null,
  4301.                             "autoIncrement": false
  4302.                         }
  4303.                     },
  4304.                     {
  4305.                         "name": {
  4306.                             "type": "string",
  4307.                             "null": false,
  4308.                             "default": null,
  4309.                             "autoIncrement": false
  4310.                         }
  4311.                     },
  4312.                     {
  4313.                         "owner": {
  4314.                             "type": "string",
  4315.                             "null": false,
  4316.                             "default": null,
  4317.                             "autoIncrement": false
  4318.                         }
  4319.                     },
  4320.                     {
  4321.                         "user": {
  4322.                             "type": "string",
  4323.                             "null": false,
  4324.                             "default": null,
  4325.                             "autoIncrement": false
  4326.                         }
  4327.                     },
  4328.                     {
  4329.                         "mountpoint": {
  4330.                             "type": "string",
  4331.                             "null": false,
  4332.                             "default": null,
  4333.                             "autoIncrement": false
  4334.                         }
  4335.                     },
  4336.                     {
  4337.                         "mountpoint_hash": {
  4338.                             "type": "string",
  4339.                             "null": false,
  4340.                             "default": null,
  4341.                             "autoIncrement": false
  4342.                         }
  4343.                     },
  4344.                     {
  4345.                         "accepted": {
  4346.                             "type": "integer",
  4347.                             "null": false,
  4348.                             "default": "0",
  4349.                             "autoIncrement": false
  4350.                         }
  4351.                     }
  4352.                 ],
  4353.                 "index": [
  4354.                     {
  4355.                         "indexName": "PRIMARY",
  4356.                         "columns": [
  4357.                             "id"
  4358.                         ],
  4359.                         "unique": true
  4360.                     },
  4361.                     {
  4362.                         "indexName": "sh_external_mp",
  4363.                         "columns": [
  4364.                             "user",
  4365.                             "mountpoint_hash"
  4366.                         ],
  4367.                         "unique": true
  4368.                     },
  4369.                     {
  4370.                         "indexName": "sh_external_user",
  4371.                         "columns": [
  4372.                             "user"
  4373.                         ],
  4374.                         "unique": false
  4375.                     }
  4376.                 ],
  4377.                 "0": {
  4378.                     "primaryColumns": [
  4379.                         "id"
  4380.                     ]
  4381.                 }
  4382.             },
  4383.             "oc_storages": {
  4384.                 "fields": [
  4385.                     {
  4386.                         "numeric_id": {
  4387.                             "type": "integer",
  4388.                             "null": false,
  4389.                             "default": null,
  4390.                             "autoIncrement": true
  4391.                         }
  4392.                     },
  4393.                     {
  4394.                         "id": {
  4395.                             "type": "string",
  4396.                             "null": true,
  4397.                             "default": null,
  4398.                             "autoIncrement": false
  4399.                         }
  4400.                     },
  4401.                     {
  4402.                         "available": {
  4403.                             "type": "integer",
  4404.                             "null": false,
  4405.                             "default": "1",
  4406.                             "autoIncrement": false
  4407.                         }
  4408.                     },
  4409.                     {
  4410.                         "last_checked": {
  4411.                             "type": "integer",
  4412.                             "null": true,
  4413.                             "default": null,
  4414.                             "autoIncrement": false
  4415.                         }
  4416.                     }
  4417.                 ],
  4418.                 "index": [
  4419.                     {
  4420.                         "indexName": "PRIMARY",
  4421.                         "columns": [
  4422.                             "numeric_id"
  4423.                         ],
  4424.                         "unique": true
  4425.                     },
  4426.                     {
  4427.                         "indexName": "storages_id_index",
  4428.                         "columns": [
  4429.                             "id"
  4430.                         ],
  4431.                         "unique": true
  4432.                     }
  4433.                 ],
  4434.                 "0": {
  4435.                     "primaryColumns": [
  4436.                         "numeric_id"
  4437.                     ]
  4438.                 }
  4439.             },
  4440.             "oc_systemtag": {
  4441.                 "fields": [
  4442.                     {
  4443.                         "id": {
  4444.                             "type": "integer",
  4445.                             "null": false,
  4446.                             "default": null,
  4447.                             "autoIncrement": true
  4448.                         }
  4449.                     },
  4450.                     {
  4451.                         "name": {
  4452.                             "type": "string",
  4453.                             "null": false,
  4454.                             "default": "",
  4455.                             "autoIncrement": false
  4456.                         }
  4457.                     },
  4458.                     {
  4459.                         "visibility": {
  4460.                             "type": "smallint",
  4461.                             "null": false,
  4462.                             "default": "1",
  4463.                             "autoIncrement": false
  4464.                         }
  4465.                     },
  4466.                     {
  4467.                         "editable": {
  4468.                             "type": "smallint",
  4469.                             "null": false,
  4470.                             "default": "1",
  4471.                             "autoIncrement": false
  4472.                         }
  4473.                     },
  4474.                     {
  4475.                         "assignable": {
  4476.                             "type": "smallint",
  4477.                             "null": false,
  4478.                             "default": "1",
  4479.                             "autoIncrement": false
  4480.                         }
  4481.                     }
  4482.                 ],
  4483.                 "index": [
  4484.                     {
  4485.                         "indexName": "PRIMARY",
  4486.                         "columns": [
  4487.                             "id"
  4488.                         ],
  4489.                         "unique": true
  4490.                     },
  4491.                     {
  4492.                         "indexName": "tag_ident",
  4493.                         "columns": [
  4494.                             "name",
  4495.                             "visibility",
  4496.                             "editable",
  4497.                             "assignable"
  4498.                         ],
  4499.                         "unique": true
  4500.                     }
  4501.                 ],
  4502.                 "0": {
  4503.                     "primaryColumns": [
  4504.                         "id"
  4505.                     ]
  4506.                 }
  4507.             },
  4508.             "oc_systemtag_group": {
  4509.                 "fields": [
  4510.                     {
  4511.                         "gid": {
  4512.                             "type": "string",
  4513.                             "null": false,
  4514.                             "default": null,
  4515.                             "autoIncrement": false
  4516.                         }
  4517.                     },
  4518.                     {
  4519.                         "systemtagid": {
  4520.                             "type": "integer",
  4521.                             "null": false,
  4522.                             "default": "0",
  4523.                             "autoIncrement": false
  4524.                         }
  4525.                     }
  4526.                 ],
  4527.                 "index": [
  4528.                     {
  4529.                         "indexName": "PRIMARY",
  4530.                         "columns": [
  4531.                             "gid",
  4532.                             "systemtagid"
  4533.                         ],
  4534.                         "unique": true
  4535.                     }
  4536.                 ],
  4537.                 "0": {
  4538.                     "primaryColumns": [
  4539.                         "gid",
  4540.                         "systemtagid"
  4541.                     ]
  4542.                 }
  4543.             },
  4544.             "oc_systemtag_object_mapping": {
  4545.                 "fields": [
  4546.                     {
  4547.                         "objectid": {
  4548.                             "type": "string",
  4549.                             "null": false,
  4550.                             "default": "",
  4551.                             "autoIncrement": false
  4552.                         }
  4553.                     },
  4554.                     {
  4555.                         "objecttype": {
  4556.                             "type": "string",
  4557.                             "null": false,
  4558.                             "default": "",
  4559.                             "autoIncrement": false
  4560.                         }
  4561.                     },
  4562.                     {
  4563.                         "systemtagid": {
  4564.                             "type": "integer",
  4565.                             "null": false,
  4566.                             "default": "0",
  4567.                             "autoIncrement": false
  4568.                         }
  4569.                     }
  4570.                 ],
  4571.                 "index": [
  4572.                     {
  4573.                         "indexName": "mapping",
  4574.                         "columns": [
  4575.                             "objecttype",
  4576.                             "objectid",
  4577.                             "systemtagid"
  4578.                         ],
  4579.                         "unique": true
  4580.                     }
  4581.                 ],
  4582.                 "0": {
  4583.                     "primaryColumns": []
  4584.                 }
  4585.             },
  4586.             "oc_trusted_servers": {
  4587.                 "fields": [
  4588.                     {
  4589.                         "id": {
  4590.                             "type": "integer",
  4591.                             "null": false,
  4592.                             "default": null,
  4593.                             "autoIncrement": true
  4594.                         }
  4595.                     },
  4596.                     {
  4597.                         "url": {
  4598.                             "type": "string",
  4599.                             "null": false,
  4600.                             "default": null,
  4601.                             "autoIncrement": false
  4602.                         }
  4603.                     },
  4604.                     {
  4605.                         "url_hash": {
  4606.                             "type": "string",
  4607.                             "null": false,
  4608.                             "default": "",
  4609.                             "autoIncrement": false
  4610.                         }
  4611.                     },
  4612.                     {
  4613.                         "token": {
  4614.                             "type": "string",
  4615.                             "null": true,
  4616.                             "default": null,
  4617.                             "autoIncrement": false
  4618.                         }
  4619.                     },
  4620.                     {
  4621.                         "shared_secret": {
  4622.                             "type": "string",
  4623.                             "null": true,
  4624.                             "default": null,
  4625.                             "autoIncrement": false
  4626.                         }
  4627.                     },
  4628.                     {
  4629.                         "status": {
  4630.                             "type": "integer",
  4631.                             "null": false,
  4632.                             "default": "2",
  4633.                             "autoIncrement": false
  4634.                         }
  4635.                     },
  4636.                     {
  4637.                         "sync_token": {
  4638.                             "type": "string",
  4639.                             "null": true,
  4640.                             "default": null,
  4641.                             "autoIncrement": false
  4642.                         }
  4643.                     }
  4644.                 ],
  4645.                 "index": [
  4646.                     {
  4647.                         "indexName": "PRIMARY",
  4648.                         "columns": [
  4649.                             "id"
  4650.                         ],
  4651.                         "unique": true
  4652.                     },
  4653.                     {
  4654.                         "indexName": "url_hash",
  4655.                         "columns": [
  4656.                             "url_hash"
  4657.                         ],
  4658.                         "unique": true
  4659.                     }
  4660.                 ],
  4661.                 "0": {
  4662.                     "primaryColumns": [
  4663.                         "id"
  4664.                     ]
  4665.                 }
  4666.             },
  4667.             "oc_users": {
  4668.                 "fields": [
  4669.                     {
  4670.                         "uid": {
  4671.                             "type": "string",
  4672.                             "null": false,
  4673.                             "default": "",
  4674.                             "autoIncrement": false
  4675.                         }
  4676.                     },
  4677.                     {
  4678.                         "displayname": {
  4679.                             "type": "string",
  4680.                             "null": true,
  4681.                             "default": null,
  4682.                             "autoIncrement": false
  4683.                         }
  4684.                     },
  4685.                     {
  4686.                         "password": {
  4687.                             "type": "string",
  4688.                             "null": false,
  4689.                             "default": "",
  4690.                             "autoIncrement": false
  4691.                         }
  4692.                     }
  4693.                 ],
  4694.                 "index": [
  4695.                     {
  4696.                         "indexName": "PRIMARY",
  4697.                         "columns": [
  4698.                             "uid"
  4699.                         ],
  4700.                         "unique": true
  4701.                     }
  4702.                 ],
  4703.                 "0": {
  4704.                     "primaryColumns": [
  4705.                         "uid"
  4706.                     ]
  4707.                 }
  4708.             },
  4709.             "oc_vcategory": {
  4710.                 "fields": [
  4711.                     {
  4712.                         "id": {
  4713.                             "type": "integer",
  4714.                             "null": false,
  4715.                             "default": null,
  4716.                             "autoIncrement": true
  4717.                         }
  4718.                     },
  4719.                     {
  4720.                         "uid": {
  4721.                             "type": "string",
  4722.                             "null": false,
  4723.                             "default": "",
  4724.                             "autoIncrement": false
  4725.                         }
  4726.                     },
  4727.                     {
  4728.                         "type": {
  4729.                             "type": "string",
  4730.                             "null": false,
  4731.                             "default": "",
  4732.                             "autoIncrement": false
  4733.                         }
  4734.                     },
  4735.                     {
  4736.                         "category": {
  4737.                             "type": "string",
  4738.                             "null": false,
  4739.                             "default": "",
  4740.                             "autoIncrement": false
  4741.                         }
  4742.                     }
  4743.                 ],
  4744.                 "index": [
  4745.                     {
  4746.                         "indexName": "PRIMARY",
  4747.                         "columns": [
  4748.                             "id"
  4749.                         ],
  4750.                         "unique": true
  4751.                     },
  4752.                     {
  4753.                         "indexName": "uid_index",
  4754.                         "columns": [
  4755.                             "uid"
  4756.                         ],
  4757.                         "unique": false
  4758.                     },
  4759.                     {
  4760.                         "indexName": "type_index",
  4761.                         "columns": [
  4762.                             "type"
  4763.                         ],
  4764.                         "unique": false
  4765.                     },
  4766.                     {
  4767.                         "indexName": "category_index",
  4768.                         "columns": [
  4769.                             "category"
  4770.                         ],
  4771.                         "unique": false
  4772.                     }
  4773.                 ],
  4774.                 "0": {
  4775.                     "primaryColumns": [
  4776.                         "id"
  4777.                     ]
  4778.                 }
  4779.             },
  4780.             "oc_vcategory_to_object": {
  4781.                 "fields": [
  4782.                     {
  4783.                         "categoryid": {
  4784.                             "type": "integer",
  4785.                             "null": false,
  4786.                             "default": "0",
  4787.                             "autoIncrement": false
  4788.                         }
  4789.                     },
  4790.                     {
  4791.                         "objid": {
  4792.                             "type": "bigint",
  4793.                             "null": false,
  4794.                             "default": "0",
  4795.                             "autoIncrement": false
  4796.                         }
  4797.                     },
  4798.                     {
  4799.                         "type": {
  4800.                             "type": "string",
  4801.                             "null": false,
  4802.                             "default": "",
  4803.                             "autoIncrement": false
  4804.                         }
  4805.                     }
  4806.                 ],
  4807.                 "index": [
  4808.                     {
  4809.                         "indexName": "PRIMARY",
  4810.                         "columns": [
  4811.                             "categoryid",
  4812.                             "objid",
  4813.                             "type"
  4814.                         ],
  4815.                         "unique": true
  4816.                     },
  4817.                     {
  4818.                         "indexName": "vcategory_objectd_index",
  4819.                         "columns": [
  4820.                             "objid",
  4821.                             "type"
  4822.                         ],
  4823.                         "unique": false
  4824.                     }
  4825.                 ],
  4826.                 "0": {
  4827.                     "primaryColumns": [
  4828.                         "categoryid",
  4829.                         "objid",
  4830.                         "type"
  4831.                     ]
  4832.                 }
  4833.             }
  4834.         }
  4835.     },
  4836.     "migrations": [
  4837.         {
  4838.             "app": "core",
  4839.             "version": "20170101010100"
  4840.         },
  4841.         {
  4842.             "app": "core",
  4843.             "version": "20170101215145"
  4844.         },
  4845.         {
  4846.             "app": "core",
  4847.             "version": "20170111103310"
  4848.         },
  4849.         {
  4850.             "app": "core",
  4851.             "version": "20170213215145"
  4852.         },
  4853.         {
  4854.             "app": "core",
  4855.             "version": "20170214112458"
  4856.         },
  4857.         {
  4858.             "app": "core",
  4859.             "version": "20170221114437"
  4860.         },
  4861.         {
  4862.             "app": "core",
  4863.             "version": "20170221121536"
  4864.         },
  4865.         {
  4866.             "app": "core",
  4867.             "version": "20170315173825"
  4868.         },
  4869.         {
  4870.             "app": "core",
  4871.             "version": "20170320173955"
  4872.         },
  4873.         {
  4874.             "app": "core",
  4875.             "version": "20170418154659"
  4876.         },
  4877.         {
  4878.             "app": "core",
  4879.             "version": "20170516100103"
  4880.         },
  4881.         {
  4882.             "app": "core",
  4883.             "version": "20170526104128"
  4884.         },
  4885.         {
  4886.             "app": "core",
  4887.             "version": "20170605143658"
  4888.         },
  4889.         {
  4890.             "app": "core",
  4891.             "version": "20170711191432"
  4892.         },
  4893.         {
  4894.             "app": "core",
  4895.             "version": "20170804201253"
  4896.         },
  4897.         {
  4898.             "app": "core",
  4899.             "version": "20170928120000"
  4900.         },
  4901.         {
  4902.             "app": "core",
  4903.             "version": "20171026130750"
  4904.         },
  4905.         {
  4906.             "app": "core",
  4907.             "version": "20180123131835"
  4908.         },
  4909.         {
  4910.             "app": "core",
  4911.             "version": "20180302155233"
  4912.         },
  4913.         {
  4914.             "app": "core",
  4915.             "version": "20180319102121"
  4916.         },
  4917.         {
  4918.             "app": "core",
  4919.             "version": "20180607072706"
  4920.         },
  4921.         {
  4922.             "app": "core",
  4923.             "version": "20181017105216"
  4924.         },
  4925.         {
  4926.             "app": "core",
  4927.             "version": "20181017120818"
  4928.         },
  4929.         {
  4930.             "app": "core",
  4931.             "version": "20181113071753"
  4932.         },
  4933.         {
  4934.             "app": "core",
  4935.             "version": "20181220085457"
  4936.         },
  4937.         {
  4938.             "app": "core",
  4939.             "version": "20190125162909"
  4940.         },
  4941.         {
  4942.             "app": "dav",
  4943.             "version": "20170116150538"
  4944.         },
  4945.         {
  4946.             "app": "dav",
  4947.             "version": "20170116170538"
  4948.         },
  4949.         {
  4950.             "app": "dav",
  4951.             "version": "20170202213905"
  4952.         },
  4953.         {
  4954.             "app": "dav",
  4955.             "version": "20170202220512"
  4956.         },
  4957.         {
  4958.             "app": "dav",
  4959.             "version": "20170427182800"
  4960.         },
  4961.         {
  4962.             "app": "dav",
  4963.             "version": "20170519091921"
  4964.         },
  4965.         {
  4966.             "app": "dav",
  4967.             "version": "20170526100342"
  4968.         },
  4969.         {
  4970.             "app": "dav",
  4971.             "version": "20170711193427"
  4972.         },
  4973.         {
  4974.             "app": "dav",
  4975.             "version": "20170927201245"
  4976.         },
  4977.         {
  4978.             "app": "dav",
  4979.             "version": "20180622095921"
  4980.         },
  4981.         {
  4982.             "app": "dav",
  4983.             "version": "20181115210344"
  4984.         },
  4985.         {
  4986.             "app": "dav",
  4987.             "version": "20190823065724"
  4988.         },
  4989.         {
  4990.             "app": "federatedfilesharing",
  4991.             "version": "20170804201125"
  4992.         },
  4993.         {
  4994.             "app": "federatedfilesharing",
  4995.             "version": "20170804201253"
  4996.         },
  4997.         {
  4998.             "app": "federatedfilesharing",
  4999.             "version": "20190410160725"
  5000.         },
  5001.         {
  5002.             "app": "files_external",
  5003.             "version": "20170814051424"
  5004.         },
  5005.         {
  5006.             "app": "files_sharing",
  5007.             "version": "20170804201125"
  5008.         },
  5009.         {
  5010.             "app": "files_sharing",
  5011.             "version": "20170804201253"
  5012.         },
  5013.         {
  5014.             "app": "files_sharing",
  5015.             "version": "20170830112305"
  5016.         },
  5017.         {
  5018.             "app": "files_sharing",
  5019.             "version": "20171115154900"
  5020.         },
  5021.         {
  5022.             "app": "files_sharing",
  5023.             "version": "20171215103657"
  5024.         },
  5025.         {
  5026.             "app": "files_sharing",
  5027.             "version": "20190426123324"
  5028.         },
  5029.         {
  5030.             "app": "files_trashbin",
  5031.             "version": "20170804201125"
  5032.         },
  5033.         {
  5034.             "app": "files_trashbin",
  5035.             "version": "20170804201253"
  5036.         },
  5037.         {
  5038.             "app": "notifications",
  5039.             "version": "20170801085340"
  5040.         },
  5041.         {
  5042.             "app": "notifications",
  5043.             "version": "20170801152524"
  5044.         },
  5045.         {
  5046.             "app": "notifications",
  5047.             "version": "20180119080933"
  5048.         },
  5049.         {
  5050.             "app": "notifications",
  5051.             "version": "20180604132522"
  5052.         }
  5053.     ],
  5054.     "phpinfo": {
  5055.         "apache2handler": {
  5056.             "Apache Version": "Apache",
  5057.             "Apache API Version": "20120211",
  5058.             "Server Administrator": "webmaster@localhost",
  5059.             "Hostname:Port": "localhost:8080",
  5060.             "User\/Group": "www-data(33)\/33",
  5061.             "Max Requests": "Per Child: 0 - Keep Alive: on - Max Per Connection: 100",
  5062.             "Timeouts": "Connection: 300 - Keep-Alive: 5",
  5063.             "Virtual Server": "Yes",
  5064.             "Server Root": "\/etc\/apache2",
  5065.             "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_expires mod_filter mod_headers mod_mime prefork mod_negotiation mod_php7 mod_remoteip mod_reqtimeout mod_rewrite mod_setenvif mod_status",
  5066.             "engine": "1",
  5067.             "last_modified": "0",
  5068.             "xbithack": "0"
  5069.         },
  5070.         "Apache Environment": {
  5071.             "REDIRECT_HTTP_AUTHORIZATION": "no value",
  5072.             "REDIRECT_PATH_INFO": "no value",
  5073.             "REDIRECT_modHeadersAvailable": "true",
  5074.             "REDIRECT_htaccessWorking": "true",
  5075.             "REDIRECT_front_controller_active": "true",
  5076.             "REDIRECT_STATUS": "200",
  5077.             "HTTP_AUTHORIZATION": "no value",
  5078.             "PATH_INFO": "no value",
  5079.             "modHeadersAvailable": "true",
  5080.             "htaccessWorking": "true",
  5081.             "front_controller_active": "true",
  5082.             "HTTP_HOST": "localhost:8080",
  5083.             "HTTP_USER_AGENT": "Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\/20100101 Firefox\/72.0",
  5084.             "HTTP_ACCEPT": "text\/html,application\/xhtml+xml,application\/xml;q=0.9,image\/webp,*\/*;q=0.8",
  5085.             "HTTP_ACCEPT_LANGUAGE": "de,en-US;q=0.7,en;q=0.3",
  5086.             "HTTP_ACCEPT_ENCODING": "gzip, deflate",
  5087.             "HTTP_CONNECTION": "keep-alive",
  5088.             "HTTP_UPGRADE_INSECURE_REQUESTS": "1",
  5089.             "SERVER_SIGNATURE": "no value",
  5090.             "SERVER_SOFTWARE": "Apache",
  5091.             "SERVER_NAME": "localhost",
  5092.             "SERVER_ADDR": "172.18.0.4",
  5093.             "SERVER_PORT": "8080",
  5094.             "REMOTE_ADDR": "172.18.0.1",
  5095.             "DOCUMENT_ROOT": "\/var\/www\/owncloud",
  5096.             "REQUEST_SCHEME": "http",
  5097.             "CONTEXT_PREFIX": "no value",
  5098.             "CONTEXT_DOCUMENT_ROOT": "\/var\/www\/owncloud",
  5099.             "SERVER_ADMIN": "webmaster@localhost",
  5100.             "SCRIPT_FILENAME": "\/var\/www\/owncloud\/index.php",
  5101.             "REMOTE_PORT": "33814",
  5102.             "REDIRECT_URL": "\/apps\/configreport\/report",
  5103.             "GATEWAY_INTERFACE": "CGI\/1.1",
  5104.             "SERVER_PROTOCOL": "HTTP\/1.1",
  5105.             "REQUEST_METHOD": "GET",
  5106.             "QUERY_STRING": "no value",
  5107.             "REQUEST_URI": "\/apps\/configreport\/report",
  5108.             "SCRIPT_NAME": "\/index.php"
  5109.         },
  5110.         "HTTP Headers Information": {
  5111.             "HTTP Request": "GET \/apps\/configreport\/report HTTP\/1.1",
  5112.             "Host": "localhost:8080",
  5113.             "User-Agent": "Mozilla\/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko\/20100101 Firefox\/72.0",
  5114.             "Accept": "text\/html,application\/xhtml+xml,application\/xml;q=0.9,image\/webp,*\/*;q=0.8",
  5115.             "Accept-Language": "de,en-US;q=0.7,en;q=0.3",
  5116.             "Accept-Encoding": "gzip, deflate",
  5117.             "Connection": "keep-alive",
  5118.             "Upgrade-Insecure-Requests": "1",
  5119.             "Expires": "Thu, 19 Nov 1981 08:52:00 GMT",
  5120.             "Cache-Control": "no-store, no-cache, must-revalidate",
  5121.             "Pragma": "no-cache",
  5122.             "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 *"
  5123.         },
  5124.         "apc": {
  5125.             "APC Compatibility": "1.0.5"
  5126.         },
  5127.         "apcu": {
  5128.             "APCu Support": "Enabled",
  5129.             "Version": "5.1.17",
  5130.             "APCu Debugging": "Disabled",
  5131.             "MMAP Support": "Enabled",
  5132.             "MMAP File Mask": "no value",
  5133.             "Serialization Support": "php, igbinary",
  5134.             "Build Date": "Aug 26 2019 15:42:51",
  5135.             "apc.coredump_unmap": "Off",
  5136.             "apc.enable_cli": "On",
  5137.             "apc.enabled": "On",
  5138.             "apc.entries_hint": "4096",
  5139.             "apc.gc_ttl": "3600",
  5140.             "apc.mmap_file_mask": "no value",
  5141.             "apc.preload_path": "no value",
  5142.             "apc.serializer": "php",
  5143.             "apc.shm_segments": "1",
  5144.             "apc.shm_size": "32M",
  5145.             "apc.slam_defense": "Off",
  5146.             "apc.smart": "0",
  5147.             "apc.ttl": "0",
  5148.             "apc.use_request_time": "On"
  5149.         },
  5150.         "calendar": {
  5151.             "Calendar support": "enabled"
  5152.         },
  5153.         "Core": {
  5154.             "PHP Version": "7.3.11-0ubuntu0.19.10.1",
  5155.             "allow_url_fopen": "On",
  5156.             "allow_url_include": "Off",
  5157.             "arg_separator.input": "&",
  5158.             "arg_separator.output": "&",
  5159.             "auto_append_file": "no value",
  5160.             "auto_globals_jit": "On",
  5161.             "auto_prepend_file": "no value",
  5162.             "browscap": "no value",
  5163.             "default_charset": "UTF-8",
  5164.             "default_mimetype": "text\/html",
  5165.             "disable_classes": "no value",
  5166.             "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,",
  5167.             "display_errors": "Off",
  5168.             "display_startup_errors": "Off",
  5169.             "doc_root": "no value",
  5170.             "docref_ext": "no value",
  5171.             "docref_root": "no value",
  5172.             "enable_dl": "Off",
  5173.             "enable_post_data_reading": "On",
  5174.             "error_append_string": "no value",
  5175.             "error_log": "no value",
  5176.             "error_prepend_string": "no value",
  5177.             "error_reporting": [
  5178.                 "32767",
  5179.                 "22527"
  5180.             ],
  5181.             "expose_php": "Off",
  5182.             "extension_dir": "\/usr\/lib\/php\/20180731",
  5183.             "file_uploads": "On",
  5184.             "hard_timeout": "2",
  5185.             "highlight.comment": "#FF8000",
  5186.             "highlight.default": "#0000BB",
  5187.             "highlight.html": "#000000",
  5188.             "highlight.keyword": "#007700",
  5189.             "highlight.string": "#DD0000",
  5190.             "html_errors": "On",
  5191.             "ignore_repeated_errors": "Off",
  5192.             "ignore_repeated_source": "Off",
  5193.             "ignore_user_abort": "Off",
  5194.             "implicit_flush": "Off",
  5195.             "input_encoding": "no value",
  5196.             "internal_encoding": "no value",
  5197.             "log_errors": "On",
  5198.             "log_errors_max_len": "1024",
  5199.             "mail.add_x_header": "Off",
  5200.             "mail.force_extra_parameters": "no value",
  5201.             "mail.log": "no value",
  5202.             "max_execution_time": "3600",
  5203.             "max_file_uploads": "20",
  5204.             "max_input_nesting_level": "64",
  5205.             "max_input_time": "3600",
  5206.             "max_input_vars": "1000",
  5207.             "memory_limit": [
  5208.                 "512M",
  5209.                 "128M"
  5210.             ],
  5211.             "open_basedir": "no value",
  5212.             "output_buffering": [
  5213.                 "0",
  5214.                 "4096"
  5215.             ],
  5216.             "output_encoding": "no value",
  5217.             "output_handler": "no value",
  5218.             "post_max_size": [
  5219.                 "513M",
  5220.                 "20G"
  5221.             ],
  5222.             "precision": "14",
  5223.             "realpath_cache_size": "4096K",
  5224.             "realpath_cache_ttl": "120",
  5225.             "register_argc_argv": "Off",
  5226.             "report_memleaks": "On",
  5227.             "report_zend_debug": "On",
  5228.             "request_order": "GP",
  5229.             "sendmail_from": "no value",
  5230.             "sendmail_path": "\/usr\/sbin\/sendmail -t -i ",
  5231.             "serialize_precision": "-1",
  5232.             "short_open_tag": "Off",
  5233.             "SMTP": "localhost",
  5234.             "smtp_port": "25",
  5235.             "sys_temp_dir": "no value",
  5236.             "syslog.facility": "LOG_USER",
  5237.             "syslog.filter": "no-ctrl",
  5238.             "syslog.ident": "php",
  5239.             "track_errors": "Off",
  5240.             "unserialize_callback_func": "no value",
  5241.             "upload_max_filesize": [
  5242.                 "513M",
  5243.                 "20G"
  5244.             ],
  5245.             "upload_tmp_dir": "no value",
  5246.             "user_dir": "no value",
  5247.             "user_ini.cache_ttl": "300",
  5248.             "user_ini.filename": ".user.ini",
  5249.             "variables_order": "EGPCS",
  5250.             "xmlrpc_error_number": "0",
  5251.             "xmlrpc_errors": "Off",
  5252.             "zend.assertions": "-1",
  5253.             "zend.detect_unicode": "On",
  5254.             "zend.enable_gc": "On",
  5255.             "zend.multibyte": "Off",
  5256.             "zend.script_encoding": "no value",
  5257.             "zend.signal_check": "Off"
  5258.         },
  5259.         "ctype": {
  5260.             "ctype functions": "enabled"
  5261.         },
  5262.         "curl": {
  5263.             "cURL support": "enabled",
  5264.             "cURL Information": "7.65.3",
  5265.             "Age": "4",
  5266.             "Features": null,
  5267.             "AsynchDNS": "Yes",
  5268.             "CharConv": "No",
  5269.             "Debug": "No",
  5270.             "GSS-Negotiate": "No",
  5271.             "IDN": "Yes",
  5272.             "IPv6": "Yes",
  5273.             "krb4": "No",
  5274.             "Largefile": "Yes",
  5275.             "libz": "Yes",
  5276.             "NTLM": "Yes",
  5277.             "NTLMWB": "Yes",
  5278.             "SPNEGO": "Yes",
  5279.             "SSL": "Yes",
  5280.             "SSPI": "No",
  5281.             "TLS-SRP": "Yes",
  5282.             "HTTP2": "Yes",
  5283.             "GSSAPI": "Yes",
  5284.             "KERBEROS5": "Yes",
  5285.             "UNIX_SOCKETS": "Yes",
  5286.             "PSL": "Yes",
  5287.             "HTTPS_PROXY": "Yes",
  5288.             "MULTI_SSL": "No",
  5289.             "BROTLI": "No",
  5290.             "Protocols": "dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtmp, rtsp, scp, sftp, smb, smbs, smtp, smtps, telnet, tftp",
  5291.             "Host": "x86_64-pc-linux-gnu",
  5292.             "SSL Version": "OpenSSL\/1.1.1c",
  5293.             "ZLib Version": "1.2.11",
  5294.             "libSSH Version": "libssh\/0.9.0\/openssl\/zlib",
  5295.             "curl.cainfo": "no value"
  5296.         },
  5297.         "date": {
  5298.             "date\/time support": "enabled",
  5299.             "timelib version": "2018.02",
  5300.             ""Olson" Timezone Database Version": "0.system",
  5301.             "Timezone Database": "internal",
  5302.             "Default timezone": "UTC",
  5303.             "date.default_latitude": "31.7667",
  5304.             "date.default_longitude": "35.2333",
  5305.             "date.sunrise_zenith": "90.583333",
  5306.             "date.sunset_zenith": "90.583333",
  5307.             "date.timezone": "no value"
  5308.         },
  5309.         "dom": {
  5310.             "DOM\/XML": "enabled",
  5311.             "DOM\/XML API Version": "20031129",
  5312.             "libxml Version": "2.9.4",
  5313.             "HTML Support": "enabled",
  5314.             "XPath Support": "enabled",
  5315.             "XPointer Support": "enabled",
  5316.             "Schema Support": "enabled",
  5317.             "RelaxNG Support": "enabled"
  5318.         },
  5319.         "exif": {
  5320.             "EXIF Support": "enabled",
  5321.             "Supported EXIF Version": "0220",
  5322.             "Supported filetypes": "JPEG, TIFF",
  5323.             "Multibyte decoding support using mbstring": "enabled",
  5324.             "Extended EXIF tag formats": "Canon, Casio, Fujifilm, Nikon, Olympus, Samsung, Panasonic, DJI, Sony, Pentax, Minolta, Sigma, Foveon, Kyocera, Ricoh, AGFA, Epson",
  5325.             "exif.decode_jis_intel": "JIS",
  5326.             "exif.decode_jis_motorola": "JIS",
  5327.             "exif.decode_unicode_intel": "UCS-2LE",
  5328.             "exif.decode_unicode_motorola": "UCS-2BE",
  5329.             "exif.encode_jis": "no value",
  5330.             "exif.encode_unicode": "ISO-8859-15"
  5331.         },
  5332.         "fileinfo": {
  5333.             "fileinfo support": "enabled",
  5334.             "libmagic": "533"
  5335.         },
  5336.         "filter": {
  5337.             "Input Validation and Filtering": "enabled",
  5338.             "filter.default": "unsafe_raw",
  5339.             "filter.default_flags": "no value"
  5340.         },
  5341.         "ftp": {
  5342.             "FTP support": "enabled",
  5343.             "FTPS support": "enabled"
  5344.         },
  5345.         "gd": {
  5346.             "GD Support": "enabled",
  5347.             "GD headers Version": "2.2.5",
  5348.             "GD library Version": "2.2.5",
  5349.             "FreeType Support": "enabled",
  5350.             "FreeType Linkage": "with freetype",
  5351.             "FreeType Version": "2.9.1",
  5352.             "GIF Read Support": "enabled",
  5353.             "GIF Create Support": "enabled",
  5354.             "JPEG Support": "enabled",
  5355.             "libJPEG Version": "8",
  5356.             "PNG Support": "enabled",
  5357.             "libPNG Version": "1.6.37",
  5358.             "WBMP Support": "enabled",
  5359.             "XPM Support": "enabled",
  5360.             "libXpm Version": "30411",
  5361.             "XBM Support": "enabled",
  5362.             "WebP Support": "enabled",
  5363.             "gd.jpeg_ignore_warning": "1"
  5364.         },
  5365.         "gettext": {
  5366.             "GetText Support": "enabled"
  5367.         },
  5368.         "gmp": {
  5369.             "gmp support": "enabled",
  5370.             "GMP version": "6.1.2"
  5371.         },
  5372.         "hash": {
  5373.             "hash support": "enabled",
  5374.             "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 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",
  5375.             "MHASH support": "Enabled",
  5376.             "MHASH API Version": "Emulated Support"
  5377.         },
  5378.         "iconv": {
  5379.             "iconv support": "enabled",
  5380.             "iconv implementation": "glibc",
  5381.             "iconv library version": "2.30",
  5382.             "iconv.input_encoding": "no value",
  5383.             "iconv.internal_encoding": "no value",
  5384.             "iconv.output_encoding": "no value"
  5385.         },
  5386.         "igbinary": {
  5387.             "igbinary support": "enabled",
  5388.             "igbinary version": "3.0.0",
  5389.             "igbinary APCu serializer ABI": "0",
  5390.             "igbinary session support": "yes",
  5391.             "igbinary.compact_strings": "On"
  5392.         },
  5393.         "imagick": {
  5394.             "imagick module version": "3.4.3RC2",
  5395.             "imagick classes": "Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator, ImagickKernel",
  5396.             "Imagick compiled with ImageMagick version": "ImageMagick 6.9.10-23 Q16 x86_64 20190101 https:\/\/imagemagick.org",
  5397.             "Imagick using ImageMagick library version": "ImageMagick 6.9.10-23 Q16 x86_64 20190101 https:\/\/imagemagick.org",
  5398.             "ImageMagick copyright": "\u00a9 1999-2019 ImageMagick Studio LLC",
  5399.             "ImageMagick release date": "20190101",
  5400.             "ImageMagick number of supported formats:": "225",
  5401.             "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, HISTOGRAM, HRZ, HTM, HTML, HTTP, HTTPS, ICB, ICO, ICON, IIQ, INFO, INLINE, IPL, ISOBRL, ISOBRL6, JBG, JBIG, JNG, JNX, JPE, JPEG, JPG, JPS, 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",
  5402.             "imagick.locale_fix": "0",
  5403.             "imagick.progress_monitor": "0",
  5404.             "imagick.skip_version_check": "1"
  5405.         },
  5406.         "intl": {
  5407.             "ICU version": "63.2",
  5408.             "ICU Data version": "63.2",
  5409.             "ICU TZData version": "2019a",
  5410.             "ICU Unicode version": "11.0",
  5411.             "intl.default_locale": "no value",
  5412.             "intl.error_level": "0",
  5413.             "intl.use_exceptions": "0"
  5414.         },
  5415.         "json": {
  5416.             "json support": "enabled",
  5417.             "json version": "1.7.0"
  5418.         },
  5419.         "ldap": {
  5420.             "LDAP Support": "enabled",
  5421.             "Total Links": "0\/unlimited",
  5422.             "API Version": "3001",
  5423.             "Vendor Name": "OpenLDAP",
  5424.             "Vendor Version": "20448",
  5425.             "SASL Support": "Enabled",
  5426.             "ldap.max_links": "Unlimited"
  5427.         },
  5428.         "libsmbclient": {
  5429.             "Version": "1.0.0"
  5430.         },
  5431.         "libxml": {
  5432.             "libXML support": "active",
  5433.             "libXML Compiled Version": "2.9.4",
  5434.             "libXML Loaded Version": "20904",
  5435.             "libXML streams": "enabled"
  5436.         },
  5437.         "mbstring": {
  5438.             "Multibyte Support": "enabled",
  5439.             "Multibyte string engine": "libmbfl",
  5440.             "HTTP input encoding translation": "disabled",
  5441.             "libmbfl version": "1.3.2",
  5442.             "oniguruma version": "6.9.3",
  5443.             "Multibyte (japanese) regex support": "enabled",
  5444.             "Multibyte regex (oniguruma) backtrack check": "On",
  5445.             "Multibyte regex (oniguruma) version": "6.9.3",
  5446.             "mbstring.detect_order": "no value",
  5447.             "mbstring.encoding_translation": "Off",
  5448.             "mbstring.func_overload": "0",
  5449.             "mbstring.http_input": "no value",
  5450.             "mbstring.http_output": "no value",
  5451.             "mbstring.http_output_conv_mimetypes": "^(text\/|application\/xhtml\\+xml)",
  5452.             "mbstring.internal_encoding": "no value",
  5453.             "mbstring.language": "neutral",
  5454.             "mbstring.regex_stack_limit": "100000",
  5455.             "mbstring.strict_detection": "Off",
  5456.             "mbstring.substitute_character": "no value"
  5457.         },
  5458.         "mysqli": {
  5459.             "Client API library version": "mysqlnd 5.0.12-dev - 20150407 - $Id: 7cc7cc96e675f6d72e5cf0f267f48e167c2abb23 $",
  5460.             "Active Persistent Links": "0",
  5461.             "Inactive Persistent Links": "0",
  5462.             "Active Links": "0",
  5463.             "mysqli.allow_local_infile": "Off",
  5464.             "mysqli.allow_persistent": "On",
  5465.             "mysqli.default_host": "no value",
  5466.             "mysqli.default_port": "3306",
  5467.             "mysqli.default_pw": "no value",
  5468.             "mysqli.default_socket": "no value",
  5469.             "mysqli.default_user": "no value",
  5470.             "mysqli.max_links": "Unlimited",
  5471.             "mysqli.max_persistent": "Unlimited",
  5472.             "mysqli.reconnect": "Off",
  5473.             "mysqli.rollback_on_cached_plink": "Off"
  5474.         },
  5475.         "mysqlnd": {
  5476.             "Version": "mysqlnd 5.0.12-dev - 20150407 - $Id: 7cc7cc96e675f6d72e5cf0f267f48e167c2abb23 $",
  5477.             "Compression": "supported",
  5478.             "core SSL": "supported",
  5479.             "extended SSL": "supported",
  5480.             "Command buffer size": "4096",
  5481.             "Read buffer size": "32768",
  5482.             "Read timeout": "86400",
  5483.             "Collecting statistics": "Yes",
  5484.             "Collecting memory statistics": "No",
  5485.             "Tracing": "n\/a",
  5486.             "Loaded plugins": "mysqlnd,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password,auth_plugin_sha256_password",
  5487.             "API Extensions": "mysqli,pdo_mysql",
  5488.             "bytes_sent": "354494",
  5489.             "bytes_received": "1167715",
  5490.             "packets_sent": "4144",
  5491.             "packets_received": "23139",
  5492.             "protocol_overhead_in": "92556",
  5493.             "protocol_overhead_out": "16576",
  5494.             "bytes_received_ok_packet": "0",
  5495.             "bytes_received_eof_packet": "0",
  5496.             "bytes_received_rset_header_packet": "15444",
  5497.             "bytes_received_rset_field_meta_packet": "0",
  5498.             "bytes_received_rset_row_packet": "13635",
  5499.             "bytes_received_prepare_response_packet": "848293",
  5500.             "bytes_received_change_user_packet": "276306",
  5501.             "packets_sent_command": "2021",
  5502.             "packets_received_ok": "0",
  5503.             "packets_received_eof": "0",
  5504.             "packets_received_rset_header": "1716",
  5505.             "packets_received_rset_field_meta": "0",
  5506.             "packets_received_rset_row": "1971",
  5507.             "packets_received_prepare_response": "11743",
  5508.             "packets_received_change_user": "7607",
  5509.             "result_set_queries": "1716",
  5510.             "non_result_set_queries": "255",
  5511.             "no_index_used": "290",
  5512.             "bad_index_used": "0",
  5513.             "slow_queries": "0",
  5514.             "buffered_sets": "1716",
  5515.             "unbuffered_sets": "0",
  5516.             "ps_buffered_sets": "0",
  5517.             "ps_unbuffered_sets": "0",
  5518.             "flushed_normal_sets": "0",
  5519.             "flushed_ps_sets": "0",
  5520.             "ps_prepared_never_executed": "0",
  5521.             "ps_prepared_once_executed": "0",
  5522.             "rows_fetched_from_server_normal": "5891",
  5523.             "rows_fetched_from_server_ps": "0",
  5524.             "rows_buffered_from_client_normal": "5891",
  5525.             "rows_buffered_from_client_ps": "0",
  5526.             "rows_fetched_from_client_normal_buffered": "5891",
  5527.             "rows_fetched_from_client_normal_unbuffered": "0",
  5528.             "rows_fetched_from_client_ps_buffered": "0",
  5529.             "rows_fetched_from_client_ps_unbuffered": "0",
  5530.             "rows_fetched_from_client_ps_cursor": "0",
  5531.             "rows_affected_normal": "86",
  5532.             "rows_affected_ps": "0",
  5533.             "rows_skipped_normal": "5891",
  5534.             "rows_skipped_ps": "0",
  5535.             "copy_on_write_saved": "0",
  5536.             "copy_on_write_performed": "0",
  5537.             "command_buffer_too_small": "0",
  5538.             "connect_success": "51",
  5539.             "connect_failure": "0",
  5540.             "connection_reused": "0",
  5541.             "reconnect": "0",
  5542.             "pconnect_success": "0",
  5543.             "active_connections": "18446744073709551567",
  5544.             "active_persistent_connections": "0",
  5545.             "explicit_close": "50",
  5546.             "implicit_close": "0",
  5547.             "disconnect_close": "0",
  5548.             "in_middle_of_command_close": "0",
  5549.             "explicit_free_result": "1716",
  5550.             "implicit_free_result": "0",
  5551.             "explicit_stmt_close": "0",
  5552.             "implicit_stmt_close": "0",
  5553.             "mem_emalloc_count": "0",
  5554.             "mem_emalloc_amount": "0",
  5555.             "mem_ecalloc_count": "0",
  5556.             "mem_ecalloc_amount": "0",
  5557.             "mem_erealloc_count": "0",
  5558.             "mem_erealloc_amount": "0",
  5559.             "mem_efree_count": "0",
  5560.             "mem_efree_amount": "0",
  5561.             "mem_malloc_count": "0",
  5562.             "mem_malloc_amount": "0",
  5563.             "mem_calloc_count": "0",
  5564.             "mem_calloc_amount": "0",
  5565.             "mem_realloc_count": "0",
  5566.             "mem_realloc_amount": "0",
  5567.             "mem_free_count": "0",
  5568.             "mem_free_amount": "0",
  5569.             "mem_estrndup_count": "0",
  5570.             "mem_strndup_count": "0",
  5571.             "mem_estrdup_count": "0",
  5572.             "mem_strdup_count": "0",
  5573.             "mem_edupl_count": "0",
  5574.             "mem_dupl_count": "0",
  5575.             "proto_text_fetched_null": "0",
  5576.             "proto_text_fetched_bit": "0",
  5577.             "proto_text_fetched_tinyint": "0",
  5578.             "proto_text_fetched_short": "128",
  5579.             "proto_text_fetched_int24": "0",
  5580.             "proto_text_fetched_int": "2796",
  5581.             "proto_text_fetched_bigint": "2934",
  5582.             "proto_text_fetched_decimal": "0",
  5583.             "proto_text_fetched_float": "0",
  5584.             "proto_text_fetched_double": "0",
  5585.             "proto_text_fetched_date": "0",
  5586.             "proto_text_fetched_year": "0",
  5587.             "proto_text_fetched_time": "0",
  5588.             "proto_text_fetched_datetime": "0",
  5589.             "proto_text_fetched_timestamp": "0",
  5590.             "proto_text_fetched_string": "14051",
  5591.             "proto_text_fetched_blob": "0",
  5592.             "proto_text_fetched_enum": "4315",
  5593.             "proto_text_fetched_set": "0",
  5594.             "proto_text_fetched_geometry": "0",
  5595.             "proto_text_fetched_other": "0",
  5596.             "proto_binary_fetched_null": "0",
  5597.             "proto_binary_fetched_bit": "0",
  5598.             "proto_binary_fetched_tinyint": "0",
  5599.             "proto_binary_fetched_short": "0",
  5600.             "proto_binary_fetched_int24": "0",
  5601.             "proto_binary_fetched_int": "0",
  5602.             "proto_binary_fetched_bigint": "0",
  5603.             "proto_binary_fetched_decimal": "0",
  5604.             "proto_binary_fetched_float": "0",
  5605.             "proto_binary_fetched_double": "0",
  5606.             "proto_binary_fetched_date": "0",
  5607.             "proto_binary_fetched_year": "0",
  5608.             "proto_binary_fetched_time": "0",
  5609.             "proto_binary_fetched_datetime": "0",
  5610.             "proto_binary_fetched_timestamp": "0",
  5611.             "proto_binary_fetched_string": "0",
  5612.             "proto_binary_fetched_json": "0",
  5613.             "proto_binary_fetched_blob": "0",
  5614.             "proto_binary_fetched_enum": "0",
  5615.             "proto_binary_fetched_set": "0",
  5616.             "proto_binary_fetched_geometry": "0",
  5617.             "proto_binary_fetched_other": "0",
  5618.             "init_command_executed_count": "0",
  5619.             "init_command_failed_count": "0",
  5620.             "com_quit": "50",
  5621.             "com_init_db": "0",
  5622.             "com_query": "1971",
  5623.             "com_field_list": "0",
  5624.             "com_create_db": "0",
  5625.             "com_drop_db": "0",
  5626.             "com_refresh": "0",
  5627.             "com_shutdown": "0",
  5628.             "com_statistics": "0",
  5629.             "com_process_info": "0",
  5630.             "com_connect": "0",
  5631.             "com_process_kill": "0",
  5632.             "com_debug": "0",
  5633.             "com_ping": "0",
  5634.             "com_time": "0",
  5635.             "com_delayed_insert": "0",
  5636.             "com_change_user": "0",
  5637.             "com_binlog_dump": "0",
  5638.             "com_table_dump": "0",
  5639.             "com_connect_out": "0",
  5640.             "com_register_slave": "0",
  5641.             "com_stmt_prepare": "0",
  5642.             "com_stmt_execute": "0",
  5643.             "com_stmt_send_long_data": "0",
  5644.             "com_stmt_close": "0",
  5645.             "com_stmt_reset": "0",
  5646.             "com_stmt_set_option": "0",
  5647.             "com_stmt_fetch": "0",
  5648.             "com_deamon": "0",
  5649.             "bytes_received_real_data_normal": "220791",
  5650.             "bytes_received_real_data_ps": "0"
  5651.         },
  5652.         "openssl": {
  5653.             "OpenSSL support": "enabled",
  5654.             "OpenSSL Library Version": "OpenSSL 1.1.1c 28 May 2019",
  5655.             "OpenSSL Header Version": "OpenSSL 1.1.1c 28 May 2019",
  5656.             "Openssl default config": "\/usr\/lib\/ssl\/openssl.cnf",
  5657.             "openssl.cafile": "no value",
  5658.             "openssl.capath": "no value"
  5659.         },
  5660.         "pcre": {
  5661.             "PCRE (Perl Compatible Regular Expressions) Support": "enabled",
  5662.             "PCRE Library Version": "10.32 2018-09-10",
  5663.             "PCRE Unicode Version": "11.0.0",
  5664.             "PCRE JIT Support": "enabled",
  5665.             "PCRE JIT Target": "x86 64bit (little endian + unaligned)",
  5666.             "pcre.backtrack_limit": "1000000",
  5667.             "pcre.jit": "1",
  5668.             "pcre.recursion_limit": "100000"
  5669.         },
  5670.         "PDO": {
  5671.             "PDO drivers": "mysql, pgsql, sqlite"
  5672.         },
  5673.         "pdo_mysql": {
  5674.             "Client API version": "mysqlnd 5.0.12-dev - 20150407 - $Id: 7cc7cc96e675f6d72e5cf0f267f48e167c2abb23 $",
  5675.             "pdo_mysql.default_socket": "\/var\/run\/mysqld\/mysqld.sock"
  5676.         },
  5677.         "pdo_pgsql": {
  5678.             "PDO Driver for PostgreSQL": "enabled",
  5679.             "PostgreSQL(libpq) Version": "11.5 (Ubuntu 11.5-1)"
  5680.         },
  5681.         "pdo_sqlite": {
  5682.             "SQLite Library": "3.29.0"
  5683.         },
  5684.         "pgsql": {
  5685.             "PostgreSQL(libpq) Version": "11.5 (Ubuntu 11.5-1)",
  5686.             "PostgreSQL(libpq)": "PostgreSQL 11.5 (Ubuntu 11.5-1) on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu 9.1.0-9ubuntu2) 9.1.0, 64-bit",
  5687.             "Multibyte character support": "enabled",
  5688.             "SSL support": "enabled",
  5689.             "Active Persistent Links": "0",
  5690.             "Active Links": "0",
  5691.             "pgsql.allow_persistent": "On",
  5692.             "pgsql.auto_reset_persistent": "Off",
  5693.             "pgsql.ignore_notice": "Off",
  5694.             "pgsql.log_notice": "Off",
  5695.             "pgsql.max_links": "Unlimited",
  5696.             "pgsql.max_persistent": "Unlimited"
  5697.         },
  5698.         "Phar": {
  5699.             "Phar API version": "1.1.1",
  5700.             "Phar-based phar archives": "enabled",
  5701.             "Tar-based phar archives": "enabled",
  5702.             "ZIP-based phar archives": "enabled",
  5703.             "gzip compression": "enabled",
  5704.             "bzip2 compression": "disabled (install ext\/bz2)",
  5705.             "Native OpenSSL support": "enabled",
  5706.             "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,
  5707.             "phar.cache_list": "no value",
  5708.             "phar.readonly": "On",
  5709.             "phar.require_hash": "On"
  5710.         },
  5711.         "posix": {
  5712.             "POSIX support": "enabled"
  5713.         },
  5714.         "readline": {
  5715.             "Readline library": "EditLine wrapper",
  5716.             "cli.pager": "no value",
  5717.             "cli.prompt": "\\b \\> "
  5718.         },
  5719.         "redis": {
  5720.             "Redis Version": "5.0.2",
  5721.             "Available serializers": "php, json, igbinary",
  5722.             "redis.arrays.algorithm": "no value",
  5723.             "redis.arrays.auth": "no value",
  5724.             "redis.arrays.autorehash": "0",
  5725.             "redis.arrays.connecttimeout": "0",
  5726.             "redis.arrays.consistent": "0",
  5727.             "redis.arrays.distributor": "no value",
  5728.             "redis.arrays.functions": "no value",
  5729.             "redis.arrays.hosts": "no value",
  5730.             "redis.arrays.index": "0",
  5731.             "redis.arrays.lazyconnect": "0",
  5732.             "redis.arrays.names": "no value",
  5733.             "redis.arrays.pconnect": "0",
  5734.             "redis.arrays.previous": "no value",
  5735.             "redis.arrays.readtimeout": "0",
  5736.             "redis.arrays.retryinterval": "0",
  5737.             "redis.clusters.auth": "no value",
  5738.             "redis.clusters.cache_slots": "0",
  5739.             "redis.clusters.persistent": "0",
  5740.             "redis.clusters.read_timeout": "0",
  5741.             "redis.clusters.seeds": "no value",
  5742.             "redis.clusters.timeout": "0",
  5743.             "redis.pconnect.connection_limit": "0",
  5744.             "redis.pconnect.pooling_enabled": "1",
  5745.             "redis.session.lock_expire": "0",
  5746.             "redis.session.lock_retries": "10",
  5747.             "redis.session.lock_wait_time": "2000",
  5748.             "redis.session.locking_enabled": "0"
  5749.         },
  5750.         "Reflection": {
  5751.             "Reflection": "enabled"
  5752.         },
  5753.         "session": {
  5754.             "Session Support": "enabled",
  5755.             "Registered save handlers": "files user redis rediscluster",
  5756.             "Registered serializer handlers": "php_serialize php php_binary igbinary wddx",
  5757.             "session.auto_start": "Off",
  5758.             "session.cache_expire": "180",
  5759.             "session.cache_limiter": "nocache",
  5760.             "session.cookie_domain": "no value",
  5761.             "session.cookie_httponly": [
  5762.                 "1",
  5763.                 "no value"
  5764.             ],
  5765.             "session.cookie_lifetime": "0",
  5766.             "session.cookie_path": "\/",
  5767.             "session.cookie_samesite": "no value",
  5768.             "session.cookie_secure": "0",
  5769.             "session.gc_divisor": "1000",
  5770.             "session.gc_maxlifetime": "1440",
  5771.             "session.gc_probability": "0",
  5772.             "session.lazy_write": "On",
  5773.             "session.name": [
  5774.                 "ocoj17wl0bqf",
  5775.                 "PHPSESSID"
  5776.             ],
  5777.             "session.referer_check": "no value",
  5778.             "session.save_handler": "files",
  5779.             "session.save_path": "\/mnt\/data\/sessions",
  5780.             "session.serialize_handler": "php",
  5781.             "session.sid_bits_per_character": "5",
  5782.             "session.sid_length": "26",
  5783.             "session.upload_progress.cleanup": "On",
  5784.             "session.upload_progress.enabled": "On",
  5785.             "session.upload_progress.freq": "1%",
  5786.             "session.upload_progress.min_freq": "1",
  5787.             "session.upload_progress.name": "PHP_SESSION_UPLOAD_PROGRESS",
  5788.             "session.upload_progress.prefix": "upload_progress_",
  5789.             "session.use_cookies": "1",
  5790.             "session.use_only_cookies": "1",
  5791.             "session.use_strict_mode": "0",
  5792.             "session.use_trans_sid": "0"
  5793.         },
  5794.         "shmop": {
  5795.             "shmop support": "enabled"
  5796.         },
  5797.         "SimpleXML": {
  5798.             "SimpleXML support": "enabled",
  5799.             "Schema support": "enabled"
  5800.         },
  5801.         "smbclient": {
  5802.             "smbclient Support": "enabled",
  5803.             "smbclient extension Version": "1.0.0",
  5804.             "libsmbclient library Version": "4.10.7-Ubuntu"
  5805.         },
  5806.         "soap": {
  5807.             "Soap Client": "enabled",
  5808.             "Soap Server": "enabled",
  5809.             "soap.wsdl_cache": "1",
  5810.             "soap.wsdl_cache_dir": "\/tmp",
  5811.             "soap.wsdl_cache_enabled": "1",
  5812.             "soap.wsdl_cache_limit": "5",
  5813.             "soap.wsdl_cache_ttl": "86400"
  5814.         },
  5815.         "sockets": {
  5816.             "Sockets Support": "enabled"
  5817.         },
  5818.         "sodium": {
  5819.             "libsodium headers version": "1.0.18",
  5820.             "libsodium library version": "1.0.18"
  5821.         },
  5822.         "SPL": {
  5823.             "Interfaces": "OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject",
  5824.             "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"
  5825.         },
  5826.         "sqlite3": {
  5827.             "SQLite Library": "3.29.0",
  5828.             "sqlite3.defensive": "1",
  5829.             "sqlite3.extension_dir": "no value"
  5830.         },
  5831.         "standard": {
  5832.             "Dynamic Library Support": "enabled",
  5833.             "Path to sendmail": "\/usr\/sbin\/sendmail -t -i",
  5834.             "assert.active": "1",
  5835.             "assert.bail": "0",
  5836.             "assert.callback": "no value",
  5837.             "assert.exception": "0",
  5838.             "assert.quiet_eval": "0",
  5839.             "assert.warning": "1",
  5840.             "auto_detect_line_endings": "0",
  5841.             "default_socket_timeout": "60",
  5842.             "from": "no value",
  5843.             "session.trans_sid_hosts": "no value",
  5844.             "session.trans_sid_tags": "a=href,area=href,frame=src,form=",
  5845.             "url_rewriter.hosts": "no value",
  5846.             "url_rewriter.tags": "form=",
  5847.             "user_agent": "no value"
  5848.         },
  5849.         "sysvmsg": {
  5850.             "sysvmsg support": "enabled"
  5851.         },
  5852.         "sysvsem": {
  5853.             "sysvsem support": "enabled"
  5854.         },
  5855.         "sysvshm": {
  5856.             "sysvshm support": "enabled"
  5857.         },
  5858.         "tokenizer": {
  5859.             "Tokenizer Support": "enabled"
  5860.         },
  5861.         "wddx": {
  5862.             "WDDX Session Serializer": "enabled"
  5863.         },
  5864.         "xml": {
  5865.             "XML Support": "active",
  5866.             "XML Namespace Support": "active",
  5867.             "libxml2 Version": "2.9.4"
  5868.         },
  5869.         "xmlreader": {
  5870.             "XMLReader": "enabled"
  5871.         },
  5872.         "xmlwriter": {
  5873.             "XMLWriter": "enabled"
  5874.         },
  5875.         "xsl": {
  5876.             "XSL": "enabled",
  5877.             "libxslt Version": "1.1.33",
  5878.             "libxslt compiled against libxml Version": "2.9.4",
  5879.             "EXSLT": "enabled",
  5880.             "libexslt Version": "1.1.33"
  5881.         },
  5882.         "Zend OPcache": {
  5883.             "Opcode Caching": "Up and Running",
  5884.             "Optimization": "Enabled",
  5885.             "SHM Cache": "Enabled",
  5886.             "File Cache": "Disabled",
  5887.             "Startup": "OK",
  5888.             "Shared memory model": "mmap",
  5889.             "Cache hits": "286519",
  5890.             "Cache misses": "953",
  5891.             "Used memory": "24837800",
  5892.             "Free memory": "109379928",
  5893.             "Wasted memory": "0",
  5894.             "Interned Strings Used memory": "2780320",
  5895.             "Interned Strings Free memory": "3510712",
  5896.             "Cached scripts": "953",
  5897.             "Cached keys": "1822",
  5898.             "Max keys": "16229",
  5899.             "OOM restarts": "0",
  5900.             "Hash keys restarts": "0",
  5901.             "Manual restarts": "0",
  5902.             "opcache.blacklist_filename": "no value",
  5903.             "opcache.consistency_checks": "0",
  5904.             "opcache.dups_fix": "Off",
  5905.             "opcache.enable": "On",
  5906.             "opcache.enable_cli": "Off",
  5907.             "opcache.enable_file_override": "Off",
  5908.             "opcache.error_log": "no value",
  5909.             "opcache.file_cache": "no value",
  5910.             "opcache.file_cache_consistency_checks": "1",
  5911.             "opcache.file_cache_only": "0",
  5912.             "opcache.file_update_protection": "2",
  5913.             "opcache.force_restart_timeout": "180",
  5914.             "opcache.huge_code_pages": "Off",
  5915.             "opcache.interned_strings_buffer": "8",
  5916.             "opcache.lockfile_path": "\/tmp",
  5917.             "opcache.log_verbosity_level": "1",
  5918.             "opcache.max_accelerated_files": "10000",
  5919.             "opcache.max_file_size": "0",
  5920.             "opcache.max_wasted_percentage": "5",
  5921.             "opcache.memory_consumption": "128",
  5922.             "opcache.opt_debug_level": "0",
  5923.             "opcache.optimization_level": "0x7FFEBFFF",
  5924.             "opcache.preferred_memory_model": "no value",
  5925.             "opcache.protect_memory": "0",
  5926.             "opcache.restrict_api": "no value",
  5927.             "opcache.revalidate_freq": "2",
  5928.             "opcache.revalidate_path": "Off",
  5929.             "opcache.save_comments": "1",
  5930.             "opcache.use_cwd": "On",
  5931.             "opcache.validate_permission": "Off",
  5932.             "opcache.validate_root": "Off",
  5933.             "opcache.validate_timestamps": "On"
  5934.         },
  5935.         "zip": {
  5936.             "Zip": "enabled",
  5937.             "Zip version": "1.15.4",
  5938.             "Libzip headers version": "1.5.1",
  5939.             "Libzip library version": "1.5.1"
  5940.         },
  5941.         "zlib": {
  5942.             "Stream Wrapper": "compress.zlib:\/\/",
  5943.             "Stream Filter": "zlib.inflate, zlib.deflate",
  5944.             "Compiled Version": "1.2.11",
  5945.             "Linked Version": "1.2.11",
  5946.             "zlib.output_compression": "Off",
  5947.             "zlib.output_compression_level": "-1",
  5948.             "zlib.output_handler": "no value"
  5949.         },
  5950.         "Environment": {
  5951.             "OWNCLOUD_DOMAIN": "localhost",
  5952.             "OWNCLOUD_MAX_EXECUTION_TIME": "3600",
  5953.             "OWNCLOUD_ALLOW_USER_TO_CHANGE_DISPLAY_NAME": "no value",
  5954.             "OWNCLOUD_ADMIN_USERNAME": "admin",
  5955.             "OWNCLOUD_DB_NAME": "owncloud",
  5956.             "OWNCLOUD_MAIL_SMTP_SECURE": "no value",
  5957.             "OWNCLOUD_OBJECTSTORE_BUCKET": "owncloud",
  5958.             "APACHE_SERVER_SIGNATURE": "Off",
  5959.             "OWNCLOUD_SHARE_FOLDER": "no value",
  5960.             "OWNCLOUD_PREVIEW_OFFICE_CL_PARAMETERS": "no value",
  5961.             "OWNCLOUD_COMMENTS_MANAGER_FACTORY": "no value",
  5962.             "OWNCLOUD_PROXY_USERPWD": "no value",
  5963.             "OWNCLOUD_CIPHER": "no value",
  5964.             "HOSTNAME": "829f472ec574",
  5965.             "OWNCLOUD_FILELOCKING_TTL": "no value",
  5966.             "OWNCLOUD_REDIS_PORT": "6379",
  5967.             "APACHE_HOSTNAME_LOOKUPS": "Off",
  5968.             "OWNCLOUD_MYSQL_UTF8MB4": "true",
  5969.             "OWNCLOUD_POST_CRONJOB_PATH": "\/etc\/post_cronjob.d",
  5970.             "APACHE_DOCUMENT_ROOT": "\/var\/www\/owncloud",
  5971.             "OWNCLOUD_ENABLE_PREVIEWS": "no value",
  5972.             "SHLVL": "0",
  5973.             "OWNCLOUD_SESSION_SAVE_PATH": "\/mnt\/data\/sessions",
  5974.             "HOME": "\/root",
  5975.             "APACHE_ERROR_LOG": "\/dev\/stderr",
  5976.             "OWNCLOUD_VOLUME_APPS": "\/mnt\/data\/apps",
  5977.             "OWNCLOUD_SESSION_KEEPALIVE": "no value",
  5978.             "OWNCLOUD_DEFAULT_APP": "no value",
  5979.             "OWNCLOUD_ENABLED_PREVIEW_PROVIDERS": "no value",
  5980.             "OWNCLOUD_DB_USERNAME": "owncloud",
  5981.             "OWNCLOUD_OBJECTSTORE_CLASS": "OCA\\ObjectStore\\S3",
  5982.             "OWNCLOUD_OBJECTSTORE_ENABLED": "false",
  5983.             "APACHE_ACCESS_LOG": "\/dev\/stdout",
  5984.             "OWNCLOUD_OBJECTSTORE_REGION": "us-east-1",
  5985.             "OWNCLOUD_SHARING_FEDERATION_ALLOW_HTTP_FALLBACK": "no value",
  5986.             "OWNCLOUD_OBJECTSTORE_ENDPOINT": "s3-us-east-1.amazonaws.com",
  5987.             "OWNCLOUD_MAIL_SMTP_AUTH": "no value",
  5988.             "OWNCLOUD_CACHE_CHUNK_GC_TTL": "no value",
  5989.             "OWNCLOUD_REDIS_DB": "no value",
  5990.             "APACHE_KEEP_ALIVE": "On",
  5991.             "OWNCLOUD_MAIL_FROM_ADDRESS": "no value",
  5992.             "OWNCLOUD_TOKEN_AUTH_ENFORCED": "no value",
  5993.             "OWNCLOUD_UPGRADE_AUTOMATIC_APP_UPDATES": "no value",
  5994.             "OWNCLOUD_BLACKLISTED_FILES": "no value",
  5995.             "OWNCLOUD_OBJECTSTORE_SECRET": "no value",
  5996.             "OWNCLOUD_KNOWLEDGEBASE_ENABLED": "no value",
  5997.             "OWNCLOUD_INTEGRITY_EXCLUDED_FILES": "no value",
  5998.             "OWNCLOUD_LOGIN_ALTERNATIVES": "no value",
  5999.             "APACHE_RUN_DIR": "\/var\/run\/apache2",
  6000.             "OWNCLOUD_MARKETPLACE_CA": "no value",
  6001.             "OWNCLOUD_DEFAULT_LANGUAGE": "en",
  6002.             "OWNCLOUD_DAV_CHUNK_BASE_DIR": "no value",
  6003.             "OWNCLOUD_CORS_ALLOWED_DOMAINS": "no value",
  6004.             "APACHE_PID_FILE": "\/var\/run\/apache2\/apache2.pid",
  6005.             "OWNCLOUD_MAINTENANCE": "no value",
  6006.             "OWNCLOUD_PRE_SERVER_PATH": "\/etc\/pre_server.d",
  6007.             "APACHE_MAX_KEEP_ALIVE_REQUESTS": "100",
  6008.             "OWNCLOUD_APPSTORE_URL": "no value",
  6009.             "OWNCLOUD_HAS_INTERNET_CONNECTION": "no value",
  6010.             "OWNCLOUD_REMEMBER_LOGIN_COOKIE_LIFETIME": "no value",
  6011.             "OWNCLOUD_LOG_FILE": "\/mnt\/data\/files\/owncloud.log",
  6012.             "OWNCLOUD_LICENSE_KEY": "no value",
  6013.             "OWNCLOUD_INTEGRITY_IGNORE_MISSING_APP_SIGNATURE": "no value",
  6014.             "OWNCLOUD_LOG_ROTATE_SIZE": "no value",
  6015.             "OWNCLOUD_OPERATION_MODE": "no value",
  6016.             "APACHE_SERVER_TOKENS": "Prod",
  6017.             "OWNCLOUD_FILESYSTEM_CHECK_CHANGES": "no value",
  6018.             "OWNCLOUD_CROND_ENABLED": "true",
  6019.             "OWNCLOUD_SECRET": "no value",
  6020.             "OWNCLOUD_HASHING_COST": "no value",
  6021.             "OWNCLOUD_SESSION_LIFETIME": "no value",
  6022.             "OWNCLOUD_REDIS_ENABLED": "true",
  6023.             "OWNCLOUD_SUB_URL": "\/",
  6024.             "OWNCLOUD_POST_INSTALL_PATH": "\/etc\/post_install.d",
  6025.             "OWNCLOUD_OVERWRITE_WEBROOT": "no value",
  6026.             "OWNCLOUD_SKIP_CHMOD": "false",
  6027.             "OWNCLOUD_LOG_DATE_FORMAT": "no value",
  6028.             "OWNCLOUD_SINGLEUSER": "no value",
  6029.             "OWNCLOUD_FILELOCKING_ENABLED": "true",
  6030.             "OWNCLOUD_DB_PREFIX": "oc_",
  6031.             "OWNCLOUD_OVERWRITE_PROTOCOL": "no value",
  6032.             "OWNCLOUD_VOLUME_SESSIONS": "\/mnt\/data\/sessions",
  6033.             "OWNCLOUD_MAIL_SMTP_PASSWORD": "no value",
  6034.             "OWNCLOUD_PROXY": "no value",
  6035.             "OWNCLOUD_CSRF_DISABLED": "no value",
  6036.             "OWNCLOUD_ERRORLOG_LOCATION": "\/dev\/stderr",
  6037.             "OWNCLOUD_SHOW_SERVER_HOSTNAME": "no value",
  6038.             "TERM": "xterm",
  6039.             "OWNCLOUD_ADMIN_PASSWORD": "admin",
  6040.             "OWNCLOUD_SESSION_SAVE_HANDLER": "files",
  6041.             "OWNCLOUD_ACCESSLOG_LOCATION": "\/dev\/stdout",
  6042.             "OWNCLOUD_MEMCACHED_HOST": "memcached",
  6043.             "OWNCLOUD_MAIL_SMTP_TIMEOUT": "no value",
  6044.             "APACHE_ADD_DEFAULT_CHARSET": "UTF-8",
  6045.             "OWNCLOUD_VERSION_HIDE": "no value",
  6046.             "OWNCLOUD_VOLUME_CONFIG": "\/mnt\/data\/config",
  6047.             "OWNCLOUD_PREVIEW_MAX_FILESIZE_IMAGE": "no value",
  6048.             "APACHE_TRACE_ENABLE": "Off",
  6049.             "OWNCLOUD_MAIL_SMTP_HOST": "no value",
  6050.             "OWNCLOUD_MAX_INPUT_TIME": "3600",
  6051.             "OWNCLOUD_EXCLUDED_DIRECTORIES": "no value",
  6052.             "OWNCLOUD_APPS_DEPRECATED": "no value",
  6053.             "OWNCLOUD_OVERWRITE_HOST": "no value",
  6054.             "OWNCLOUD_BACKGROUND_MODE": "cron",
  6055.             "OWNCLOUD_SMB_LOGGING_ENABLE": "no value",
  6056.             "OWNCLOUD_SYSTEMTAGS_MANAGER_FACTORY": "no value",
  6057.             "OWNCLOUD_MAIL_SMTP_DEBUG": "no value",
  6058.             "OWNCLOUD_OVERWRITE_COND_ADDR": "no value",
  6059.             "OWNCLOUD_VOLUME_ROOT": "\/mnt\/data",
  6060.             "OWNCLOUD_UPDATER_SERVER_URL": "no value",
  6061.             "OWNCLOUD_UPDATE_CHECKER": "no value",
  6062.             "OWNCLOUD_OBJECTSTORE_KEY": "no value",
  6063.             "OWNCLOUD_OVERWRITE_CLI_URL": "http:\/\/localhost\/",
  6064.             "OWNCLOUD_MEMCACHED_OPTIONS": "no value",
  6065.             "OWNCLOUD_ENABLE_AVATARS": "no value",
  6066.             "OWNCLOUD_TRUSTED_PROXIES": "no value",
  6067.             "OWNCLOUD_OBJECTSTORE_PATHSTYLE": "false",
  6068.             "OWNCLOUD_LOG_LEVEL": "2",
  6069.             "APACHE_LOCK_DIR": "\/var\/lock\/apache2",
  6070.             "OWNCLOUD_CACHE_PATH": "no value",
  6071.             "APACHE_SERVER_ADMIN": "webmaster@localhost",
  6072.             "LANG": "C",
  6073.             "OWNCLOUD_PREVIEW_MAX_SCALE_FACTOR": "no value",
  6074.             "OWNCLOUD_MAX_FILESIZE_ANIMATED_GIFS_PUBLIC_SHARING": "no value",
  6075.             "APACHE_ACCESS_FILE_NAME": ".htaccess",
  6076.             "OWNCLOUD_ENTRYPOINT_INITIALIZED": "true",
  6077.             "OWNCLOUD_SKELETON_DIRECTORY": "no value",
  6078.             "OWNCLOUD_DB_PASSWORD": "owncloud",
  6079.             "OWNCLOUD_MAX_UPLOAD": "20G",
  6080.             "OWNCLOUD_LOST_PASSWORD_LINK": "no value",
  6081.             "OWNCLOUD_PREVIEW_LIBREOFFICE_PATH": "no value",
  6082.             "OWNCLOUD_ACCOUNTS_ENABLE_MEDIAL_SEARCH": "no value",
  6083.             "OWNCLOUD_FILESYSTEM_CACHE_READONLY": "no value",
  6084.             "OWNCLOUD_MEMCACHED_PORT": "11211",
  6085.             "DEBIAN_FRONTEND": "noninteractive",
  6086.             "OWNCLOUD_MAIL_SMTP_PORT": "no value",
  6087.             "APACHE_LOG_LEVEL": "warn",
  6088.             "OWNCLOUD_CHECK_FOR_WORKING_WELLKNOWN_SETUP": "no value",
  6089.             "OWNCLOUD_OBJECTSTORE_VERSION": "2006-03-01",
  6090.             "OWNCLOUD_PRE_CRONJOB_PATH": "\/etc\/pre_cronjob.d",
  6091.             "APACHE_LISTEN": "8080",
  6092.             "OWNCLOUD_QUOTA_INCLUDE_EXTERNAL_STORAGE": "no value",
  6093.             "OWNCLOUD_DB_TIMEOUT": "180",
  6094.             "OWNCLOUD_FORWARDED_FOR_HEADERS": "no value",
  6095.             "APACHE_RUN_GROUP": "www-data",
  6096.             "APACHE_RUN_USER": "www-data",
  6097.             "APACHE_ENTRYPOINT_INITIALIZED": "true",
  6098.             "OWNCLOUD_DB_HOST": "db:3306",
  6099.             "APACHE_SERVER_NAME": "localhost",
  6100.             "OWNCLOUD_POST_SERVER_PATH": "\/etc\/post_server.d",
  6101.             "OWNCLOUD_PREVIEW_MAX_X": "no value",
  6102.             "OWNCLOUD_VERSIONS_RETENTION_OBLIGATION": "no value",
  6103.             "OWNCLOUD_FILES_EXTERNAL_ALLOW_NEW_LOCAL": "no value",
  6104.             "OWNCLOUD_SHARING_MANAGER_FACTORY": "no value",
  6105.             "OWNCLOUD_APPS_INSTALL": "no value",
  6106.             "OWNCLOUD_PROTOCOL": "http",
  6107.             "APACHE_LOG_FORMAT": "combined",
  6108.             "OWNCLOUD_MAIL_SMTP_NAME": "no value",
  6109.             "OWNCLOUD_PREVIEW_MAX_Y": "no value",
  6110.             "OWNCLOUD_VOLUME_FILES": "\/mnt\/data\/files",
  6111.             "OWNCLOUD_OBJECTSTORE_AUTOCREATE": "true",
  6112.             "OWNCLOUD_CRON_LOG": "no value",
  6113.             "OWNCLOUD_TRASHBIN_PURGE_LIMIT": "no value",
  6114.             "APACHE_KEEP_ALIVE_TIMEOUT": "5",
  6115.             "OWNCLOUD_USER_SEARCH_MIN_LENGTH": "no value",
  6116.             "OWNCLOUD_ENABLE_CERTIFICATE_MANAGEMENT": "no value",
  6117.             "OWNCLOUD_LOG_TIMEZONE": "no value",
  6118.             "PWD": "\/var\/www\/owncloud",
  6119.             "OWNCLOUD_DAV_ENABLE_ASYNC": "no value",
  6120.             "OWNCLOUD_DB_TYPE": "mysql",
  6121.             "OWNCLOUD_REDIS_PASSWORD": "no value",
  6122.             "OWNCLOUD_TEMP_DIRECTORY": "no value",
  6123.             "OWNCLOUD_APPS_DISABLE": "no value",
  6124.             "OWNCLOUD_MOUNT_FILE": "no value",
  6125.             "OWNCLOUD_MAIL_SMTP_MODE": "no value",
  6126.             "OWNCLOUD_MARKETPLACE_KEY": "no value",
  6127.             "OWNCLOUD_DB_FAIL": "true",
  6128.             "OWNCLOUD_SQLITE_JOURNAL_MODE": "no value",
  6129.             "OWNCLOUD_APPS_ENABLE": "no value",
  6130.             "OWNCLOUD_MEMCACHE_LOCAL": "\\OC\\Memcache\\APCu",
  6131.             "OWNCLOUD_MEMCACHE_LOCKING": "no value",
  6132.             "OWNCLOUD_REDIS_TIMEOUT": "no value",
  6133.             "OWNCLOUD_MAIL_DOMAIN": "no value",
  6134.             "OWNCLOUD_MAIL_SMTP_AUTH_TYPE": "no value",
  6135.             "OWNCLOUD_REDIS_HOST": "redis",
  6136.             "OWNCLOUD_MEMCACHED_ENABLED": "false",
  6137.             "OWNCLOUD_DEBUG": "no value",
  6138.             "OWNCLOUD_PART_FILE_IN_STORAGE": "no value",
  6139.             "OWNCLOUD_APPS_UNINSTALL": "no value",
  6140.             "APACHE_TIMEOUT": "300",
  6141.             "OWNCLOUD_PRE_INSTALL_PATH": "\/etc\/pre_install.d",
  6142.             "OWNCLOUD_SKIP_CHOWN": "false",
  6143.             "OWNCLOUD_MINIMUM_SUPPORTED_DESKTOP_VERSION": "no value",
  6144.             "OWNCLOUD_HTACCESS_REWRITE_BASE": "\/",
  6145.             "OWNCLOUD_TRASHBIN_RETENTION_OBLIGATION": "no value"
  6146.         }
  6147.     }
  6148. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement