File is lost when moved out from a shared folder own by others and File Encryption is ON and "Deleted files" is enabled

Nextcloud version (eg, 12.0.2): 15.0.7
Operating system and version (eg, Ubuntu 17.04): Ubuntu 18.04
Apache or nginx version (eg, Apache 2.4.25): Apache/2.4.29 (Ubuntu)
PHP version (eg, 7.1): 7.2.10-0ubuntu0.18.04.1

The issue you are facing:
When moving out a file I own from a shared folder I don’t own and File Encryption is ON I get an error at the top [ITA] ‘Impossibile spostare “(filename)”’, which should be [ENG] ‘Can’t move “(filename)”’.
What happens is that a) the file is deleted, b) in the trash bin the specific file is listed twice, c) when restoring the file the content is lost and d) an error is shown complaining it was expecting X KB of data while nothing is found.
Basically it seems that once you move a file out from a shared folder you don’t own, the file is lost.
Our company was thinking to buy a license for Nextcloud and move it in production but this bug is a show stopper for us.

Is this the first time you’ve seen this error? (Y/N):
I first installed 15.0.5: I don’t recall having encountered the issue. I then upgrded to 15.0.7 where I found the bug.

Steps to replicate it:

  1. [Me] Create a folder [“Personal shared folder”] and create a text file [“Own test file.txt”] inside
  2. [Me] Share the folder with Nexcloud Admin
  3. [Admin] Create a folder [“Admin shared folder”] and share it with Me
  4. [Me] Move [“Own test file.txt”] --> [“Admin shared folder”] (OK)
  5. [Admin] Move [“Own test file.txt”] --> [“Personal shared folder”] (OK)
  6. [Me] Move [“Own test file.txt”] --> [“Admin shared folder”] (OK)
  7. [Me] Move [“Own test file.txt”] --> [“Personal shared folder”] (ERROR! File is lost)

The output of your Nextcloud log in Admin > Logging:

READ BELOW

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'instanceid' => '<removed>',
  'passwordsalt' => '<removed>',
  'secret' => '<removed>',
  'trusted_domains' => 
  array (
    0 => '<removed IP1>',
    1 => '<removed IP2>',
    2 => '<removed FQDN>',
  ),
  'datadirectory' => '/var/www/html/data',
  'dbtype' => 'mysql',
  'version' => '15.0.7.0',
  'overwrite.cli.url' => 'https://<removed IP>',
  'dbname' => 'nextcloud',
  'dbhost' => 'localhost:3306',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'dbuser' => 'nextcloud_user',
  'dbpassword' => '<removed>',
  'installed' => true,
  'memcache.local' => '\\OC\\Memcache\\APCu',
  'ldapIgnoreNamingRules' => false,
  'ldapProviderFactory' => 'OCA\\User_LDAP\\LDAPProviderFactory',
  'maintenance' => false,
  'skeletondirectory' => '',
  'integrity.check.disabled' => true,
  'onlyoffice' => 
  array (
    'verify_peer_off' => false,
  ),
  'theme' => '',
  'loglevel' => '2',
  'mysql.utf8mb4' => true,
  'mail_smtpmode' => 'sendmail',
  'mail_smtphost' => '<removed>',
  'mail_sendmailmode' => 'smtp',
  'mail_smtpport' => '587',
  'mail_from_address' => 'nextcloud',
  'mail_domain' => '<removed>',
  'mail_smtpsecure' => 'ssl',
  'preview_libreoffice_path' => '/usr/bin/libreoffice',
  'enabledPreviewProviders' => 
  array (
    0 => 'OC\\Preview\\PNG',
    1 => 'OC\\Preview\\JPEG',
    2 => 'OC\\Preview\\GIF',
    3 => 'OC\\Preview\\HEIC',
    4 => 'OC\\Preview\\BMP',
    5 => 'OC\\Preview\\XBitmap',
    6 => 'OC\\Preview\\MP3',
    7 => 'OC\\Preview\\TXT',
    8 => 'OC\\Preview\\MarkDown',
    9 => 'OC\\Preview\\PDF',
    10 => 'OC\\Preview\\OpenDocument',
    11 => 'OC\\Preview\\MSOffice2003',
    12 => 'OC\\Preview\\MSOffice2007',
    13 => 'OC\\Preview\\MSOfficeDoc',
    14 => 'OC\\Preview\\TIFF',
    15 => 'OC\\Preview\\Illustrator',
    16 => 'OC\\Preview\\Movie',
  ),
);

The output of your Apache/nginx/system log in /var/log/apache2/other_vhosts_access.log:

READ BELOW

The output of your Nextcloud log in Admin > Logging :

(PART 1)

