zefie
f32c4b1926
fix DealerDemo and other stuff
2022-03-09 17:38:13 -05:00
zefie
445e28c91a
implement internal shared ROMCache
...
- make most ROMCache URLS relative
- create wtvshared.htmlEntitize function
- update wtv-mail:/readmail to use wtvshared.htmlEntitize
2022-03-09 17:38:12 -05:00
zefie
e11c2c41ed
Add 'Music' DiskMap
2022-01-15 05:29:51 -05:00
zefie
b13af2b8a2
Add Karaoke DiskMap
2022-01-15 05:29:50 -05:00
zefie
ef6f53f238
Fix wtv-disk:/sync to accept 'diskmap' query case insensitively
2022-01-15 05:29:49 -05:00
zefie
fdd2f16f3b
breaking change: doErrorPage moved to wtvshared.doErrorPage
...
- but I fixed flashrom error handling..
- added a passthrough for old scripts
2021-08-16 08:12:27 -04:00
zefie
1967c076a9
add protection against requesting direct service files
2021-08-15 18:51:48 -04:00
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
a31eb3c1a5
replace newer demo with old webtv launch demo
2021-08-12 16:12:37 -04:00
zefie
38d2bb05d4
fix typo
2021-08-12 02:06:45 -04:00
zefie
9d4e72b5e1
implement wtv-disk:/delete-group
...
- only sends DELETE-GROUP command
- does not delete partitions or files
- useful for clearing up broken groups that are failing due to conflicts or changes
2021-08-12 02:05:55 -04:00
zefie
34f6a39334
update to v90 modem firmware
...
- offer kflex with `Old` diskmap
2021-08-11 23:44:00 -04:00
zefie
92e4cb1624
recompress modem firmware
2021-08-11 23:18:20 -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
9b25b0b860
update userstore to allow path= too
2021-08-10 22:56:49 -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