joshuaboud
|
3e247a2d36
|
update install URLs
|
2021-06-08 16:13:16 -03:00 |
joshuaboud
|
2acb4dc1e7
|
update changelog
|
2021-06-08 16:11:47 -03:00 |
joshuaboud
|
1033593d14
|
fix keydown evt handler for nav window
|
2021-06-08 16:09:34 -03:00 |
joshuaboud
|
cf9f7f012a
|
allow tab input in editor plus dont delete empty
|
2021-06-08 16:04:20 -03:00 |
joshuaboud
|
239fafba92
|
fix issue with pasting into editor
|
2021-06-08 15:53:50 -03:00 |
joshuaboud
|
16916b5f54
|
refresh after proc exits to get proper file size
|
2021-06-08 15:07:38 -03:00 |
joshuaboud
|
c1c473708b
|
add search bar to filter items in directory
|
2021-06-08 14:54:58 -03:00 |
joshuaboud
|
ec5b66df1a
|
add sort options to list view
|
2021-06-08 14:00:44 -03:00 |
Josh Boudreau
|
eb50adbad4
|
Merge pull request #15 from 45Drives/dev-josh
Implement list view and fix opening symlinks to files for editing
|
2021-06-07 17:31:52 -03:00 |
joshuaboud
|
2f7304d5a2
|
update install URLs
|
2021-06-07 17:30:43 -03:00 |
joshuaboud
|
e081d4a01b
|
update changelog
|
2021-06-07 17:29:57 -03:00 |
joshuaboud
|
f7105b0e0a
|
set list header color and no pointer cursor
|
2021-06-07 17:26:32 -03:00 |
joshuaboud
|
e0524b73d9
|
refresh then change classes for list/grid view
|
2021-06-07 17:15:14 -03:00 |
joshuaboud
|
ca4378e41d
|
don't prompt to download symlink
|
2021-06-07 17:11:20 -03:00 |
joshuaboud
|
34d0f933fa
|
fix opening link for editing target file
|
2021-06-07 17:06:10 -03:00 |
joshuaboud
|
977d6dc636
|
add list view
|
2021-06-07 17:00:42 -03:00 |
Josh Boudreau
|
923e3e0fe0
|
Merge pull request #14 from 45Drives/dev-josh
fix issue with upload chunk size in el7
|
2021-06-07 13:11:58 -03:00 |
joshuaboud
|
c071cf4ad6
|
update install URLs
|
2021-06-07 13:11:10 -03:00 |
joshuaboud
|
1833c2332d
|
update changelogs
|
2021-06-07 13:09:44 -03:00 |
joshuaboud
|
79be5eef87
|
use smaller chunk size for el7
|
2021-06-07 13:06:00 -03:00 |
Josh Boudreau
|
da70193ef4
|
Merge pull request #13 from 45Drives/dev-josh
changes for v0.4.0
|
2021-06-07 12:26:43 -03:00 |
joshuaboud
|
208a4a99cb
|
declare variables outside of loops
|
2021-06-07 12:21:11 -03:00 |
joshuaboud
|
0464ca4977
|
update changelog
|
2021-06-07 12:17:31 -03:00 |
joshuaboud
|
4f15b9e71f
|
deselect cwd before selecting all
|
2021-06-07 12:17:12 -03:00 |
joshuaboud
|
af7f5d01a8
|
show transfer rate and eta while uploading
|
2021-06-07 12:06:21 -03:00 |
joshuaboud
|
d5ec087874
|
use proper Promise syntax instead of hacky awaits
|
2021-06-07 10:50:59 -03:00 |
joshuaboud
|
42711e0166
|
add recursive directory deletion option
|
2021-06-04 15:47:30 -03:00 |
joshuaboud
|
b231093554
|
update features
|
2021-06-04 15:19:40 -03:00 |
joshuaboud
|
b1d462821a
|
ensure selected_entries is never empty
|
2021-06-04 15:19:27 -03:00 |
joshuaboud
|
cd024a08c5
|
mute output of zip to prevent deadlock with pipe
|
2021-06-04 15:18:59 -03:00 |
joshuaboud
|
d5a7500f67
|
update install URLs
|
2021-06-04 14:48:11 -03:00 |
joshuaboud
|
acd6d7775e
|
bump release version number to 0.4.0
|
2021-06-04 14:47:37 -03:00 |
joshuaboud
|
8c53adda9c
|
update install URLs
|
2021-06-04 14:46:21 -03:00 |
joshuaboud
|
3f220f0fc5
|
update changelog and add zip as depencency
|
2021-06-04 14:44:08 -03:00 |
joshuaboud
|
2b447001d1
|
truncate file on open
|
2021-06-04 14:40:23 -03:00 |
joshuaboud
|
2da2b2705a
|
add option to replace file on upload
|
2021-06-04 14:40:16 -03:00 |
joshuaboud
|
9189daf1cd
|
fix checking instanceof
|
2021-06-04 14:36:50 -03:00 |
joshuaboud
|
2f987f790a
|
flip contextmenu if too low
|
2021-06-04 14:25:46 -03:00 |
joshuaboud
|
e36a0995fa
|
implement zipping multiple files for download
|
2021-06-04 14:12:09 -03:00 |
joshuaboud
|
2c197d7b50
|
implement downloading files
|
2021-06-04 12:34:41 -03:00 |
joshuaboud
|
c961eca485
|
use promise for get_children
|
2021-06-04 10:35:12 -03:00 |
joshuaboud
|
64aee39382
|
update changelogs
|
2021-06-03 17:31:45 -03:00 |
joshuaboud
|
0ba9c066e2
|
add icons to contextmenu
|
2021-06-03 17:21:14 -03:00 |
Josh Boudreau
|
f4d6f3e29f
|
Merge pull request #12 from 45Drives/dev-josh
Changes for v0.3.0
|
2021-06-03 16:35:56 -03:00 |
joshuaboud
|
b6332baa35
|
update install URLs
|
2021-06-03 16:34:25 -03:00 |
joshuaboud
|
ed30847756
|
update changelog
|
2021-06-03 16:33:26 -03:00 |
joshuaboud
|
1615bcd922
|
move cut copy and paste functions to NavWindow
|
2021-06-03 16:16:30 -03:00 |
joshuaboud
|
c3252e88d1
|
ctrl-x, ctrl-c, ctrl-v for cut, copy, paste
|
2021-06-03 16:00:05 -03:00 |
joshuaboud
|
68efafcd67
|
ctrl-A selects all
|
2021-06-03 15:50:38 -03:00 |
joshuaboud
|
828748c964
|
fix hiding divs and make hidden files transparent
|
2021-06-03 15:24:23 -03:00 |