908 Commits

Author SHA1 Message Date
nao-pon 6f17fbb1a4 [php:core] fix #1315 implement function for copyJoin of volume root option 2016-04-17 14:29:47 +09:00
nao-pon 89cd10087b [php:connector] fix #1321 don't be trim of put contents 2016-04-12 15:38:15 +09:00
nao-pon 89bbcab742 [VD:FlysystemGoogleDriveNetmount] require nao-pon/elfinder-flysystem-driver-ext 2016-04-11 11:28:24 +09:00
nao-pon 2a2e441fc9 [VD:LocalFlieSystem] fix #1318 enbug@329593b46d5f36693236d349b06b55bd927b59c1 2016-04-11 10:07:54 +09:00
nao-pon a4f52169b0 Merge branch 'folder_upload' 2016-04-10 23:32:59 +09:00
nao-pon 4456cf42e6 [php:core] sessionWrite() to static function 2016-04-10 23:31:59 +09:00
nao-pon 2736566477 Revert "sessionWrite cannot be called statically"
This reverts commit 630b876981.
2016-04-10 23:24:53 +09:00
Naoki Sawada 461615a862 Merge pull request #1314 from otoso/master
Fixed several bugs and fixed PHPDoc
2016-04-10 23:24:02 +09:00
nao-pon 3f05e3dc80 [core] correction of folder uploading to more stabilization 2016-04-10 23:11:42 +09:00
Dominik 8a1b37bf9e Revert 9959047 2016-04-08 09:02:02 +02:00
nao-pon 44a30a7df8 [VD:FlysystemGoogleDriveNetmount] correction for latest elFinderVolumeFlysystem 2016-04-07 00:01:30 +09:00
Dominik b8deae4d01 Fix use of undefined variable 2016-04-06 15:41:46 +02:00
Dominik 9959047901 Fix archive size having leading 0 2016-04-06 15:40:33 +02:00
Dominik 5316b6d60e Fix error used instead of setError 2016-04-06 15:38:09 +02:00
Dominik ada89885ac Add todos for missing return statements 2016-04-06 15:35:07 +02:00
Dominik 7a941f6ae7 Remove closing tag since it might lead to errors 2016-04-06 15:33:42 +02:00
Dominik 17fe7fed40 fix unreachable code 2016-04-06 15:33:08 +02:00
Dominik 630b876981 sessionWrite cannot be called statically 2016-04-06 15:30:37 +02:00
Dominik 237b53c0e0 Remove duplicate keys since they lead to errors 2016-04-06 15:27:06 +02:00
Dominik 0d8b4b88a1 Fix undefined database 2016-04-06 15:23:15 +02:00
Dominik 561cac21ad Fix wrong return types 2016-04-06 15:21:43 +02:00
Dominik 16641a68c1 Fix PHPDoc 2016-04-06 15:02:54 +02:00
Dominik c4c64847e7 Remove compare since it's overwritten 2016-04-06 14:54:45 +02:00
nao-pon 7cc4326265 [VD:abstract] fix enbug @58375dcbd7cb0ecf500062d6aac94522d7d088b3 2016-04-06 18:45:34 +09:00
nao-pon f57b75c73f [VD:abstract] fix $this in static method 2016-04-06 18:29:17 +09:00
nao-pon 4210b88031 [plugin:Normalizer,Sanitizer] fix #1310 support duplicate check by cmd:ls 2016-04-05 18:32:56 +09:00
nao-pon 6407c4f9a9 [plugin:Normalizer] order change of filter, strtolower moved to end
And use `mb_strtolower` if it exists.

