31 Commits

Author SHA1 Message Date
Naoki Sawada 48576af671 Prepare elFinder for jQuery 4 sup (#3781)
* Refactor touch event binding in elfinder.js (#3762)

for jquery 4.0

* Refactor name trimming in elFinder.resources.js (#3763)

for jquery 4.0

* Replace jQuery methods with native JavaScript equivalents (#3764)

for jquery 4.0

* Refactor command binding to use bind method (#3765)

for jquery 4.0

* Refactor search input value handling and buttonset (#3766)

for jquery 4.0

* Refactor function calls to use bind instead of proxy (#3767)

for jquery 4.0

* Refactor text trimming method in parseUploadData (#3768)

for jquery 4.0

* Fix mime trimming and whitespace handling (#3769)

for jquery 4.0

* Refactor value trimming to use native trim method (#3772)

for jquery 4.0

* Fix binding of 'make' method in mkfile.js (#3773)

for jquery 4.0

* Fix binding of make function in mkdir command (#3774)

for jquery 4.0

* Fix string trimming for translator names (#3775)

for jquery 4.0

* Fix binding of mixin make function in edit.js (#3776)

For jquery 4

* Refactor permission value trimming method (#3777)

For jquery 4.0

* fix: to support jQuery 4.0.0

* update: use jQuery 4.0.0/jQueyUI 1.14.2

---------

Co-authored-by: Brian Stone <brianstone@hotmail.com.au>
2026-04-20 13:45:00 +09:00
nao-pon d0b651fef7 [proxy:Ver1] correction of response data normalization on paste 2018-03-27 18:42:24 +09:00
nao-pon 6c989ec20a [js] performance tuning that replace $.map() to $.grep() 2017-12-21 09:48:17 +09:00
nao-pon 7f8874b524 [js] JavaScript syntax more strict 2017-12-13 23:54:18 +09:00
nao-pon 84e5d98ef4 [js:proxyV1] fix $.ajax().error to $.ajax().fail 2017-05-15 11:38:31 +09:00
nao-pon a3c145f68f [js] uses Object.assign instead $.extend if possible 2017-05-15 10:52:57 +09:00
nao-pon 5c06757145 [proxy:v1] fix #1880 error on command paste 2017-02-03 15:29:09 +09:00
nao-pon f897350c2c [proxy:elFinderSupportVer1] convert date string to ts
rel. #1587
2016-08-09 17:06:00 +09:00
Dr. Zarkov fbe94056c2 Support the attribute "ts"
Up to now, the modification time of an object was only transported via the "date" attribute and this was also used for sorting.

The "date" attribute was a string, formatted and localised - i.e. "23.05.2016 18:34". For sorting, this does mostly not work as the sort function compares strings and this leads to a wrong order.

Instead, elfinder pefers the "ts" attribute which can be used for sorting easily (numerical value) and is then formatted client-side with JS to be displayed.

This patch allows for an old API server to send the "ts" attribute and thus fix the sorting issue.
2016-08-08 18:20:09 +02:00
nao-pon a2e1b5d3b1 [JQMIGRATE] jQuery.parseJSON is deprecated; use JSON.parse
rel. #1584
2016-08-08 21:33:15 +09:00
nao-pon 24cb2a7a4b [proxy:APIv1] send parameter tree=1 when paste folder
ref. #178
2016-07-25 17:55:48 +09:00
nao-pon 82a248c768 [proxy:APIv1] fix #178 correction of command paste 2016-07-23 16:54:06 +09:00
nao-pon 516b745c83 [js] more strictly code (missing ";") 2016-04-05 00:04:22 +09:00
nao-pon c92541209a [proxy:apiv1] mime-type inode/x-empty to text/plain 2016-03-19 21:55:55 +09:00
nao-pon 64ac48b340 [proxy:apiv1] disable un-supported command 2016-03-19 21:50:01 +09:00
nao-pon 4e9f0be96a [APIv1Proxy] correction for upload to directory 2016-03-19 17:48:33 +09:00
nao-pon 04e9259da2 [js] fix #1270 compatiblity to API version 1 2016-03-19 16:34:13 +09:00
nao-pon 6e307b26d7 [proxy:SupportVer1] remove unreachable code after return statement 2016-01-16 10:59:14 +09:00
Dmitry (dio) Levashov b8e5ebf33a fixes #366, test please 2012-08-28 22:47:57 +04:00
Troex Nevelin 423700a5fb Fixes resize for 1.x connectors 2011-10-21 22:10:11 +03:00
Dmitry (dio) Levashov 1cb4c90cc1 fixes files urls in old protocol suport, minor fixes in "rename" command 2011-07-12 20:42:28 +04:00
Dmitry (dio) Levashov 7699736c07 old protocol upload fix 2011-07-10 00:17:34 +04:00
Dmitry (dio) Levashov d192600b48 old protocol support fix 2011-07-10 00:05:19 +04:00
Dmitry (dio) Levashov a0c0f5cfc4 fix old protocol suport 2011-07-10 00:02:04 +04:00
Dmitry (dio) Levashov 3da0a365ad connector - command "dim" - return image dimmensions 2011-07-08 00:30:44 +04:00
Dmitry (dio) Levashov 7c5efdc4b9 fixes 2011-07-06 16:50:36 +04:00
Dmitry (dio) Levashov 98587f428d fixes 2011-07-05 21:15:37 +04:00
Troex Nevelin 3165123423 move project to new structure 2011-07-05 16:45:37 +03:00
Dmitry (dio) Levashov 1081afdb4f fix working with symlinks 2011-07-05 16:23:54 +04:00
Troex Nevelin 4f81b7b9cd Merge branch 'experimental' of github.com:Studio-42/elFinder into experimental
Conflicts:
	elfinder-src.php.html
	js/jquery.waterfall.js
2011-07-04 21:42:55 +03:00
Troex Nevelin c49557b403 move to new structure 2011-07-04 15:22:20 +03:00