Commit Graph

106 Commits

Author SHA1 Message Date
Gregory Wells 11c40a75ac handle cleanup 2026-06-08 18:37:51 -04:00
Gregory Wells d162c32a57 begin handling cleanup of session tokens 2026-06-08 18:37:42 -04:00
Gregory Wells 2a97ec72be convert over in memory store 2026-06-08 18:29:19 -04:00
Gregory Wells 09e0683ae0 fully convert redis over to custom key value store type 2026-06-08 18:24:59 -04:00
Gregory Wells f6016bbdb1 start to move session stores into there own key value in memory store 2026-06-08 18:16:07 -04:00
Gregory Wells 3b31adf3e2 fix server from crashing after restart not having user data 2026-06-08 17:56:04 -04:00
Gregory Wells efdf9fdade remove old comment 2026-06-08 17:47:31 -04:00
Gregory Wells 4474986909 store extra key infront of session tokens 2026-06-07 20:42:09 -04:00
Gregory Wells a7b302b74b redis sessions 2026-06-07 20:38:35 -04:00
Gregory Wells f8b37d9836 update session info 2026-06-07 20:36:23 -04:00
Gregory Wells 4256e5ba8a create redis session 2026-06-07 20:34:10 -04:00
Gregory Wells 5386b64648 finish session getting code 2026-06-07 20:27:42 -04:00
Gregory Wells 78d259ea3b fix crash on load from nil session info 2026-06-07 20:17:51 -04:00
Gregory Wells 1e87b8239b connect to redis session 2026-06-07 20:07:20 -04:00
Gregory Wells e1862ca8eb allow redis to be selected as session store type 2026-06-07 20:02:12 -04:00
Gregory Wells 9c984fefaf create redis session go file 2026-06-07 19:58:59 -04:00
Gregory Wells 10900093e0 log that email has sent successfully 2026-06-02 11:44:35 -04:00
Gregory Wells e151e11123 send email on successful password change 2026-06-02 11:44:17 -04:00
gawells 1ddc4daf02 bold name text 2026-04-17 08:32:53 -04:00
gawells e2fe714029 reset password page design 2026-04-16 14:53:02 -04:00
gawells 3e2541b411 add subtext modifier 2026-04-16 14:52:55 -04:00
gawells 561c33b1a9 move logo page to the master style.css file 2026-04-16 14:44:34 -04:00
gawells 33afca200d reset password page 2026-04-16 14:42:40 -04:00
gawells 812a40492f password expiry email v0.0.6 2026-04-16 14:23:07 -04:00
gawells 093b33db0d add more logging into the password expiry checks 2026-04-16 09:12:46 -04:00
gawells 8633309968 send password expired emails every 12 hours from the program start 2026-04-15 09:43:38 -04:00
gawells 093b258b84 expried password email template 2026-04-13 10:24:12 -04:00
gawells 5a80d61d9b remove old comment 2026-04-13 09:40:24 -04:00
gawells 6a985c1a84 send simple test email to my email on server startup 2026-04-13 09:32:22 -04:00
gawells 590ea73a92 send all emails as HTML 2026-04-13 09:22:57 -04:00
gawells 8de145adbc add email config to config file 2026-04-13 09:19:35 -04:00
gawells 8f0291bb8a make small changes to the email package 2026-04-13 09:13:49 -04:00
gawells cde41b82b2 base URL param for config 2026-04-09 16:45:02 -04:00
gawells 37c6978d1b move all files to images folder v0.0.5 2026-04-08 10:18:07 -04:00
gawells 9389df28e4 add show password buttons to all password inputs 2026-04-08 10:17:01 -04:00
gawells b94bc612c3 implement logic for a show password button 2026-04-08 10:14:33 -04:00
gawells 25e61c553f hide the warnings because I dont like the UI 2026-04-07 12:36:17 -04:00
gawells a31d21456c warnings box 2026-04-06 18:56:58 -04:00
gawells a1f58e817e build sample error box 2026-04-06 18:49:01 -04:00
gawells 387bd2d0ae Update README.md 2026-04-06 18:41:30 -04:00
gawells 0ab1e95690 blur background when changing password 2026-04-06 18:15:07 -04:00
gawells d7727e9b0d remove block 2026-04-06 16:14:43 -04:00
gawells 72dfaf5da1 reset password boxes on close 2026-04-06 16:14:11 -04:00
gawells 5e0771d482 add a couple stylistic changes to the password dialouge 2026-04-06 16:02:34 -04:00
gawells b9ed00c127 password strength meter 2026-04-06 15:48:27 -04:00
gawells 8b74cab34e move password changing to seperate file 2026-04-06 11:50:40 -04:00
gawells dbb91fac62 add in simple password progress bar 2026-04-06 11:48:31 -04:00
gawells 8cb1fff36b password strength function 2026-04-06 11:46:49 -04:00
gawells d0524f901c bug where a users profile photo would not display if the user had not
logged in
2026-04-06 09:30:15 -04:00
gawells 384ef90ea8 move errors to a different file 2026-04-05 11:37:00 -04:00