{"reqId":"eyzhb7mvRiIqRnNNcMql","level":0,"time":"2019-05-08T14:02:29+00:00","remoteAddr":"<removed>","user":"68758a40-6b48-1035-9c91-edff8cb53df4","app":"no app in context","method":"MOVE","url":"\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Personal%20shared%20folder\/Own%20test%20file.txt","message":"No cache entry found for \/68758a40-6b48-1035-9c91-edff8cb53df4\/files\/Admin shared folder\/Own test file.txt (storage: shared::\/Admin shared folder, internalPath: Own test file.txt)","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/73.0.3683.86 Safari\/537.36","version":"15.0.7.0"}
{"reqId":"eyzhb7mvRiIqRnNNcMql","level":0,"time":"2019-05-08T14:02:29+00:00","remoteAddr":"<removed>","user":"68758a40-6b48-1035-9c91-edff8cb53df4","app":"no app in context","method":"MOVE","url":"\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Personal%20shared%20folder\/Own%20test%20file.txt","message":"No cache entry found for \/68758a40-6b48-1035-9c91-edff8cb53df4\/files\/Admin shared folder\/Own test file.txt (storage: shared::\/Admin shared folder, internalPath: Own test file.txt)","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/73.0.3683.86 Safari\/537.36","version":"15.0.7.0"}
{"reqId":"eyzhb7mvRiIqRnNNcMql","level":0,"time":"2019-05-08T14:02:30+00:00","remoteAddr":"<removed>","user":"68758a40-6b48-1035-9c91-edff8cb53df4","app":"no app in context","method":"MOVE","url":"\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Personal%20shared%20folder\/Own%20test%20file.txt","message":"No cache entry found for \/nextcloud\/files\/Admin shared folder\/Own test file.txt (storage: home::nextcloud, internalPath: files\/Admin shared folder\/Own test file.txt)","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/73.0.3683.86 Safari\/537.36","version":"15.0.7.0"}
{"reqId":"eyzhb7mvRiIqRnNNcMql","level":0,"time":"2019-05-08T14:02:30+00:00","remoteAddr":"<removed>","user":"68758a40-6b48-1035-9c91-edff8cb53df4","app":"user_ldap","method":"MOVE","url":"\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Personal%20shared%20folder\/Own%20test%20file.txt","message":"initializing paged search for  Filter (&(|(objectclass=inetOrgPerson))) base Array\n(\n    [0] => uid=guglielmo.nannetti@<removed>,ou=users,ou=<removed>,ou=domains,dc=<removed>,dc=loc\n)\n attr Array\n(\n    [0] => \n)\n limit 500 offset 0","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/73.0.3683.86 Safari\/537.36","version":"15.0.7.0"}
{"reqId":"eyzhb7mvRiIqRnNNcMql","level":0,"time":"2019-05-08T14:02:30+00:00","remoteAddr":"<removed>","user":"68758a40-6b48-1035-9c91-edff8cb53df4","app":"user_ldap","method":"MOVE","url":"\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Personal%20shared%20folder\/Own%20test%20file.txt","message":"Ready for a paged search","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/73.0.3683.86 Safari\/537.36","version":"15.0.7.0"}
{"reqId":"eyzhb7mvRiIqRnNNcMql","level":0,"time":"2019-05-08T14:02:30+00:00","remoteAddr":"<removed>","user":"68758a40-6b48-1035-9c91-edff8cb53df4","app":"user_ldap","method":"MOVE","url":"\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Personal%20shared%20folder\/Own%20test%20file.txt","message":"readAttribute: uid=guglielmo.nannetti@<removed>,ou=users,ou=<removed>,ou=domains,dc=<removed>,dc=loc found","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/73.0.3683.86 Safari\/537.36","version":"15.0.7.0"}
{"reqId":"eyzhb7mvRiIqRnNNcMql","level":0,"time":"2019-05-08T14:02:31+00:00","remoteAddr":"<removed>","user":"68758a40-6b48-1035-9c91-edff8cb53df4","app":"no app in context","method":"MOVE","url":"\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Personal%20shared%20folder\/Own%20test%20file.txt","message":"No cache entry found for \/68758a40-6b48-1035-9c91-edff8cb53df4\/files\/Personal shared folder\/Own test file.txt (storage: home::68758a40-6b48-1035-9c91-edff8cb53df4, internalPath: files\/Personal shared folder\/Own test file.txt)","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/73.0.3683.86 Safari\/537.36","version":"15.0.7.0"}
{"reqId":"FMMt47wl9uNZ1r5420nC","level":0,"time":"2019-05-08T14:04:31+00:00","remoteAddr":"<removed>","user":"nextcloud","app":"no app in context","method":"MOVE","url":"\/remote.php\/dav\/files\/nextcloud\/Admin%20shared%20folder\/Own%20test%20file.txt","message":"No cache entry found for \/nextcloud\/files\/Personal shared folder\/Own test file.txt (storage: shared::\/Personal shared folder, internalPath: Own test file.txt)","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}
{"reqId":"FMMt47wl9uNZ1r5420nC","level":0,"time":"2019-05-08T14:04:31+00:00","remoteAddr":"<removed>","user":"nextcloud","app":"no app in context","method":"MOVE","url":"\/remote.php\/dav\/files\/nextcloud\/Admin%20shared%20folder\/Own%20test%20file.txt","message":"No cache entry found for \/nextcloud\/files\/Personal shared folder\/Own test file.txt (storage: shared::\/Personal shared folder, internalPath: Own test file.txt)","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}
{"reqId":"FMMt47wl9uNZ1r5420nC","level":0,"time":"2019-05-08T14:04:31+00:00","remoteAddr":"<removed>","user":"nextcloud","app":"no app in context","method":"MOVE","url":"\/remote.php\/dav\/files\/nextcloud\/Admin%20shared%20folder\/Own%20test%20file.txt","message":"No cache entry found for \/68758a40-6b48-1035-9c91-edff8cb53df4\/files\/Personal shared folder\/Own test file.txt (storage: home::68758a40-6b48-1035-9c91-edff8cb53df4, internalPath: files\/Personal shared folder\/Own test file.txt)","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}
{"reqId":"FMMt47wl9uNZ1r5420nC","level":0,"time":"2019-05-08T14:04:31+00:00","remoteAddr":"<removed>","user":"nextcloud","app":"user_ldap","method":"MOVE","url":"\/remote.php\/dav\/files\/nextcloud\/Admin%20shared%20folder\/Own%20test%20file.txt","message":"initializing paged search for  Filter (&(|(objectclass=inetOrgPerson))) base Array\n(\n    [0] => uid=<removed>@<removed>,ou=users,ou=<removed>,ou=domains,dc=<removed>,dc=loc\n)\n attr Array\n(\n    [0] => \n)\n limit 500 offset 0","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}
{"reqId":"FMMt47wl9uNZ1r5420nC","level":0,"time":"2019-05-08T14:04:31+00:00","remoteAddr":"<removed>","user":"nextcloud","app":"user_ldap","method":"MOVE","url":"\/remote.php\/dav\/files\/nextcloud\/Admin%20shared%20folder\/Own%20test%20file.txt","message":"Ready for a paged search","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}
{"reqId":"FMMt47wl9uNZ1r5420nC","level":0,"time":"2019-05-08T14:04:31+00:00","remoteAddr":"<removed>","user":"nextcloud","app":"user_ldap","method":"MOVE","url":"\/remote.php\/dav\/files\/nextcloud\/Admin%20shared%20folder\/Own%20test%20file.txt","message":"readAttribute: uid=<removed>@<removed>,ou=users,ou=<removed>,ou=domains,dc=<removed>,dc=loc found","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}
{"reqId":"FMMt47wl9uNZ1r5420nC","level":0,"time":"2019-05-08T14:04:31+00:00","remoteAddr":"<removed>","user":"nextcloud","app":"user_ldap","method":"MOVE","url":"\/remote.php\/dav\/files\/nextcloud\/Admin%20shared%20folder\/Own%20test%20file.txt","message":"initializing paged search for  Filter (&(|(objectclass=inetOrgPerson))) base Array\n(\n    [0] => uid=<removed>@<removed>,ou=users,ou=<removed>,ou=domains,dc=<removed>,dc=loc\n)\n attr Array\n(\n    [0] => \n)\n limit 500 offset 0","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}
{"reqId":"FMMt47wl9uNZ1r5420nC","level":0,"time":"2019-05-08T14:04:31+00:00","remoteAddr":"<removed>","user":"nextcloud","app":"user_ldap","method":"MOVE","url":"\/remote.php\/dav\/files\/nextcloud\/Admin%20shared%20folder\/Own%20test%20file.txt","message":"Ready for a paged search","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}
{"reqId":"FMMt47wl9uNZ1r5420nC","level":0,"time":"2019-05-08T14:04:31+00:00","remoteAddr":"<removed>","user":"nextcloud","app":"user_ldap","method":"MOVE","url":"\/remote.php\/dav\/files\/nextcloud\/Admin%20shared%20folder\/Own%20test%20file.txt","message":"readAttribute: uid=<removed>@<removed>,ou=users,ou=<removed>,ou=domains,dc=<removed>,dc=loc found","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}
{"reqId":"FMMt47wl9uNZ1r5420nC","level":0,"time":"2019-05-08T14:04:32+00:00","remoteAddr":"<removed>","user":"nextcloud","app":"no app in context","method":"MOVE","url":"\/remote.php\/dav\/files\/nextcloud\/Admin%20shared%20folder\/Own%20test%20file.txt","message":"No cache entry found for \/nextcloud\/files\/Admin shared folder\/Own test file.txt (storage: home::nextcloud, internalPath: files\/Admin shared folder\/Own test file.txt)","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}
{"reqId":"YhSRcK7zkXzdoG7Krf39","level":0,"time":"2019-05-08T14:05:18+00:00","remoteAddr":"<removed>","user":"68758a40-6b48-1035-9c91-edff8cb53df4","app":"no app in context","method":"MOVE","url":"\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Personal%20shared%20folder\/Own%20test%20file.txt","message":"No cache entry found for \/68758a40-6b48-1035-9c91-edff8cb53df4\/files\/Admin shared folder\/Own test file.txt (storage: shared::\/Admin shared folder, internalPath: Own test file.txt)","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/73.0.3683.86 Safari\/537.36","version":"15.0.7.0"}
{"reqId":"YhSRcK7zkXzdoG7Krf39","level":0,"time":"2019-05-08T14:05:19+00:00","remoteAddr":"<removed>","user":"68758a40-6b48-1035-9c91-edff8cb53df4","app":"no app in context","method":"MOVE","url":"\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Personal%20shared%20folder\/Own%20test%20file.txt","message":"No cache entry found for \/68758a40-6b48-1035-9c91-edff8cb53df4\/files\/Admin shared folder\/Own test file.txt (storage: shared::\/Admin shared folder, internalPath: Own test file.txt)","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/73.0.3683.86 Safari\/537.36","version":"15.0.7.0"}
{"reqId":"YhSRcK7zkXzdoG7Krf39","level":0,"time":"2019-05-08T14:05:19+00:00","remoteAddr":"<removed>","user":"68758a40-6b48-1035-9c91-edff8cb53df4","app":"no app in context","method":"MOVE","url":"\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Personal%20shared%20folder\/Own%20test%20file.txt","message":"No cache entry found for \/nextcloud\/files\/Admin shared folder\/Own test file.txt (storage: home::nextcloud, internalPath: files\/Admin shared folder\/Own test file.txt)","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/73.0.3683.86 Safari\/537.36","version":"15.0.7.0"}
{"reqId":"YhSRcK7zkXzdoG7Krf39","level":0,"time":"2019-05-08T14:05:19+00:00","remoteAddr":"<removed>","user":"68758a40-6b48-1035-9c91-edff8cb53df4","app":"no app in context","method":"MOVE","url":"\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Personal%20shared%20folder\/Own%20test%20file.txt","message":"No cache entry found for \/68758a40-6b48-1035-9c91-edff8cb53df4\/files\/Personal shared folder\/Own test file.txt (storage: home::68758a40-6b48-1035-9c91-edff8cb53df4, internalPath: files\/Personal shared folder\/Own test file.txt)","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/73.0.3683.86 Safari\/537.36","version":"15.0.7.0"}
{"reqId":"8DRYTld7vhAkWZ8KpU9N","level":0,"time":"2019-05-08T14:06:37+00:00","remoteAddr":"<removed>","user":"68758a40-6b48-1035-9c91-edff8cb53df4","app":"no app in context","method":"MOVE","url":"\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","message":"No cache entry found for \/68758a40-6b48-1035-9c91-edff8cb53df4\/files\/Personal shared folder\/Own test file.txt (storage: home::68758a40-6b48-1035-9c91-edff8cb53df4, internalPath: files\/Personal shared folder\/Own test file.txt)","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/73.0.3683.86 Safari\/537.36","version":"15.0.7.0"}
{"reqId":"8DRYTld7vhAkWZ8KpU9N","level":0,"time":"2019-05-08T14:06:37+00:00","remoteAddr":"<removed>","user":"68758a40-6b48-1035-9c91-edff8cb53df4","app":"no app in context","method":"MOVE","url":"\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","message":"No cache entry found for \/68758a40-6b48-1035-9c91-edff8cb53df4\/files\/Personal shared folder\/Own test file.txt (storage: home::68758a40-6b48-1035-9c91-edff8cb53df4, internalPath: files\/Personal shared folder\/Own test file.txt)","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/73.0.3683.86 Safari\/537.36","version":"15.0.7.0"}
{"reqId":"8DRYTld7vhAkWZ8KpU9N","level":0,"time":"2019-05-08T14:06:37+00:00","remoteAddr":"<removed>","user":"68758a40-6b48-1035-9c91-edff8cb53df4","app":"no app in context","method":"MOVE","url":"\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","message":"No cache entry found for \/68758a40-6b48-1035-9c91-edff8cb53df4\/files\/Personal shared folder\/Own test file.txt (storage: home::68758a40-6b48-1035-9c91-edff8cb53df4, internalPath: files\/Personal shared folder\/Own test file.txt)","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/73.0.3683.86 Safari\/537.36","version":"15.0.7.0"}
{"reqId":"8DRYTld7vhAkWZ8KpU9N","level":0,"time":"2019-05-08T14:06:39+00:00","remoteAddr":"<removed>","user":"68758a40-6b48-1035-9c91-edff8cb53df4","app":"no app in context","method":"MOVE","url":"\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","message":"No cache entry found for \/68758a40-6b48-1035-9c91-edff8cb53df4\/files\/Personal shared folder\/Own test file.txt (storage: home::68758a40-6b48-1035-9c91-edff8cb53df4, internalPath: files\/Personal shared folder\/Own test file.txt)","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/73.0.3683.86 Safari\/537.36","version":"15.0.7.0"}
{"reqId":"8DRYTld7vhAkWZ8KpU9N","level":0,"time":"2019-05-08T14:06:39+00:00","remoteAddr":"<removed>","user":"68758a40-6b48-1035-9c91-edff8cb53df4","app":"no app in context","method":"MOVE","url":"\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","message":"No cache entry found for \/68758a40-6b48-1035-9c91-edff8cb53df4\/files\/Personal shared folder\/Own test file.txt (storage: home::68758a40-6b48-1035-9c91-edff8cb53df4, internalPath: files\/Personal shared folder\/Own test file.txt)","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/73.0.3683.86 Safari\/537.36","version":"15.0.7.0"}
{"reqId":"8DRYTld7vhAkWZ8KpU9N","level":3,"time":"2019-05-08T14:06:39+00:00","remoteAddr":"<removed>","user":"68758a40-6b48-1035-9c91-edff8cb53df4","app":"no app in context","method":"MOVE","url":"\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","message":{"Exception":"OCP\\Files\\NotFoundException","Message":"\/Personal shared folder\/Own test file.txt not found while trying to get owner","Code":0,"Trace":[{"file":"\/var\/www\/html\/lib\/private\/Files\/Filesystem.php","line":906,"function":"getOwner","class":"OC\\Files\\View","type":"->","args":["\/Personal shared folder\/Own test file.txt"]},{"file":"\/var\/www\/html\/lib\/private\/Encryption\/Update.php","line":153,"function":"getOwner","class":"OC\\Files\\Filesystem","type":"::","args":["\/Personal shared folder\/Own test file.txt"]},{"file":"\/var\/www\/html\/lib\/private\/Encryption\/Update.php","line":138,"function":"getOwnerPath","class":"OC\\Encryption\\Update","type":"->","args":["\/Personal shared folder\/Own test file.txt"]},{"file":"\/var\/www\/html\/lib\/private\/Encryption\/HookManager.php","line":43,"function":"postRename","class":"OC\\Encryption\\Update","type":"->","args":[{"oldpath":"\/Admin shared folder\/Own test file.txt","newpath":"\/Personal shared folder\/Own test file.txt"}]},{"file":"\/var\/www\/html\/lib\/private\/legacy\/hook.php","line":106,"function":"postRename","class":"OC\\Encryption\\HookManager","type":"::","args":[{"oldpath":"\/Admin shared folder\/Own test file.txt","newpath":"\/Personal shared folder\/Own test file.txt"}]},{"file":"\/var\/www\/html\/lib\/private\/Files\/View.php","line":842,"function":"emit","class":"OC_Hook","type":"::","args":["OC_Filesystem","post_rename",{"oldpath":"\/Admin shared folder\/Own test file.txt","newpath":"\/Personal shared folder\/Own test file.txt"}]},{"file":"\/var\/www\/html\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","line":440,"function":"rename","class":"OC\\Files\\View","type":"->","args":["\/Admin shared folder\/Own test file.txt","\/Personal shared folder\/Own test file.txt"]},{"file":"\/var\/www\/html\/3rdparty\/sabre\/dav\/lib\/DAV\/Tree.php","line":158,"function":"moveInto","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["Own test file.txt","files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin shared folder\/Own test file.txt",{"__class__":"OCA\\DAV\\Connector\\Sabre\\File"}]},{"file":"\/var\/www\/html\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php","line":642,"function":"move","class":"Sabre\\DAV\\Tree","type":"->","args":["files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin shared folder\/Own test file.txt","files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Personal shared folder\/Own test file.txt"]},{"function":"httpMove","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https:\/\/<removed>\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/html\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpMove"],[{"absoluteUrl":"https:\/\/<removed>\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/html\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:MOVE",[{"absoluteUrl":"https:\/\/<removed>\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/html\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https:\/\/<removed>\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/html\/apps\/dav\/lib\/Server.php","line":301,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/html\/apps\/dav\/appinfo\/v2\/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/html\/remote.php","line":163,"args":["\/var\/www\/html\/apps\/dav\/appinfo\/v2\/remote.php"],"function":"require_once"}],"File":"\/var\/www\/html\/lib\/private\/Files\/View.php","Line":1677,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/73.0.3683.86 Safari\/537.36","version":"15.0.7.0"}
{"reqId":"8DRYTld7vhAkWZ8KpU9N","level":0,"time":"2019-05-08T14:06:39+00:00","remoteAddr":"<removed>","user":"68758a40-6b48-1035-9c91-edff8cb53df4","app":"no app in context","method":"MOVE","url":"\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","message":"No cache entry found for \/68758a40-6b48-1035-9c91-edff8cb53df4\/files\/Personal shared folder\/Own test file.txt (storage: home::68758a40-6b48-1035-9c91-edff8cb53df4, internalPath: files\/Personal shared folder\/Own test file.txt)","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/73.0.3683.86 Safari\/537.36","version":"15.0.7.0"}
{"reqId":"8DRYTld7vhAkWZ8KpU9N","level":3,"time":"2019-05-08T14:06:39+00:00","remoteAddr":"<removed>","user":"68758a40-6b48-1035-9c91-edff8cb53df4","app":"no app in context","method":"MOVE","url":"\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","message":{"Exception":"OCP\\Files\\NotFoundException","Message":"\/Personal shared folder\/Own test file.txt not found while trying to get owner","Code":0,"Trace":[{"file":"\/var\/www\/html\/apps\/activity\/lib\/FilesHooks.php","line":638,"function":"getOwner","class":"OC\\Files\\View","type":"->","args":["\/Personal shared folder\/Own test file.txt"]},{"file":"\/var\/www\/html\/apps\/activity\/lib\/FilesHooks.php","line":424,"function":"getSourcePathAndOwner","class":"OCA\\Activity\\FilesHooks","type":"->","args":["\/Personal shared folder\/Own test file.txt"]},{"file":"\/var\/www\/html\/apps\/activity\/lib\/FilesHooks.php","line":342,"function":"fileMoving","class":"OCA\\Activity\\FilesHooks","type":"->","args":["\/Admin shared folder\/Own test file.txt","\/Personal shared folder\/Own test file.txt"]},{"file":"\/var\/www\/html\/apps\/activity\/lib\/FilesHooksStatic.php","line":79,"function":"fileMovePost","class":"OCA\\Activity\\FilesHooks","type":"->","args":["\/Admin shared folder\/Own test file.txt","\/Personal shared folder\/Own test file.txt"]},{"file":"\/var\/www\/html\/lib\/private\/legacy\/hook.php","line":106,"function":"fileMovePost","class":"OCA\\Activity\\FilesHooksStatic","type":"::","args":[{"oldpath":"\/Admin shared folder\/Own test file.txt","newpath":"\/Personal shared folder\/Own test file.txt"}]},{"file":"\/var\/www\/html\/lib\/private\/Files\/View.php","line":842,"function":"emit","class":"OC_Hook","type":"::","args":["OC_Filesystem","post_rename",{"oldpath":"\/Admin shared folder\/Own test file.txt","newpath":"\/Personal shared folder\/Own test file.txt"}]},{"file":"\/var\/www\/html\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","line":440,"function":"rename","class":"OC\\Files\\View","type":"->","args":["\/Admin shared folder\/Own test file.txt","\/Personal shared folder\/Own test file.txt"]},{"file":"\/var\/www\/html\/3rdparty\/sabre\/dav\/lib\/DAV\/Tree.php","line":158,"function":"moveInto","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["Own test file.txt","files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin shared folder\/Own test file.txt",{"__class__":"OCA\\DAV\\Connector\\Sabre\\File"}]},{"file":"\/var\/www\/html\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php","line":642,"function":"move","class":"Sabre\\DAV\\Tree","type":"->","args":["files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin shared folder\/Own test file.txt","files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Personal shared folder\/Own test file.txt"]},{"function":"httpMove","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https:\/\/<removed>\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/html\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpMove"],[{"absoluteUrl":"https:\/\/<removed>\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/html\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:MOVE",[{"absoluteUrl":"https:\/\/<removed>\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/html\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https:\/\/<removed>\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/html\/apps\/dav\/lib\/Server.php","line":301,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/html\/apps\/dav\/appinfo\/v2\/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/html\/remote.php","line":163,"args":["\/var\/www\/html\/apps\/dav\/appinfo\/v2\/remote.php"],"function":"require_once"}],"File":"\/var\/www\/html\/lib\/private\/Files\/View.php","Line":1677,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/73.0.3683.86 Safari\/537.36","version":"15.0.7.0"}
{"reqId":"8DRYTld7vhAkWZ8KpU9N","level":0,"time":"2019-05-08T14:06:39+00:00","remoteAddr":"<removed>","user":"68758a40-6b48-1035-9c91-edff8cb53df4","app":"no app in context","method":"MOVE","url":"\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","message":"No cache entry found for \/68758a40-6b48-1035-9c91-edff8cb53df4\/files\/Personal shared folder\/Own test file.txt (storage: home::68758a40-6b48-1035-9c91-edff8cb53df4, internalPath: files\/Personal shared folder\/Own test file.txt)","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/73.0.3683.86 Safari\/537.36","version":"15.0.7.0"}

The output of your Nextcloud log in Admin > Logging :

(PART 2)

{"reqId":"8DRYTld7vhAkWZ8KpU9N","level":3,"time":"2019-05-08T14:06:39+00:00","remoteAddr":"<removed>","user":"68758a40-6b48-1035-9c91-edff8cb53df4","app":"no app in context","method":"MOVE","url":"\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","message":{"Exception":"OCP\\Files\\NotFoundException","Message":"\/Personal shared folder\/Own test file.txt not found while trying to get owner","Code":0,"Trace":[{"file":"\/var\/www\/html\/lib\/private\/Files\/Filesystem.php","line":906,"function":"getOwner","class":"OC\\Files\\View","type":"->","args":["\/Personal shared folder\/Own test file.txt"]},{"file":"\/var\/www\/html\/apps\/files_versions\/lib\/Storage.php","line":98,"function":"getOwner","class":"OC\\Files\\Filesystem","type":"::","args":["\/Personal shared folder\/Own test file.txt"]},{"file":"\/var\/www\/html\/apps\/files_versions\/lib\/Storage.php","line":281,"function":"getUidAndFilename","class":"OCA\\Files_Versions\\Storage","type":"::","args":["\/Personal shared folder\/Own test file.txt"]},{"file":"\/var\/www\/html\/apps\/files_versions\/lib\/Hooks.php","line":102,"function":"renameOrCopy","class":"OCA\\Files_Versions\\Storage","type":"::","args":["\/Admin shared folder\/Own test file.txt","\/Personal shared folder\/Own test file.txt","rename"]},{"file":"\/var\/www\/html\/lib\/private\/legacy\/hook.php","line":106,"function":"rename_hook","class":"OCA\\Files_Versions\\Hooks","type":"::","args":[{"oldpath":"\/Admin shared folder\/Own test file.txt","newpath":"\/Personal shared folder\/Own test file.txt"}]},{"file":"\/var\/www\/html\/lib\/private\/Files\/View.php","line":842,"function":"emit","class":"OC_Hook","type":"::","args":["OC_Filesystem","post_rename",{"oldpath":"\/Admin shared folder\/Own test file.txt","newpath":"\/Personal shared folder\/Own test file.txt"}]},{"file":"\/var\/www\/html\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","line":440,"function":"rename","class":"OC\\Files\\View","type":"->","args":["\/Admin shared folder\/Own test file.txt","\/Personal shared folder\/Own test file.txt"]},{"file":"\/var\/www\/html\/3rdparty\/sabre\/dav\/lib\/DAV\/Tree.php","line":158,"function":"moveInto","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["Own test file.txt","files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin shared folder\/Own test file.txt",{"__class__":"OCA\\DAV\\Connector\\Sabre\\File"}]},{"file":"\/var\/www\/html\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php","line":642,"function":"move","class":"Sabre\\DAV\\Tree","type":"->","args":["files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin shared folder\/Own test file.txt","files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Personal shared folder\/Own test file.txt"]},{"function":"httpMove","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https:\/\/<removed>\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/html\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpMove"],[{"absoluteUrl":"https:\/\/<removed>\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/html\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:MOVE",[{"absoluteUrl":"https:\/\/<removed>\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/html\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https:\/\/<removed>\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/html\/apps\/dav\/lib\/Server.php","line":301,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/html\/apps\/dav\/appinfo\/v2\/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/html\/remote.php","line":163,"args":["\/var\/www\/html\/apps\/dav\/appinfo\/v2\/remote.php"],"function":"require_once"}],"File":"\/var\/www\/html\/lib\/private\/Files\/View.php","Line":1677,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/73.0.3683.86 Safari\/537.36","version":"15.0.7.0"}
{"reqId":"8DRYTld7vhAkWZ8KpU9N","level":0,"time":"2019-05-08T14:06:39+00:00","remoteAddr":"<removed>","user":"68758a40-6b48-1035-9c91-edff8cb53df4","app":"no app in context","method":"MOVE","url":"\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","message":"No cache entry found for \/68758a40-6b48-1035-9c91-edff8cb53df4\/files\/Personal shared folder\/Own test file.txt (storage: home::68758a40-6b48-1035-9c91-edff8cb53df4, internalPath: files\/Personal shared folder\/Own test file.txt)","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/73.0.3683.86 Safari\/537.36","version":"15.0.7.0"}
{"reqId":"8DRYTld7vhAkWZ8KpU9N","level":3,"time":"2019-05-08T14:06:39+00:00","remoteAddr":"<removed>","user":"68758a40-6b48-1035-9c91-edff8cb53df4","app":"no app in context","method":"MOVE","url":"\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","message":{"Exception":"OCP\\Files\\NotFoundException","Message":"\/68758a40-6b48-1035-9c91-edff8cb53df4\/files\/Personal shared folder\/Own test file.txt","Code":0,"Trace":[{"file":"\/var\/www\/html\/lib\/private\/Files\/Node\/Folder.php","line":134,"function":"get","class":"OC\\Files\\Node\\Root","type":"->","args":["\/68758a40-6b48-1035-9c91-edff8cb53df4\/files\/Personal shared folder\/Own test file.txt"]},{"file":"\/var\/www\/html\/apps\/files_fulltextsearch\/lib\/Service\/FilesService.php","line":364,"function":"get","class":"OC\\Files\\Node\\Folder","type":"->","args":["\/Personal shared folder\/Own test file.txt"]},{"file":"\/var\/www\/html\/apps\/files_fulltextsearch\/lib\/Events\/FilesEvents.php","line":187,"function":"getFileFromPath","class":"OCA\\Files_FullTextSearch\\Service\\FilesService","type":"->","args":["68758a40-6b48-1035-9c91-edff8cb53df4","\/Personal shared folder\/Own test file.txt"]},{"file":"\/var\/www\/html\/apps\/files_fulltextsearch\/lib\/Hooks\/FilesHooks.php","line":104,"function":"onFileRename","class":"OCA\\Files_FullTextSearch\\Events\\FilesEvents","type":"->","args":[{"oldpath":"\/Admin shared folder\/Own test file.txt","newpath":"\/Personal shared folder\/Own test file.txt"}]},{"file":"\/var\/www\/html\/lib\/private\/legacy\/hook.php","line":106,"function":"onFileRename","class":"OCA\\Files_FullTextSearch\\Hooks\\FilesHooks","type":"::","args":[{"oldpath":"\/Admin shared folder\/Own test file.txt","newpath":"\/Personal shared folder\/Own test file.txt"}]},{"file":"\/var\/www\/html\/lib\/private\/Files\/View.php","line":842,"function":"emit","class":"OC_Hook","type":"::","args":["OC_Filesystem","post_rename",{"oldpath":"\/Admin shared folder\/Own test file.txt","newpath":"\/Personal shared folder\/Own test file.txt"}]},{"file":"\/var\/www\/html\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","line":440,"function":"rename","class":"OC\\Files\\View","type":"->","args":["\/Admin shared folder\/Own test file.txt","\/Personal shared folder\/Own test file.txt"]},{"file":"\/var\/www\/html\/3rdparty\/sabre\/dav\/lib\/DAV\/Tree.php","line":158,"function":"moveInto","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["Own test file.txt","files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin shared folder\/Own test file.txt",{"__class__":"OCA\\DAV\\Connector\\Sabre\\File"}]},{"file":"\/var\/www\/html\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php","line":642,"function":"move","class":"Sabre\\DAV\\Tree","type":"->","args":["files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin shared folder\/Own test file.txt","files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Personal shared folder\/Own test file.txt"]},{"function":"httpMove","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https:\/\/<removed>\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/html\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpMove"],[{"absoluteUrl":"https:\/\/<removed>\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/html\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:MOVE",[{"absoluteUrl":"https:\/\/<removed>\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/html\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https:\/\/<removed>\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/html\/apps\/dav\/lib\/Server.php","line":301,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/html\/apps\/dav\/appinfo\/v2\/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/html\/remote.php","line":163,"args":["\/var\/www\/html\/apps\/dav\/appinfo\/v2\/remote.php"],"function":"require_once"}],"File":"\/var\/www\/html\/lib\/private\/Files\/Node\/Root.php","Line":202,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/73.0.3683.86 Safari\/537.36","version":"15.0.7.0"}
{"reqId":"8DRYTld7vhAkWZ8KpU9N","level":0,"time":"2019-05-08T14:06:39+00:00","remoteAddr":"<removed>","user":"68758a40-6b48-1035-9c91-edff8cb53df4","app":"no app in context","method":"MOVE","url":"\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","message":"No cache entry found for \/68758a40-6b48-1035-9c91-edff8cb53df4\/files\/Personal shared folder\/Own test file.txt (storage: home::68758a40-6b48-1035-9c91-edff8cb53df4, internalPath: files\/Personal shared folder\/Own test file.txt)","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/73.0.3683.86 Safari\/537.36","version":"15.0.7.0"}
{"reqId":"8DRYTld7vhAkWZ8KpU9N","level":3,"time":"2019-05-08T14:06:39+00:00","remoteAddr":"<removed>","user":"68758a40-6b48-1035-9c91-edff8cb53df4","app":"no app in context","method":"MOVE","url":"\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","message":{"Exception":"OCP\\Files\\NotFoundException","Message":"\/68758a40-6b48-1035-9c91-edff8cb53df4\/files\/Personal shared folder\/Own test file.txt","Code":0,"Trace":[{"file":"\/var\/www\/html\/lib\/private\/Files\/Node\/Folder.php","line":134,"function":"get","class":"OC\\Files\\Node\\Root","type":"->","args":["\/68758a40-6b48-1035-9c91-edff8cb53df4\/files\/Personal shared folder\/Own test file.txt"]},{"file":"\/var\/www\/html\/apps\/files_sharing\/lib\/Updater.php","line":56,"function":"get","class":"OC\\Files\\Node\\Folder","type":"->","args":["\/Personal shared folder\/Own test file.txt"]},{"file":"\/var\/www\/html\/apps\/files_sharing\/lib\/Updater.php","line":35,"function":"moveShareToShare","class":"OCA\\Files_Sharing\\Updater","type":"::","args":["\/Personal shared folder\/Own test file.txt"]},{"file":"\/var\/www\/html\/lib\/private\/legacy\/hook.php","line":106,"function":"renameHook","class":"OCA\\Files_Sharing\\Updater","type":"::","args":[{"oldpath":"\/Admin shared folder\/Own test file.txt","newpath":"\/Personal shared folder\/Own test file.txt"}]},{"file":"\/var\/www\/html\/lib\/private\/Files\/View.php","line":842,"function":"emit","class":"OC_Hook","type":"::","args":["OC_Filesystem","post_rename",{"oldpath":"\/Admin shared folder\/Own test file.txt","newpath":"\/Personal shared folder\/Own test file.txt"}]},{"file":"\/var\/www\/html\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","line":440,"function":"rename","class":"OC\\Files\\View","type":"->","args":["\/Admin shared folder\/Own test file.txt","\/Personal shared folder\/Own test file.txt"]},{"file":"\/var\/www\/html\/3rdparty\/sabre\/dav\/lib\/DAV\/Tree.php","line":158,"function":"moveInto","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["Own test file.txt","files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin shared folder\/Own test file.txt",{"__class__":"OCA\\DAV\\Connector\\Sabre\\File"}]},{"file":"\/var\/www\/html\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php","line":642,"function":"move","class":"Sabre\\DAV\\Tree","type":"->","args":["files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin shared folder\/Own test file.txt","files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Personal shared folder\/Own test file.txt"]},{"function":"httpMove","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https:\/\/<removed>\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/html\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpMove"],[{"absoluteUrl":"https:\/\/<removed>\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/html\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:MOVE",[{"absoluteUrl":"https:\/\/<removed>\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/html\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https:\/\/<removed>\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/html\/apps\/dav\/lib\/Server.php","line":301,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/html\/apps\/dav\/appinfo\/v2\/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/html\/remote.php","line":163,"args":["\/var\/www\/html\/apps\/dav\/appinfo\/v2\/remote.php"],"function":"require_once"}],"File":"\/var\/www\/html\/lib\/private\/Files\/Node\/Root.php","Line":202,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/73.0.3683.86 Safari\/537.36","version":"15.0.7.0"}
{"reqId":"8DRYTld7vhAkWZ8KpU9N","level":0,"time":"2019-05-08T14:06:39+00:00","remoteAddr":"<removed>","user":"68758a40-6b48-1035-9c91-edff8cb53df4","app":"no app in context","method":"MOVE","url":"\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","message":"No cache entry found for \/68758a40-6b48-1035-9c91-edff8cb53df4\/files\/Admin shared folder\/Own test file.txt (storage: shared::\/Admin shared folder, internalPath: Own test file.txt)","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/73.0.3683.86 Safari\/537.36","version":"15.0.7.0"}
{"reqId":"8DRYTld7vhAkWZ8KpU9N","level":0,"time":"2019-05-08T14:06:39+00:00","remoteAddr":"<removed>","user":"68758a40-6b48-1035-9c91-edff8cb53df4","app":"no app in context","method":"MOVE","url":"\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","message":"No cache entry found for \/68758a40-6b48-1035-9c91-edff8cb53df4\/files\/Personal shared folder\/Own test file.txt (storage: home::68758a40-6b48-1035-9c91-edff8cb53df4, internalPath: files\/Personal shared folder\/Own test file.txt)","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/73.0.3683.86 Safari\/537.36","version":"15.0.7.0"}
{"reqId":"8DRYTld7vhAkWZ8KpU9N","level":0,"time":"2019-05-08T14:06:39+00:00","remoteAddr":"<removed>","user":"68758a40-6b48-1035-9c91-edff8cb53df4","app":"no app in context","method":"MOVE","url":"\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","message":"No cache entry found for \/68758a40-6b48-1035-9c91-edff8cb53df4\/files\/Personal shared folder\/Own test file.txt (storage: home::68758a40-6b48-1035-9c91-edff8cb53df4, internalPath: files\/Personal shared folder\/Own test file.txt)","userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/73.0.3683.86 Safari\/537.36","version":"15.0.7.0"}
{"reqId":"8DRYTld7vhAkWZ8KpU9N","level":0,"time":"2019-05-08T14:06:39+00:00","remoteAddr":"<removed>","user":"68758a40-6b48-1035-9c91-edff8cb53df4","app":"webdav","method":"MOVE","url":"\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","message":{"Exception":"Sabre\\DAV\\Exception\\NotFound","Message":"File with name \/Personal shared folder\/Own test file.txt could not be located","Code":0,"Trace":[{"file":"\/var\/www\/html\/3rdparty\/sabre\/dav\/lib\/DAV\/Tree.php","line":76,"function":"getChild","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":["Own test file.txt"]},{"file":"\/var\/www\/html\/apps\/dav\/lib\/Connector\/Sabre\/CopyEtagHeaderPlugin.php","line":75,"function":"getNodeForPath","class":"Sabre\\DAV\\Tree","type":"->","args":["files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Personal shared folder\/Own test file.txt"]},{"function":"afterMove","class":"OCA\\DAV\\Connector\\Sabre\\CopyEtagHeaderPlugin","type":"->","args":["files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin shared folder\/Own test file.txt","files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Personal shared folder\/Own test file.txt"]},{"file":"\/var\/www\/html\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"OCA\\DAV\\Connector\\Sabre\\CopyEtagHeaderPlugin"},"afterMove"],["files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin shared folder\/Own test file.txt","files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Personal shared folder\/Own test file.txt"]]},{"file":"\/var\/www\/html\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php","line":648,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["afterMove",["files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin shared folder\/Own test file.txt","files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Personal shared folder\/Own test file.txt"]]},{"function":"httpMove","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https:\/\/<removed>\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/html\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpMove"],[{"absoluteUrl":"https:\/\/<removed>\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/html\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:MOVE",[{"absoluteUrl":"https:\/\/<removed>\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/var\/www\/html\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https:\/\/<removed>\/remote.php\/dav\/files\/68758a40-6b48-1035-9c91-edff8cb53df4\/Admin%20shared%20folder\/Own%20test%20file.txt","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/var\/www\/html\/apps\/dav\/lib\/Server.php","line":301,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/html\/apps\/dav\/appinfo\/v2\/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"\/var\/www\/html\/remote.php","line":163,"args":["\/var\/www\/html\/apps\/dav\/appinfo\/v2\/remote.php"],"function":"require_once"}],"File":"\/var\/www\/html\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","Line":234,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/73.0.3683.86 Safari\/537.36","version":"15.0.7.0"}

The output of your Apache/nginx/system log in /var/log/apache2/other_vhosts_access.log :

<HOST>:443 <MY IP> - - [08/May/2019:16:02:04 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 74 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:02:05 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 530 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0"
<HOST>:443 <MY IP> - - [08/May/2019:16:02:05 +0200] "GET /apps/notifications/img/notifications-new.svg HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0"
<HOST>:443 <OTHER IP> - - [08/May/2019:16:02:06 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 74 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.108 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:02:15 +0200] "GET /index.php/apps/files/api/v1/showgridview HTTP/2.0" 200 18 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:02:29 +0200] "MOVE /remote.php/dav/files/68758a40-6b48-1035-9c91-edff8cb53df4/Personal%20shared%20folder/Owned%20test%20file.txt HTTP/2.0" 201 0 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:02:34 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 74 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:02:35 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 530 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0"
<HOST>:443 <MY IP> - - [08/May/2019:16:02:35 +0200] "GET /apps/notifications/img/notifications-new.svg HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0"
<HOST>:443 <OTHER IP> - - [08/May/2019:16:02:36 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 74 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.108 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:03:00 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/1.1" 304 314 "-" "Mozilla/5.0 (Windows) mirall/2.5.2git (build 20190319) (Nextcloud)"
<HOST>:443 <MY IP> - - [08/May/2019:16:03:00 +0200] "GET /remote.php/dav/files/68758a40-6b48-1035-9c91-edff8cb53df4/Admin%20shared%20folder/Owned%20test%20file.txt HTTP/1.1" 200 1000 "-" "Mozilla/5.0 (Windows) mirall/2.5.2git (build 20190319) (Nextcloud)"
<HOST>:443 <MY IP> - - [08/May/2019:16:03:04 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 74 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:03:05 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 530 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0"
<HOST>:443 <MY IP> - - [08/May/2019:16:03:05 +0200] "GET /apps/notifications/img/notifications-new.svg HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0"
<HOST>:443 <OTHER IP> - - [08/May/2019:16:03:06 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 74 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.108 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:03:34 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 74 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:03:35 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 530 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0"
<HOST>:443 <MY IP> - - [08/May/2019:16:03:36 +0200] "GET /apps/notifications/img/notifications-new.svg HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0"
<HOST>:443 <OTHER IP> - - [08/May/2019:16:03:36 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 74 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.108 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:03:55 +0200] "GET /index.php/csrftoken HTTP/2.0" 200 103 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0"
<HOST>:443 <MY IP> - - [08/May/2019:16:04:04 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 74 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:04:05 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 530 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0"
<HOST>:443 <MY IP> - - [08/May/2019:16:04:06 +0200] "GET /apps/notifications/img/notifications-new.svg HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0"
<HOST>:443 <OTHER IP> - - [08/May/2019:16:04:06 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 74 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.108 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:04:19 +0200] "GET /index.php/apps/files/ajax/getstoragestats.php?dir=%2FAdmin%20shared%20folder HTTP/2.0" 200 219 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0"
<HOST>:443 <MY IP> - - [08/May/2019:16:04:19 +0200] "GET /index.php/apps/theming/img/core/filetypes/text.svg?v=4 HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0"
<HOST>:443 <MY IP> - - [08/May/2019:16:04:21 +0200] "GET /apps/onlyoffice/img/app-dark.svg HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0"
<HOST>:443 <MY IP> - - [08/May/2019:16:04:19 +0200] "GET /index.php/core/preview?fileId=22310&c=551b7f7b3dff932f7110a724f778b094&x=250&y=250&forceIcon=0 HTTP/2.0" 200 6411 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0"
<HOST>:443 <MY IP> - - [08/May/2019:16:04:22 +0200] "GET /core/templates/filepicker.html HTTP/2.0" 200 570 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0"
<HOST>:443 <MY IP> - - [08/May/2019:16:04:22 +0200] "GET /core/img/actions/close.svg HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0"
<HOST>:443 <MY IP> - - [08/May/2019:16:04:22 +0200] "GET /index.php/apps/files/api/v1/showgridview HTTP/2.0" 200 18 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0"
<HOST>:443 <MY IP> - - [08/May/2019:16:04:22 +0200] "GET /core/img/places/home.svg?v=1 HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0"
<HOST>:443 <MY IP> - - [08/May/2019:16:04:22 +0200] "GET /index.php/apps/theming/img/core/filetypes/folder.svg?v=4 HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0"
<HOST>:443 <MY IP> - - [08/May/2019:16:04:31 +0200] "MOVE /remote.php/dav/files/nextcloud/Admin%20shared%20folder/Owned%20test%20file.txt HTTP/2.0" 201 0 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0"
<HOST>:443 <MY IP> - - [08/May/2019:16:04:34 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 74 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:04:35 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 530 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0"
<HOST>:443 <MY IP> - - [08/May/2019:16:04:36 +0200] "GET /apps/notifications/img/notifications-new.svg HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0"
<HOST>:443 <OTHER IP> - - [08/May/2019:16:04:36 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 74 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.108 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:00 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/1.1" 304 314 "-" "Mozilla/5.0 (Windows) mirall/2.5.2git (build 20190319) (Nextcloud)"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:00 +0200] "GET /remote.php/dav/files/68758a40-6b48-1035-9c91-edff8cb53df4/Personal%20shared%20folder/Owned%20test%20file.txt HTTP/1.1" 200 1000 "-" "Mozilla/5.0 (Windows) mirall/2.5.2git (build 20190319) (Nextcloud)"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:04 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 74 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:05 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 530 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:05 +0200] "GET /apps/notifications/img/notifications-new.svg HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0"
<HOST>:443 <OTHER IP> - - [08/May/2019:16:05:06 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 74 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.108 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:06 +0200] "GET /index.php/apps/files/?dir=/Personal%20shared%20folder&fileid=22286 HTTP/2.0" 303 0 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:06 +0200] "GET /index.php/apps/files/?dir=/Personal%20shared%20folder HTTP/2.0" 200 8829 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:07 +0200] "GET /apps/files_markdown/build/styles.css?v=637e04f2-4 HTTP/2.0" 302 0 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:07 +0200] "GET /index.php/apps/files/ HTTP/2.0" 200 8819 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:07 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 74 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:07 +0200] "GET /index.php/apps/fulltextsearch/options/files HTTP/2.0" 200 346 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:07 +0200] "GET /index.php/apps/gallery/config?extramediatypes=1 HTTP/2.0" 200 143 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:08 +0200] "GET /index.php/apps/encryption/ajax/getStatus HTTP/2.0" 200 92 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:08 +0200] "GET /ocs/v2.php/apps/spreed/api/v1/signaling/settings HTTP/2.0" 200 297 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:08 +0200] "GET /index.php/apps/onlyoffice/ajax/settings HTTP/2.0" 200 2972 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:08 +0200] "GET /ocs/v2.php/core/whatsnew?format=json HTTP/2.0" 204 0 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:08 +0200] "GET /index.php/apps/systemtags/lastused HTTP/2.0" 200 21 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:08 +0200] "GET /index.php/apps/files/ajax/getstoragestats.php?dir=%2FPersonal%20shared%20folder HTTP/2.0" 200 285 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:08 +0200] "GET /index.php/core/preview?fileId=22318&c=e81772b7fe09f16b97c9d7359fd5b031&x=250&y=250&forceIcon=0 HTTP/2.0" 200 6411 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:15 +0200] "GET /index.php/apps/files/api/v1/showgridview HTTP/2.0" 200 18 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:18 +0200] "MOVE /remote.php/dav/files/68758a40-6b48-1035-9c91-edff8cb53df4/Personal%20shared%20folder/Owned%20test%20file.txt HTTP/2.0" 201 0 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:25 +0200] "GET /index.php/apps/files/ HTTP/2.0" 200 8821 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:25 +0200] "GET /apps/files_markdown/build/styles.css?v=637e04f2-4 HTTP/2.0" 302 0 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:25 +0200] "GET /index.php/apps/files/ HTTP/2.0" 200 8813 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:25 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 74 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:26 +0200] "GET /index.php/apps/fulltextsearch/options/files HTTP/2.0" 200 346 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:26 +0200] "GET /index.php/apps/gallery/config?extramediatypes=1 HTTP/2.0" 200 143 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:26 +0200] "GET /index.php/apps/encryption/ajax/getStatus HTTP/2.0" 200 92 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:26 +0200] "GET /index.php/apps/onlyoffice/ajax/settings HTTP/2.0" 200 2972 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:26 +0200] "GET /ocs/v2.php/apps/spreed/api/v1/signaling/settings HTTP/2.0" 200 298 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:26 +0200] "GET /ocs/v2.php/core/whatsnew?format=json HTTP/2.0" 204 0 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:26 +0200] "GET /index.php/apps/files/ajax/getstoragestats.php?dir=%2F HTTP/2.0" 200 293 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:26 +0200] "GET /index.php/apps/systemtags/lastused HTTP/2.0" 200 21 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:28 +0200] "GET /index.php/apps/files/ajax/getstoragestats.php?dir=%2FAdmin%20shared%20folder HTTP/2.0" 200 219 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:29 +0200] "GET /index.php/core/preview?fileId=22326&c=cf17b14479ecb2187ca16c8c74458f26&x=250&y=250&forceIcon=0 HTTP/2.0" 200 6411 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:35 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 530 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:36 +0200] "GET /apps/notifications/img/notifications-new.svg HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0"
<HOST>:443 <OTHER IP> - - [08/May/2019:16:05:36 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 74 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.108 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:05:55 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 74 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:06:00 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications?format=json HTTP/1.1" 304 314 "-" "Mozilla/5.0 (Windows) mirall/2.5.2git (build 20190319) (Nextcloud)"
<HOST>:443 <MY IP> - - [08/May/2019:16:06:00 +0200] "GET /remote.php/dav/files/68758a40-6b48-1035-9c91-edff8cb53df4/Admin%20shared%20folder/Owned%20test%20file.txt HTTP/1.1" 200 1000 "-" "Mozilla/5.0 (Windows) mirall/2.5.2git (build 20190319) (Nextcloud)"
<HOST>:443 <MY IP> - - [08/May/2019:16:06:05 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 530 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0"
<HOST>:443 <MY IP> - - [08/May/2019:16:06:06 +0200] "GET /apps/notifications/img/notifications-new.svg HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0"
<HOST>:443 <MY IP> - - [08/May/2019:16:06:06 +0200] "GET /index.php/csrftoken HTTP/2.0" 200 102 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0"
<HOST>:443 <OTHER IP> - - [08/May/2019:16:06:06 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 74 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.108 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:06:25 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 74 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:06:32 +0200] "GET /index.php/apps/files/api/v1/showgridview HTTP/2.0" 200 18 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:06:35 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 530 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0"
<HOST>:443 <MY IP> - - [08/May/2019:16:06:36 +0200] "GET /apps/notifications/img/notifications-new.svg HTTP/2.0" 304 0 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0"
<HOST>:443 <OTHER IP> - - [08/May/2019:16:06:36 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 74 "-" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.108 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:06:36 +0200] "MOVE /remote.php/dav/files/68758a40-6b48-1035-9c91-edff8cb53df4/Admin%20shared%20folder/Owned%20test%20file.txt HTTP/2.0" 404 271 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"
<HOST>:443 <MY IP> - - [08/May/2019:16:06:55 +0200] "GET /ocs/v2.php/apps/notifications/api/v2/notifications HTTP/2.0" 200 74 "-" "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.86 Safari/537.36"

Update:

  • Upgraded to 16.0.1. RC1
  • Disabled completely file locking and memcache via config.php
  • Everything works when the file was originally created in a folder owned by me.
  • The bug still appears when creating the file to move in a shared folder owned by someone else.

Does it tell anything to you?
The Nextcloud demo available online doesn’t seem to be affected by the issue.

Do you need me to provide more log/data?

I think I’ve found the cause.

With Server Side File Encryption I have the issue described above.
By turning off File Encryption everything works correctly.

I’m renaming the thread based on that.

I just found that everything works by disabling “Deleted files” (trash bin) app while server side encryption is ON.

The two workarounds found so far:

  • Disable encryption
  • Enable encryption AND disable “Deleted files”
1 Like