Dustin Newkirk hobokenchicken
hobokenchicken pushed to main at hobokenchicken/kayla-newkirk 2026-06-29 18:22:13 +00:00
0fbd2876dd Update IAWC roles, presentation format, and CV/resume PDFs
hobokenchicken pushed to main at LobotomyLabs/dumpsterChat 2026-06-29 18:19:00 +00:00
c189bd2d83 fix: return messages in chronological order (oldest first)
hobokenchicken pushed to main at LobotomyLabs/dumpsterChat 2026-06-29 18:16:33 +00:00
175ec90705 fix: blank page on channel click + logout issue
hobokenchicken pushed to main at LobotomyLabs/dumpsterChat 2026-06-29 18:11:35 +00:00
a7da8104d7 fix: channel List reads serverID from URL param, not query string
hobokenchicken pushed to main at LobotomyLabs/dumpsterChat 2026-06-29 18:06:02 +00:00
368d1f9427 fix: ensure reply_to column exists via ALTER TABLE in migration
hobokenchicken pushed to main at LobotomyLabs/dumpsterChat 2026-06-29 18:00:25 +00:00
9f138deb9d feat: login with username or email + change password
hobokenchicken pushed to main at LobotomyLabs/dumpsterChat 2026-06-29 17:53:24 +00:00
fec0eb1917 fix: use single quotes for SQL COALESCE defaults (not double quotes)
hobokenchicken pushed to main at LobotomyLabs/dumpsterChat 2026-06-29 17:52:00 +00:00
23902de912 feat: server members API + member list in sidebar + fix chat input
hobokenchicken pushed to main at LobotomyLabs/dumpsterChat 2026-06-29 17:48:29 +00:00
bb67a7652e fix: resolve duplicate path prefix issues for message and webhook routes
hobokenchicken pushed to main at LobotomyLabs/dumpsterChat 2026-06-29 17:35:58 +00:00
de465c6527 fix: read serverID from URL param instead of body in channel create
hobokenchicken pushed to main at LobotomyLabs/dumpsterChat 2026-06-29 17:20:16 +00:00
118155d737 fix: support DUMPSTER_CSRF_ORIGINS env var for LAN access
hobokenchicken pushed to main at LobotomyLabs/dumpsterChat 2026-06-29 16:57:59 +00:00
5c7e461dad fix: CSRF middleware now trusts origin hostname match instead of exact prefix
hobokenchicken pushed to main at LobotomyLabs/dumpsterChat 2026-06-29 16:50:55 +00:00
3f33859f4a feat: UI for server/channel creation, settings link, role management backend
hobokenchicken pushed to main at LobotomyLabs/dumpsterChat 2026-06-29 16:26:00 +00:00
3072cda051 fix: resolve Sscanf greedy parsing bug in VerifyPassword
hobokenchicken pushed to main at LobotomyLabs/dumpsterChat 2026-06-29 16:20:00 +00:00
a81a8e6901 fix: make session cookie Secure attribute optional for HTTP/LAN dev
hobokenchicken pushed to main at LobotomyLabs/dumpsterChat 2026-06-29 16:14:13 +00:00
d122133e93 config: expose vite dev server to lan and configure api proxy
hobokenchicken pushed to main at LobotomyLabs/dumpsterChat 2026-06-29 16:10:04 +00:00
78c0c28ff5 fix: shell and nvm path sourcing in Makefile web targets
hobokenchicken pushed to main at LobotomyLabs/dumpsterChat 2026-06-29 15:48:30 +00:00
4eaab40e48 fix: expose local ports in compose and auto-load .env in config package
hobokenchicken pushed to main at LobotomyLabs/dumpsterChat 2026-06-29 15:45:09 +00:00
bd2a7ec2a6 fix: load LiveKit and WebPush configuration fields in Load()
hobokenchicken pushed to main at LobotomyLabs/dumpsterChat 2026-06-29 13:41:51 +00:00
88756a72fa security: LOW findings + fix .gitignore overmatch