-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
53 changed files
with
6,797 additions
and
3,821 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,101 @@ | ||
2021-06-13 Naoki Sawada <[email protected]> | ||
* elFinder (2.1.59): | ||
- [Security:php] Fixed multiple vulnerabilities leading to RCE | ||
- [php:session] Fixed #3278 wrong code of typo | ||
- [js:core] #3351 allow columnsCustomName[x] to be a function | ||
- [css:quicklook] Fixed #3240 remove unnecessary color specifications | ||
- [cmd:extract] Fixed #3252 for checking the existence of existing files | ||
- [js:core] Fixed #3359 add an option "noResizeBySelf" | ||
- [VD:abstract] Fixed #3216 missing url option on upload into root | ||
- And some minor bug fixes | ||
|
||
|
||
2021-06-09 Naoki Sawada <[email protected]> | ||
* elFinder (2.1.58): | ||
- [VD:abstract] Fixed #3151 support RAR5 lib | ||
- [cmd:fullscreen] Fixed #3177 wrong fullscreen button caption | ||
- [js:core] Supports cookie samesite attribute | ||
- [VD:SFTP] Add new SFTP driver, via phpseclib library | ||
- [js:core] Fixed #3193 auto-detection of baseUrl | ||
- [js:upload] Fixed upload bug (#3264) | ||
- [VD:abstract,php] make the thumbnail support webp (#3265) | ||
- [php:core] Fixed #3250 error only variables can be passed by reference | ||
- [VD:abstract] add 'phar:*' => 'text/x-php' into 'staticMineMap' | ||
- [VD:abstract] Fixed #3181 add an option uploadMaxMkdirs | ||
- [php:core] Add cwd param to proc_open (#3281) | ||
- [VD:abstract] Bugfix of an option mimeDetect (#3291) | ||
- [UI] Fixed #3302 problem of d&d when copy of UI command is disabled | ||
- And some minor bug fixes | ||
|
||
|
||
2020-06-05 Naoki Sawada <[email protected]> | ||
* elFinder (2.1.57): | ||
- [js] Fixed #3148 to support jQuery 3.5.0 update | ||
- [php:core] Fixed #3154 volume that require online access cannot be specified | ||
- [VD:abstract] Fixed #3161 fix option data of cwd results on after change files | ||
- [VD:abstract] Fixed #3167 added "none" (no image library check) to `imgLib` | ||
- [cmd:resize] Fixed #3158 to make able to change quality without changing dimensions | ||
- And some minor bug fixes | ||
|
||
|
||
2020-04-09 Naoki Sawada <[email protected]> | ||
|
||
* elFinder (2.1.56): | ||
- [js:extras:editors.default] remove Pixlr editor it is no longer possible to display in IFRAME | ||
- [php:core] Fixed #3134 close file pointer before deleting temporary file on shutdown | ||
- [VD:abstract] change prefix of zipdl temp file | ||
- [php:core] Fixed #3136 zipdl fails on Chrome on iOS / iPadOS | ||
- [cmd:netmount] Fixed #3138 OAuth not possible with CORS due to new ITP | ||
- [VD:MySQL,OneDrive] Fixed #3142 remove debug code | ||
- [i18n:pl,ko] Updated translations | ||
- And some minor bug fixes | ||
|
||
|
||
2020-03-18 Naoki Sawada <[email protected]> | ||
|
||
* elFinder (2.1.55): | ||
- [VD:abstract] Fixed #3125 Fatal error in zipArchiveUnzip() | ||
- [cmd:open] optimization, move function definition in loop to out of loop | ||
- [php:session] Fixed #3103 WARNING: setcookie(): Unrecognized key 'lifetime' | ||
- [i18n:cs,sk] Updated translations | ||
|
||
|
||
2020-03-14 Naoki Sawada <[email protected]> | ||
|
||
* elFinder (2.1.54): | ||
- [cmd:edit,quicklook] adjustment about select encoding function | ||
- [php:core] add `toastErrorHandler` for send toast message to client side | ||
- [cmd:resize] to allow image resize more image type with the ImageMagick | ||
- [php:session] Fixed #3103 WARNING: setcookie(): Unrecognized key 'lifetime' | ||
- [php:session] Fixed #2857 warning error on start() | ||
- [ui:dialog] delete an option `flexibleHeight` so it works well by option `height: "auto"`` | ||
- [cmd:edit] bugfix of save as on the serach results | ||
- [php:core] add a public method `utf8Encode()` and make new main option `utf8Encoder` @callable | ||
- [VD:abstract] Fixed #3104 Fixed as much as possible the differences in encoding of archive file names | ||
- [php:plugins:Watermark] repeated use of Imagick::compositeImage() may cause PHP to hang, so disable it | ||
- [js:core] Fixed #3106 enable to specify header name of parrot return to enable ITP measures | ||
- [php:Connector] add a public method `setHeader($value)` | ||
- [js:core] support fake progress bar | ||
- [VD:OneDrive] bugfix of large file uploading | ||
- [VD:Box] Fixed problem where access token could be lost | ||
- [VD:Box] Fixed processing of `getSharedWebContentLink()` | ||
- [js:core] if the file URL is public, use it as onetime url | ||
- [php:plugins:Normalizer] support "caron" with option "umlauts" | ||
- [js:core:notify] Fixed #3111 add minimize, close(option) button into notify dialog | ||
- [ja:extars:editors.default] Fixed #2600 remove Creative Cloud Image Editor UI | ||
- [php] Fixed #3114 stream proxy function using the `file` cmd corresponds to range request | ||
- [js:extras:efitors.default] to show color slider of TUI Image Editor | ||
- [cmd:edit] error handling of ta.getContent() | ||
- [cmd:edit] bugfix of savecl() edit dialog may not re-open in case of error | ||
- [js:core] Fixed #3118 web worker does not work when elfinder.js is cross-site loaded | ||
- [php:core,VD] Fixed #3119 disallow extract of uncompressed size larger than option "maxArcFilesSize" | ||
- [php:core] Fixed #3120 allow plugins (Sanitizer etc) to be applied when pasting from another volume | ||
- [php:plugins:Normlizer,Sanitizer] update example commentation, recommend to bind to action "paste.copyfrom" | ||
- [VD:FTP] Fixed stat() of root on server with no supports "MLST" | ||
- [ui:cwd] Fixed a bug that thumbnails might not be displayed after editing image | ||
- And some minor bug fixes | ||
|
||
|
||
2020-01-25 Naoki Sawada <[email protected]> | ||
|
||
* elFinder (2.1.53): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
elFinder | ||
======== | ||
|
||
**WARNING: IF YOU HAVE OLDER (IN PARTICULAR 2.1.48 OR EARLIER) VERSIONS OF ELFINDER ON PUBLIC SERVERS, IT MAY CAUSE SERIOUS DAMAGE TO YOUR SERVER AND VISITED USER. YOU SHOULD UPDATE TO THE LATEST VERSION OR REMOVE IT FROM THE SERVER.** | ||
**WARNING: IF YOU HAVE OLDER (IN PARTICULAR 2.1.58 OR EARLIER) VERSIONS OF ELFINDER ON PUBLIC SERVERS, IT MAY CAUSE SERIOUS DAMAGE TO YOUR SERVER AND VISITED USER. YOU SHOULD UPDATE TO THE LATEST VERSION OR REMOVE IT FROM THE SERVER.** | ||
|
||
[![elFinder file manager for the Web](https://studio-42.github.io/elFinder/images/elFinderScr.png "elFinder file manager for the Web")](https://studio-42.github.io/elFinder/) | ||
|
||
|
@@ -47,7 +47,7 @@ Features | |
upload, create folder/file, rename, etc.) | ||
* High performance server backend and light client UI | ||
* Multi-root support | ||
* Local file system, MySQL, FTP, Box, Dropbox, GoogleDrive and OneDrive volume storage drivers | ||
* Local file system, MySQL, FTP, SFTP, Box, Dropbox, GoogleDrive and OneDrive volume storage drivers | ||
* Support AWS S3, Azure, Digital Ocean Spaces and more with [League\Flysystem](https://github.com/barryvdh/elfinder-flysystem-driver) Flysystem driver | ||
* Cloud storage (Box, Dropbox, GoogleDrive and OneDrive) drivers | ||
* Background file/folder upload with Drag & Drop HTML5 support | ||
|
@@ -124,7 +124,7 @@ Installation | |
Downloads | ||
------------ | ||
**Stable releases** ([Changelog](https://github.com/Studio-42/elFinder/blob/master/Changelog)) | ||
+ [elFinder 2.1.53](https://github.com/Studio-42/elFinder/archive/2.1.53.zip) | ||
+ [elFinder 2.1.59](https://github.com/Studio-42/elFinder/archive/2.1.59.zip) | ||
+ [elFinder 2.0.9](https://github.com/Studio-42/elFinder/archive/2.0.9.zip) (deprecated) | ||
**Nightly builds** | ||
|
@@ -134,7 +134,6 @@ Demo sites | |
------------ | ||
**2.1.x Nightly** | ||
+ https://studio-42.github.io/elFinder/ (with CORS) | ||
+ https://hypweb.net/elFinder-nightly/demo/2.1/ | ||
FAQs | ||
------------ | ||
|
@@ -154,8 +153,7 @@ You can create or modify the language file to use translation tool. Please refer | |
3rd party connectors | ||
-------------------- | ||
* [ASP.NET Core](https://github.com/gordon-matt/elFinder.NetCore) | ||
* [ASP.NET](https://github.com/leniel/elFinder.Net) | ||
* [ASP.NET](https://github.com/leniel/elFinder.Net) / [ASP.NET Core](https://github.com/gordon-matt/elFinder.NetCore) / [.NET Standard](https://github.com/mguinness/elFinder.AspNet) | ||
* [Java Servlet](https://github.com/trustsystems/elfinder-java-connector) | ||
* [JavaScript/Efw](https://github.com/efwGrp/efw3.X/blob/master/help/tag.elfinder.md) | ||
* [Nodejs](https://github.com/dekyfin/elfinder-node) | ||
|
@@ -178,7 +176,7 @@ Hint: [How to load CSS with RequireJS?](https://github.com/Studio-42/elFinder/wi | |
3rd party Integrations | ||
-------------------- | ||
* [Django](https://github.com/mikery/django-elfinder) | ||
* [Drupal](https://www.drupal.org/project/elfinder) | ||
* [Drupal](https://gitlab.com/667bdrm/elfinder) | ||
* [Laravel](https://github.com/barryvdh/laravel-elfinder) | ||
* [Roundcube](https://github.com/Offerel/roundcube_elfinder) | ||
* [Symfony](https://github.com/helios-ag/FMElfinderBundle) | ||
|
@@ -203,7 +201,7 @@ Authors | |
* Current main developer: Naoki Sawada <[email protected]> | ||
* Chief developer: Dmitry "dio" Levashov <[email protected]> | ||
* Maintainer: Troex Nevelin <[email protected]> | ||
* Developers: Alexey Sukhotin <[email protected]>, Naoki Sawada <[email protected]> | ||
* Developers: Alexey Sukhotin, Naoki Sawada <[email protected]> | ||
* Icons: PixelMixer, [Yusuke Kamiyamane](http://p.yusukekamiyamane.com), [Icons8](https://icons8.com) | ||
We hope our tools will be helpful for you. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.