Commit Graph

883 Commits

Author SHA1 Message Date
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
zefie
56e8fdd215 fix post on sendmail 2022-03-09 17:38:10 -05:00
zefie
dd38f65ec9 fix cache:snapshot.jpg >.> 2022-03-09 17:38:10 -05:00
zefie
06ea64fb07 more mail stuff again 2022-03-09 17:38:10 -05:00
zefie
123c8f7823 even more mail stuff 2022-03-09 17:38:09 -05:00
zefie
a5a035438b implement saveoff (saves draft when leaving compose) 2022-03-09 17:38:09 -05:00
zefie
4e6893ab02 add delete message function 2022-03-09 17:38:09 -05:00
zefie
fe821095aa fix password check when adding user 2022-03-09 17:38:09 -05:00
zefie
ccf48f3093 some more mail stuff 2022-03-09 17:38:08 -05:00
zefie
a09ca642ab remove unnecessary line 2022-03-09 17:38:08 -05:00
zefie
d14c4293aa post_data now logs as hex instead of raw WordArray 2022-03-09 17:38:08 -05:00
zefie
8068f842df fix minisrv branding on wtv-setup:/accounts 2022-03-09 17:38:08 -05:00
zefie
955f21039c even more fixes 2022-03-09 17:38:08 -05:00
zefie
4d8bc314b4 more fixes 2022-03-09 17:38:07 -05:00
zefie
af34d66488 hopefully fix things this time 2022-03-09 17:38:07 -05:00
zefie
db1b03fd99 update checkUserExists and inconsistencies 2022-03-09 17:38:07 -05:00
zefie
ccdf89c582 update wtvmail.checkUserExists with new multiuser code 2022-03-09 17:38:07 -05:00
zefie
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
2022-03-09 17:38:07 -05:00
zefie
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
2022-03-09 17:38:06 -05:00
zefie
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)
2022-03-09 17:38:06 -05:00
zefie
07b5145dec I suppose these features deserve a version increment 2022-03-09 17:38:06 -05:00
zefie
4297364e6c update legal and add some more config flags 2022-03-09 17:38:06 -05:00
zefie
2b345b7349 cosmetic fix to choose-user screen 2022-03-09 17:38:05 -05:00
zefie
c31f4cfa8c various fixes to previous commit 2022-03-09 17:38:05 -05:00
zefie
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
2022-03-09 17:37:57 -05:00
zefie
622698ee66 attempt to fix: bad disk units are perpetually banned 2022-02-06 11:34:55 -05:00
zefie
931560898b Fix WTVMail.js 2022-01-21 11:51:30 -05:00
zefie
b275fbb049 Fix WTVMime.js 2022-01-21 11:44:13 -05:00
zefie
d479ba5f98 Some more WTVMail stuff (untested) 2022-01-21 11:40:52 -05:00
zefie
3ee968f226 add untested moveMailMessage function 2022-01-21 11:20:16 -05:00
zefie
16b7b91cfb update comments and formatting 2022-01-21 11:19:55 -05:00
zefie
e9ede65602 Add X-Forwarded-For for HTTP Proxy 2022-01-21 10:21:46 -05:00
zefie
ed30bf05cc Update getManufacturer() to show "RCA" for "Thomson" in non-url mode. 2022-01-17 15:40:30 -05:00
zefie
ec329750fb Add getManufacturer() function
- Thanks to u/JarHead4
2022-01-17 15:37:19 -05:00
zefie
33972bd064 Update node modules 2022-01-15 06:01:00 -05:00
zefie
e9b32654d5 update READMEs 2022-01-15 05:43:19 -05:00
zefie
eac8888daf Replace a vulgar message with a more appropriate one
- Though you will still feel that way if you hit the error
2022-01-15 05:34:37 -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
efbef7e8f5 Add 'Object.getCaseInsensitiveKey()' prototype override 2022-01-15 05:29:24 -05:00
zefie
495db31ae1 add support for custom wtv-explanation-url on errors 2022-01-12 10:26:53 -05:00
zefie
b20d09d3dd Add friendlier HTTP error messages 2022-01-11 01:48:34 -05:00
zefie
ee0b2fb09d Update unread message support
- also tweaked listmail string
- still cannot send messages yet
2022-01-11 01:21:30 -05:00