Commit Graph

962 Commits

Author SHA1 Message Date
zefie
a887a36104 lots of changes:
- change how we handle modules for services in the VM
- fixed wtv-disk:/sync always failed the first time
- implement production-like wtv-star handling (when a service port becomes unavailable, it requests the url over the wtv-star port to show an error page)
- renamed WTVDownloadList.js to WTVDisk.js
- a bit more work on WTVNews (created class)
- probably more stuff I can't remember
2022-10-11 13:51:20 -04:00
zefie
bf50e6e9e9 add star service 2022-10-11 13:49:16 -04:00
zefie
4589d7a4e8 move classes and base config into includes directory 2022-10-11 10:20:25 -04:00
zefie
eeac2621e3 fix favorites links 2022-10-10 17:19:18 -04:00
zefie
07ba1d4056 welp guide wasn't supposed to be pushed yet but since it was might as well fix it a bit 2022-10-10 16:38:39 -04:00
zefie
500e6f6887 fix logging from pc_services
+ some other cosmetic console.log updates
2022-10-10 16:30:07 -04:00
zefie
d4ceda7211 pc_services now uses node Express
- reduces chance of error with older webtv clients sending http request
- version bump to 0.9.32
2022-10-10 15:40:09 -04:00
zefie
300a8427cd cosmetic: fix spacing in code on wtv-1800:/preregister 2022-10-10 15:38:51 -04:00
zefie
7505494612 fix last commit 2022-10-10 13:09:18 -04:00
zefie
e608a96787 Update AppData--2.5-HE.zip from MattMan
- moved all viewergen data to ServiceDeps, outside of the requestable file path
- Added "ServiceDeps" config option to specific the name of the ServiceDeps folder
- Updated wtv-1800 tellyscript code accordingly
2022-10-10 12:45:59 -04:00
zefie
d1dbbcf82f expose crypto module to VM 2022-10-09 22:07:37 -04:00
zefie
e544e821c3 more post data tweaks 2022-10-09 21:53:44 -04:00
zefie
bf35f0ba60 fix password censoring breaking post data 2022-10-09 20:58:02 -04:00
zefie
bebc455ce6 fix weird gap on initial home load 2022-10-09 20:09:33 -04:00
zefie
95bd752f38 update .gitignore 2022-10-09 18:32:26 -04:00
zefie
ceaa6277b4 fix priv on pc_services 2022-10-09 18:32:01 -04:00
zefie
c3ff0daffa fix pc services viewergen 2022-10-09 18:25:27 -04:00
zefie
5bdead249e more favorites fixes 2022-10-09 17:25:42 -04:00
zefie
31d9bb8f67 fix WTVFavorites createTemplateFolder always creates in Recommended 2022-10-09 17:14:38 -04:00
zefie
2f7ce469e2 new default home screen 2022-10-09 17:00:25 -04:00
zefie
53a7093b00 remove unused script 2022-10-09 14:43:55 -04:00
zefie
83ca0d0bac fix: allow wtv-disk scripts run unprivileged 2022-10-09 14:43:40 -04:00
zefie
d265a252ec update .gitignore 2022-10-09 14:09:40 -04:00
zefie
35909e126b remove some unneeded mail checks 2022-10-09 14:09:33 -04:00
zefie
37f1ab67ad BREAKING CHANGES: (for SeCuRiTy):
By default:
- `ssid_sessions[socket.ssid]` is now `session_data`
- `require` is no longer allowed in user scripts

To access global `socket_sessions` and `ssid_sessions`, as well as `require` additional modules, you must set `privileged: true` for the specific service. See `config.json`.
2022-10-09 13:26:14 -04:00
zefie
2491f62b89 restructure ServiceDeps 2022-10-09 10:03:11 -04:00
zefie
0210e4f9a4 fixes to wtv-favorites 2022-10-09 10:00:38 -04:00
zefie
7bf2d2e6fa implement wtv-favorites with huge help from @JarHead4 2022-10-08 17:37:36 -04:00
zefie
dcd13d6ace another feature, another rabbit hole 2022-10-08 13:19:03 -04:00
zefie
5d95cf88ef remove restrictions on home page 2022-10-08 12:43:29 -04:00
zefie
d529e50ad4 change mail notification on choose user screen 2022-10-08 12:43:15 -04:00
zefie
993d4f3237 last commit was hasty 2022-10-08 11:43:30 -04:00
zefie
bec78d01f9 add at least some sanity checking to verify-address 2022-10-08 11:30:47 -04:00
zefie
c31d7dd6bf more updates to webtv messenger, fix adding users 2022-10-08 11:23:07 -04:00
zefie
76e700a33d implemented some webtvism overrides
didn't end up needing them, but keeping them here just in case since they don't harm anything
2022-10-08 11:22:45 -04:00
zefie
5ad141d30a fix space in disconnect log 2022-10-08 09:33:17 -04:00
zefie
23c77a653e rewrite messengerlogin to not require additional node module 2022-10-08 08:51:01 -04:00
zefie
65a56ab1b9 add flashrom.gif 2022-10-08 08:16:56 -04:00
zefie
6a8d146d55 add webtvism: query arg without =
eg wtv-home:/home?testing
will set request_headers.query.testing to null, instead of undefined.
2022-10-08 08:16:45 -04:00
zefie
14d25e15a6 initial messenger support 2022-10-07 23:33:18 -04:00
zefie
7e92731929 fix wtv-admin:/unban when the var isnt in config. 2022-10-07 21:41:10 -04:00
zefie
ba13780ab6 fix ip verification functions 2022-10-07 21:28:54 -04:00
zefie
9edccab487 add wtv-admin:/reloadconfig 2022-10-07 21:28:44 -04:00
zefie
744a580e55 remove debugging from wtv-setup:/set 2022-10-07 20:46:42 -04:00
zefie
e0f070cdd7 more wtv-admin stuff 2022-10-07 20:46:30 -04:00
zefie
86d8a09688 initial work on wtv-admin features 2022-10-07 19:31:05 -04:00
zefie
dae6637e8e update default bf0app build 2022-10-07 14:10:57 -04:00
zefie
16b686d398 also fix username length check on wtv-register 2022-10-07 12:12:07 -04:00
zefie
0fdc93290b fix issues with user name verification 2022-10-07 12:08:03 -04:00
zefie
6bce4e3b3c increase logging information for json parse error 2022-10-07 10:42:48 -04:00