Commit graph

52 commits

Author SHA1 Message Date
1b22f16514 Fixed critical queueing bug 2026-07-07 21:38:13 -04:00
75301ec7d9 Finished optimizing automated queue transactions. 2025-11-03 00:13:17 -05:00
dd36b1d923 Optimized queue.removeRange() 2025-11-01 11:34:50 -04:00
349a6b82aa Moving currently playing items to an invalid spot in the schedule no longer creates ghost items. 2025-10-28 07:03:16 -04:00
a1f0824330 Fixed queue rendering issue by changing server-side behavior around queue broadcasting. 2025-10-28 06:33:52 -04:00
dd66601f0d Fixed out of order queues being sent off to clients. 2025-10-27 20:31:14 -04:00
166e174397 comment 2025-10-25 09:56:24 -04:00
37990ff8c3 Traded bug with queue.end() being called as volatile from functions which handle their own DB save, in which stale item was left in cache, for a simple queue rending bug. 2025-10-25 09:55:40 -04:00
f95a0ae48c Added queue debugging. 2025-10-25 09:46:28 -04:00
6d16ac2353 Moved server-side queue transmission to it's own protected namespace. 2025-10-22 05:00:59 -04:00
06f552a9ec Improved link validation and sanatization, in order to mitigate CVE-2025-56200 from validator.js NPM package. 2025-10-18 07:21:17 -04:00
3d4e0a6621 Fixed startTimeStamp not being added to earlyEnd when calculating resume time stamp after livestream end in pushback mode. 2025-09-12 03:38:54 -04:00
9eeed591ad Re-scheduling currently playing item now stops currnet playback, and re-schedules a clone. Allowing for DB-Friendly schedule2scrub functionality. 2025-09-09 08:19:46 -04:00
f34ad4829c Added JSDoc for Class Members of src/app/channel/* 2025-09-06 00:32:37 -04:00
514b00a714 Properly marked exported classes to fix JSDoc 2025-09-02 07:32:51 -04:00
fd760e4dab Started work on JSDoc. src/app started, src/app/channel/media complete. 2025-08-25 08:09:43 -04:00
b5e54afe99 Pushback Schedule mode now works when ending livestreams. 2025-05-19 04:11:25 -04:00
8c8b2a6f0b Livestream Database Handling for Overwrite mode complete. Schedule goes back to pre-stream state if server crashes/stops. 2025-05-18 17:47:47 -04:00
85c1258bb6 Started work on livestream end handling, and live stream server crash handling. 2025-05-17 10:03:32 -04:00
b0cca2c6fc UI Updated to reflect active livestreams, queue locks while streaming. 2025-05-15 19:56:00 -04:00
afa57e8080 Started work on queueEntries for active livestreams. 2025-05-15 08:36:04 -04:00
a927b31919 Added streamlock to disable refreshNextTimer() while streaming. Fixed bug in HLS Livestream Media Handler. 2025-05-12 20:48:53 -04:00
dd00a11b92 Started work on HLS Livestreaming. Created basic HLS Livestream Media Handler. 2025-05-12 17:54:47 -04:00
c6de68b474 Started work on HLS livestreaming 2025-05-11 08:19:30 -04:00
2a3740dece queue refreshes raw link for items starting in less than 10 seconds, rawRefresh only refreshes expired links. 2025-05-06 22:45:26 -04:00
60cd21d938 Youtube videos now refresh metadata 10 seconds before playback starts. 2025-05-06 21:13:54 -04:00
853f67fe15 Improved exception handling, started work on improving error messages for IP bans 2025-05-29 09:48:48 -04:00
ef0344942b Fixed refreshNextTimer so it clears out stale timers. 2025-04-22 01:42:07 -04:00
e34dcbdec7 Fixed double-start bug in refreshNextTimer. 2025-04-21 07:20:14 -04:00
17e736ab1a Fixed bug with server-side sync function 2025-04-10 20:36:02 -04:00
3c144894c6 Modified Queue Logic to handle bulk queueing better. 2025-04-10 20:33:36 -04:00
e629c63b2c Added random and individual queuing from playlists. 2025-04-05 15:53:07 -04:00
e61d9deb52 Fixed perms for schedule/channel playlists 2025-04-04 20:38:40 -04:00
1723e8ebd0 Started work on playlist management UI 2025-03-30 14:11:49 -04:00
1167b2dd76 Continued work on Playlist Queueing 2025-03-26 23:08:32 -04:00
70a68d9336 Continued work on channel-wide playlists. 2025-03-25 08:23:58 -04:00
cb09c139c7 Created playlist queue schema. 2025-02-15 18:33:07 -05:00
8a273d8055 Finished up with Persistent queue storage in database. 2025-02-15 11:02:58 -05:00
d60182ceae Removed console.log() call and fixed bug with resuming playback after server restart. 2025-02-12 07:48:47 -05:00
c8cd336c91 Started work on schedule archiving. 2025-02-12 07:41:08 -05:00
a41541d07b Added persistent rescheduling of nowPlaying after server goes down. 2025-02-11 07:39:20 -05:00
179a10fb72 Added proper handling of items that begin late and end early. 2025-02-09 17:29:07 -05:00
44dd613ea3 Added schedule locking and day jumping on scroll lock. 2025-02-09 00:45:36 -05:00
c04edb6691 Added schedule clearing and scroll to drag to schedule panel. 2025-02-07 06:01:20 -05:00
85bbe39578 Got drag-n-drop to schedule working. 2025-02-03 22:13:51 -05:00
90be85de26 Continued work on media schedule panel. 2025-02-02 18:49:20 -05:00
d5a2a51be2 Continued work on media scheduler 2025-01-28 09:43:39 -05:00
42c20455e5 Started work on queue panel 2025-01-21 08:15:35 -05:00
4f6b3318a0 Implemented back-end for basic time-based queueing system. 2025-01-19 15:13:31 -05:00
f38eae170d Finished up with player UI-Bar functionality, including 'reload' and 'sync' controls. 2025-01-17 06:02:39 -05:00