Commit graph

221 commits

Author SHA1 Message Date
c83ca63f9a Added optional doc argument to popup class for cPanel usage. 2025-02-07 06:27:25 -05:00
c04edb6691 Added schedule clearing and scroll to drag to schedule panel. 2025-02-07 06:01:20 -05:00
56ab5a16ec fuck 2025-02-03 22:21:39 -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
9d01b4c962 Uncommented an important line :P 2025-01-25 08:38:55 -05:00
07d1a37453 Continued work on media schedule panel. 2025-01-25 08:37:27 -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
b56c9a3365 Finished up with profile tooltips and context-menus. 2025-01-08 04:08:27 -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
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
8f45048ab6 Started work on chat autocomplete 2025-01-03 04:05:29 -05:00
6cb7a6223e Updated version number. 2025-01-03 01:21:21 -05:00
15f73af2ef Removed unnecissary log call 2025-01-01 23:02:52 -05:00
7624e1928a Updated ban UI to handle IP-Bans. 2025-01-01 23:00:03 -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
756c42ceaa Added optional alt-inclusion to channel-wide bans. 2024-12-31 20:03:25 -05:00
40c004795b Finished up with email verification system and profile page redux. 2024-12-31 14:28:12 -05:00
c32f3df3f3 Gave profile page a facelift in perperation for email/password update pop-ups. 2024-12-31 06:50:34 -05:00
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
4a865e8aa8 Protected socket.io connection with csrf-sync to prevent cross-site connections. 2024-12-29 23:06:11 -05:00
6c379321f7 Added CSRF token headers to ajax calls for /api/admin routes. 2024-12-29 22:40:20 -05:00
6dd8983a48 Added CSRF token headers to ajax calls for /api/channel routes. 2024-12-29 22:25:53 -05:00
106b0fcddb Added CSRF protection to all API calls. /api/account AJAX calls updated. 2024-12-29 21:40:50 -05:00
7e0c8e72c5 Updated license text. 2024-12-29 15:27:05 -05:00
83f76af6e8 Added CSRF tokens to non-partial templates. 2024-12-29 15:02:37 -05:00
2ea3c72a61 Added !kick command. Updated perm check logic on chan ban to match. 2024-12-29 03:45:06 -05:00
ac8d789edb Whoops. 2024-12-28 16:44:16 -05:00
5a262725c7 Added config security check. 2024-12-28 16:42:29 -05:00
3de4bff68d Migrated user related sechamas to src/schemas/user/ 2024-12-28 16:21:33 -05:00
3eddd0ea5b Tidied up login page/navbar. 2024-12-28 15:55:03 -05:00
478edeeddf Finished up with email password reset system. 2024-12-28 15:36:42 -05:00
3671b43789 Prettied up UI for password resets. Now to move on to email component. 2024-12-28 09:17:28 -05:00
ed698f40c7 Started work on URL-Token based password reset system. Email not yet implemented. 2024-12-28 04:30:08 -05:00
8ee92541de Removed unnessicary console.log() calls. 2024-12-26 17:54:07 -05:00
9c18c23ad5 Basic brute force detection added. Accounts throttle by captcha after 5 failed attempts, and locked out for 24 hours after 200 attempts. 2024-12-26 17:46:35 -05:00
e0f53df176 Added 'altcha' captcha system for account and channel creation. 2024-12-26 06:09:49 -05:00
60801f0dc2 Alt account entries now deleted with account upon account deletion. 2024-12-25 05:52:03 -05:00