ref. #1307
2016-04-04 21:23:58 +09:00
nao-pon c2b69e4dfa [VD:abstract] correction of mime type detection of the CSV file
ref. #1305 - CSV File Upload issue
2016-04-04 10:42:45 +09:00
nao-pon a8593bfcc3 [php:core] fix fsock_get_contents() over https & error handdling 2016-04-02 21:54:50 +09:00
nao-pon 84da42d77e [VD:Dropbox] fix debugging code 2016-04-02 10:47:41 +09:00
nao-pon f02e3c4cf5 [php:plugin] Add a new connector plugin "AutoRotate" 2016-04-01 17:24:57 +09:00
nao-pon e9685611b2 [VD:abstract] add a method imageUtil
```php
/**
 * Image file utility
 *
 * @param string $mode     'resize', 'rotate', 'propresize', 'crop',  'fitsquare'
 * @param string $src      Image file local path
 * @param array  $options  excute options
 * @return bool
 * @author Naoki Sawada
 */
public function imageUtil($mode, $src, $options = array()) {}
```
2016-04-01 17:16:14 +09:00
nao-pon 93da393119 [php:core] add a new method getNetVolumeUniqueId()
```php
/**
 * Return Network mount volume unique ID
 *
 * @param  array   $netVolumes  Saved netvolumes array
 * @param  string  $prefix      Id prefix
 * @return string|false
 * @author Naoki Sawada
 **/
protected function getNetVolumeUniqueId($netVolumes = null, $prefix =
'nm') {}
```
2016-03-31 22:19:31 +09:00
nao-pon e9bdd9ce57 [VD:abstract] fix #1299 add 'alias' as key of root stat cache 2016-03-30 21:34:25 +09:00
nao-pon eb85e50b07 [php:core] fix CURLOPT_FOLLOWLOCATION warning when open_basedir is set 2016-03-30 21:12:54 +09:00
nao-pon 2cb6f5c970 [cmd:netmout] optimize netunmout function 2016-03-30 16:16:11 +09:00
nao-pon 9859809486 [connector-dist] add comments of FlysystemGoogleDriveNetmount 2016-03-29 23:37:04 +09:00
nao-pon 33e24c4f0d [VD:LocalFileSyste] fix #1292 enbug @329593b46d5f36693236d349b06b55bd927b59c1 2016-03-29 21:25:15 +09:00
nao-pon 7f1ce90d2a [php:core] correction for composer loader of netmount
ref. #1277, #1294
2016-03-29 21:23:49 +09:00
nao-pon 3f0db3798d [VD:Dropbox] correction for composer loader
ref. #1277, #1294
2016-03-29 20:54:23 +09:00
nao-pon a1bdd04e87 [VD:FlysystemGoogleDriveNetmount] clean up 2016-03-27 16:56:46 +09:00
nao-pon 34feaad34f [VD:FlysystemGoogleDriveNetmount] remove tmb on netunmount 2016-03-25 20:19:31 +09:00
nao-pon 80ac56b0b2 [php:core] call netunmount when mount error of netvolume 2016-03-25 20:17:36 +09:00
nao-pon 038c12a662 [VD:FlysystemGoogleDriveNetmount] optimize netmount dialog 2016-03-25 17:05:36 +09:00
nao-pon d8032f49c3 [VD:FlysystemGoogleDriveNetmount] optimize netmount dialog 2016-03-25 16:16:27 +09:00
nao-pon c5bf61a2d5 [VD:FlysystemGoogleDriveNetmount] err message correction 2016-03-25 01:15:10 +09:00
nao-pon 9c78158954 [VD:abstract] tiny correction rel to @a7bcf989c79d6c6b1f9369ad3a451da01b615326 2016-03-24 23:18:31 +09:00
Naoki Sawada 5fd4a0da05 Merge pull request #1287 from paulcanning/master
[VD:abstract] Fix for issue #1285
2016-03-24 23:02:36 +09:00
Paul Canning a7bcf989c7 Fix for issue #1285 2016-03-24 13:20:42 +00:00
nao-pon 8f2a47e6e8 [VD:FlysystemGoogleDriveNetmount] Folder listing, optimize of error handling 2016-03-24 21:06:04 +09:00