2bf3bc4d3a
enable exception stack trace on PC pages (think PHP show_errors), with option to disable it globally
zefie
2022-10-02 02:09:35 -04:00
27e84ab3ca
add favicon.ico to pc services
zefie
2022-10-02 01:49:55 -04:00
ccd0d02676
add option to just drop PC connections rather than HTTP 500 if they connect to the wrong port
zefie
2022-10-02 01:44:07 -04:00
57b8426231
move comment back into place
zefie
2022-10-02 01:39:21 -04:00
81fe9c50ce
add port isolation (services only respond to their own ports), also rewrite pc services a bit. initial (very pre-alpha and not functional) https code added too
zefie
2022-10-02 01:36:10 -04:00
678418073a
return configured service name in error message instead of "HackTV"
zefie
2022-10-02 01:34:53 -04:00
bac031bd4e
fix http_pc pc services
zefie
2022-10-01 23:29:59 -04:00
1752bfed35
fix parsing of discuss boolean in sendmail
zefie
2022-10-01 22:37:10 -04:00
8f3ba3d49e
silence warning in sanitizeSignature
zefie
2022-09-26 17:40:45 -04:00
ad3accb364
more documentation and update catchall portion
zefie
2022-09-26 17:35:47 -04:00
e22bb22497
forgot 'request_is_async' in the last commit ... and trying not to squash anymore
zefie
2022-09-26 17:29:12 -04:00
6a21c4a851
fix wtv-tricks:/info, tidy up eval VM related stuff
zefie
2022-09-26 17:20:27 -04:00
8b49e1ec29
fix new issues in sendmail
zefie
2022-09-26 16:53:48 -04:00
e538bfb913
some fixes for pages that broke from the new VM based eval
zefie
2022-09-26 16:46:27 -04:00
b2aece5437
incomplete NNTP usenet support
zefie
2022-09-25 22:52:18 -04:00
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.
zefie
2022-09-25 18:02:25 -04:00
90f4896e72
remove debugging from wtv-disk:/sync
zefie
2022-09-24 23:35:04 -04:00
518cf12c99
disable multi query webtvism by default, but allow it to be enabled at the service level
zefie
2022-09-23 01:45:20 -04:00
5dff5779e9
correct a typo in a comment for clarification
zefie
2022-09-22 16:06:14 -04:00
daf0d4af9b
remove extra hidden form fields
zefie
2022-09-22 15:51:28 -04:00
ebd68a5265
add currently-unused function for possible workarounds
zefie
2022-09-22 15:50:29 -04:00
e2e33f931d
handle webtvism: allow get/post variables to be the same name multiple times rather than overwrite, the server will now change the variable from a string to an array.
zefie
2022-09-08 00:28:43 -04:00
cebbc07948
Fix inversion of username check after pull request
zefie
2022-09-08 00:07:43 -04:00
3376c3681f
update sanitizeSignature function - allow links to open services - allow some html tag attributes - probably need to add more whitelisted attributes - no scripting allowed
zefie
2022-03-18 16:54:52 -04:00
ffa0d7e63e
implement mail signature colors
zefie
2022-03-18 16:35:44 -04:00
2ebc2d392b
implement message_url support
zefie
2022-03-18 15:59:33 -04:00
e19d8892f8
test wildcard whitelist entries for http(s) proxy
zefie
2022-03-18 15:16:00 -04:00
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)
zefie
2022-03-17 19:56:32 -04:00
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
zefie
2022-03-17 19:24:06 -04:00
3269ec55a5
Don't close connection in lc2-download-complete
zefie
2022-03-17 18:18:33 -04:00
e081d34903
Add wtv-1800 service to wtv-1800:/noflash
zefie
2022-03-16 16:12:47 -04:00
2be8c66b01
Bug fixes - wtv-tricks:/unregister properly deletes SSID folder - Registration properly saves account data if SSID folder doesn't exist - do not send wtv-mail-count if SSID is not yet registered - Registration now correctly creates the welcome message for user0 - update wtv-tricks:/unregister to only allow the primary user to unregister the account
zefie
2022-03-12 15:14:32 -05:00
8acb801ef0
add wtv-mail-url header to login
zefie
2022-02-20 11:21:14 -05:00
701cd25b83
implement function for account-wide unread mail count
zefie
2022-02-20 11:18:42 -05:00
0f26cdfc70
add password filter feature - add post_data filter feature - finally figure out how to duplicate objects
zefie
2022-02-20 10:45:37 -05:00
4e6893ab02
add delete message function
zefie
2022-02-10 13:01:47 -05:00
fe821095aa
fix password check when adding user
zefie
2022-02-10 12:19:06 -05:00
ccf48f3093
some more mail stuff
zefie
2022-02-10 12:11:30 -05:00
a09ca642ab
remove unnecessary line
zefie
2022-02-10 01:53:05 -05:00
d14c4293aa
post_data now logs as hex instead of raw WordArray
zefie
2022-02-10 01:51:23 -05:00
8068f842df
fix minisrv branding on wtv-setup:/accounts
zefie
2022-02-10 01:27:26 -05:00
955f21039c
even more fixes
zefie
2022-02-10 01:20:58 -05:00
4d8bc314b4
more fixes
zefie
2022-02-10 01:18:00 -05:00
af34d66488
hopefully fix things this time
zefie
2022-02-10 00:54:40 -05:00
db1b03fd99
update checkUserExists and inconsistencies
zefie
2022-02-09 23:49:17 -05:00
ccdf89c582
update wtvmail.checkUserExists with new multiuser code
zefie
2022-02-09 23:37:30 -05:00
bf7369431e
add wtv-ticket store api - fix broken session bust crap from before - properly resume session as user when server restarted - api available to store other things in the wtv-ticket
zefie
2022-02-08 16:10:15 -05:00
d1c70c7ab1
disable session buster detection code for now - breaks guest mode - breaks registration - really just breaks more than it fixes - need ticket key/value system
zefie
2022-02-08 11:53:55 -05:00
433fc3db19
more patches to previous updates - fixed getUnreadMailCount - added unread mail count to login screen - added session busted detection (new bug that when you restart minisrv it loses the user_id, so we send the client to relog) (todo: maybe add api to add key/value to ticket so we can retain data over server restarts)
zefie
2022-02-08 04:58:16 -05:00
07b5145dec
I suppose these features deserve a version increment
zefie
2022-02-08 03:57:27 -05:00
4297364e6c
update legal and add some more config flags
zefie
2022-02-08 03:53:56 -05:00
2b345b7349
cosmetic fix to choose-user screen
zefie
2022-02-08 02:11:59 -05:00
c31f4cfa8c
various fixes to previous commit
zefie
2022-02-08 02:09:52 -05:00
0d991d5eac
user account updates - move user accounts to subdir - add password support - implemented basics of multi-user support - Can add users, edit them, and log in with them (password or not) - Cannot delete users (with service) yet
zefie
2022-02-07 20:24:16 -05:00
622698ee66
attempt to fix: bad disk units are perpetually banned
zefie
2022-02-06 11:34:55 -05:00