Commit graph

239 commits

Author SHA1 Message Date
rainbow napkin 5ad20f6823 Created seperate commands in build script to build client and server documentation seperately. 2025-09-02 07:46:46 -04:00
rainbow napkin 514b00a714 Properly marked exported classes to fix JSDoc 2025-09-02 07:32:51 -04:00
rainbow napkin 7d31cc9e8a Added build step to auto-generate Documentation pages at the /doc endpoint from JSDoc. 2025-09-02 07:11:39 -04:00
rainbow napkin c64b315fdf Added cold-persistance to Channel Chat Buffer via periodic DB saves based on chat activity. 2025-07-23 01:05:39 -04:00
rainbow napkin 366df357b8 Volatile chat buffer for channel-only chats implemented. 2025-06-11 08:27:56 -04:00
rainbow napkin 370a08cb03 Added section in channel settings to update description and thumbnail. 2025-06-11 06:23:10 -04:00
rainbow napkin 688afa09e8 Started work on channel descriptions and thumby updates. 2025-06-09 08:31:34 -04:00
rainbow napkin 92edd74aaa Imrpoved UX in order to prepare for pushback mode. 2025-05-18 19:12:42 -04:00
rainbow napkin 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
rainbow napkin 89f78ae265 Added Go-Live button to queue panel. 2025-05-16 06:32:45 -04:00
rainbow napkin b0cca2c6fc UI Updated to reflect active livestreams, queue locks while streaming. 2025-05-15 19:56:00 -04:00
rainbow napkin afa57e8080 Started work on queueEntries for active livestreams. 2025-05-15 08:36:04 -04:00
rainbow napkin a927b31919 Added streamlock to disable refreshNextTimer() while streaming. Fixed bug in HLS Livestream Media Handler. 2025-05-12 20:48:53 -04:00
rainbow napkin dd00a11b92 Started work on HLS Livestreaming. Created basic HLS Livestream Media Handler. 2025-05-12 17:54:47 -04:00
rainbow napkin c6de68b474 Started work on HLS livestreaming 2025-05-11 08:19:30 -04:00
rainbow napkin 93265b7890 Added stream URL to channel settings. 2025-05-10 22:07:20 -04:00
rainbow napkin e4bebce431 Fixed official yt embed player destruction 2025-05-10 12:28:48 -04:00
rainbow napkin 473b54356e Implemented official yt iframe embed player support. 2025-05-10 12:23:33 -04:00
rainbow napkin 1b0caa5e02 Completed buildPlayer method for youtubeEmbedHandler 2025-05-08 08:22:42 -04:00
rainbow napkin 1344756449 Started working on implementing official YT iframe-embed API 2025-05-07 08:17:38 -04:00
rainbow napkin 047c368b70 FUCK 2025-05-07 01:09:36 -04:00
rainbow napkin aadeac03df Started work on optional offial yotuube embed playback. Added basic client settings panel. 2025-05-07 01:08:17 -04:00
rainbow napkin 336c746ba7 Started work on dailymotion implementation. Looks like HLS player will be required for this. 2025-05-06 23:35:12 -04:00
rainbow napkin 60cd21d938 Youtube videos now refresh metadata 10 seconds before playback starts. 2025-05-06 21:13:54 -04:00
rainbow napkin 9d9aa5672f Youtube videos technically queable/playable 2025-05-06 07:48:24 -04:00
rainbow napkin 781b6a8311 Fixed up chromium compatibility. 2025-05-04 20:21:35 -04:00
rainbow napkin e2e6d975fb Autoscroll now ignores scrolls from chat resize 2025-05-04 19:34:56 -04:00
rainbow napkin 7badaa927c Embedded links open in new tab 2025-05-04 18:48:33 -04:00
rainbow napkin 1f00bacb6f Improved CSRF handling 2025-05-04 17:52:55 -04:00
rainbow napkin 2d5afc23d7 Added persistant volume. 2025-05-04 17:17:20 -04:00
rainbow napkin b253f817f4 Media-handler refactoring 2025-05-04 17:06:26 -04:00
rainbow napkin 99fa549469 Moved sync latching logic over to mediaHandler class. 2025-05-04 16:43:57 -04:00
rainbow napkin d3aa4b8274 Added underscores and dashes to usernames 2025-05-02 03:47:46 -04:00
rainbow napkin 23ceb74883 Finished up with improvements to error handling. 2025-04-29 07:05:38 -04:00
rainbow napkin d9bab09d53 Little bit of a hacky method, but queuePanel now waits until queue scale is properly rendered before rendering queue items 2025-04-27 08:55:11 -04:00
rainbow napkin bddbb3a4a3 Homepage CSS hotfix 2025-04-26 07:52:52 -04:00
rainbow napkin 878ee4bb2d Converted pop-ups to standard HTML. None use templating features and the router was poorly written anywho. 2025-04-22 07:03:13 -04:00
rainbow napkin dcafd8faf6 Fixed mangled chat logic and added clearer comments to prevent future mangling. 2025-04-15 07:44:02 -04:00
rainbow napkin e226d45dce Fixed bug with flair in chat. 2025-04-15 05:40:42 -04:00
rainbow napkin 4ed4b572f2 Updated client-side DOM manipulation functions to unescape char-codes before injecting them via innerText instead of raw-dogging it into innerHTML 2025-04-12 07:21:36 -04:00
rainbow napkin e46513cc1a Added auto-scrolling to chat buffer. 2025-04-12 06:58:43 -04:00
rainbow napkin 567eb5b574 Redirect added after channel creation. 2025-04-12 05:08:41 -04:00
rainbow napkin b27175bb7d Fixed clickDragger breaking on zoom-in. 2025-04-10 07:02:52 -04:00
rainbow napkin de7dab5cab Improved clickDragger behavior. 2025-04-09 22:05:59 -04:00
rainbow napkin 4c54c270d2 Fixed chat width breaking when video hidden. 2025-04-09 21:09:04 -04:00
rainbow napkin 441108c9cb Fixed page-breaking bug when scaleScrolling queue while a timetip is open 2025-04-09 04:24:55 -04:00
rainbow napkin d9d39e1563 Fixed phantom timetips. 2025-04-09 04:16:28 -04:00
rainbow napkin c70da9daf1 Removed old console.log calls. 2025-04-09 02:20:36 -04:00
rainbow napkin b383e746a7 Finshed up work with per-user playlists. 2025-04-09 01:52:16 -04:00
rainbow napkin aefc2dc1bd Started work on implementing user playlists 2025-04-06 00:24:05 -04:00
rainbow napkin e629c63b2c Added random and individual queuing from playlists. 2025-04-05 15:53:07 -04:00
rainbow napkin 8c990c14e6 Added quick visual fix to playlist management UI 2025-04-04 08:27:18 -04:00
rainbow napkin f21b66fae0 Finished up with Playlist Managment UI. 2025-04-04 08:18:20 -04:00
rainbow napkin c8c59feb7f Refactored/Beautified existing playlist managment UI code. 2025-04-04 06:10:32 -04:00
rainbow napkin c3781d6259 Continued work on playlist management UI 2025-04-03 01:43:19 -04:00
rainbow napkin 04dec153ac anotha one 2025-04-02 08:08:46 -04:00
rainbow napkin 0e3706dafa Removed extra console.log call 2025-04-02 08:07:58 -04:00
rainbow napkin fb653a477e Continued work on playlist management UI 2025-04-02 08:00:53 -04:00
rainbow napkin f4db10fbc3 Fixed issues with IA utils, continued work on playlist mgmt UI 2025-04-01 08:47:34 -04:00
rainbow napkin 3da88aea2a Continued work on playlist management UI 2025-03-31 08:35:30 -04:00
rainbow napkin 1723e8ebd0 Started work on playlist management UI 2025-03-30 14:11:49 -04:00
rainbow napkin cb09c139c7 Created playlist queue schema. 2025-02-15 18:33:07 -05:00
rainbow napkin 8a273d8055 Finished up with Persistent queue storage in database. 2025-02-15 11:02:58 -05:00
rainbow napkin a41541d07b Added persistent rescheduling of nowPlaying after server goes down. 2025-02-11 07:39:20 -05:00
rainbow napkin 179a10fb72 Added proper handling of items that begin late and end early. 2025-02-09 17:29:07 -05:00
rainbow napkin 44dd613ea3 Added schedule locking and day jumping on scroll lock. 2025-02-09 00:45:36 -05:00
rainbow napkin c83ca63f9a Added optional doc argument to popup class for cPanel usage. 2025-02-07 06:27:25 -05:00
rainbow napkin c04edb6691 Added schedule clearing and scroll to drag to schedule panel. 2025-02-07 06:01:20 -05:00
rainbow napkin 56ab5a16ec fuck 2025-02-03 22:21:39 -05:00
rainbow napkin 85bbe39578 Got drag-n-drop to schedule working. 2025-02-03 22:13:51 -05:00
rainbow napkin 90be85de26 Continued work on media schedule panel. 2025-02-02 18:49:20 -05:00
rainbow napkin d5a2a51be2 Continued work on media scheduler 2025-01-28 09:43:39 -05:00
rainbow napkin 9d01b4c962 Uncommented an important line :P 2025-01-25 08:38:55 -05:00
rainbow napkin 07d1a37453 Continued work on media schedule panel. 2025-01-25 08:37:27 -05:00
rainbow napkin 42c20455e5 Started work on queue panel 2025-01-21 08:15:35 -05:00
rainbow napkin 4f6b3318a0 Implemented back-end for basic time-based queueing system. 2025-01-19 15:13:31 -05:00
rainbow napkin f38eae170d Finished up with player UI-Bar functionality, including 'reload' and 'sync' controls. 2025-01-17 06:02:39 -05:00
rainbow napkin 6dc9ad7b34 Video Syncronization Prototyping Complete. 2025-01-15 06:29:12 -05:00
rainbow napkin b443840c29 Finished up with internet archive api utility. 2025-01-12 16:39:03 -05:00
rainbow napkin 4c31dbde1e Finished up with inline and full-body chat-filters. 2025-01-11 13:00:34 -05:00
rainbow napkin 77bc549653 Added spoiler support. 2025-01-11 01:30:25 -05:00
rainbow napkin b56c9a3365 Finished up with profile tooltips and context-menus. 2025-01-08 04:08:27 -05:00
rainbow napkin 9a8def18d7 Started work on userlist profile tooltips and context menus. 2025-01-07 01:42:54 -05:00
rainbow napkin 9df7f52e9e Finished up with chat prompt autocomplete. 2025-01-05 00:05:19 -05:00
rainbow napkin acbe0400c4 Added proper toke and username autocompletion. 2025-01-04 11:19:24 -05:00
rainbow napkin 23a71a5478 Basic auto-complete functionality added. Just need to finish up with toke command memory and permission map system. 2025-01-04 04:00:58 -05:00
rainbow napkin 8f45048ab6 Started work on chat autocomplete 2025-01-03 04:05:29 -05:00
rainbow napkin 15f73af2ef Removed unnecissary log call 2025-01-01 23:02:52 -05:00
rainbow napkin 7624e1928a Updated ban UI to handle IP-Bans. 2025-01-01 23:00:03 -05:00
rainbow napkin 977e8e1e2e Finished up with IP-Ban functionality on the back-end. Just need to finish up with UI. 2025-01-01 17:36:43 -05:00
rainbow napkin 40c004795b Finished up with email verification system and profile page redux. 2024-12-31 14:28:12 -05:00
rainbow napkin c32f3df3f3 Gave profile page a facelift in perperation for email/password update pop-ups. 2024-12-31 06:50:34 -05:00
rainbow napkin a51152a89d Finished up with email change backend. Just need to make a prompt on the profile page for our AJAX call. 2024-12-30 09:43:25 -05:00
rainbow napkin 4a865e8aa8 Protected socket.io connection with csrf-sync to prevent cross-site connections. 2024-12-29 23:06:11 -05:00
rainbow napkin 6c379321f7 Added CSRF token headers to ajax calls for /api/admin routes. 2024-12-29 22:40:20 -05:00
rainbow napkin 6dd8983a48 Added CSRF token headers to ajax calls for /api/channel routes. 2024-12-29 22:25:53 -05:00
rainbow napkin 106b0fcddb Added CSRF protection to all API calls. /api/account AJAX calls updated. 2024-12-29 21:40:50 -05:00
rainbow napkin 7e0c8e72c5 Updated license text. 2024-12-29 15:27:05 -05:00
rainbow napkin 3eddd0ea5b Tidied up login page/navbar. 2024-12-28 15:55:03 -05:00
rainbow napkin 478edeeddf Finished up with email password reset system. 2024-12-28 15:36:42 -05:00