owncloud / core

:cloud: ownCloud web server core (Files, DAV, etc.)
https://owncloud.com
GNU Affero General Public License v3.0
8.35k stars 2.06k forks source link

[stable7 only] File old versions broken after sharing #13799

Closed kalletabur closed 9 years ago

kalletabur commented 9 years ago

We have situation where user renamed file and tried to restore older version of this file in owncloud. It shows only 2 older versions (though there should be many more) from which the last version does not open because application deem the file is corrupt. We run backup restore (on test server) and the file was accessible and opened ok.

We use encryption, server setup: Debian 7.7 + nginx + php5-fpm + MySQL + ownCloud 7.0.4 If you need more information, let me know.

karlitschek commented 9 years ago

@schiesbn

karlitschek commented 9 years ago

Can you provide a full bug report using our issue template please?

MorrisJobke commented 9 years ago

@kalletabur The template can be found at https://github.com/owncloud/core/blob/master/issue_template.md

kalletabur commented 9 years ago

Steps to reproduce

  1. Create a file - our case this was Visio file .vsd
  2. Edit file multiple times
  3. Rename the file
  4. Try to restore older versions of this file

PS Don't know is it relevant or not but during these actions this file (with older and newer name) was also shared to another user

Expected behaviour

You must be able to see all old versions of this file and you should be able to restore to any older version

Actual behaviour

Only visible two older versions - although there should be much more. After trying to restore older version application cannpt open the file because it is corrupt.

After restoring from backup this old version what application thought to be corrupt opened OK

Server configuration

Operating system: Debian 7.7 Web server: nginx Database: MySQL PHP version: php5-fpm ownCloud version: (see ownCloud admin page) ownCloud 7.0.4 Updated from an older ownCloud or fresh install: Updated List of activated apps: activity, deleted files, documents, encryption, full text search, LDAP backend, PDF viewer, pictures, text editor, updater, versions, video viewer The content of config/config.php: Insert your config.php content here

 'datadirectory' => '/var/ownclouddata/',
  'dbtype' => 'mysql',
  'version' => '7.0.4.2',
  'installed' => true,
  'ldapIgnoreNamingRules' => false,
  'loglevel' => '0',
  'forcessl' => true,
  'maintenance' => false,
  'logtimezone' => 'Europe/Tallinn',
  'theme' => '',
  'share_folder' => '/Shared',
  'preview_libreoffice_path' => '/usr/bin/libreoffice',

Are you using external storage, if yes which one: local/smb/sftp/... No Are you using encryption: yes/no yes

Client configuration

owncloud client: Latest Operating system: Linux

Logs

ownCloud log (data/owncloud.log)

File initial name: Visio_file_ver1.vsd File renamed: Visio_file_ver2.vsd

