-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
10 changed files
with
64 additions
and
43 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,12 @@ | ||
2022-03-14 Naoki Sawada <[email protected]> | ||
* elFinder (2.1.61): | ||
- [security] Fixed #3458 filename bypass leading to RCE on Windows server | ||
- [security:CVE-2022-26960] Fixed a path traversal issue | ||
- [i18n] Updated ru and fr | ||
- [js] Updated CDNs of external libs | ||
- And some minor bug fixes | ||
|
||
|
||
2021-11-12 Naoki Sawada <[email protected]> | ||
* elFinder (2.1.60): | ||
- [VD:OneDrive] show error on _od_obtainAccessToken() | ||
|
@@ -6,6 +15,7 @@ | |
- [VD:LocalFileSystem] Fixed #3429 RCE on Windows server | ||
- [js:core,options] Fixed #3401 add an option workerBaseUrl | ||
|
||
|
||
2021-06-13 Naoki Sawada <[email protected]> | ||
* elFinder (2.1.59): | ||
- [Security:php] Fixed multiple vulnerabilities leading to RCE | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/*! | ||
* elFinder - file manager for web | ||
* Version 2.1.61 (2022-03-14) | ||
* Version 2.1.61 (2.1-src Nightly: 1733024) (2022-03-15) | ||
* http://elfinder.org | ||
* | ||
* Copyright 2009-2022, Studio 42 | ||
|
@@ -10730,7 +10730,7 @@ if (!window.cancelAnimationFrame) { | |
* | ||
* @type String | ||
**/ | ||
elFinder.prototype.version = '2.1.61'; | ||
elFinder.prototype.version = '2.1.61 (2.1-src Nightly: 1733024)'; | ||
|
||
|
||
|
||
|
@@ -11216,27 +11216,27 @@ elFinder.prototype._options = { | |
*/ | ||
cdns : { | ||
// for editor etc. | ||
ace : 'https://cdnjs.cloudflare.com/ajax/libs/ace/1.4.12', | ||
codemirror : 'https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.61.1', | ||
ckeditor : 'https://cdnjs.cloudflare.com/ajax/libs/ckeditor/4.16.1', | ||
ckeditor5 : 'https://cdn.ckeditor.com/ckeditor5/28.0.0', | ||
tinymce : 'https://cdnjs.cloudflare.com/ajax/libs/tinymce/5.7.1', | ||
ace : 'https://cdnjs.cloudflare.com/ajax/libs/ace/1.4.14', | ||
codemirror : 'https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.65.2', | ||
ckeditor : 'https://cdnjs.cloudflare.com/ajax/libs/ckeditor/4.17.2', | ||
ckeditor5 : 'https://cdn.ckeditor.com/ckeditor5/33.0.0', | ||
tinymce : 'https://cdnjs.cloudflare.com/ajax/libs/tinymce/6.0.0', | ||
simplemde : 'https://cdnjs.cloudflare.com/ajax/libs/simplemde/1.11.2', | ||
fabric : 'https://cdnjs.cloudflare.com/ajax/libs/fabric.js/4.2.0', | ||
fabric16 : 'https://cdnjs.cloudflare.com/ajax/libs/fabric.js/1.6.7', | ||
tui : 'https://uicdn.toast.com', | ||
// for quicklook etc. | ||
hls : 'https://cdnjs.cloudflare.com/ajax/libs/hls.js/1.0.2/hls.min.js', | ||
dash : 'https://cdnjs.cloudflare.com/ajax/libs/dashjs/3.2.2/dash.all.min.js', | ||
flv : 'https://cdnjs.cloudflare.com/ajax/libs/flv.js/1.5.0/flv.min.js', | ||
videojs : 'https://cdnjs.cloudflare.com/ajax/libs/video.js/7.12.1', | ||
hls : 'https://cdnjs.cloudflare.com/ajax/libs/hls.js/1.1.5/hls.min.js', | ||
dash : 'https://cdnjs.cloudflare.com/ajax/libs/dashjs/4.3.0/dash.all.min.js', | ||
flv : 'https://cdnjs.cloudflare.com/ajax/libs/flv.js/1.6.2/flv.min.js', | ||
videojs : 'https://cdnjs.cloudflare.com/ajax/libs/video.js/7.18.1', | ||
prettify : 'https://cdn.jsdelivr.net/gh/google/code-prettify@f1c3473acd1e8ea8c8c1a60c56e89f5cdd06f915/loader/run_prettify.js', | ||
psd : 'https://cdnjs.cloudflare.com/ajax/libs/psd.js/3.2.0/psd.min.js', | ||
psd : 'https://cdnjs.cloudflare.com/ajax/libs/psd.js/3.4.0/psd.min.js', | ||
rar : 'https://cdn.jsdelivr.net/gh/nao-pon/rar.js@6cef13ec66dd67992fc7f3ea22f132d770ebaf8b/rar.min.js', | ||
zlibUnzip : 'https://cdn.jsdelivr.net/gh/imaya/[email protected]/bin/unzip.min.js', // need check unzipFiles() in quicklook.plugins.js when update | ||
zlibGunzip : 'https://cdn.jsdelivr.net/gh/imaya/[email protected]/bin/gunzip.min.js', | ||
bzip2 : 'https://cdn.jsdelivr.net/gh/nao-pon/[email protected]/bzip2.js', | ||
marked : 'https://cdnjs.cloudflare.com/ajax/libs/marked/2.0.3/marked.min.js', | ||
marked : 'https://cdnjs.cloudflare.com/ajax/libs/marked/4.0.2/marked.min.js', | ||
sparkmd5 : 'https://cdnjs.cloudflare.com/ajax/libs/spark-md5/3.0.0/spark-md5.min.js', | ||
jssha : 'https://cdnjs.cloudflare.com/ajax/libs/jsSHA/3.2.0/sha.min.js', | ||
amr : 'https://cdn.jsdelivr.net/gh/yxl/opencore-amr-js@dcf3d2b5f384a1d9ded2a54e4c137a81747b222b/js/amrnb.js', | ||
|
@@ -30111,7 +30111,7 @@ elFinder.prototype.commands.quicklook.plugins = [ | |
ql.hideinfo(); | ||
var doc = $('<iframe class="elfinder-quicklook-preview-html"></iframe>').appendTo(preview)[0].contentWindow.document; | ||
doc.open(); | ||
doc.write(marked(data.content)); | ||
doc.write((marked.parse || marked)(data.content)); | ||
doc.close(); | ||
loading.remove(); | ||
}, | ||
|
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
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
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