55 Commits

Author SHA1 Message Date
Andre Wachsmuth 788daa2ac4 Fix build for Windows environment (#3699)
mkdir command in Windows does not have a "-p" option. Creating
the parents seems unnecessary, as the parent folder is the project
root and that should always exist. So simply remove the "-p" option.

Windows uses backslashes as the path separator. Replace backslash
with forward slash to normalize the paths.

Co-authored-by: Andre Wachsmuth <awa@xima.de>
2025-08-28 20:09:47 +09:00
nao-pon ba75974f83 [js] add worker/worker.js to support the Window.Worker 2020-01-15 17:09:36 +09:00
nao-pon 927e8e62f6 [doc,example] fix #3079 add connector.maximal.php-dist 2020-01-10 01:19:48 +09:00
nao-pon 480450650e [jake:build] add task elfinder-minimal to make minimal buildi
rel. #2634
2018-08-25 11:52:49 +09:00
nao-pon bca4c4387f [jake] fixmissing img/*.svg 2018-05-14 00:28:35 +09:00
nao-pon 7f9e31cbb8 [jake] tiny correction with linter 2017-12-14 01:37:15 +09:00
nao-pon d747d8b8c3 [js] tiny correction with linter 2017-12-14 01:32:42 +09:00
nao-pon 86374eec1d [jake] fix problem of jake -C ./build clean 2017-11-22 23:51:10 +09:00
nao-pon 34280c636f [jake] supports php/editors/* 2017-11-15 01:45:09 +09:00
nao-pon 4338cd4974 [jake] do not copy connector.minimal.php.dist to connector.php.dist 2017-09-01 10:43:09 +09:00
nao-pon 1223a34295 [ui:cwd] fix #2158 add file type badge in icons view with CSS 2017-08-21 20:36:47 +09:00
nao-pon c539253081 [jake] make minified file of js/extras/*.js
c.f. https://github.com/cdnjs/cdnjs/pull/11578#issuecomment-318847748
2017-07-30 11:30:18 +09:00
nao-pon 85337e0814 [cmd:help] aadd file ext '.js' to i18n/help/.*.html to enable on cdnjs 2017-07-26 11:55:17 +09:00
nao-pon 34c6e4ed1a [jake] fix problem of csso.minify, add "elfinder.legacy.html" 2017-06-28 13:20:58 +09:00
nao-pon 6c966f73cd [cmd:help] add an option helpSource - HTML source URL of the heip tab
And added default help sources (en.html, jp.html) into js/i18n/help.

We are wanting source files for other languages. We welcame to your any pull requests.
2017-06-15 17:28:08 +09:00
nao-pon c3e931d3c6 [jake] update Jakefile.js 2017-05-16 17:49:48 +09:00
nao-pon 3ed3611231 [Jake] include php/.tmp/.htaccess 2017-01-13 16:21:46 +09:00
nao-pon db467184a4 [php] move /plugins/plugin.php to /elFinderPlugin.php 2016-12-15 01:14:35 +09:00
nao-pon 0b078ed9a8 [js] maintenance for Require JS 2016-11-26 22:06:10 +09:00
nao-pon fb17859b12 [js] fix #1000 Wrap compiled code in UMD (for commonJs and AMD support) 2016-11-23 22:55:21 +09:00
Naoki Sawada 34aae4e971 Update Jakefile.js
add LICENSE.md
2016-11-17 21:24:31 +09:00
nao-pon 68234b9934 [js:options] commandsOptions.netmount separates to elFinder.options.netmount.js` 2016-11-03 11:51:34 +09:00
nao-pon 903f7c9f4a [Jakefile] fix dupilicated build comment of min.css 2016-07-09 11:05:05 +09:00
nao-pon 79a4e6dacb [Jakefile] fix syntax error 2016-06-03 09:47:55 +09:00
nao-pon bb96c61739 added php/resources/* 2016-06-02 18:49:14 +09:00
nao-pon 42df491664 [Jakefile] added php/autoload.php 2016-05-30 22:30:59 +09:00
nao-pon 10fe3fdf42 [Jakefile] fix missing new Data() 2016-04-20 23:03:16 +09:00
Troex Nevelin e7a649b9de [jake] fix version, closes #1322 2016-04-19 20:39:22 +03:00
nao-pon 11cb255bee [jake] fix css minify 2016-04-13 10:44:02 +09:00
Troex Nevelin 130626d3e3 fix jake clean 2016-04-12 23:17:26 +03:00
nao-pon f1c93d9135 [jake] fix forgot php/libs/*.php 2016-04-11 17:15:04 +09:00
nao-pon f1661bb0f1 [js:extras] add quicklook.googledocs.js 2016-04-01 15:10:23 +09:00
nao-pon d94ecc4875 [Jakefile] fix typo 2016-03-23 20:26:41 +09:00
nao-pon b45cfec305 [VD] add a new volume driver FlysystemGoogleDriveNetmount
Usage
-----
```
composer require barryvdh/elfinder-flysystem-driver
composer require nao-pon/flysystem-google-drive:~1.1
google/apiclient:~2.0@rc
```

```php
// Load composer autoloader
require 'vender/autoload.php';

// Enable Google Drive as Netmount driver
include_once
dirname(__FILE__).DIRECTORY_SEPARATOR.'elFinderFlysystemGoogleDriveNetmount.php';
define('ELFINDER_GOOGLEDRIVE_CLIENTID', 'YOUR CLIENT ID');
define('ELFINDER_GOOGLEDRIVE_CLIENTSECRET', 'YOUR CLIENT SECRET');
```

Add "YOUR_CONNECTOR_URL(connector.php)?cmd=netmount&protocol=googledrive&host=1"
to "Authorized redirect URIs" in "Credentials" on Google API Manager.
2016-03-23 17:34:47 +09:00
nao-pon f47c5eb2bd [Jake] update Jakefile.js for elFinderSession php files 2016-02-29 01:00:36 +09:00
nao-pon b9b1737ab0 [Jakefile] add composer.json 2015-11-09 15:42:59 +09:00
nao-pon b8aedec7d7 Revert "[build] fix i18n/elfinder.en.js not update"
This reverts commit dcc44ebf64.
2015-06-20 10:52:32 +09:00
nao-pon dcc44ebf64 [build] fix i18n/elfinder.en.js not update 2015-06-16 15:07:59 +09:00
ph0enix 3395761dee Connector filenames update 2015-05-07 18:07:11 +03:00
nao-pon af2b4b1c74 edit Jakefile.js, add sounds & path.existsSync to fs.existsSync etc. 2014-12-08 21:52:15 +09:00
nao-pon 034f42915a support UglifyJS2 & 2.1 plugins future & etc (fixes #409, #529, #611) 2013-08-04 14:28:41 +09:00
Troex Nevelin 21ae1e70c9 include forgotten elfinder.min.js/.css in release pack 2012-07-18 13:09:42 +03:00
Troex Nevelin b2b078e456 build release with jake finally working, thanks @mde 2012-07-01 17:53:22 +03:00
Troex Nevelin be005d8cce fix build script 2012-06-16 00:26:29 +03:00
Troex Nevelin bcf1d41226 fix year in build script 2012-04-10 17:04:10 +03:00
Troex Nevelin dcacca5872 fixes #87, elfinder.html not copied outside build/ 2011-11-22 16:22:35 +02:00
Troex Nevelin 0c333e7140 remove forced library inclusion 2011-09-22 22:17:17 +03:00
Troex Nevelin 3a992f2694 update Jakefile.js to work with latest csso 2011-09-10 21:54:00 +03:00
Troex Nevelin 3505e5530d fixes #34 min css IE, fixes #53 missing elFinderSupportVer1.js 2011-08-09 19:19:36 +03:00
Troex Nevelin 746098ea21 build: sync file list with tree 2011-07-13 21:32:28 +03:00