File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- ### Portable filebrowser with mobile ui html5
1
+ ### Portable filebrowser with html5 mobile ui
2
2
3
3
#### Features
4
4
- Mobile UI with almost all "usable displays", android and ios ( on ios, can't upload files)
17
17
+ GET /dir &format=json
18
18
- Download dirs as zip
19
19
- File and video stream.
20
+ - Basic http auth as param
21
+ - Exec system commands ( enable with param )
20
22
21
23
22
24
![ screenshot] ( builds/screenshot.gif )
@@ -52,13 +54,13 @@ go build or go install
52
54
The commands must be, system commands, and should be configured,
53
55
on json. App, only loads them, and handles execution of them
54
56
- Create docs
55
- - UI. Add a Generic command with output ( Perhaps a modal )
57
+ + ~~ UI. Add a Generic command with output ( Perhaps a modal )~~
56
58
- UI. Improve javascript prompt, with some kind of widget
57
59
- UI. Add a button on toolbar, with shortcuts to system commands
58
60
- UI/Backend. Add a bookmark system. Perhaps a file .bookmark.js on root.
59
61
60
62
- Back. Add param for CORS handling
61
- - Back. Add some kind of authentification
63
+ + ~~ Back. Add some kind of authentification~~
62
64
- Back. Add some kind of permisions...
63
65
- Back. Review log system.
64
66
You can’t perform that action at this time.
0 commit comments