Commit Graph

19 Commits

Author SHA1 Message Date
8f82dd078d
Only log start of request 2024-10-18 19:57:18 -05:00
3ca9211e5d
Redact password hashes in debug output 2024-10-18 19:56:54 -05:00
35a68e46f7
Hide new users password when entering it and make user enter it twice 2024-10-18 19:48:41 -05:00
e057a8d2dd
Add schema patch file 2024-10-18 19:48:03 -05:00
a1856aaeaa
Add subcommand to add new user to the DB 2024-10-18 19:39:00 -05:00
2967284956
Switch to using a Sqlite DB intstead of a text file and some code cleanup 2024-10-18 16:07:06 -05:00
cbd2792ad3
Check user/pw against list of known users w/hashed pw 2024-10-17 12:18:45 -05:00
c21054814c
Pass username/password to the server and allow login failure 2024-10-17 11:50:48 -05:00
c94105acc3
Add logout functionallity 2024-10-16 15:18:18 -05:00
8a8e773795
Add basic login page 2024-10-16 13:56:33 -05:00
014525b683
Factor out homepage into its own file 2024-10-16 13:01:21 -05:00
3078591e2c
Factor out parts of the frontend into separate components 2024-10-14 13:58:58 -05:00
a25e143b55
Clean up server imports & format code 2024-10-14 13:52:16 -05:00
74e7a9c2d5
Start work on authentication 2024-10-09 11:58:49 -05:00
0e4d29ae52
Disable dismissal of keyboard after message sent on mobile 2024-10-08 21:29:32 -05:00
df8337fea4
Add left mergin to messages 2024-10-08 21:26:34 -05:00
fdd10f7065
Display messages on the bottom of the message div 2024-10-08 21:20:59 -05:00
c4caac3a21
Add timestamps to messages 2024-10-08 20:59:42 -05:00
9c44bc892f
Initial commit 2024-10-08 19:54:34 -05:00