Commit Graph

20 Commits

Author SHA1 Message Date
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
f32c4b1926 fix DealerDemo and other stuff 2022-03-09 17:38:13 -05:00
zefie
9e7549cec8 fix mail always sent to sender 2022-03-09 17:38:11 -05:00
zefie
123c8f7823 even more mail stuff 2022-03-09 17:38:09 -05:00
zefie
4e6893ab02 add delete message function 2022-03-09 17:38:09 -05:00
zefie
ccf48f3093 some more mail stuff 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
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
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
931560898b Fix WTVMail.js 2022-01-21 11:51:30 -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
ee0b2fb09d Update unread message support
- also tweaked listmail string
- still cannot send messages yet
2022-01-11 01:21:30 -05:00
zefie
75a5266b9d maybe add unread support whatever 2022-01-10 04:53:45 -05:00
zefie
ee76fd5190 more mail stuff
- todo: alot, but mainly track new/read and get local working
2021-11-15 00:51:31 -05:00
zefie
a088ea1e42 initial work on wtv-mail system:
- WTVMail Class
- MailStore functions
- Can show user mail intro page (see home.js for link example)
- Create initial welcome email (poop for now) when creating mailstore
- Can list Inbox
- no sending yet
- no reading yet
- no receiving yet
2021-11-13 02:41:30 -05:00