Best practice for user to move directories

We have an admin user and have a lot of the shared folders in there (we dont allow resharing). The person who was administrating the data moved a lot of stuff around using the web interface. We now have a bit of a mess. Duplicated folder names (if you delete one it deleted both. We also have a folder (whitch is duplicated) that whant you click on it takes you to the parent folder. Verry odd.

Anyeay we are rebuilding the data in another user but was wondering what we the best practice when you want to reorginise stuff. This is so it does not get messed up again. I am suessing it is best to do it through the filesystem of shared folder, doing it in the web interface has not worked out well for us;(.

status.php:
installed true
maintenance false
version "9.1.6.2"
versionstring "9.1.6"
edition ""

uname - a:
Linux jupiter 4.4.0-89-generic #112-Ubuntu SMP Mon Jul 31 19:38:41 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

config.php
<?php
$CONFIG = array (
'updatechecker' => false,
'instanceid' => 'octs9shjkf4o',
'passwordsalt' => 'b4ZA/FCoSNnP+oWBSqqeyQ0UKMkqST',
'secret' => '0MLjeiZnV5dv8Ow26o6YGF+/4DnRJg02GFcZjL92FQbvY81v',
'trusted_domains' =>
array (
0 => '192.168.1.55',
1 => 'prsc-cloud.org',
),
'datadirectory' => '/var/www/owncloud/data',
'overwrite.cli.url' => 'https://192.168.1.55/owncloud',
'dbtype' => 'mysql',
'version' => '9.1.6.2',
'logtimezone' => 'UTC',
'installed' => true,
'memcache.local' => '\OC\Memcache\Redis',
'redis' =>
array (
'host' => 'localhost',
'port' => 6379,
),
'memcache.locking' => '\OC\Memcache\Redis',
'maintenance' => false,
'dbname' => 'owncloud',
'dbhost' => 'localhost',
'dbuser' => 'owncloud',
'dbpassword' => 'XXXX',
'loglevel' => 3,
'mail_from_address' => 'bene',
'mail_smtpmode' => 'php',
'mail_domain' => 'funkytwig.com',
'htaccess.RewriteBase' => '/owncloud',
'has_internet_connection' => true,
'theme' => '',
);
~

Begards,
Ben

I am not quite sure what you want to achieve, could you clarify?