Commit Graph

34 Commits

Author SHA1 Message Date
nao-pon aa24cf92d8 [php:localVolDrv]fix #653, #784 problem of _inpath 2014-02-09 15:28:58 +09:00
nao-pon 40f9de28f8 [VolumeDriver] new func getArchivers for calls from _checkArchivers
Added new function `getArchivers()` for calls from `_checkArchivers()`.

`getArchivers()` catching exists archivers into session data for improve
performance.

ex.
```php
protected function _checkArchivers() {
	$this->archivers = $this->getArchivers();
	return;
}
```

And, added cmd check about `7z` for windows server.

ref. #550, #722
2013-11-15 16:43:21 +09:00
nao-pon 3554347475 optimize of #542 (initalizes $aroot) 2013-04-22 16:21:46 +09:00
nao-pon 165409cc35 optimize of #542 2013-04-18 16:48:48 +09:00
Beanow b51bddd50c Prevents files outside the root from being detected. 2013-03-21 14:55:48 +01:00
Dmitry (dio) Levashov f2afa9fa7e _save calls fixes 2012-09-11 22:54:32 +04:00
Dmitry (dio) Levashov 6638eae1d2 drivers inner api changedgit status! elFinderVolumeDriver::_save(, , , , , ) -> elFinderVolumeDriver::_save(, , , ) 2012-09-11 22:22:36 +04:00
Dmitry (dio) Levashov d1d0582fb1 fix #312 2012-06-24 15:41:29 +04:00
nao-pon 4352f33e58 fix zip command test
"zip --version" dose not work on Zip 2.32 (June 19th 2006). "zip -v"
work fine on Zip 2.32 (June 19th 2006) and Zip 3.0 (July 5th 2008).
2012-04-10 10:16:22 +09:00
Dmitry (dio) Levashov 0705922712 procExec 2 arg bug fixes 2012-04-09 19:49:00 +04:00
Troex Nevelin f6e33d96c8 remove output buffering and closing php brackets 2012-03-03 22:30:31 +02:00
Dmitry (dio) Levashov b3e30e427a fixes 2012-01-27 01:12:20 +04:00
Dmitry (dio) Levashov c046a839bd ftp driver - command rename complete 2011-11-10 02:07:44 +04:00
Dmitry (dio) Levashov 1e7f881a8e connector: driver->_mkfile changed - now must return new file path or false. ftp driver - mkfile complete 2011-11-10 01:22:20 +04:00
Dmitry (dio) Levashov 8ebd034b3c connector: driver->_mkdir changed - now must return new dir path or false. ftp driver - mkdir complete 2011-11-10 00:58:43 +04:00
Dmitry (dio) Levashov 4f66108b6b FTP driver open file/download 2011-11-05 03:23:13 +04:00
Dmitry (dio) Levashov 56d08a5756 connector - abstract driver fixed. FTP driver - open dir works 2011-11-05 00:20:46 +04:00
Dmitry (dio) Levashov 0f6d885185 driver inner api updated. Error messages for not mounted volumes added. 2011-11-04 19:15:35 +04:00
Dmitry (dio) Levashov a29f4c8d39 remove unused code from abstract driver 2011-11-04 02:53:40 +04:00
Dmitry (dio) Levashov 8cb91a9f8b connector - driver api changed. No more _isFile or _fileExists - all file info available through stat method 2011-11-04 02:10:11 +04:00
Dmitry (dio) Levashov c7b65a5e7d bugfixes, code refactoring 2011-09-08 00:17:00 +04:00
Dmitry (dio) Levashov 8ec45595b2 fixes #103 2011-09-05 20:46:02 +04:00
Dmitry (dio) Levashov 9ffad2ee1a upload (connector) updated 2011-08-31 21:58:54 +04:00
Dmitry (dio) Levashov 96a4539181 resize image updated, fixes 2011-08-26 19:08:17 +04:00
Dmitry (dio) Levashov 3342215067 fixed #22 2011-07-20 21:28:28 +04:00
Troex Nevelin cf41928d10 fix spacing 2011-07-18 11:04:30 +03:00
ph0enix a09cc94808 tmbEffects renamed to getResizeCropDimensions
Added resize command
Image resize rewritten to be shared between createTmb and resize
2011-07-17 11:43:04 +04:00
Dmitry (dio) Levashov 970bb1e236 Extract files from archive updated
Before extract archive in place - check it in quarantine folder.
If archive contains only one item - extract in current directory,
otherwise - extract in new folder
2011-07-15 17:40:36 +04:00
Dmitry (dio) Levashov 8930961158 check archives in quarantine folder before unpack - not complete 2011-07-15 01:20:07 +04:00
Dmitry (dio) Levashov c851d24938 remove some debug 2011-07-14 23:40:56 +04:00
Dmitry (dio) Levashov f0e3d7dac0 closes #42 2011-07-11 22:19:09 +04:00
Dmitry (dio) Levashov d0702caa14 fixes 2011-07-06 15:47:25 +04:00
Dmitry (dio) Levashov a82d74eff8 fixes 2011-07-05 19:41:54 +04:00
Troex Nevelin 3165123423 move project to new structure 2011-07-05 16:45:37 +03:00