• Joined on 2026-07-27
mohanki pushed to master at mohanki/ck_qr_nextjs_node_redis_postgres 2026-07-27 13:11:05 +02:00
e6e448a2a9 fix: use FRONTEND_URL environment variable for dynamic qr code URL instead of BASE_URL
mohanki pushed to master at mohanki/ck_qr_nextjs_node_redis_postgres 2026-07-27 13:08:26 +02:00
386071f48d fix: add missing qr_scans table creation to fix 500 error on /api/qr
mohanki pushed to master at mohanki/ck_qr_nextjs_node_redis_postgres 2026-07-27 13:01:42 +02:00
8c17fac692 fix: remove duplicate pgPool and app.listen in server.js which crashed backend
mohanki pushed to master at mohanki/ck_qr_nextjs_node_redis_postgres 2026-07-27 12:55:37 +02:00
69ad9d4820 fix: run auto-migration to add missing name column to qr_codes table on startup
mohanki pushed to master at mohanki/ck_qr_nextjs_node_redis_postgres 2026-07-27 12:54:18 +02:00
2f645ef8f6 chore: add detailed error message for 500 response in generate qr code
mohanki pushed to master at mohanki/ck_qr_nextjs_node_redis_postgres 2026-07-27 12:47:30 +02:00
fec82a64db fix: increase express.json limit to 50mb to allow saving QR codes with large custom logos
mohanki pushed to master at mohanki/ck_qr_nextjs_node_redis_postgres 2026-07-27 12:42:07 +02:00
0e379f4e15 fix: add cookie-parser middleware to fix 403 on protected routes, add autocomplete to login
mohanki pushed to master at mohanki/ck_qr_nextjs_node_redis_postgres 2026-07-27 12:39:08 +02:00
5a7b4c7470 feat: add download option for QR codes in create and dashboard pages
mohanki pushed to master at mohanki/ck_qr_nextjs_node_redis_postgres 2026-07-27 12:35:28 +02:00
0ddec84894 feat: sync qr code dot and eye colors, add logo upload support
mohanki pushed to master at mohanki/ck_qr_nextjs_node_redis_postgres 2026-07-27 12:31:47 +02:00
2c16f8999d fix: qr generator preview now shows dynamically generated shortlink instead of destination URL
mohanki pushed to master at mohanki/ck_qr_nextjs_node_redis_postgres 2026-07-27 12:27:44 +02:00
01c74fb29d feat: add next.config rewrites for shortlink routing and show domain in UI
mohanki pushed to master at mohanki/ck_qr_nextjs_node_redis_postgres 2026-07-27 12:21:04 +02:00
c6a0a13616 fix: explicit text color for qr editor inputs to fix legibility in light theme
mohanki pushed to master at mohanki/ck_qr_nextjs_node_redis_postgres 2026-07-27 11:49:14 +02:00
c3ba7c1be3 fix: change admin role string to enterprise to match frontend logic
mohanki pushed to master at mohanki/ck_qr_nextjs_node_redis_postgres 2026-07-27 11:46:26 +02:00
c55ac6225a fix: inject NEXT_PUBLIC_API_URL arg into frontend docker build
mohanki pushed to master at mohanki/ck_qr_nextjs_node_redis_postgres 2026-07-27 11:43:17 +02:00
842dcc1f03 chore: promote mohan.k to admin
mohanki pushed to master at mohanki/ck_qr_nextjs_node_redis_postgres 2026-07-27 11:37:28 +02:00
7de6b1dca5 fix: auto initialize postgres database on startup
mohanki pushed to master at mohanki/ck_qr_nextjs_node_redis_postgres 2026-07-27 11:35:11 +02:00
83193358de fix: mount routes without /api prefix to support Traefik stripping
mohanki pushed to master at mohanki/ck_qr_nextjs_node_redis_postgres 2026-07-27 11:00:46 +02:00
e40eb03615 feat: make first registered user an admin
mohanki pushed to master at mohanki/ck_qr_nextjs_node_redis_postgres 2026-07-27 10:55:25 +02:00
1c6dd53b2a Add expose ports so Traefik knows where to route traffic
mohanki pushed to master at mohanki/ck_qr_nextjs_node_redis_postgres 2026-07-27 10:41:59 +02:00
1447f64b42 Remove host port bindings to fix Coolify deployment allocation errors