Commit Graph

288 Commits

Author SHA1 Message Date
nao-pon 8005f9b0d1 [php:connector] Remove null & stripslashes applies on "magic_quotes_gpc" 2014-01-15 20:24:35 +09:00
nao-pon 9a1bd26690 [php:driver] add optional parameter $lineal into parents()
`@param  bool|null $lineal only lineal parents`
2014-01-14 14:29:38 +09:00
nao-pon 1c12c11076 [php:core] add public function getVolume that call protected volume() 2014-01-14 14:23:42 +09:00
Dmitry (dio) Levashov edc5b1d2a5 Merge pull request #673 from mailtoartem/2.x
Change ftp_scan_dir from 'private' to 'protected' to add ability to reim...
2013-11-26 00:37:37 -08: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
Артем b69acff801 New driver to work with IIS FTP 2013-09-04 13:11:28 +04:00
Артем 71d33ecd11 Invalid permissions on TMP directory 2013-09-04 13:07:44 +04:00
Артем 9d285b0319 Run archivators via 'proc_open' instead of 'exec' because it works well on MS IIS 2013-09-04 12:47:44 +04:00
Артем 77c520d8cb Change ftp_scan_dir from 'private' to 'protected' to add ability to reimplement it. 2013-08-27 17:18:11 +04: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
Naoki Sawada ba6bcc45ea Merge pull request #542 from Tuxion/2.x
Fixed 2 bugs. Local FS directory traversal and remove didn't notify when file not found.
2013-04-18 00:44:52 -07:00
Beanow 6d5234067a Fixed remove bug when files not found.
Because $stat['realpath'] was being set, the empty($stat) check was always false after that.
2013-03-21 14:58:10 +01:00
Beanow b51bddd50c Prevents files outside the root from being detected. 2013-03-21 14:55:48 +01:00
Yuri Khrustalev 8528da0668 Adding crop/rotate/resize image functionality to FTP connector 2013-03-19 12:52:05 +04:00
Yuri Khrustalev 1d26055b79 Remove prematurely added strings 2013-03-19 12:42:03 +04:00
Yuri Khrustalev 1644251eac Adding archive/extract functionality to FTP driver on GNU/Linux
Adding localization for new error messages for archive/extract commands
Fixing sort localization
Fixing defect with temporary path directory permissions
Fixing defect with cacheDir function hiding files in folders with space in name
Fixing defect with mount function
Fixed overwrite dialog for extract command
2013-03-19 12:30:24 +04:00
Dmitry (dio) Levashov 7f59c1382e fixes #513 2013-02-28 01:11:07 +04:00
Dmitry (dio) Levashov 8f2fd98be5 fix ui theme 2013-02-28 00:32:21 +04:00
Dmitry (dio) Levashov c4717c43f2 fix call_user_func call 2013-02-28 00:25:14 +04:00
Dmitry (dio) Levashov 39a7c14350 Merge branch '2.x' of github.com:Studio-42/elFinder into 2.x 2013-02-28 00:12:16 +04:00
Dmitry (dio) Levashov 4b8941a06b Merge pull request #426 from boekkooi/patch-1
Add closure support for `accessControl`
2013-02-27 12:10:06 -08:00
Dmitry (dio) Levashov c5a49d478e Merge branch '2.x' of github.com:Studio-42/elFinder into 2.x 2013-02-27 23:39:40 +04:00
Dmitry (dio) Levashov 12ec5c8e46 config 2013-02-27 23:39:25 +04:00
nao-pon 5d82c3b8a9 simply of @19fb90d8 2013-01-23 23:42:04 +09:00
mangirdas b9df301e60 Put file info into temporary variable. Fixes #136 2013-01-23 23:41:16 +09:00
anton-slim a8ba48ae9d Update php/elFinderVolumeDriver.class.php
fix bug to call arguments in function $this->imgResize
2012-12-17 13:42:58 +04:00
Warnar Boekkooi a8614ac6ee Add closure support for accessControl
This fixes the issue where the `accessControl` wouldn't accept a closure.
2012-11-06 06:02:30 +01:00
Dmitry (dio) Levashov 455221fc16 fix rename 2012-09-16 15:26:21 +04:00
Dmitry (dio) Levashov 276105605a minor fix 2012-09-16 15:12:55 +04:00
Dmitry (dio) Levashov c8d132d0c8 fix 2012-09-13 22:08:49 +04:00
Dmitry (dio) Levashov 00f3a2c258 minor fix in calc folder size 2012-09-13 22:01:32 +04:00
Dmitry (dio) Levashov f2afa9fa7e _save calls fixes 2012-09-11 22:54:32 +04:00
Dmitry (dio) Levashov f4cbafb5f6 Merge branch '2.x' of github.com:Studio-42/elFinder into 2.x 2012-09-11 22:22:52 +04:00
ph0enix 323bce8daa Thumbnail background fix, code formatting 2012-09-12 02:07:37 +04:00
Dmitry (dio) Levashov 6638eae1d2 drivers inner api changedgit status! elFinderVolumeDriver::_save(, , , , , ) -> elFinderVolumeDriver::_save(, , , ) 2012-09-11 22:22:36 +04:00
Josh Schmidt 72912668e4 Update php/elFinderVolumeDriver.class.php
use new gd.. image functions
2012-09-07 10:43:26 -06:00
Josh Schmidt 0b80e015f8 Update php/elFinderVolumeDriver.class.php
gdImageCreate(), gdImage() and gdImageBackground()
2012-09-07 10:34:19 -06:00
Dmitry (dio) Levashov 964f9d0b91 fix tree sync 2012-09-03 23:12:10 +04:00
Dmitry (dio) Levashov da50bbad39 closes #350 2012-09-01 00:39:00 +04:00
Dmitry (dio) Levashov 5689f604cf add hquery 1.8.1 2012-08-31 22:18:30 +04:00
Dmitry (dio) Levashov c058511f18 nothing 2012-08-30 00:31:18 +04:00
Dmitry (dio) Levashov f9805cffe6 closes #340, closes #331, thanks foxel 2012-07-26 21:17:01 +04:00
Dmitry (dio) Levashov 925afc75e8 optimize search in MYSQL driver 2012-07-25 23:05:21 +04:00
Dmitry (dio) Levashov 5ef993ec83 closes #336 2012-07-09 22:57:11 +04:00
Dmitry (dio) Levashov 79da4e27d0 closes #327 - icrease tree render speed 3 times. 2012-07-07 18:52:54 +04:00
Dmitry (dio) Levashov 04b0186ddc fixes #136 2012-07-07 17:50:33 +04:00
Dmitry (dio) Levashov d84988cb71 update fix infinity requests on parent cmd 2012-07-06 21:01:38 +04:00
Dmitry (dio) Levashov cc7bbe67c2 fix infinity requests on 'parent' cmd 2012-07-05 23:25:05 +04:00
nao-pon e38cffb258 fix move dirctory problem 2012-07-03 17:26:19 +09:00