• Joined on 2025-05-21
ske087 pushed to master at ske087/quality_app 2026-01-22 20:08:07 +00:00
64b67b2979 Implement database connection pooling with context manager pattern
ske087 pushed to main at ske087/digiserver-v2 2026-01-21 19:34:08 +00:00
ae3b82862d rrrrr
8a89df3486 Fix undefined playlist variable in receive_edited_media endpoint
Compare 2 commits »
ske087 pushed to master at ske087/quality_app 2026-01-19 19:48:19 +00:00
fd801ab78d Fix: Add missing closing brace for addEventListener in reportButtons
ske087 pushed to master at ske087/quality_app 2026-01-19 19:46:45 +00:00
a23d2174fc Fix: Add cache-busting version parameter to JavaScript files
ske087 pushed to master at ske087/quality_app 2026-01-19 19:44:16 +00:00
c7e560682b Fix: Remove duplicate safeStorage declaration causing SyntaxError
ske087 pushed to master at ske087/quality_app 2026-01-19 19:42:55 +00:00
68916a6f89 Debug: Add console logging to diagnose theme toggle issue
ske087 pushed to master at ske087/quality_app 2026-01-19 19:40:36 +00:00
5837b74682 Fix: Remove duplicate closing brace causing JavaScript syntax error
ske087 pushed to master at ske087/quality_app 2026-01-19 19:38:09 +00:00
2b9c478676 Fix: Add comprehensive null checks to prevent script.js errors
ske087 pushed to master at ske087/quality_app 2026-01-19 19:33:51 +00:00
91b798f323 Fix: Add null check for theme toggle button in script.js
ske087 pushed to master at ske087/quality_app 2026-01-19 19:15:00 +00:00
04a37501ec Fix: FG scan form submission hang and add theme toggle functionality
ske087 pushed to main at ske087/Kiwy-Signage 2026-01-17 20:44:38 +00:00
a8d6d70cd4 Fix duplicate cron jobs and enable systemd service
11436ddeab Fix app crash: resolve DISPLAY environment and input device issues
e2abde9f9c DIAGNOSTIC: Disable background upload thread to test stability
a825d299bf CRITICAL FIX: Use Clock.schedule_once for thread-safe player state updates
30f058182c Fix: Reload playlist after edited media is uploaded to server
Compare 10 commits »
ske087 pushed to main at ske087/Kiwy-Signage 2026-01-17 18:41:48 +00:00
6bf4e3735a Add comprehensive video playback optimization for smooth performance
ske087 pushed to main at ske087/Kiwy-Signage 2026-01-17 18:16:21 +00:00
e735e85d3c Add Wayland display server support for power management
ske087 pushed to main at ske087/Kiwy-Signage 2026-01-17 18:03:37 +00:00
72a6d7e704 Add aggressive HDMI power control to prevent display shutdown
ske087 pushed to main at ske087/Kiwy-Signage 2026-01-17 17:30:03 +00:00
8703350b23 Add screen activity signaler to prevent display sleep
ske087 pushed to main at ske087/Kiwy-Signage 2026-01-17 17:02:56 +00:00
17ae5439bd Add screen keep-alive functionality to prevent display sleep
ske087 pushed to main at ske087/Kiwy-Signage 2026-01-17 16:54:30 +00:00
81432ac832 Add autostart functionality and power management for Raspberry Pi
ske087 pushed to main at ske087/digiserver-v2 2026-01-17 16:14:16 +00:00
9c0a45afab Add missing update-duration endpoint for playlist content
ske087 pushed to main at ske087/digiserver-v2 2026-01-17 08:31:05 +00:00
49393d9a73 Final: Complete modernization - Option 1 deployment, unified persistence, migration scripts
d235c8e057 Add quick deployment steps guide (4 phases, 12 steps)
52e910346b Add pre-deployment IP configuration guide for network transitions
f2470e27ec Add comprehensive documentation index for production deployment
0e242eb0b3 Production deployment documentation: Add deployment guides, environment template, verification scripts
Compare 6 commits »
ske087 pushed to main at ske087/Kiwy-Signage 2026-01-16 20:26:14 +00:00
c5bf6c1eaf Fix: Handle HTTPS certificate endpoint 404 gracefully