mkrause612
  • Joined on 2026-02-09
mkrause612 pushed to main at firefrost-gaming/firefrost-services 2026-04-03 13:28:33 -05:00
83e5d2c192 fix: restore modular admin structure - all modules now working
mkrause612 pushed to main at firefrost-gaming/firefrost-services 2026-04-03 13:19:44 -05:00
dbb3c0afa7 fix: players mrr_value parsing and audit log column names
mkrause612 pushed to main at firefrost-gaming/firefrost-services 2026-04-03 13:16:10 -05:00
d6c530ae80 feat: implement all remaining admin HTMX endpoints with real data
mkrause612 pushed to main at firefrost-gaming/firefrost-services 2026-04-03 13:13:07 -05:00
86af46deca fix: add HTMX middleware to disable layouts for AJAX requests
mkrause612 pushed to main at firefrost-gaming/firefrost-services 2026-04-03 13:07:42 -05:00
4c7a7a0832 feat: add HTMX endpoint stubs for all admin modules
mkrause612 pushed to main at firefrost-gaming/firefrost-services 2026-04-03 12:58:15 -05:00
f7fec6fb84 feat: convert financials template to EJS and add database queries
mkrause612 pushed to main at firefrost-gaming/firefrost-services 2026-04-03 12:46:17 -05:00
127b7677fc fix: remove include() wrapper from all admin module templates
mkrause612 pushed to main at firefrost-gaming/firefrost-services 2026-04-03 12:43:12 -05:00
2e058a7d87 fix: add missing admin module routes (servers, players, roles, grace, audit, financials)
mkrause612 pushed to master at firefrost-gaming/firefrost-operations-manual 2026-04-03 12:41:39 -05:00
2d25817b5b docs: complete session documentation - Stripe integration + admin panel fix
mkrause612 pushed to main at firefrost-gaming/firefrost-services 2026-04-03 12:36:24 -05:00
350096b02c fix: rename user to adminUser for layout template
mkrause612 pushed to main at firefrost-gaming/firefrost-services 2026-04-03 12:34:14 -05:00
8919f5b61d fix: add express-ejs-layouts to package.json dependencies
mkrause612 pushed to main at firefrost-gaming/firefrost-services 2026-04-03 12:32:01 -05:00
ab37828693 fix: add currentPath variable for layout navigation
mkrause612 pushed to main at firefrost-gaming/firefrost-services 2026-04-03 12:27:32 -05:00
ddefe851f4 fix: implement express-ejs-layouts for proper template inheritance
mkrause612 pushed to main at firefrost-gaming/firefrost-services 2026-04-03 12:20:09 -05:00
28a4c2dba8 fix: add missing title parameter for admin dashboard layout
mkrause612 pushed to main at firefrost-gaming/firefrost-services 2026-04-03 12:12:19 -05:00
b41acef2a3 fix: admin panel route returning JSON instead of rendering HTML
mkrause612 pushed to main at firefrost-gaming/firefrost-services 2026-04-03 11:54:44 -05:00
05676a5f86 fix: move webhook to /webhooks/stripe to avoid route conflict
mkrause612 pushed to main at firefrost-gaming/firefrost-services 2026-04-03 11:51:05 -05:00
61ff2e8ba3 fix: restore stripe mount for checkout while keeping webhook raw body
mkrause612 pushed to main at firefrost-gaming/firefrost-services 2026-04-03 11:49:15 -05:00
a86d6b9c45 fix: remove duplicate stripe route mount causing webhook body parsing issue
mkrause612 pushed to main at firefrost-gaming/firefrost-services 2026-04-03 11:34:32 -05:00
0abd86b1a9 debug: add logging to see checkout session params being sent to Stripe
mkrause612 pushed to main at firefrost-gaming/firefrost-services 2026-04-03 11:28:15 -05:00
9de3e6e074 fix: update checkout endpoint to accept tier_level from website