Commit Graph

587 Commits

Author SHA1 Message Date
nao-pon a14c7faeda [search] target from cwd, volume or all, and MIME type can be chosen 2015-05-21 23:51:42 +09:00
nao-pon c1fe954fdd [VD:abstract] correction of 9b2121372e 2015-05-20 14:13:29 +09:00
nao-pon 9b2121372e Merge branch '2.x' into 2.1 2015-05-20 14:10:53 +09:00
nao-pon 140a1aa89c [VD:abstract] check mime by uploadOrder config on putContents, copyFrom 2015-05-20 14:09:09 +09:00
nao-pon ba5cfb7c9b [VD:abstract] fix mime detect of fallback to mimetypeInternalDetect() 2015-05-20 11:27:25 +09:00
nao-pon 3c0e119966 [VD:abstract] fix problem in mimetype() 'mime_content_type' not work 2015-05-20 10:54:26 +09:00
nao-pon 047a9513a8 Merge branch '2.x' into 2.1 2015-05-20 00:36:21 +09:00
nao-pon 5099017c76 [VD:LocalFileSystem] use _joinPath() for $dir.'/'.$name 2015-05-20 00:33:52 +09:00
nao-pon dc7826e0fd [VD:LocalFileSystem] fix #1022 Symbolic links are not visible 2015-05-19 22:23:09 +09:00
nao-pon 9ba35d0b3e [VD:LocalFileSystem] fix #1022 Symbolic links are not visible 2015-05-19 22:19:14 +09:00
nao-pon 109191c937 Merge branch '2.x' into 2.1 2015-05-16 17:24:34 +09:00
nao-pon 5d3255e5f5 use escapeshellarg($path) in imgRotate() 2015-05-16 17:23:58 +09:00
nao-pon c4c29ea626 Merge branch '2.x' into 2.1 2015-05-16 12:12:02 +09:00
nao-pon 159b966c72 [VD:abstract] support JPG lossless rotate by exiftran or jpegtran
(If can do it on your server)
2015-05-16 12:11:30 +09:00
nao-pon 8c3d9f6e43 Merge branch '2.x' into 2.1
Conflicts:
	php/elFinder.class.php
2015-05-12 16:27:49 +09:00
nao-pon e7423bf322 fix HTTP header Content-type on xhr file upload 2015-05-12 16:23:05 +09:00
ph0enix bb2461d451 Renamed sample connectors for security reasons 2015-05-07 17:52:20 +03:00
ph0enix f67ec92128 Renamed sample connectors for security reasons 2015-05-07 17:48:15 +03:00
nao-pon 748d896ba1 Merge branch '2.x' into 2.1 2015-04-13 17:47:23 +09:00
nao-pon 5538186904 [VD:LocalFileSystem] fix #1003 support root path '/' 2015-04-13 17:44:37 +09:00
nao-pon 5701c60a66 [VD:LocalFileSystem] fix #417 Normalize path in options 2015-04-13 17:41:37 +09:00
nao-pon dab37461bf Merge branch '2.x' into 2.1
Conflicts:
	php/elFinderVolumeDriver.class.php
2015-03-28 21:18:19 +09:00
nao-pon 0ab6da2817 [VD:abstract] empty($var) to $var === '' rel 87028
rel. commit 87028792c1
2015-03-28 21:12:41 +09:00
nao-pon 5c0317dae0 [VD:abstract] [space] to [tab] of #87028792c1f56cf 2015-03-28 21:07:39 +09:00
Michael Johnson - MJ 87028792c1 Fix edge case when the root is / and no alias is provided. 2015-03-28 01:48:59 -07:00
nao-pon b0972749c4 [VD:abstract] new misc function rmdirRecursive($dir)
/**
 * Remove directory recursive on local file system
 *
 * @param string $dir Target dirctory path
 * @return boolean
 */
2015-03-18 21:13:09 +09:00
nao-pon 531266bcba [VD:localFS] _extract() more quickly and safety 2015-03-18 20:35:18 +09:00
nao-pon 441021a7d8 [VD:LocalFS] quick archive file extraction 2015-03-18 00:52:22 +09:00
nao-pon 5075276ef2 [VD:abstract] add util function delTree() & PHP timeout prevention 2015-03-18 00:47:49 +09:00
nao-pon ff1c846cb7 [php:core,ui:tree] spinner shows while getting parents tree 2015-03-10 15:44:44 +09:00
nao-pon 4f42bdd457 [VD:abstract] parents() return root too reason commit 3e10dc72c7
ref. 3e10dc72c7
2015-03-10 10:23:40 +09:00
nao-pon acd5f21e33 [VD:abstract] typo fix of last commit 2015-03-06 21:11:33 +09:00
nao-pon 7272d0f9ea [VD:abstract] add prefix elFinder::$sessionCacheKey to 'ELFINDER_ARCHIVERS_CACHE' 2015-03-06 21:06:59 +09:00
nao-pon b9349c7323 [php:core] add prefix self::$sessionCacheKey to 'LAST_ACTIVITY' 2015-03-06 20:56:39 +09:00
nao-pon b228cba055 [VD:abstract] cache root path stat into session variable 2015-03-06 20:48:21 +09:00
nao-pon 6e926c4efb [php:core] add option and static val sessionCacheKey to elFinder class
```php
<?php

$opts = array(
    'sessionCacheKey' => 'MY-elFinderCaches', // default value is "elFinderCaches"
    'roots'  => array(
        array(
            'driver' => 'LocalFileSystem',
            'path'   => '/path/to/files/',
            'URL'    => 'http://localhost/to/files/'
        )
    )
);

// run elFinder
$connector = new elFinderConnector(new elFinder($opts));
$connector->run();
```
2015-03-06 20:28:39 +09:00
nao-pon fe745a36b5 Merge branch '2.x' into 2.1 2015-03-05 17:30:30 +09:00
nao-pon a1906283d5 [php:core] $volume->mount() is wrapped by try-catch 2015-03-05 17:22:22 +09:00
nao-pon e955816365 Merge branch '2.x' into 2.1 2015-03-02 20:32:14 +09:00
nao-pon 61bddee370 [VD:abstract] use option 'x' of 7z cmd for extract # VD:VolumeDriver 2015-03-02 20:30:03 +09:00
nao-pon 3e10dc72c7 [connector:core] performance tuning of first opening
Gets tree of root of listed volumes on demand.
2015-02-19 23:53:44 +09:00
nao-pon b25bd96f35 Merge branch '2.x' into 2.1 2015-02-19 16:12:16 +09:00
nao-pon 2545cb577b [connector:abstract] add error msg on dir copy failure 2015-02-19 16:10:47 +09:00
nao-pon 246ceec581 [connector:abstract]removes target dir on fromCopy(dir) failure 2015-02-19 16:07:53 +09:00
nao-pon d020a0f68d [volume:abstract] getImageSize() has 2nd param $mime 2015-02-09 23:43:57 +09:00
nao-pon 9b657f8109 [php:core] fix notice error 2015-02-07 16:19:33 +09:00
nao-pon a776d1c1c8 [volume:FTP] include user as owner into stat, parse perm with user 2015-02-01 18:00:32 +09:00
nao-pon 14c2811fd2 Merge branch '2.x' into 2.1 2015-01-30 14:58:26 +09:00
nao-pon c2617a1141 [volume:abstract] archiver xz cmd option correction 2015-01-30 14:57:29 +09:00
nao-pon 72973931f5 Merge branch '2.x' into 2.1 2015-01-30 02:10:36 +09:00