Commit Graph

231 Commits

Author SHA1 Message Date
zefie
5bdead249e more favorites fixes 2022-10-09 17:25:42 -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
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
23c77a653e rewrite messengerlogin to not require additional node module 2022-10-08 08:51:01 -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
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
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
dbd35e5e48 fix generation of 1.0 and 1.1 viewers in viewergen 2022-10-05 11:50:01 -04:00
zefie
2e399e4439 fix guest login mode 2022-10-04 16:17:07 -04:00
zefie
b3dbc21550 fix wtv-1800 noflash for bf0app 2022-10-03 02:56:31 -04:00
zefie
3ec6bb1efb add old classic build profile to viewergen 2022-10-03 02:54:38 -04:00
zefie
fee8b768fc fix wtv-flashrom catch-all error messages 2022-10-02 17:09:19 -04:00
zefie
9d33e86937 fix diskset_file error 2022-10-02 11:26:46 -04:00
zefie
269d237479 experimental webtv viewer patcher on pc_service 2022-10-02 10:33:27 -04:00
zefie
c403c589c1 experimental webtv viewer patcher on pc_service 2022-10-02 08:25:02 -04:00
zefie
27e84ab3ca add favicon.ico to pc services 2022-10-02 01:49:55 -04:00
zefie
bac031bd4e fix http_pc pc services 2022-10-01 23:29:59 -04:00
zefie
1752bfed35 fix parsing of discuss boolean in sendmail 2022-10-01 22:37:10 -04:00
zefie
6a21c4a851 fix wtv-tricks:/info, tidy up eval VM related stuff 2022-09-26 17:20:27 -04:00
zefie
8b49e1ec29 fix new issues in sendmail 2022-09-26 16:53:48 -04:00
zefie
e538bfb913 some fixes for pages that broke from the new VM based eval 2022-09-26 16:47:10 -04:00
zefie
b2aece5437 incomplete NNTP usenet support 2022-09-25 22:52:18 -04:00
zefie
d8da9e14c7 Rewrite script processing a bit
- Instead of using eval() we now use a proper VM Context
- As a result, any scripting errors will now give a more useful filename and line number.
- However, some things may break, if they are dependant on variables we are not allowing in the context.
2022-09-25 18:05:45 -04:00
zefie
90f4896e72 remove debugging from wtv-disk:/sync 2022-09-24 23:35:04 -04:00
zefie
08c47586a7 generate subscriber_smtp_password on login-stage-two (for future use) 2022-09-24 23:32:05 -04:00
zefie
daf0d4af9b remove extra hidden form fields 2022-09-22 15:51:28 -04:00
zefie
811faa270a Fix login password page was locked to 10 characters instead of max_length config value 2022-04-20 14:13:00 -04:00
zefie
4f36dd7829 fix errpage issue on validate-change-password 2022-03-22 18:34:00 -04:00
zefie
0fa54babfb implement remove-user functionality 2022-03-18 21:36:09 -04:00
zefie
ffa0d7e63e implement mail signature colors 2022-03-18 16:35:44 -04:00
zefie
2ebc2d392b implement message_url support 2022-03-18 15:59:33 -04:00
zefie
a3c5e437e8 wtv-disk fixes
- Fix Karaoke/Music diskmaps not working if partition didn't already exist
- Fix downloadlist sending backslash on windows hosts (did not break functionality tho)
2022-03-17 19:56:32 -04:00
zefie
d70cb5bf36 mostly fix bad-disk detection
- may still get bad-disk screen once after fixing disk
- may only be an issue if the user reconnects before the cleanup
2022-03-17 19:24:06 -04:00