Commit Graph

15 Commits

Author SHA1 Message Date
zefie
ff102a9b92 fix detection of files for sync.js 2021-08-13 18:02:48 -04:00
zefie
549848613c rename variables in sync.js 2021-08-13 17:00:49 -04:00
zefie
3d5bddf653 add rename override option 2021-08-12 18:35:17 -04:00
zefie
7bcead69c1 add compress: false option to diskmaps 2021-08-12 17:57:10 -04:00
zefie
d9fdad4b04 change execute to execute_end
- add execute_start support
- can use both
2021-08-12 17:43:46 -04:00
zefie
177765bc9c testing cleaning up bad diskmaps 2021-08-12 17:29:27 -04:00
zefie
368eb58838 updates to disk download system 2021-08-12 16:16:03 -04:00
zefie
0f0cc623c0 streaming output data with drain detection support
- other stuff x.x
2021-08-11 19:48:27 -04:00
zefie
95442a12af lots more stuff
- proper gzip download for disk system (aka WNI reinventing the Content-Encoding: gzip wheel)
- send Last-Modified for static files
- send wtv-checksum for all disk system downloads
- other fixes
2021-08-11 01:11:09 -04:00
zefie
3dd6e51832 hopefully fix POST for real
- main function still could use a rewrite
- more class branching and moving of functions
- Pass minisrv_config to classes
2021-08-10 21:41:34 -04:00
zefie
e9c883d85a too much to remember
- rewrote sync system yet again
- more classes
    - WTVShared class for shared functions
    - clientShowAlert class for easy client:showalert urls
- User File Store
    - Can upload with PUT commands in wtv-disk
    - Programmically access files with new functions in WTVClientSessionData
    - TODO: file browser
- other stuff I can't remember
2021-08-10 18:30:59 -04:00
zefie
83f44d7867 Move download list stuff to WTVDownloadList class
- easier to create your own download list in JS
- possible future client upload ability via PUT
2021-08-10 13:31:29 -04:00
zefie
e53de05d76 fix wtv-disk:/sync force update did not place downloaded files in correct area 2021-08-10 10:11:53 -04:00
zefie
87c5e3a676 remove debugging from wtv-disk:/sync 2021-08-10 02:17:29 -04:00
zefie
dd5b274784 rewrite wtv-disk system
- move wtv-update to wtv-disk
- allow accessing wtv-disk:/sync?group=&diskmap=
- rewrite Download List generation to be more proper
- only send files if diskmap has changed
- allow force redownload with &force=true
2021-08-10 00:20:03 -04:00