-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
Expected behaviour
The file can be moved into the subfolder.
Actual behaviour
The chosen file can not be moved because the subfolder is not reachable.
Steps to reproduce
- create a folder "test" and go into it
- upload a lot of files (at least 20) and name them alphabetically
- create a new folder "subfolder" directly
- sort all files in "test" by name, so that the "subfolder" locates on the top of the file list
- choose the last file in "test" and try to drag it into "subfolder"
Server configuration
Operating system: Ubuntu 13.10
Web server: apache 2.4.6 (Ubuntu)
Database: SQLite
PHP version: 5.5.3-1ubuntu2.3
ownCloud version: 7.0.3
Updated from an older ownCloud or fresh install: from 7.0.3rc
List of activated app:standard apps of owncloud 7.0.3 and encryption
The content of config/config.php: (Without the database password and passwordsalt)
$CONFIG = array (
'instanceid' => 'oc6d9cda6e26',
'datadirectory' => '/var/ocdata/tingting/owncloud/data',
'dbtype' => 'sqlite3',
'version' => '7.0.3.4',
'installed' => true,
'theme' => '',
'maintenance' => false,
'maxZipInputSize' => 838860800,
'allowZipDownload' => true,
'loglevel' => '0',
'trusted_domains' =>
array (
0 => '192.168.1.80',
),
);
Are you using external storage, if yes which one: no
Client configuration
Browser: firefox 33.1.1
Operating system: ubuntu 13.10