Commit graph

90 commits

Author SHA1 Message Date
e34dcbdec7 Fixed double-start bug in refreshNextTimer. 2025-04-21 07:20:14 -04:00
46e1b2c45b Fixed crash caused by connecting with deleted flair. 2025-04-15 05:59:43 -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
ed78bc7dfc Finished up with backend for user playlists 2025-04-07 03:49:20 -04:00
aefc2dc1bd Started work on implementing user playlists 2025-04-06 00:24:05 -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
f21b66fae0 Finished up with Playlist Managment UI. 2025-04-04 08:18:20 -04:00
c3781d6259 Continued work on playlist management UI 2025-04-03 01:43:19 -04:00
1723e8ebd0 Started work on playlist management UI 2025-03-30 14:11:49 -04:00
65b5ae9371 Added backend functionality for channel playlist deletion 2025-03-27 08:32:45 -04:00
1e905b3658 Added defaultTitles feature to playlists 2025-03-26 23:30:32 -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
72a89ae5ff Started work on channel-wide playlists. 2025-03-23 22:30:10 -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
6dc9ad7b34 Video Syncronization Prototyping Complete. 2025-01-15 06:29:12 -05:00
0b68db1265 Started work on back-end for synced video playback. 2025-01-12 17:50:54 -05:00
b443840c29 Finished up with internet archive api utility. 2025-01-12 16:39:03 -05:00
4c1d3c9db5 Fixed critical bug with server-side commandPreprocessor 2025-01-11 23:26:04 -05:00
f8a6e00345 Started work on media class. 2025-01-11 19:23:42 -05:00
4c31dbde1e Finished up with inline and full-body chat-filters. 2025-01-11 13:00:34 -05:00
77bc549653 Added spoiler support. 2025-01-11 01:30:25 -05:00
9a8def18d7 Started work on userlist profile tooltips and context menus. 2025-01-07 01:42:54 -05:00
9df7f52e9e Finished up with chat prompt autocomplete. 2025-01-05 00:05:19 -05:00
acbe0400c4 Added proper toke and username autocompletion. 2025-01-04 11:19:24 -05:00
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
4a865e8aa8 Protected socket.io connection with csrf-sync to prevent cross-site connections. 2024-12-29 23:06:11 -05:00
7e0c8e72c5 Updated license text. 2024-12-29 15:27:05 -05:00
2ea3c72a61 Added !kick command. Updated perm check logic on chan ban to match. 2024-12-29 03:45:06 -05:00
3de4bff68d Migrated user related sechamas to src/schemas/user/ 2024-12-28 16:21:33 -05:00
ed698f40c7 Started work on URL-Token based password reset system. Email not yet implemented. 2024-12-28 04:30:08 -05:00
6e785dc211 Database now stores hashes of recently used IP's for all users. They are retained for seven days AFTER their LAST use. 2024-12-23 15:17:07 -05:00
93cece48ea Finished up with personal emotes. 2024-12-22 21:10:07 -05:00
a4a1f6a65b Started work on personal emotes. 2024-12-22 13:46:08 -05:00
c3d016e1af Per-Channel Emotes Implemented. 2024-12-21 11:01:00 -05:00