Skip to content

Releases: imjoy-team/imjoy-elfinder

v0.1.51

21 Feb 14:04
18476d2
Compare
Choose a tag to compare
Upgrade imjoy-rpc api (#97)

* Upgrade imjoy-rpc api

* Upgrade imjoy-rpc-api

v0.1.50

21 Feb 14:03
75de7d1
Compare
Choose a tag to compare
Add ImJoy integration (#95)

* take out main.js

* Use waitress as production server

* Fix readme

* Add initial plugin code

* Support imjoy dialog

* Bump version

* Fix jquery warning

* Fix mkdir bug

v0.1.49

21 Feb 14:03
3604f10
Compare
Choose a tag to compare
Support uploading large files and folders (#90)

* Use elfinder client

* Add blank line

* change order

* bump version

* Fix linter

* Sort list

* add chunk upload

* Support chunked uploads

* Add size and type check

* Improve error

* switch to pathvalidate

* remove clean file name

* remove ignore

* support upload folder

* Fix linter

* Fix linter 2

* fix linter 3

* Fix linter 4

* Split upload functions

* Bump version

v0.1.47

21 Feb 14:03
38ed852
Compare
Choose a tag to compare
Use elfinder-client for static assets (#89)

* Use elfinder client

* Add blank line

* change order

* bump version

* Fix linter

* Sort list

v0.1.46

21 Feb 14:02
d924893
Compare
Choose a tag to compare
Fix paste command (#85)

* Fix paste command

* bump version

v0.1.45

21 Feb 14:02
3e9d0fb
Compare
Choose a tag to compare
Normalize base url and add --dot-files option (#77)

* Normalize base url

* Fix format

* fix comment

* Replace default of baseurl to ""

* Fix dot file display

* Shorten the comment line

* Remove dotFiles from options

* Add --dot-files option

* Add dot files option

v0.1.44

21 Feb 14:01
Compare
Choose a tag to compare
Bump version

v0.1.43

21 Feb 14:01
0c5504d
Compare
Choose a tag to compare
Capture permission error on windows (#66)

* Fix permission issue for listdir

* use custom version of jupyter-server-proxy

* bump version

* remove custom version of jupyter server proxy

* Improve permission; use werkzeug.utils.secure_filename

* Fix too many returns

v0.1.42

21 Feb 14:00
d52dafb
Compare
Choose a tag to compare
Fix file.url (#62)

v0.1.41

21 Feb 13:32
7767d00
Compare
Choose a tag to compare
Secure filename and fix open (#61)

* use secure_filename to secure file name from client side

* Bump version

* use _check_name

* Fix test for open