secubox-openwrt/package/secubox/luci-app-wireguard-dashboard/htdocs/luci-static/resources/wireguard-dashboard
CyberMind-FR 2f16875c4b fix(wireguard-dashboard): Upgrade QR code generator to support larger configs
The JavaScript QR code fallback was limited to Version 5 (106 bytes max),
but WireGuard configs are typically 200-250 bytes. This caused QR code
generation to fail when the backend qrencode binary is not installed.

Changes:
- Auto-select optimal QR version (1-20) based on data length
- Support up to 858 bytes (Version 20)
- Proper Reed-Solomon error correction with dynamic generator polynomials
- Data interleaving for multiple EC blocks
- Alignment patterns for all versions
- Version info encoding for version 7+
- Quiet zone in SVG output

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 12:35:34 +01:00
..
api.js feat(wireguard-dashboard,webapp): Add setup wizard, admin sessions, and blocking stats 2026-01-21 15:40:46 +01:00
chart.js feat: WireGuard Dashboard v0.5.0 - Bug fixes and enhancements 2026-01-09 09:32:31 +01:00
common.css feat(structure): reorganize luci-app packages into package/secubox/ + appstore migration 2026-01-01 14:59:38 +01:00
dashboard.css feat(wireguard-dashboard,webapp): Add setup wizard, admin sessions, and blocking stats 2026-01-21 15:40:46 +01:00
qrcode.js fix(wireguard-dashboard): Upgrade QR code generator to support larger configs 2026-01-23 12:35:34 +01:00