{"reqId":"54b91b0a25844","app":"OC\\Files\\Cache\\Scanner","message":"!!! Path 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' is not readable !!!","level":0,"time":"2015-01-16T16:07:06+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b91b0a25844","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 154716\n    [mtime] => 1421417225\n    [storage_mtime] => 1421417225\n    [encrypted] => 1\n    [unencrypted_size] => 109568\n    [etag] => 54b91b0a4d077\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421417222\n    [size] => 154716\n    [etag] => 54b91b0ad536c\n    [storage_mtime] => 1421417222\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:07:06+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b91ca40e0f2","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 155136\n    [mtime] => 1421417222\n    [storage_mtime] => 1421417222\n    [encrypted] => 1\n    [unencrypted_size] => 114176\n    [etag] => 54b91b0ad536c\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421417635\n    [size] => 160884\n    [etag] => 54b91ca40db1e\n    [storage_mtime] => 1421417635\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:13:56+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b91ca40e0f2","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 160884\n    [mtime] => 1421417635\n    [storage_mtime] => 1421417635\n    [encrypted] => 1\n    [unencrypted_size] => 114176\n    [etag] => 54b91ca40db1e\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421417632\n    [size] => 160884\n    [etag] => 54b91ca46e79d\n    [storage_mtime] => 1421417632\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:13:56+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b91cade4cd0","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 155136\n    [mtime] => 1421417632\n    [storage_mtime] => 1421417632\n    [encrypted] => 1\n    [unencrypted_size] => 114176\n    [etag] => 54b91ca46e79d\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421417644\n    [size] => 160884\n    [etag] => 54b91cade47c1\n    [storage_mtime] => 1421417644\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:14:05+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b91cade4cd0","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 160884\n    [mtime] => 1421417644\n    [storage_mtime] => 1421417644\n    [encrypted] => 1\n    [unencrypted_size] => 114176\n    [etag] => 54b91cade47c1\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421417641\n    [size] => 160884\n    [etag] => 54b91cae55ea9\n    [storage_mtime] => 1421417641\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:14:06+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b91d51b2ee7","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 161792\n    [mtime] => 1421417641\n    [storage_mtime] => 1421417641\n    [encrypted] => 1\n    [unencrypted_size] => 120832\n    [etag] => 54b91cae55ea9\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421417808\n    [size] => 169784\n    [etag] => 54b91d51b297e\n    [storage_mtime] => 1421417808\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:16:49+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b91d51b2ee7","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 169784\n    [mtime] => 1421417808\n    [storage_mtime] => 1421417808\n    [encrypted] => 1\n    [unencrypted_size] => 120832\n    [etag] => 54b91d51b297e\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421417805\n    [size] => 169784\n    [etag] => 54b91d522a5b9\n    [storage_mtime] => 1421417805\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:16:50+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b91dddcd82e","app":"files_versions","message":"Mark to expire \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd next version should be 1421417581 or smaller. (prevTimestamp: 1421417641; step: 60","level":0,"time":"2015-01-16T16:19:09+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b91dddcd82e","app":"files_versions","message":"Expire: \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.v1421417632","level":0,"time":"2015-01-16T16:19:10+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b91dddcd82e","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 162304\n    [mtime] => 1421417805\n    [storage_mtime] => 1421417805\n    [encrypted] => 1\n    [unencrypted_size] => 121344\n    [etag] => 54b91d522a5b9\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421417949\n    [size] => 170464\n    [etag] => 54b91ddea48fe\n    [storage_mtime] => 1421417949\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:19:10+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b91dddcd82e","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 170464\n    [mtime] => 1421417949\n    [storage_mtime] => 1421417949\n    [encrypted] => 1\n    [unencrypted_size] => 121344\n    [etag] => 54b91ddea48fe\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421417946\n    [size] => 170464\n    [etag] => 54b91ddf16705\n    [storage_mtime] => 1421417946\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:19:11+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b91dfec3462","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 162304\n    [mtime] => 1421417946\n    [storage_mtime] => 1421417946\n    [encrypted] => 1\n    [unencrypted_size] => 121344\n    [etag] => 54b91ddf16705\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421417982\n    [size] => 170464\n    [etag] => 54b91dfec2f18\n    [storage_mtime] => 1421417982\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:19:42+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b91dfec3462","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 170464\n    [mtime] => 1421417982\n    [storage_mtime] => 1421417982\n    [encrypted] => 1\n    [unencrypted_size] => 121344\n    [etag] => 54b91dfec2f18\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421417977\n    [size] => 170464\n    [etag] => 54b91dff3f0d2\n    [storage_mtime] => 1421417977\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:19:43+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b91e74959d3","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 162304\n    [mtime] => 1421417977\n    [storage_mtime] => 1421417977\n    [encrypted] => 1\n    [unencrypted_size] => 121344\n    [etag] => 54b91dff3f0d2\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421418099\n    [size] => 170464\n    [etag] => 54b91e74954db\n    [storage_mtime] => 1421418099\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:21:40+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b91e74959d3","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 170464\n    [mtime] => 1421418099\n    [storage_mtime] => 1421418099\n    [encrypted] => 1\n    [unencrypted_size] => 121344\n    [etag] => 54b91e74954db\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421418096\n    [size] => 170464\n    [etag] => 54b91e75088a3\n    [storage_mtime] => 1421418096\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:21:41+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b91ef837ba5","app":"files_versions","message":"Mark to expire \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd next version should be 1421417917 or smaller. (prevTimestamp: 1421417977; step: 60","level":0,"time":"2015-01-16T16:23:52+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b91ef837ba5","app":"files_versions","message":"Expire: \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.v1421417946","level":0,"time":"2015-01-16T16:23:52+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b91ef837ba5","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 162304\n    [mtime] => 1421418096\n    [storage_mtime] => 1421418096\n    [encrypted] => 1\n    [unencrypted_size] => 121344\n    [etag] => 54b91e75088a3\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421418231\n    [size] => 170464\n    [etag] => 54b91ef8e2103\n    [storage_mtime] => 1421418231\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:23:52+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b91ef837ba5","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 170464\n    [mtime] => 1421418231\n    [storage_mtime] => 1421418231\n    [encrypted] => 1\n    [unencrypted_size] => 121344\n    [etag] => 54b91ef8e2103\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421418228\n    [size] => 170464\n    [etag] => 54b91ef941d3d\n    [storage_mtime] => 1421418228\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:23:53+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b91f2714868","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 162304\n    [mtime] => 1421418228\n    [storage_mtime] => 1421418228\n    [encrypted] => 1\n    [unencrypted_size] => 121344\n    [etag] => 54b91ef941d3d\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421418278\n    [size] => 170464\n    [etag] => 54b91f2714365\n    [storage_mtime] => 1421418278\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:24:39+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b91f2714868","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 170464\n    [mtime] => 1421418278\n    [storage_mtime] => 1421418278\n    [encrypted] => 1\n    [unencrypted_size] => 121344\n    [etag] => 54b91f2714365\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421418274\n    [size] => 170464\n    [etag] => 54b91f276adf0\n    [storage_mtime] => 1421418274\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:24:39+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b91f344d01d","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 162304\n    [mtime] => 1421418274\n    [storage_mtime] => 1421418274\n    [encrypted] => 1\n    [unencrypted_size] => 121344\n    [etag] => 54b91f276adf0\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421418291\n    [size] => 170464\n    [etag] => 54b91f344cb3c\n    [storage_mtime] => 1421418291\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:24:52+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b91f344d01d","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 170464\n    [mtime] => 1421418291\n    [storage_mtime] => 1421418291\n    [encrypted] => 1\n    [unencrypted_size] => 121344\n    [etag] => 54b91f344cb3c\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421418288\n    [size] => 170464\n    [etag] => 54b91f34b8662\n    [storage_mtime] => 1421418288\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:24:52+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b91fbc861e7","app":"files_versions","message":"Mark to expire \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd next version should be 1421418214 or smaller. (prevTimestamp: 1421418274; step: 60","level":0,"time":"2015-01-16T16:27:08+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b91fbc861e7","app":"files_versions","message":"Expire: \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.v1421418228","level":0,"time":"2015-01-16T16:27:08+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b91fbc861e7","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 162304\n    [mtime] => 1421418288\n    [storage_mtime] => 1421418288\n    [encrypted] => 1\n    [unencrypted_size] => 121344\n    [etag] => 54b91f34b8662\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421418428\n    [size] => 170464\n    [etag] => 54b91fbd4eccd\n    [storage_mtime] => 1421418428\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:27:09+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b91fbc861e7","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 170464\n    [mtime] => 1421418428\n    [storage_mtime] => 1421418428\n    [encrypted] => 1\n    [unencrypted_size] => 121344\n    [etag] => 54b91fbd4eccd\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421418425\n    [size] => 170464\n    [etag] => 54b91fbda5122\n    [storage_mtime] => 1421418425\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:27:09+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b92029ad2e1","app":"files_versions","message":"Mark to expire \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd next version should be 1421418228 or smaller. (prevTimestamp: 1421418288; step: 60","level":0,"time":"2015-01-16T16:28:57+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b92029ad2e1","app":"files_versions","message":"Expire: \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.v1421418274","level":0,"time":"2015-01-16T16:28:57+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b92029ad2e1","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 161792\n    [mtime] => 1421418425\n    [storage_mtime] => 1421418425\n    [encrypted] => 1\n    [unencrypted_size] => 120832\n    [etag] => 54b91fbda5122\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421418537\n    [size] => 169784\n    [etag] => 54b9202a40981\n    [storage_mtime] => 1421418537\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:28:58+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b92029ad2e1","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 169784\n    [mtime] => 1421418537\n    [storage_mtime] => 1421418537\n    [encrypted] => 1\n    [unencrypted_size] => 120832\n    [etag] => 54b9202a40981\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421418534\n    [size] => 169784\n    [etag] => 54b9202a960c3\n    [storage_mtime] => 1421418534\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:28:58+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b92262bf828","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 162304\n    [mtime] => 1421418534\n    [storage_mtime] => 1421418534\n    [encrypted] => 1\n    [unencrypted_size] => 121344\n    [etag] => 54b9202a960c3\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421419106\n    [size] => 170464\n    [etag] => 54b92262bf2fd\n    [storage_mtime] => 1421419106\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:38:26+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b92262bf828","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 170464\n    [mtime] => 1421419106\n    [storage_mtime] => 1421419106\n    [encrypted] => 1\n    [unencrypted_size] => 121344\n    [etag] => 54b92262bf2fd\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421419103\n    [size] => 170464\n    [etag] => 54b9226324f18\n    [storage_mtime] => 1421419103\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:38:27+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b9228531974","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 162304\n    [mtime] => 1421419103\n    [storage_mtime] => 1421419103\n    [encrypted] => 1\n    [unencrypted_size] => 121344\n    [etag] => 54b9226324f18\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421419140\n    [size] => 170464\n    [etag] => 54b9228531437\n    [storage_mtime] => 1421419140\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:39:01+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b9228531974","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 170464\n    [mtime] => 1421419140\n    [storage_mtime] => 1421419140\n    [encrypted] => 1\n    [unencrypted_size] => 121344\n    [etag] => 54b9228531437\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421419137\n    [size] => 170464\n    [etag] => 54b922858d602\n    [storage_mtime] => 1421419137\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:39:01+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b922c577152","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 162304\n    [mtime] => 1421419137\n    [storage_mtime] => 1421419137\n    [encrypted] => 1\n    [unencrypted_size] => 121344\n    [etag] => 54b922858d602\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421419204\n    [size] => 170464\n    [etag] => 54b922c576daa\n    [storage_mtime] => 1421419204\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:40:05+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b922c577152","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 170464\n    [mtime] => 1421419204\n    [storage_mtime] => 1421419204\n    [encrypted] => 1\n    [unencrypted_size] => 121344\n    [etag] => 54b922c576daa\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421419200\n    [size] => 170464\n    [etag] => 54b922c5da65f\n    [storage_mtime] => 1421419200\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:40:05+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b923418cccb","app":"files_versions","message":"Mark to expire \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd next version should be 1421419077 or smaller. (prevTimestamp: 1421419137; step: 60","level":0,"time":"2015-01-16T16:42:09+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b923418cccb","app":"files_versions","message":"Expire: \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.v1421419103","level":0,"time":"2015-01-16T16:42:09+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b923418cccb","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 190976\n    [mtime] => 1421419200\n    [storage_mtime] => 1421419200\n    [encrypted] => 1\n    [unencrypted_size] => 141824\n    [etag] => 54b922c5da65f\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421419329\n    [size] => 197868\n    [etag] => 54b92342505bf\n    [storage_mtime] => 1421419329\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:42:10+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b923418cccb","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 197868\n    [mtime] => 1421419329\n    [storage_mtime] => 1421419329\n    [encrypted] => 1\n    [unencrypted_size] => 141824\n    [etag] => 54b92342505bf\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421419326\n    [size] => 197868\n    [etag] => 54b92342b84d9\n    [storage_mtime] => 1421419326\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:42:10+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b92372414d7","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 190976\n    [mtime] => 1421419326\n    [storage_mtime] => 1421419326\n    [encrypted] => 1\n    [unencrypted_size] => 141824\n    [etag] => 54b92342b84d9\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421419377\n    [size] => 197868\n    [etag] => 54b9237240f85\n    [storage_mtime] => 1421419377\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:42:58+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b92372414d7","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 197868\n    [mtime] => 1421419377\n    [storage_mtime] => 1421419377\n    [encrypted] => 1\n    [unencrypted_size] => 141824\n    [etag] => 54b9237240f85\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421419374\n    [size] => 197868\n    [etag] => 54b923729831c\n    [storage_mtime] => 1421419374\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:42:58+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b923ebc2ff1","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 190976\n    [mtime] => 1421419374\n    [storage_mtime] => 1421419374\n    [encrypted] => 1\n    [unencrypted_size] => 141824\n    [etag] => 54b923729831c\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421419499\n    [size] => 197868\n    [etag] => 54b923ebc2a62\n    [storage_mtime] => 1421419499\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:44:59+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b923ebc2ff1","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 197868\n    [mtime] => 1421419499\n    [storage_mtime] => 1421419499\n    [encrypted] => 1\n    [unencrypted_size] => 141824\n    [etag] => 54b923ebc2a62\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421419496\n    [size] => 197868\n    [etag] => 54b923ec252fd\n    [storage_mtime] => 1421419496\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:45:00+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b9240f35b5f","app":"files_versions","message":"Mark to expire \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd next version should be 1421419314 or smaller. (prevTimestamp: 1421419374; step: 60","level":0,"time":"2015-01-16T16:45:35+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b9240f35b5f","app":"files_versions","message":"Expire: \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.v1421419326","level":0,"time":"2015-01-16T16:45:35+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b9240f35b5f","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 190976\n    [mtime] => 1421419496\n    [storage_mtime] => 1421419496\n    [encrypted] => 1\n    [unencrypted_size] => 141824\n    [etag] => 54b923ec252fd\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421419534\n    [size] => 197868\n    [etag] => 54b9240fc0406\n    [storage_mtime] => 1421419534\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:45:35+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b9240f35b5f","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 197868\n    [mtime] => 1421419534\n    [storage_mtime] => 1421419534\n    [encrypted] => 1\n    [unencrypted_size] => 141824\n    [etag] => 54b9240fc0406\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421419531\n    [size] => 197868\n    [etag] => 54b924101f071\n    [storage_mtime] => 1421419531\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:45:36+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b9247d05f3f","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 184832\n    [mtime] => 1421419531\n    [storage_mtime] => 1421419531\n    [encrypted] => 1\n    [unencrypted_size] => 135680\n    [etag] => 54b924101f071\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421419644\n    [size] => 189652\n    [etag] => 54b9247d059ca\n    [storage_mtime] => 1421419644\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:47:25+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b9247d05f3f","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 189652\n    [mtime] => 1421419644\n    [storage_mtime] => 1421419644\n    [encrypted] => 1\n    [unencrypted_size] => 135680\n    [etag] => 54b9247d059ca\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421419641\n    [size] => 189652\n    [etag] => 54b9247d6dc55\n    [storage_mtime] => 1421419641\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:47:25+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b925188b417","app":"files_versions","message":"Mark to expire \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd next version should be 1421419471 or smaller. (prevTimestamp: 1421419531; step: 60","level":0,"time":"2015-01-16T16:50:00+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b925188b417","app":"files_versions","message":"Expire: \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.v1421419496","level":0,"time":"2015-01-16T16:50:00+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b925188b417","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 213504\n    [mtime] => 1421419641\n    [storage_mtime] => 1421419641\n    [encrypted] => 1\n    [unencrypted_size] => 156160\n    [etag] => 54b9247d6dc55\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421419800\n    [size] => 217032\n    [etag] => 54b925193e494\n    [storage_mtime] => 1421419800\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:50:01+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b925188b417","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 217032\n    [mtime] => 1421419800\n    [storage_mtime] => 1421419800\n    [encrypted] => 1\n    [unencrypted_size] => 156160\n    [etag] => 54b925193e494\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421419796\n    [size] => 217032\n    [etag] => 54b9251998cc1\n    [storage_mtime] => 1421419796\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:50:01+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b9255a9a3c6","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 213504\n    [mtime] => 1421419796\n    [storage_mtime] => 1421419796\n    [encrypted] => 1\n    [unencrypted_size] => 156160\n    [etag] => 54b9251998cc1\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421419865\n    [size] => 217032\n    [etag] => 54b9255a99e63\n    [storage_mtime] => 1421419865\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:51:06+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b9255a9a3c6","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 217032\n    [mtime] => 1421419865\n    [storage_mtime] => 1421419865\n    [encrypted] => 1\n    [unencrypted_size] => 156160\n    [etag] => 54b9255a99e63\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421419862\n    [size] => 217032\n    [etag] => 54b9255b0d54b\n    [storage_mtime] => 1421419862\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:51:07+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b92649e9b62","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 213504\n    [mtime] => 1421419862\n    [storage_mtime] => 1421419862\n    [encrypted] => 1\n    [unencrypted_size] => 156160\n    [etag] => 54b9255b0d54b\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421420105\n    [size] => 217032\n    [etag] => 54b92649e964f\n    [storage_mtime] => 1421420105\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:55:05+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b92649e9b62","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 217032\n    [mtime] => 1421420105\n    [storage_mtime] => 1421420105\n    [encrypted] => 1\n    [unencrypted_size] => 156160\n    [etag] => 54b92649e964f\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421420101\n    [size] => 217032\n    [etag] => 54b9264a5b2ed\n    [storage_mtime] => 1421420101\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:55:06+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b926969ea85","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 214016\n    [mtime] => 1421420101\n    [storage_mtime] => 1421420101\n    [encrypted] => 1\n    [unencrypted_size] => 156672\n    [etag] => 54b9264a5b2ed\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421420181\n    [size] => 217712\n    [etag] => 54b926969e565\n    [storage_mtime] => 1421420181\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:56:22+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b926969ea85","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 217712\n    [mtime] => 1421420181\n    [storage_mtime] => 1421420181\n    [encrypted] => 1\n    [unencrypted_size] => 156672\n    [etag] => 54b926969e565\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421420179\n    [size] => 217712\n    [etag] => 54b92697144bb\n    [storage_mtime] => 1421420179\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:56:23+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b926adddcfa","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 214016\n    [mtime] => 1421420179\n    [storage_mtime] => 1421420179\n    [encrypted] => 1\n    [unencrypted_size] => 156672\n    [etag] => 54b92697144bb\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421420205\n    [size] => 217712\n    [etag] => 54b926addd807\n    [storage_mtime] => 1421420205\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:56:45+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b926adddcfa","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 217712\n    [mtime] => 1421420205\n    [storage_mtime] => 1421420205\n    [encrypted] => 1\n    [unencrypted_size] => 156672\n    [etag] => 54b926addd807\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421420201\n    [size] => 217712\n    [etag] => 54b926ae550cb\n    [storage_mtime] => 1421420201\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:56:46+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b926e3a4eaf","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 214016\n    [mtime] => 1421420201\n    [storage_mtime] => 1421420201\n    [encrypted] => 1\n    [unencrypted_size] => 156672\n    [etag] => 54b926ae550cb\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421420258\n    [size] => 217712\n    [etag] => 54b926e3a48e4\n    [storage_mtime] => 1421420258\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:57:39+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b926e3a4eaf","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 217712\n    [mtime] => 1421420258\n    [storage_mtime] => 1421420258\n    [encrypted] => 1\n    [unencrypted_size] => 156672\n    [etag] => 54b926e3a48e4\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421420255\n    [size] => 217712\n    [etag] => 54b926e4151a1\n    [storage_mtime] => 1421420255\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T16:57:40+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b927cbc4615","app":"files_versions","message":"Mark to expire \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd next version should be 1421420141 or smaller. (prevTimestamp: 1421420201; step: 60","level":0,"time":"2015-01-16T17:01:31+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b927cbc4615","app":"files_versions","message":"Expire: \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.v1421420179","level":0,"time":"2015-01-16T17:01:32+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b927cbc4615","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 196608\n    [mtime] => 1421420255\n    [storage_mtime] => 1421420255\n    [encrypted] => 1\n    [unencrypted_size] => 147456\n    [etag] => 54b926e4151a1\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421420491\n    [size] => 205400\n    [etag] => 54b927cc61984\n    [storage_mtime] => 1421420491\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T17:01:32+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b927cbc4615","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 205400\n    [mtime] => 1421420491\n    [storage_mtime] => 1421420491\n    [encrypted] => 1\n    [unencrypted_size] => 147456\n    [etag] => 54b927cc61984\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421420488\n    [size] => 205400\n    [etag] => 54b927ccbd810\n    [storage_mtime] => 1421420488\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T17:01:32+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b92869589a7","app":"files_versions","message":"Mark to expire \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd next version should be 1421420195 or smaller. (prevTimestamp: 1421420255; step: 60","level":0,"time":"2015-01-16T17:04:09+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b92869589a7","app":"files_versions","message":"Expire: \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.v1421420201","level":0,"time":"2015-01-16T17:04:09+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b92869589a7","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 196608\n    [mtime] => 1421420488\n    [storage_mtime] => 1421420488\n    [encrypted] => 1\n    [unencrypted_size] => 147456\n    [etag] => 54b927ccbd810\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421420649\n    [size] => 205400\n    [etag] => 54b9286a1f6e9\n    [storage_mtime] => 1421420649\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T17:04:10+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54b92869589a7","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 205400\n    [mtime] => 1421420649\n    [storage_mtime] => 1421420649\n    [encrypted] => 1\n    [unencrypted_size] => 147456\n    [etag] => 54b9286a1f6e9\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421420645\n    [size] => 205400\n    [etag] => 54b9286a7aa58\n    [storage_mtime] => 1421420645\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-16T17:04:10+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"files_versions","message":"Mark to expire \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd next version should be 1421334088 or smaller. (prevTimestamp: 1421420488; step: 86400","level":0,"time":"2015-01-19T12:57:15+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"files_versions","message":"Mark to expire \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd next version should be 1421334088 or smaller. (prevTimestamp: 1421420488; step: 86400","level":0,"time":"2015-01-19T12:57:15+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"files_versions","message":"Mark to expire \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd next version should be 1421334088 or smaller. (prevTimestamp: 1421420488; step: 86400","level":0,"time":"2015-01-19T12:57:15+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"files_versions","message":"Mark to expire \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd next version should be 1421334088 or smaller. (prevTimestamp: 1421420488; step: 86400","level":0,"time":"2015-01-19T12:57:15+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"files_versions","message":"Mark to expire \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd next version should be 1421334088 or smaller. (prevTimestamp: 1421420488; step: 86400","level":0,"time":"2015-01-19T12:57:15+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"files_versions","message":"Mark to expire \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd next version should be 1421334088 or smaller. (prevTimestamp: 1421420488; step: 86400","level":0,"time":"2015-01-19T12:57:15+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"files_versions","message":"Mark to expire \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd next version should be 1421334088 or smaller. (prevTimestamp: 1421420488; step: 86400","level":0,"time":"2015-01-19T12:57:15+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"files_versions","message":"Mark to expire \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd next version should be 1421334088 or smaller. (prevTimestamp: 1421420488; step: 86400","level":0,"time":"2015-01-19T12:57:15+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"files_versions","message":"Mark to expire \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd next version should be 1421334088 or smaller. (prevTimestamp: 1421420488; step: 86400","level":0,"time":"2015-01-19T12:57:15+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"files_versions","message":"Mark to expire \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd next version should be 1421334088 or smaller. (prevTimestamp: 1421420488; step: 86400","level":0,"time":"2015-01-19T12:57:15+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"files_versions","message":"Mark to expire \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd next version should be 1421334088 or smaller. (prevTimestamp: 1421420488; step: 86400","level":0,"time":"2015-01-19T12:57:15+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"files_versions","message":"Mark to expire \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd next version should be 1421334088 or smaller. (prevTimestamp: 1421420488; step: 86400","level":0,"time":"2015-01-19T12:57:15+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"files_versions","message":"Mark to expire \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd next version should be 1421334088 or smaller. (prevTimestamp: 1421420488; step: 86400","level":0,"time":"2015-01-19T12:57:15+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"files_versions","message":"Mark to expire \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd next version should be 1421334088 or smaller. (prevTimestamp: 1421420488; step: 86400","level":0,"time":"2015-01-19T12:57:15+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"files_versions","message":"Mark to expire \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd next version should be 1421334088 or smaller. (prevTimestamp: 1421420488; step: 86400","level":0,"time":"2015-01-19T12:57:15+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"files_versions","message":"Mark to expire \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd next version should be 1421334088 or smaller. (prevTimestamp: 1421420488; step: 86400","level":0,"time":"2015-01-19T12:57:15+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"files_versions","message":"Mark to expire \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd next version should be 1421334088 or smaller. (prevTimestamp: 1421420488; step: 86400","level":0,"time":"2015-01-19T12:57:15+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"files_versions","message":"Expire: \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.v1421420255","level":0,"time":"2015-01-19T12:57:15+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"files_versions","message":"Expire: \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.v1421420101","level":0,"time":"2015-01-19T12:57:15+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"files_versions","message":"Expire: \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.v1421419862","level":0,"time":"2015-01-19T12:57:16+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"files_versions","message":"Expire: \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.v1421419796","level":0,"time":"2015-01-19T12:57:16+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"files_versions","message":"Expire: \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.v1421419641","level":0,"time":"2015-01-19T12:57:16+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"files_versions","message":"Expire: \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.v1421419531","level":0,"time":"2015-01-19T12:57:17+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"files_versions","message":"Expire: \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.v1421419374","level":0,"time":"2015-01-19T12:57:17+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"files_versions","message":"Expire: \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.v1421419200","level":0,"time":"2015-01-19T12:57:17+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"files_versions","message":"Expire: \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.v1421419137","level":0,"time":"2015-01-19T12:57:18+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"files_versions","message":"Expire: \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.v1421418534","level":0,"time":"2015-01-19T12:57:18+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"files_versions","message":"Expire: \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.v1421418425","level":0,"time":"2015-01-19T12:57:18+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"files_versions","message":"Expire: \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.v1421418288","level":0,"time":"2015-01-19T12:57:19+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"files_versions","message":"Expire: \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.v1421418096","level":0,"time":"2015-01-19T12:57:19+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"files_versions","message":"Expire: \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.v1421417977","level":0,"time":"2015-01-19T12:57:19+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"files_versions","message":"Expire: \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.v1421417805","level":0,"time":"2015-01-19T12:57:20+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"files_versions","message":"Expire: \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.v1421417641","level":0,"time":"2015-01-19T12:57:20+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"files_versions","message":"Expire: \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.v1421417222","level":0,"time":"2015-01-19T12:57:20+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 238080\n    [mtime] => 1421420645\n    [storage_mtime] => 1421420645\n    [encrypted] => 1\n    [unencrypted_size] => 172544\n    [etag] => 54b9286a7aa58\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421665034\n    [size] => 238948\n    [etag] => 54bce311387f9\n    [storage_mtime] => 1421665034\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-19T12:57:21+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bce30b3e7ce","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 238948\n    [mtime] => 1421665034\n    [storage_mtime] => 1421665034\n    [encrypted] => 1\n    [unencrypted_size] => 172544\n    [etag] => 54bce311387f9\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421665031\n    [size] => 238948\n    [etag] => 54bce311a77b5\n    [storage_mtime] => 1421665031\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-19T12:57:21+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bd0c2b3697e","app":"files_versions","message":"Mark to expire \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd next version should be 1421334245 or smaller. (prevTimestamp: 1421420645; step: 86400","level":0,"time":"2015-01-19T15:52:43+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bd0c2b3697e","app":"files_versions","message":"Expire: \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.v1421420488","level":0,"time":"2015-01-19T15:52:43+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bd0c2b3697e","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 238080\n    [mtime] => 1421665031\n    [storage_mtime] => 1421665031\n    [encrypted] => 1\n    [unencrypted_size] => 172544\n    [etag] => 54bce311a77b5\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421675562\n    [size] => 238948\n    [etag] => 54bd0c2bdf245\n    [storage_mtime] => 1421675562\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-19T15:52:43+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bd0c2b3697e","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 238948\n    [mtime] => 1421675562\n    [storage_mtime] => 1421675562\n    [encrypted] => 1\n    [unencrypted_size] => 172544\n    [etag] => 54bd0c2bdf245\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421675559\n    [size] => 238948\n    [etag] => 54bd0c2c52c2e\n    [storage_mtime] => 1421675559\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-19T15:52:44+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bd0c56bcd68","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 238080\n    [mtime] => 1421675559\n    [storage_mtime] => 1421675559\n    [encrypted] => 1\n    [unencrypted_size] => 172544\n    [etag] => 54bd0c2c52c2e\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421675606\n    [size] => 238948\n    [etag] => 54bd0c56bc766\n    [storage_mtime] => 1421675606\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-19T15:53:26+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bd0c56bcd68","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 238948\n    [mtime] => 1421675606\n    [storage_mtime] => 1421675606\n    [encrypted] => 1\n    [unencrypted_size] => 172544\n    [etag] => 54bd0c56bc766\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421675602\n    [size] => 238948\n    [etag] => 54bd0c5742961\n    [storage_mtime] => 1421675602\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-19T15:53:27+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bd1235925a0","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 238080\n    [mtime] => 1421675602\n    [storage_mtime] => 1421675602\n    [encrypted] => 1\n    [unencrypted_size] => 172544\n    [etag] => 54bd0c5742961\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421677108\n    [size] => 238948\n    [etag] => 54bd123592064\n    [storage_mtime] => 1421677108\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-19T16:18:29+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bd1235925a0","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 238948\n    [mtime] => 1421677108\n    [storage_mtime] => 1421677108\n    [encrypted] => 1\n    [unencrypted_size] => 172544\n    [etag] => 54bd123592064\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421677106\n    [size] => 238948\n    [etag] => 54bd12360f633\n    [storage_mtime] => 1421677106\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-19T16:18:30+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bd12551ab98","app":"files_versions","message":"Mark to expire \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd next version should be 1421675542 or smaller. (prevTimestamp: 1421675602; step: 60","level":0,"time":"2015-01-19T16:19:01+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bd12551ab98","app":"files_versions","message":"Expire: \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.v1421675559","level":0,"time":"2015-01-19T16:19:01+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bd12551ab98","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 238080\n    [mtime] => 1421677106\n    [storage_mtime] => 1421677106\n    [encrypted] => 1\n    [unencrypted_size] => 172544\n    [etag] => 54bd12360f633\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421677140\n    [size] => 238948\n    [etag] => 54bd12563fa8a\n    [storage_mtime] => 1421677140\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-19T16:19:02+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54bd12551ab98","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 238948\n    [mtime] => 1421677140\n    [storage_mtime] => 1421677140\n    [encrypted] => 1\n    [unencrypted_size] => 172544\n    [etag] => 54bd12563fa8a\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1421677137\n    [size] => 238948\n    [etag] => 54bd12569cf64\n    [storage_mtime] => 1421677137\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-19T16:19:02+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54c60cdf4e8aa","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files_encryption\/keyfiles\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.key' !!! \ncache: Array\n(\n    [fileid] => 105773\n    [storage] => home::u.username\n    [path] => files_encryption\/keyfiles\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.key\n    [parent] => 48903\n    [name] => Visio_file_ver1.vsd.key\n    [mimetype] => application\/x-iwork-keynote-sffkey\n    [mimepart] => application\n    [size] => 44\n    [mtime] => 1421417225\n    [storage_mtime] => 1421417225\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54b91b0969e1d\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/x-iwork-keynote-sffkey\n    [mtime] => 1422265567\n    [size] => 44\n    [etag] => 54c60cdf4e469\n    [storage_mtime] => 1422265567\n    [permissions] => 27\n    [parent] => 48903\n)\n","level":0,"time":"2015-01-26T11:46:07+02:00","method":"POST","url":"\/index.php\/core\/ajax\/share.php"}
{"reqId":"54c60cdf4e8aa","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files_encryption\/share-keys\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.u.username.shareKey' !!! \ncache: Array\n(\n    [fileid] => 105774\n    [storage] => home::u.username\n    [path] => files_encryption\/share-keys\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.u.username.shareKey\n    [parent] => 49850\n    [name] => Visio_file_ver1.vsd.u.username.shareKey\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 512\n    [mtime] => 1421417225\n    [storage_mtime] => 1421417225\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54b91b09c2915\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1422265567\n    [size] => 512\n    [etag] => 54c60cdf91c6b\n    [storage_mtime] => 1422265567\n    [permissions] => 27\n    [parent] => 49850\n)\n","level":0,"time":"2015-01-26T11:46:07+02:00","method":"POST","url":"\/index.php\/core\/ajax\/share.php"}
{"reqId":"54c60ce25bf8e","app":"mail","message":"Mail from John Doe (sharing-noreply@tll1-owncloud1.ee.sportradar.ag) to: Johnny Dee(j.dee@sportradar.com) subject: John Doe shared \u00bbShared\/Visio_file_ver1.vsd\u00ab with you","level":0,"time":"2015-01-26T11:46:10+02:00","method":"POST","url":"\/index.php\/core\/ajax\/share.php"}
{"reqId":"54c784f1e731a","app":"files_versions","message":"Mark to expire \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd next version should be 1421590706 or smaller. (prevTimestamp: 1421677106; step: 86400","level":0,"time":"2015-01-27T14:30:41+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54c784f1e731a","app":"files_versions","message":"Mark to expire \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd next version should be 1421590706 or smaller. (prevTimestamp: 1421677106; step: 86400","level":0,"time":"2015-01-27T14:30:41+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54c784f1e731a","app":"files_versions","message":"Expire: \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.v1421675602","level":0,"time":"2015-01-27T14:30:42+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54c784f1e731a","app":"files_versions","message":"Expire: \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.v1421665031","level":0,"time":"2015-01-27T14:30:42+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54c784f1e731a","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 220672\n    [mtime] => 1421677137\n    [storage_mtime] => 1421677137\n    [encrypted] => 1\n    [unencrypted_size] => 163328\n    [etag] => 54bd12569cf64\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1422361841\n    [size] => 226612\n    [etag] => 54c784f3010b7\n    [storage_mtime] => 1422361841\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-27T14:30:43+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54c784f1e731a","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 226612\n    [mtime] => 1422361841\n    [storage_mtime] => 1422361841\n    [encrypted] => 1\n    [unencrypted_size] => 163328\n    [etag] => 54c784f3010b7\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1422361838\n    [size] => 226612\n    [etag] => 54c784f388250\n    [storage_mtime] => 1422361838\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-27T14:30:43+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54c7879b490d4","app":"files_versions","message":"Mark to expire \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd next version should be 1421590737 or smaller. (prevTimestamp: 1421677137; step: 86400","level":0,"time":"2015-01-27T14:42:03+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54c7879b490d4","app":"files_versions","message":"Expire: \/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.v1421677106","level":0,"time":"2015-01-27T14:42:03+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54c7879b490d4","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 220672\n    [mtime] => 1422361838\n    [storage_mtime] => 1422361838\n    [encrypted] => 1\n    [unencrypted_size] => 163328\n    [etag] => 54c784f388250\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1422362522\n    [size] => 226612\n    [etag] => 54c7879c14aba\n    [storage_mtime] => 1422362522\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-27T14:42:04+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54c7879b490d4","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 226612\n    [mtime] => 1422362522\n    [storage_mtime] => 1422362522\n    [encrypted] => 1\n    [unencrypted_size] => 163328\n    [etag] => 54c7879c14aba\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1422362519\n    [size] => 226612\n    [etag] => 54c7879c83e7e\n    [storage_mtime] => 1422362519\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-27T14:42:04+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54c78c31d123b","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 221184\n    [mtime] => 1422362519\n    [storage_mtime] => 1422362519\n    [encrypted] => 1\n    [unencrypted_size] => 163840\n    [etag] => 54c7879c83e7e\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1422363697\n    [size] => 227296\n    [etag] => 54c78c31d0c0a\n    [storage_mtime] => 1422363697\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-27T15:01:37+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54c78c31d123b","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 227296\n    [mtime] => 1422363697\n    [storage_mtime] => 1422363697\n    [encrypted] => 1\n    [unencrypted_size] => 163840\n    [etag] => 54c78c31d0c0a\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1422363694\n    [size] => 227296\n    [etag] => 54c78c3249f1b\n    [storage_mtime] => 1422363694\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-27T15:01:38+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54c78c4833663","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 220672\n    [mtime] => 1422363694\n    [storage_mtime] => 1422363694\n    [encrypted] => 1\n    [unencrypted_size] => 163328\n    [etag] => 54c78c3249f1b\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1422363719\n    [size] => 226612\n    [etag] => 54c78c4833316\n    [storage_mtime] => 1422363719\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-27T15:02:00+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54c78c4833663","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 226612\n    [mtime] => 1422363719\n    [storage_mtime] => 1422363719\n    [encrypted] => 1\n    [unencrypted_size] => 163328\n    [etag] => 54c78c4833316\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1422363716\n    [size] => 226612\n    [etag] => 54c78c4929f2f\n    [storage_mtime] => 1422363716\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-27T15:02:01+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54c78caf35bb5","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 220672\n    [mtime] => 1422363716\n    [storage_mtime] => 1422363716\n    [encrypted] => 1\n    [unencrypted_size] => 163328\n    [etag] => 54c78c4929f2f\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1422363822\n    [size] => 226612\n    [etag] => 54c78caf35662\n    [storage_mtime] => 1422363822\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-27T15:03:43+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54c78caf35bb5","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 105775\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 226612\n    [mtime] => 1422363822\n    [storage_mtime] => 1422363822\n    [encrypted] => 1\n    [unencrypted_size] => 163328\n    [etag] => 54c78caf35662\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1422363819\n    [size] => 226612\n    [etag] => 54c78cafd3f75\n    [storage_mtime] => 1422363819\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-27T15:03:43+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54c8ef6fc9d59","app":"files_versions","message":"Mark to expire \/Documents\/tech\/Visiodir\/Visio_file_ver2.vsd next version should be 1422277316 or smaller. (prevTimestamp: 1422363716; step: 86400","level":0,"time":"2015-01-28T16:17:19+02:00","method":"MOVE","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54c8ef6fc9d59","app":"files_versions","message":"Mark to expire \/Documents\/tech\/Visiodir\/Visio_file_ver2.vsd next version should be 1422277316 or smaller. (prevTimestamp: 1422363716; step: 86400","level":0,"time":"2015-01-28T16:17:19+02:00","method":"MOVE","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54c8ef6fc9d59","app":"files_versions","message":"Mark to expire \/Documents\/tech\/Visiodir\/Visio_file_ver2.vsd next version should be 1422277316 or smaller. (prevTimestamp: 1422363716; step: 86400","level":0,"time":"2015-01-28T16:17:19+02:00","method":"MOVE","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54c8ef6fc9d59","app":"files_versions","message":"Expire: \/Documents\/tech\/Visiodir\/Visio_file_ver2.vsd.v1422363694","level":0,"time":"2015-01-28T16:17:20+02:00","method":"MOVE","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54c8ef6fc9d59","app":"files_versions","message":"Expire: \/Documents\/tech\/Visiodir\/Visio_file_ver2.vsd.v1422362519","level":0,"time":"2015-01-28T16:17:20+02:00","method":"MOVE","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54c8ef6fc9d59","app":"files_versions","message":"Expire: \/Documents\/tech\/Visiodir\/Visio_file_ver2.vsd.v1422361838","level":0,"time":"2015-01-28T16:17:20+02:00","method":"MOVE","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54c8f2093675d","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files_encryption\/keyfiles\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.key' !!! \ncache: Array\n(\n    [fileid] => 105773\n    [storage] => home::u.username\n    [path] => files_encryption\/keyfiles\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.key\n    [parent] => 48903\n    [name] => Visio_file_ver1.vsd.key\n    [mimetype] => application\/x-iwork-keynote-sffkey\n    [mimepart] => application\n    [size] => 44\n    [mtime] => 1422265567\n    [storage_mtime] => 1422265567\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c60cdf4e469\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/x-iwork-keynote-sffkey\n    [mtime] => 1422455305\n    [size] => 44\n    [etag] => 54c8f2093635f\n    [storage_mtime] => 1422455305\n    [permissions] => 27\n    [parent] => 48903\n)\n","level":0,"time":"2015-01-28T16:28:25+02:00","method":"MOVE","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver2.vsd"}
{"reqId":"54c8f2093675d","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files_encryption\/share-keys\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.u.username.shareKey' !!! \ncache: Array\n(\n    [fileid] => 105774\n    [storage] => home::u.username\n    [path] => files_encryption\/share-keys\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.u.username.shareKey\n    [parent] => 49850\n    [name] => Visio_file_ver1.vsd.u.username.shareKey\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 512\n    [mtime] => 1422265567\n    [storage_mtime] => 1422265567\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c60cdf91c6b\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1422455305\n    [size] => 512\n    [etag] => 54c8f2097d996\n    [storage_mtime] => 1422455305\n    [permissions] => 27\n    [parent] => 49850\n)\n","level":0,"time":"2015-01-28T16:28:25+02:00","method":"MOVE","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver2.vsd"}
{"reqId":"54c8f2093675d","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files_encryption\/share-keys\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.j.dee.shareKey' !!! \ncache: Array\n(\n    [fileid] => 106937\n    [storage] => home::u.username\n    [path] => files_encryption\/share-keys\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.j.dee.shareKey\n    [parent] => 49850\n    [name] => Visio_file_ver1.vsd.j.dee.shareKey\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 512\n    [mtime] => 1422265567\n    [storage_mtime] => 1422265567\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c60cdfe91ea\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1422455305\n    [size] => 512\n    [etag] => 54c8f209ba82a\n    [storage_mtime] => 1422455305\n    [permissions] => 27\n    [parent] => 49850\n)\n","level":0,"time":"2015-01-28T16:28:25+02:00","method":"MOVE","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver2.vsd"}
{"reqId":"54c8f233142de","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files_encryption\/keyfiles\/Documents\/tech\/Visiodir\/Visio_file_ver2.vsd.key' !!! \ncache: Array\n(\n    [fileid] => 107090\n    [storage] => home::u.username\n    [path] => files_encryption\/keyfiles\/Documents\/tech\/Visiodir\/Visio_file_ver2.vsd.key\n    [parent] => 48903\n    [name] => Visio_file_ver2.vsd.key\n    [mimetype] => application\/x-iwork-keynote-sffkey\n    [mimepart] => application\n    [size] => 44\n    [mtime] => 1422454638\n    [storage_mtime] => 1422454638\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c8ef6e51c97\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/x-iwork-keynote-sffkey\n    [mtime] => 1422455347\n    [size] => 44\n    [etag] => 54c8f23313df9\n    [storage_mtime] => 1422455347\n    [permissions] => 27\n    [parent] => 48903\n)\n","level":0,"time":"2015-01-28T16:29:07+02:00","method":"MOVE","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54c8f233142de","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files_encryption\/share-keys\/Documents\/tech\/Visiodir\/Visio_file_ver2.vsd.u.username.shareKey' !!! \ncache: Array\n(\n    [fileid] => 107091\n    [storage] => home::u.username\n    [path] => files_encryption\/share-keys\/Documents\/tech\/Visiodir\/Visio_file_ver2.vsd.u.username.shareKey\n    [parent] => 49850\n    [name] => Visio_file_ver2.vsd.u.username.shareKey\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 512\n    [mtime] => 1422454638\n    [storage_mtime] => 1422454638\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c8ef6ec9253\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1422455347\n    [size] => 512\n    [etag] => 54c8f23357408\n    [storage_mtime] => 1422455347\n    [permissions] => 27\n    [parent] => 49850\n)\n","level":0,"time":"2015-01-28T16:29:07+02:00","method":"MOVE","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54c8f233142de","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files_encryption\/share-keys\/Documents\/tech\/Visiodir\/Visio_file_ver2.vsd.j.dee.shareKey' !!! \ncache: Array\n(\n    [fileid] => 107092\n    [storage] => home::u.username\n    [path] => files_encryption\/share-keys\/Documents\/tech\/Visiodir\/Visio_file_ver2.vsd.j.dee.shareKey\n    [parent] => 49850\n    [name] => Visio_file_ver2.vsd.j.dee.shareKey\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 512\n    [mtime] => 1422454639\n    [storage_mtime] => 1422454639\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c8ef6f34e07\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1422455347\n    [size] => 512\n    [etag] => 54c8f233a2a9c\n    [storage_mtime] => 1422455347\n    [permissions] => 27\n    [parent] => 49850\n)\n","level":0,"time":"2015-01-28T16:29:07+02:00","method":"MOVE","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54c8f258f274f","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files_encryption\/keyfiles\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.key' !!! \ncache: Array\n(\n    [fileid] => 105773\n    [storage] => home::u.username\n    [path] => files_encryption\/keyfiles\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.key\n    [parent] => 48903\n    [name] => Visio_file_ver1.vsd.key\n    [mimetype] => application\/x-iwork-keynote-sffkey\n    [mimepart] => application\n    [size] => 44\n    [mtime] => 1422455305\n    [storage_mtime] => 1422455305\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c8f2093635f\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/x-iwork-keynote-sffkey\n    [mtime] => 1422455384\n    [size] => 44\n    [etag] => 54c8f258f2396\n    [storage_mtime] => 1422455384\n    [permissions] => 27\n    [parent] => 48903\n)\n","level":0,"time":"2015-01-28T16:29:44+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54c8f258f274f","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files_encryption\/share-keys\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.u.username.shareKey' !!! \ncache: Array\n(\n    [fileid] => 105774\n    [storage] => home::u.username\n    [path] => files_encryption\/share-keys\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd.u.username.shareKey\n    [parent] => 49850\n    [name] => Visio_file_ver1.vsd.u.username.shareKey\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 512\n    [mtime] => 1422455305\n    [storage_mtime] => 1422455305\n    [encrypted] => \n    [unencrypted_size] => 0\n    [etag] => 54c8f2097d996\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1422455385\n    [size] => 512\n    [etag] => 54c8f2593a6cc\n    [storage_mtime] => 1422455385\n    [permissions] => 27\n    [parent] => 49850\n)\n","level":0,"time":"2015-01-28T16:29:45+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54c8f258f274f","app":"OC\\Files\\Cache\\Scanner","message":"!!! Path 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' is not readable !!!","level":0,"time":"2015-01-28T16:29:45+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54c8f258f274f","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 107102\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 205400\n    [mtime] => 1422455384\n    [storage_mtime] => 1422455384\n    [encrypted] => 1\n    [unencrypted_size] => 147456\n    [etag] => 54c8f259a722b\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1422455171\n    [size] => 205400\n    [etag] => 54c8f25a2b4c3\n    [storage_mtime] => 1422455171\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-28T16:29:46+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54c90077eed17","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 107102\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 210432\n    [mtime] => 1422455171\n    [storage_mtime] => 1422455171\n    [encrypted] => 1\n    [unencrypted_size] => 153088\n    [etag] => 54c8f25a2b4c3\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1422458999\n    [size] => 212912\n    [etag] => 54c90077ee72f\n    [storage_mtime] => 1422458999\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-28T17:29:59+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54c90077eed17","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 107102\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 212912\n    [mtime] => 1422458999\n    [storage_mtime] => 1422458999\n    [encrypted] => 1\n    [unencrypted_size] => 153088\n    [etag] => 54c90077ee72f\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1422458996\n    [size] => 212912\n    [etag] => 54c900786a3d3\n    [storage_mtime] => 1422458996\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-28T17:30:00+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54c9022704980","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 107102\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 210432\n    [mtime] => 1422458996\n    [storage_mtime] => 1422458996\n    [encrypted] => 1\n    [unencrypted_size] => 153088\n    [etag] => 54c900786a3d3\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1422459430\n    [size] => 212912\n    [etag] => 54c9022704447\n    [storage_mtime] => 1422459430\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-28T17:37:11+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
{"reqId":"54c9022704980","app":"OC\\Files\\Cache\\Scanner","message":"!!! No reuse of etag for 'files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd' !!! \ncache: Array\n(\n    [fileid] => 107102\n    [storage] => home::u.username\n    [path] => files\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd\n    [parent] => 20162\n    [name] => Visio_file_ver1.vsd\n    [mimetype] => application\/octet-stream\n    [mimepart] => application\n    [size] => 212912\n    [mtime] => 1422459430\n    [storage_mtime] => 1422459430\n    [encrypted] => 1\n    [unencrypted_size] => 153088\n    [etag] => 54c9022704447\n    [permissions] => 27\n)\n \ndata: Array\n(\n    [mimetype] => application\/octet-stream\n    [mtime] => 1422459427\n    [size] => 212912\n    [etag] => 54c902276d28e\n    [storage_mtime] => 1422459427\n    [permissions] => 27\n    [parent] => 20162\n)\n","level":0,"time":"2015-01-28T17:37:11+02:00","method":"PUT","url":"\/remote.php\/webdav\/Documents\/tech\/Visiodir\/Visio_file_ver1.vsd"}
MorrisJobke commented 9 years ago

@schiesbn You maybe understand the files_version log output better: Can you have a look at the log above? Thanks

kalletabur commented 9 years ago

Any update on this?

PVince81 commented 9 years ago

@kalletabur you said the file was shared. The steps you mentionned, are they done by the file owner or the share recipient ?

I think I tried this recently on stable7 (the upcoming 7.0.5) and it worked fine, but will need to double check.

PVince81 commented 9 years ago

Looks like versions are broken as share recipient

I just tried this on 7.0.4:

  1. Enable encryption
  2. Create two users "user1" and "user2"
  3. Login as "user1"
  4. Create a folder "test"
  5. Share "test" with "user2"
  6. Login as "user2"
  7. Create a file "test/versions.txt"
  8. Edit and save the file multiple times to create versions
  9. Open the versions dropdown. See that the previews are wrong.
  10. Try downloading the file: the file is still encrypted
PVince81 commented 9 years ago

Still broken on stable7 (upcoming 7.0.5) :frowning:

@schiesbn if I understand well, the version files are encrypted using the same keys as the main file. So there's possibly a problem where it cannot find the matching key.

The log isn't helpful when I download one of the versions:

{"reqId":"54f986941113b","app":"PHP","message":"ob_end_clean(): failed to delete buffer. No buffer to delete at \/srv\/www\/htdocs\/owncloud\/lib\/private\/files\/view.php#274","level":0,"time":"2015-03-06T10:51:00+00:00","method":"GET","url":"\/owncloud\/index.php\/apps\/files_versions\/download.php?file=%2Ftest%2Ftest705.txt&revision=1425638927"}
PVince81 commented 9 years ago

Works fine in OC 8.0.0.

So this is problem is OC 7 only. The logic/format for encryption keys changed in OC 8 so there isn't anything we can backport to OC 7.

This will need a OC 7 specific fix.

PVince81 commented 9 years ago

@kalletabur you might want to upgrade to OC 8.0.1 once it comes out (soon)

DeepDiver1975 commented 9 years ago

please upgrade - thx