Skip to content

Commit d6d1b70

Browse files
authored
Merge pull request #12 from Offerel/dev
Fix for save attachments
2 parents 3a8a904 + 3b5af95 commit d6d1b70

File tree

749 files changed

+13040
-49058
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

749 files changed

+13040
-49058
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### v1.4.4
2+
- Added ACE Editor as code editor
3+
- Remove refresh, when plugin is active
4+
- Changed elFinder to 1.4.50
5+
- Fix elFinder CodeMirror implementation
6+
17
### v1.4.3
28
- Fix and customization for Roundcube 1.4 RC2
39
- Added CHANGELOG.md to release

client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Roundcube elfinder Plugin
33
*
4-
* @version 1.4.3
4+
* @version 1.4.4
55
* @author Offerel
66
* @copyright Copyright (c) 2018, Offerel
77
* @license GNU General Public License, version 3

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"role": "Developer"
1313
}
1414
],
15-
"version": "1.4.3",
15+
"version": "1.4.4",
1616
"repositories": [
1717
{
1818
"type": "composer",

elfinder/.gitignore

Lines changed: 0 additions & 12 deletions
This file was deleted.

elfinder/Changelog

Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,133 @@
1+
2020-04-09 Naoki Sawada <hypweb+elfinder@gmail.com>
2+
3+
* elFinder (2.1.56):
4+
- [js:extras:editors.default] remove Pixlr editor it is no longer possible to display in IFRAME
5+
- [php:core] Fixed #3134 close file pointer before deleting temporary file on shutdown
6+
- [VD:abstract] change prefix of zipdl temp file
7+
- [php:core] Fixed #3136 zipdl fails on Chrome on iOS / iPadOS
8+
- [cmd:netmount] Fixed #3138 OAuth not possible with CORS due to new ITP
9+
- [VD:MySQL,OneDrive] Fixed #3142 remove debug code
10+
- [i18n:pl,ko] Updated translations
11+
- And some minor bug fixes
12+
13+
14+
2020-03-18 Naoki Sawada <hypweb+elfinder@gmail.com>
15+
16+
* elFinder (2.1.55):
17+
- [VD:abstract] Fixed #3125 Fatal error in zipArchiveUnzip()
18+
- [cmd:open] optimization, move function definition in loop to out of loop
19+
- [php:session] Fixed #3103 WARNING: setcookie(): Unrecognized key 'lifetime'
20+
- [i18n:cs,sk] Updated translations
21+
22+
23+
2020-03-14 Naoki Sawada <hypweb+elfinder@gmail.com>
24+
25+
* elFinder (2.1.54):
26+
- [cmd:edit,quicklook] adjustment about select encoding function
27+
- [php:core] add `toastErrorHandler` for send toast message to client side
28+
- [cmd:resize] to allow image resize more image type with the ImageMagick
29+
- [php:session] Fixed #3103 WARNING: setcookie(): Unrecognized key 'lifetime'
30+
- [php:session] Fixed #2857 warning error on start()
31+
- [ui:dialog] delete an option `flexibleHeight` so it works well by option `height: "auto"``
32+
- [cmd:edit] bugfix of save as on the serach results
33+
- [php:core] add a public method `utf8Encode()` and make new main option `utf8Encoder` @callable
34+
- [VD:abstract] Fixed #3104 Fixed as much as possible the differences in encoding of archive file names
35+
- [php:plugins:Watermark] repeated use of Imagick::compositeImage() may cause PHP to hang, so disable it
36+
- [js:core] Fixed #3106 enable to specify header name of parrot return to enable ITP measures
37+
- [php:Connector] add a public method `setHeader($value)`
38+
- [js:core] support fake progress bar
39+
- [VD:OneDrive] bugfix of large file uploading
40+
- [VD:Box] Fixed problem where access token could be lost
41+
- [VD:Box] Fixed processing of `getSharedWebContentLink()`
42+
- [js:core] if the file URL is public, use it as onetime url
43+
- [php:plugins:Normalizer] support "caron" with option "umlauts"
44+
- [js:core:notify] Fixed #3111 add minimize, close(option) button into notify dialog
45+
- [ja:extars:editors.default] Fixed #2600 remove Creative Cloud Image Editor UI
46+
- [php] Fixed #3114 stream proxy function using the `file` cmd corresponds to range request
47+
- [js:extras:efitors.default] to show color slider of TUI Image Editor
48+
- [cmd:edit] error handling of ta.getContent()
49+
- [cmd:edit] bugfix of savecl() edit dialog may not re-open in case of error
50+
- [js:core] Fixed #3118 web worker does not work when elfinder.js is cross-site loaded
51+
- [php:core,VD] Fixed #3119 disallow extract of uncompressed size larger than option "maxArcFilesSize"
52+
- [php:core] Fixed #3120 allow plugins (Sanitizer etc) to be applied when pasting from another volume
53+
- [php:plugins:Normlizer,Sanitizer] update example commentation, recommend to bind to action "paste.copyfrom"
54+
- [VD:FTP] Fixed stat() of root on server with no supports "MLST"
55+
- [ui:cwd] Fixed a bug that thumbnails might not be displayed after editing image
56+
- And some minor bug fixes
57+
58+
59+
2020-01-25 Naoki Sawada <hypweb+elfinder@gmail.com>
60+
61+
* elFinder (2.1.53):
62+
- [VD:LocalFileSystem] Fixed #3095 not able to make `quarantine` directory
63+
- [cmd:quicklook] Added TIFF image viewer
64+
- [VD:abstract] Fixed #3097 "Unable to create archive" error deletes target files
65+
- [cmd:quicklook] Fixed #3099 to make charactor encoding selectable in text file preview
66+
- And some minor bug fixes
67+
68+
69+
2020-01-20 Naoki Sawada <hypweb+elfinder@gmail.com>
70+
71+
* elFinder (2.1.52):
72+
- [js:core] Fixed #3052 a bug where duplicate CSS was loaded by `loadCss()`
73+
- [debugger] Fixed #3057 add a client option `toastBackendWarn`
74+
- [php:core] Fixed #3062 bugfix of `elFinder::getConnectorUrl()`
75+
- [VD:abstract] Fixed #3071 folders in archive may not be extracted
76+
- Use square brackets instead of curly braces, because this syntax is deprecated with PHP 7.4 (#3070)
77+
- [cmd:quicklook] support the elFinder client option `dialogContained`
78+
- [ui:dialog] Fixed wrong dialog sizing with the option `dialogContained`
79+
- [VD:abstract] Fixed #3042 stricter processing verification on `getItemsInHand()`
80+
- [VD] Fixed #3074 authentification (return) URL not useable if the connctor url has "?"
81+
- [VD:abstract] Fixed #3077 support rapid root stat
82+
- [VD:Box,OneDrive] Fixed #3082 support permanent mount with connector roots configure
83+
- [js] Fixed #3081 handle when browser cookies are disabled
84+
- [js:core] Fixed an issue where opened tabs could't be closed, such as when approving netmount
85+
- [js:extras:editors.default] Fixed problem that can't save as JPEG with TUI image edtor
86+
- [editors:online-convert] online-convert.com can no longer be displayed in iFrames on external sites
87+
- [VD:abstract] Fixed #3084 add thumbnail garbage collection function
88+
- [VD:FTP] change default option, 'checkSubfolders' to -1
89+
- [core] Fixed #3085 malfunction of volume root option "disabled"
90+
- [doc,example] Fixed #3079 add connector.maximal.php-dist
91+
- [VD] save alias of options to session data of netmount volume
92+
- [ui:cwd] Fixed #3087 wrong behavior when dragging with old jQuery UI
93+
- [VD:Box] Fixed problem that `isNameExists()` return value is wrong
94+
- [js] add worker/worker.js to support the Window.Worker
95+
- [cmd:quicklook] add bzip2 preview and use Worker to calc
96+
- [js:core] create new method `fm.getWorker(options)`
97+
- [i18n:LANG] add new word 'linesLeft' : '... $1 lines left.'
98+
- [js:core] Fixed #3069 send relative path on folder uploading
99+
- [ui:cwd] Fixed lazy display of oldschool parent directory icon
100+
- [php:core] Fixed #3093 add a delegate point `get.detectencoding` for the `bind` option
101+
- And some minor bug fixes
102+
103+
104+
2019-12-08 Naoki Sawada <hypweb+elfinder@gmail.com>
105+
106+
* elFinder (2.1.51):
107+
- [css] Fixed #2985 conflict css with bootstrap
108+
- [cmd:edit,mkfile] Fixed #3000 add an option `commandsOptions.edit.mkfileHideMimes`
109+
- [css:cwd] Fixed #3008 adjusting the minimum width of the type badge
110+
- [php:session] Fixed #3017 param "SameSite=None" support for CORS
111+
- [cmd:edit] Fixed #3018 CodeMirror lib URL don't work as relative path when using RequireJS
112+
- [js:core,VD:abstract] Fixed #3028 add an option `tmbReqCustomData` to the volume roots
113+
- And some minor bug fixes
114+
115+
116+
2019-08-20 Naoki Sawada <hypweb+elfinder@gmail.com>
117+
118+
* elFinder (2.1.50):
119+
- [cmd:edit] Fixed #2903 Types that can not be created are hidden in the contextmenu
120+
- [VD:abstract] Fixed #2908 MIME type misjudgment of file with upper case extension
121+
- [js:main.default] Fixed #2943 add error handling of lang detector
122+
- [cmd:paste,VD:abstract] Fixed #2954 make the `paste` command cancelable
123+
- [js:core] Fixed #2957 prevent circular reference of data for event call back
124+
- [cmd:paste] Fixed #2967 add an option `commandsOptions.paste.moveConfirm`
125+
- [js:core] Fixed #2970 "response is not defined" on upload error
126+
- [js:core] Fixed #2971 of logic of `getSize()` function
127+
- [js:core] Fixed #2863 (again) cssAutoLoad is not working
128+
- And some minor bug fixes
129+
130+
1131
2019-04-17 Naoki Sawada <hypweb+elfinder@gmail.com>
2132

3133
* elFinder (2.1.49):

elfinder/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Installation
124124
Downloads
125125
------------
126126
**Stable releases** ([Changelog](https://github.com/Studio-42/elFinder/blob/master/Changelog))
127-
+ [elFinder 2.1.49](https://github.com/Studio-42/elFinder/archive/2.1.49.zip)
127+
+ [elFinder 2.1.56](https://github.com/Studio-42/elFinder/archive/2.1.56.zip)
128128
+ [elFinder 2.0.9](https://github.com/Studio-42/elFinder/archive/2.0.9.zip) (deprecated)
129129
130130
**Nightly builds**

0 commit comments

Comments
 (0)