zefie
daf0d4af9b
remove extra hidden form fields
2022-09-22 15:51:28 -04:00
zefie
ebd68a5265
add currently-unused function for possible workarounds
2022-09-22 15:50:29 -04:00
zefie
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.
2022-09-08 00:28:43 -04:00
zefie
cebbc07948
Fix inversion of username check after pull request
2022-09-08 00:07:43 -04:00
zefie
6cc09aa630
update node modules
2022-09-07 23:50:15 -04:00
JarHead
a1c4925217
Fix username available check in registration
2022-08-26 12:03:26 -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
d02e40d530
change "http_response" to "Response" for cleaner logging
2022-03-28 02:09:10 -04:00
zefie
e7154fe313
override .kar to audio/midi for UTV
2022-03-27 23:43:53 -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
ebfc081efa
fix syntax error
2022-03-18 17:33:16 -04:00
zefie
3376c3681f
update sanitizeSignature function
...
- allow links to open services
- allow some html tag attributes
- probably need to add more whitelisted attributes
- no scripting allowed
2022-03-18 16:54:52 -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
e19d8892f8
test wildcard whitelist entries for http(s) proxy
2022-03-18 15:16:00 -04:00
zefie
a91b57764d
send 'wtv-trusted: false' with http(s) responses
2022-03-18 15:07:11 -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
zefie
3269ec55a5
Don't close connection in lc2-download-complete
2022-03-17 18:18:33 -04:00
zefie
e081d34903
Add wtv-1800 service to wtv-1800:/noflash
2022-03-16 16:12:47 -04:00
zefie
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
2022-03-12 15:14:32 -05:00
zefie
8acb801ef0
add wtv-mail-url header to login
2022-03-09 17:38:16 -05:00
zefie
701cd25b83
implement function for account-wide unread mail count
2022-03-09 17:38:16 -05:00
zefie
0f26cdfc70
add password filter feature
...
- add post_data filter feature
- finally figure out how to duplicate objects
2022-03-09 17:38:16 -05:00
zefie
01c782cca9
fix issue with locally stored flashroms
2022-03-09 17:38:15 -05:00
zefie
5aa1d1a050
fix bf0app default rom
2022-03-09 17:38:15 -05:00
zefie
a711e05a1d
update the correct file
2022-03-09 17:38:15 -05:00
zefie
dddbbff478
now to fix passwords
2022-03-09 17:38:15 -05:00
zefie
f5044255af
bleh
2022-03-09 17:38:15 -05:00
zefie
6efbf465f0
more user creation tweaks
2022-03-09 17:38:14 -05:00
zefie
aa2fbfbbb3
tweat adding users
2022-03-09 17:38:14 -05:00
zefie
0a00e34537
fix login, probably break 5 other things
2022-03-09 17:38:14 -05:00
zefie
2a526c0702
initial attempt to fix security issue
...
- likely adds new bug where users will be kicked to relogin after the
server restarts
- TODO: figure out a way to safely check the user login when session
data is unknown (eg restart) (hint: ticket?)
2022-03-09 17:38:14 -05:00
zefie
c295f81ccc
fix hangup button on user select page
2022-03-09 17:38:14 -05:00
dependabot[bot]
96f5825b68
Bump vm2 from 3.9.5 to 3.9.7 in /zefie_wtvp_minisrv
...
Bumps [vm2](https://github.com/patriksimek/vm2 ) from 3.9.5 to 3.9.7.
- [Release notes](https://github.com/patriksimek/vm2/releases )
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/patriksimek/vm2/compare/3.9.5...3.9.7 )
---
updated-dependencies:
- dependency-name: vm2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-03-09 17:38:13 -05:00
zefie
cf3e15412e
Using an invalid user_id is the better way to force null bug
2022-03-09 17:38:13 -05:00
zefie
59ba999b5a
fix null user bug, but also make a page to intentionally trigger it
2022-03-09 17:38:13 -05:00
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
b124cfa33c
actually remove iconv-lite module
2022-03-09 17:38:12 -05:00
zefie
0ed38ddf42
remove console.log testing from decodeBufferText
2022-03-09 17:38:12 -05:00
zefie
afb236e7da
remove 'D:\test.jpg' testing from get-attachment
2022-03-09 17:38:12 -05:00
zefie
bc401765e8
remove iconv-lite module and accomplish the same failure with our own function
2022-03-09 17:38:11 -05:00
zefie
35471fd098
new module (iconv-lite) to attempt char encodings
2022-03-09 17:38:11 -05:00
zefie
81b2ea8faf
handle message elements with special characters that get flagged as binary
2022-03-09 17:38:11 -05:00
zefie
264b7f576c
readmail update
2022-03-09 17:38:11 -05:00
zefie
9e7549cec8
fix mail always sent to sender
2022-03-09 17:38:11 -05:00
zefie
9a7d4ec035
signatures still need voodoo for bgcolor and such
2022-03-09 17:38:10 -05:00
zefie
51a0576a3e
only embed signature if its html, otherwise just write it
2022-03-09 17:38:10 -05:00