Files from unrelated folder moved automagically to newly created folder

Folder content (files) are moved (from source) to another folder (destination) without me doing it. The source folder is not even synced to my workstation, so i can not do that accidentally.

Steps to reproduce

  1. Create a new folder on the workstation.
  2. Wait until the new folder is synced to owncloud server.
  3. Wait for files (from another folder) to appear automagically in the new folder.

Expected behaviour

Files should stay where they are.

Actual behaviour

Tell us what happens instead

Server configuration

Operating system: Debian

Web server: Apache

Database: MySQL

PHP version: 7.4

ownCloud version: 10.10.0

Updated from an older ownCloud or fresh install: update

Where did you install ownCloud from: 9

Signing status (ownCloud 9.0 and above): No errors have been found.

The content of config/config.php:

{
“system”: {
“instanceid”: “oc833d3a8747”,
“passwordsalt”: “REMOVED SENSITIVE VALUE”,
“trusted_domains”: [
“server”,
],
“datadirectory”: “/var/www/owncloud/data”,
“dbtype”: “mysql”,
“version”: “10.10.0.3”,
“dbname”: “owncloud”,
“dbhost”: “localhost”,
“dbtableprefix”: “oc_”,
“dbuser”: “REMOVED SENSITIVE VALUE”,
“dbpassword”: “REMOVED SENSITIVE VALUE”,
“installed”: true,
“theme”: “”,
“maintenance”: false,
“secret”: “REMOVED SENSITIVE VALUE”,
“loglevel”: 1,
“log_rotate_size”: 52428800,
“appcodechecker”: false,
“appstore.experimental.enabled”: true,
“trashbin_retention_obligation”: “auto, 30, auto”,
“updatechecker”: false,
“appstoreurl”: “https://marketplace.owncloud.com”,
“overwrite.cli.url”: “/owncloud”,
“singleuser”: false,
“mail_domain”: “REMOVED SENSITIVE VALUE”,
“mail_from_address”: “REMOVED SENSITIVE VALUE”,
“mail_smtpmode”: “smtp”,
“mail_smtpsecure”: “ssl”,
“mail_smtpauth”: 1,
“mail_smtphost”: “REMOVED SENSITIVE VALUE”,
“mail_smtpport”: “465”,
“mail_smtpname”: “REMOVED SENSITIVE VALUE”,
“mail_smtppassword”: “REMOVED SENSITIVE VALUE”,
“allow_user_to_change_mail_address”: “”
}
}

List of activated apps:

If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your ownCloud installation folder.

Enabled:

  • calendar:
    • Version: 1.6.4
    • Path: /var/www/owncloud/apps/calendar
  • contacts:
    • Version: 1.5.5
    • Path: /var/www/owncloud/apps/contacts
  • dav:
    • Version: 0.7.0
    • Path: /var/www/owncloud/apps/dav
  • federatedfilesharing:
    • Version: 0.5.0
    • Path: /var/www/owncloud/apps/federatedfilesharing
  • files:
    • Version: 1.5.2
    • Path: /var/www/owncloud/apps/files
  • files_external:
    • Version: 0.9.0
    • Path: /var/www/owncloud/apps/files_external
  • files_mediaviewer:
    • Version: 1.0.5
    • Path: /var/www/owncloud/apps/files_mediaviewer
  • files_sharing:
    • Version: 0.14.0
    • Path: /var/www/owncloud/apps/files_sharing
  • files_texteditor:
    • Version: 2.4.1
    • Path: /var/www/owncloud/apps/files_texteditor
  • files_trashbin:
    • Version: 0.9.1
    • Path: /var/www/owncloud/apps/files_trashbin
  • gallery:
    • Version: 16.1.2
    • Path: /var/www/owncloud/apps/gallery
  • market:
    • Version: 0.6.3
    • Path: /var/www/owncloud/apps/market
  • tasks:
    • Version: 0.9.7
    • Path: /var/www/owncloud/apps/tasks

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

Are you using encryption: yes/no
no

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/…
no

Client configuration

Browser: firefox

Operating system: debian

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.