nao-pon
651260caf6
[VD, css] fix #1115 , new VD option rootCssClass
...
New VolumeDriver(connector) option `rootCssClass` that CSS Class of
volume root in tree.
Fix `​` problem of title attr of cwd icon view
2015-11-05 17:38:41 +09:00
nao-pon
63da6a68aa
[VD:Dropbox] SQLite DB index nameidx to UNIQUE
2015-10-08 16:28:40 +09:00
nao-pon
4c6d736a05
[VD:Dropbox] fix problem of createTmb()
2015-07-22 17:14:38 +09:00
nao-pon
2f0d30c149
[js:core] change send arg init=1 to reload=1 on reload
2015-06-23 13:39:17 +09:00
nao-pon
f1f3b97cee
correction of chmod function
2015-06-19 23:08:35 +09:00
nao-pon
5464168cf6
[VD:abstract,Dropbox,MySql] fix dir include always in mime search result
2015-05-22 21:28:23 +09:00
nao-pon
70a47b0a3d
[VD:abstract,Dropbox,MySQL] fix mime type search logic
2015-05-22 10:49:41 +09:00
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
6d65f8da5c
add function elFinderVolumeDriver::getTempFile($path = '')
...
/**
* Get temporary filename. Tempfile will be removed when after script execution finishes or exit() is called.
* When needing the unique file to a path, give $path to parameter.
*
* @param string $path for get unique file to a path
* @return string|false
* @author Naoki Sawada
*/
2015-01-25 11:18:15 +09:00
nao-pon
4459bb5947
[volume] super class function resize support remote volume
...
ref.
https://github.com/Studio-42/elFinder/pull/928#issuecomment-70731922
2015-01-23 17:38:19 +09:00
nao-pon
f1cd7364e9
[volume:dropbox] fix wrong shares URL in getContentUrl()
2015-01-23 12:09:01 +09:00
nao-pon
ccf3eee4a0
[php:VolumeDropbox] includes items only under root path in search result
2014-12-08 11:31:40 +09:00
nao-pon
c80f772694
[driver:dropbox] support curl PUT method & fix multiple upload (folder)
...
Note: Need extended dropbox-php liblary for curl PUT support. You can
find it from https://github.com/nao-pon/dropbox-php/tree/put_support .
And, You must be set `define('ELFINDER_DROPBOX_USE_CURL_PUT', true);`
into connector.php .
(The PullRequest is https://github.com/Dropbox-PHP/dropbox-php/pull/21 )
2014-04-14 15:32:54 +09:00
nao-pon
cc4451b376
[connector:Dropbox] add check, class_exists('PDO')
2014-03-23 13:45:25 +09:00
nao-pon
b9c3ee35d1
[driver:dropbox] use inner DB on doSearch()
2014-03-12 02:01:06 +09:00
nao-pon
ce6342d091
[volume:dropbox] fix cache GC problem on netunmount
2014-03-12 02:01:06 +09:00
nao-pon
22efc49c4f
support multi volume of own dropbox
2014-03-12 02:01:06 +09:00
nao-pon
6e3fa2dd1d
[dropbox] use elfinder::callback
2014-03-12 02:01:06 +09:00
nao-pon
81e74c0613
add commandsOptions.netmout.*.done (function object) & use in dropbox
2014-03-12 02:01:06 +09:00
nao-pon
a421d760c7
[connector:dropbox] add validation & ui effect
2014-03-12 02:01:06 +09:00
nao-pon
1e061beca8
const 'ELFINDER_DROPBOX_META_CACHE_PATH' for options['metaCachePath']
2014-03-12 02:01:06 +09:00
nao-pon
67936fb54a
[driver:dropbox] change tmbname prefix
2014-03-12 02:01:06 +09:00
nao-pon
c71c12d908
[driver:dropbox] support netunmount() method
...
Drop table `dropbox` & rm thumbs on netunmount
2014-03-12 02:01:06 +09:00
nao-pon
48d89d390f
[driver:dropbox] use PDO::exec() if possible
2014-03-12 02:01:06 +09:00
nao-pon
b5870c4e26
[driver:dropbox] remove "?token_hash=..." from contentURL
2014-03-12 02:01:06 +09:00
nao-pon
bc122b2eb5
[driver:dropbox] add options PDO_User, PDO_Pass, PDO_Options
2014-03-12 02:01:06 +09:00
nao-pon
39025815b9
[driver:dropbox] error handling on checkDB()
2014-03-12 02:01:06 +09:00
nao-pon
dda8027cf0
[driver:dropbox] configurable PDO-DSN & DB table name
2014-03-12 02:01:05 +09:00
nao-pon
bd008b51e5
[driver:dropbox] fix _save() missing argument
2014-03-12 02:01:05 +09:00
nao-pon
6f8a5c09f7
[driver:dropbox] add source comment
2014-03-12 02:01:05 +09:00
nao-pon
cc8314adf5
[driver:dropbox] use PDO:SQLite for cache of delta data
2014-03-12 02:01:05 +09:00
nao-pon
181bf06f6d
[driver:Dropbox] fix delta data fetching
2014-03-12 02:01:05 +09:00
nao-pon
e56fbc7b30
set volume icon
2014-03-12 02:01:05 +09:00
nao-pon
a59588938f
[Driver.Dropbox] fix missing customData when return from dropbox.com
2014-03-12 02:01:05 +09:00
nao-pon
7e2a4d737f
dropbox-php library move to include_path
...
Need install dropbox-php with Pear installer or Composer or manually.
You can install using the following:
pear channel-discover pear.dropbox-php.com
pear install dropbox-php/Dropbox
Or by adding the following to your composer.json:
"require": {
"dropbox-php/dropbox-php": “1.*”
}
2014-03-12 02:01:05 +09:00
nao-pon
dd1c451edb
fix _save()
2014-03-12 02:01:05 +09:00
nao-pon
3a95a14348
fix _save() (drivers inner api changedgit status)
2014-03-12 02:01:05 +09:00
nao-pon
456a5bd9ce
use "client_mtime" for stat['ts']
2014-03-12 02:01:05 +09:00
nao-pon
12a358da19
refactor rmTmb method, now accepts $stat instead tmb name
2014-03-12 02:01:05 +09:00
nao-pon
5a8b92b7be
set "acceptedName"
2014-03-12 02:01:05 +09:00
nao-pon
88f1bbe879
meta cache file obfuscation
2014-03-12 02:01:05 +09:00
nao-pon
3ab2344b02
reflash image size on file edited
2014-03-12 02:01:05 +09:00
nao-pon
bb7907a2c4
fix declaration error
2014-03-12 02:01:05 +09:00
nao-pon
d4e4e60c8c
fix remain local cache
2014-03-12 02:01:05 +09:00
nao-pon
6eef08544b
cache image size
2014-03-12 02:01:05 +09:00
nao-pon
e346b403d9
add getContentUrl() it calls from elFinder::url() (ref: #287 )
2014-03-12 02:01:05 +09:00
nao-pon
7905656045
change metaCacheFile name
2014-03-12 02:01:04 +09:00
nao-pon
7109b62576
copy quickly
2014-03-12 02:01:04 +09:00
nao-pon
e7b46fbb35
fix resize & lightly createTmb()
2014-03-12 02:01:04 +09:00
nao-pon
32b0278da9
remove quickly
2014-03-12 02:01:04 +09:00