Commit Graph

28 Commits

Author SHA1 Message Date
Gregory Wells 4cce7b7454 have user data persist between restarts in redis session 2026-06-08 19:21:08 -04:00
Gregory Wells 109199ea45 move redis config over to config file 2026-06-08 18:54:31 -04:00
Gregory Wells 40429d7618 add in config variable for redis sessions 2026-06-08 18:44:20 -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 e1862ca8eb allow redis to be selected as session store type 2026-06-07 20:02:12 -04:00
Gregory Wells e151e11123 send email on successful password change 2026-06-02 11:44:17 -04:00
gawells 33afca200d reset password page 2026-04-16 14:42:40 -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 6a985c1a84 send simple test email to my email on server startup 2026-04-13 09:32:22 -04:00
gawells a315161ed3 rework a ton of code 2026-04-03 18:51:27 -04:00
gawells 33ea56fb0c finish session manager update 2026-04-01 14:56:43 -04:00
gawells a058804603 move worker to seperate package (eventually seperate binary) 2026-04-01 09:28:56 -04:00
gawells c9c352204c move cleanup session 2026-04-01 08:51:33 -04:00
gawells 0402a6ff9c make the session logic a little more concrete 2026-04-01 00:09:04 -04:00
gawells 737a1908e0 add server side password change information 2026-03-31 22:05:47 -04:00
gawells 6220021953 show error when new passwords do not match 2026-03-31 20:33:38 -04:00
Gregory Wells 074b3f8f31 stale sessions not deleting 2026-03-25 14:05:27 -04:00
Gregory Wells c11425dde7 Finish logging 2026-03-25 14:01:46 -04:00
Gregory Wells f491c80fa0 fixed a bug that stopped sessions from being deleted 2026-03-25 10:20:20 -04:00
Gregory Wells ffb4077f24 debugging session 2026-03-25 09:40:50 -04:00
Gregory Wells 92f7c0f127 implemented more logging functionality 2026-03-24 20:06:06 -04:00
Gregory Wells d4512e9cce Debug worker 2026-03-24 18:38:47 -04:00
Gregory Wells 5aa2ce47c7 Fatalf and FatalFileRead 2026-03-24 17:51:59 -04:00
Gregory Wells 8d0cd0fd1b use read file helper function everywhere 2026-03-24 17:10:56 -04:00
Gregory Wells 35ec6678f8 implement and use first logging event (ReadFile) 2026-03-24 17:09:30 -04:00
Gregory Wells ac20f9172d implement the first log message 2026-03-24 16:57:28 -04:00
Gregory Wells b96f65c294 Redo File structure 2026-03-24 16:52:22 -04:00