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 |
|
rainbow napkin
|
3671b43789
|
Prettied up UI for password resets. Now to move on to email component.
|
2024-12-28 09:17:28 -05:00 |
|
rainbow napkin
|
ed698f40c7
|
Started work on URL-Token based password reset system. Email not yet implemented.
|
2024-12-28 04:30:08 -05:00 |
|
rainbow napkin
|
8ee92541de
|
Removed unnessicary console.log() calls.
|
2024-12-26 17:54:07 -05:00 |
|
rainbow napkin
|
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 |
|
rainbow napkin
|
e0f53df176
|
Added 'altcha' captcha system for account and channel creation.
|
2024-12-26 06:09:49 -05:00 |
|
rainbow napkin
|
980c84afff
|
Added alt-detection. Just need to set up pre-delete for userModel function to remove refrences to itself on alt accounts
|
2024-12-24 10:57:55 -05:00 |
|
rainbow napkin
|
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 |
|
rainbow napkin
|
93cece48ea
|
Finished up with personal emotes.
|
2024-12-22 21:10:07 -05:00 |
|
rainbow napkin
|
a4a1f6a65b
|
Started work on personal emotes.
|
2024-12-22 13:46:08 -05:00 |
|
rainbow napkin
|
db5fac83ab
|
Updated chat post-processor to handle embedded command examples (both ! and /), embedded usernames, and embedded channel names
|
2024-12-21 20:42:31 -05:00 |
|
rainbow napkin
|
42d306e1f2
|
Emote Palette UI Complete
|
2024-12-21 16:47:19 -05:00 |
|
rainbow napkin
|
633884534c
|
Started work on emotes panel
|
2024-12-21 13:43:28 -05:00 |
|
rainbow napkin
|
6a10bf3dea
|
Updated commandPreprocessor to mark all emotes instead of just site-wide ones.
|
2024-12-21 11:09:08 -05:00 |
|
rainbow napkin
|
c3d016e1af
|
Per-Channel Emotes Implemented.
|
2024-12-21 11:01:00 -05:00 |
|
rainbow napkin
|
97717b525c
|
Added site-wide emote support.
|
2024-12-20 01:42:48 -05:00 |
|
rainbow napkin
|
41d0302ded
|
Finished up with emote management pane in adminPanel page.
|
2024-12-19 22:48:23 -05:00 |
|
rainbow napkin
|
90d67024b7
|
Started work on emote panel in admin page.
|
2024-12-18 07:05:29 -05:00 |
|
rainbow napkin
|
255e6e0d7f
|
Added Endpoints and AJAX Helper Functions for emote management, as well as imporvements to link embedding.
|
2024-12-17 21:51:34 -05:00 |
|
rainbow napkin
|
b9283607d6
|
Several improvements to chat pre/post processing
|
2024-12-17 20:44:14 -05:00 |
|
rainbow napkin
|
12922658b9
|
Started work on emotes schema and administration endpoints. Improvements to Link/Media embeds in chat.
|
2024-12-17 07:37:57 -05:00 |
|
rainbow napkin
|
1ce2fc3c22
|
Finished up with implementing media link embeds in chat.
|
2024-12-16 23:25:51 -05:00 |
|
rainbow napkin
|
23df4f88f9
|
Server now seperates links and media. Client now embeds links, but not media.
|
2024-12-16 09:01:41 -05:00 |
|
rainbow napkin
|
4474cc4b6d
|
commandPreprocessor.js now scrapes links out of chat message before sending to server.
|
2024-12-15 22:00:08 -05:00 |
|
rainbow napkin
|
169b863965
|
Added per-channel toke management pane in channel settings page.
|
2024-12-15 11:05:14 -05:00 |
|
rainbow napkin
|
a1fbbea7b7
|
Implemented custom per-channel !toke commands in back-end.
|
2024-12-15 09:51:32 -05:00 |
|
rainbow napkin
|
575244ac53
|
Basic housekeeping, as well as very basic work on per-channel !toke commands
|
2024-12-15 07:25:38 -05:00 |
|
rainbow napkin
|
80f0c5435f
|
Added tokelist to user profile.
|
2024-12-14 07:03:25 -05:00 |
|
rainbow napkin
|
3902554e6b
|
Prettied up tokebot callouts
|
2024-12-13 22:19:43 -05:00 |
|
rainbow napkin
|
ffd2094f16
|
Finished up with toke logic.
|
2024-12-13 22:07:00 -05:00 |
|
rainbow napkin
|
5fe1620c20
|
Finished up with toke command list in admin panel.
|
2024-12-12 19:23:11 -05:00 |
|
rainbow napkin
|
864304f13b
|
Added tokeCommand delete endpoint and ajax call, replaced all raw error responses.
|
2024-12-12 05:11:47 -05:00 |
|
rainbow napkin
|
af7f4219a5
|
Started work on site-wide toke command management & errorHandler
|
2024-12-11 07:16:42 -05:00 |
|
rainbow napkin
|
f8efe5b99e
|
Added !clear command
|
2024-12-10 18:51:21 -05:00 |
|
rainbow napkin
|
375cdfb3d8
|
Added channel-wide !announce command
|
2024-12-08 14:38:56 -05:00 |
|
rainbow napkin
|
0182c6927e
|
add !whisper command for tiny chats
|
2024-12-08 13:05:09 -05:00 |
|
rainbow napkin
|
4c1f0f10a7
|
Added basic serverside command logic (no commands yet)
|
2024-12-08 08:55:49 -05:00 |
|
rainbow napkin
|
358d01d730
|
Improved local command processing.
|
2024-12-08 08:24:57 -05:00 |
|
rainbow napkin
|
77dc865022
|
Added browser-side command parser and /high command.
|
2024-12-08 08:18:30 -05:00 |
|
rainbow napkin
|
ff69762a1f
|
Finished up cleaning css.
|
2024-12-08 05:53:00 -05:00 |
|
rainbow napkin
|
b13e2bde24
|
Continued css clean-up.
|
2024-12-08 04:33:17 -05:00 |
|
rainbow napkin
|
247caa5c23
|
Fixed bug w/ userList resizing when panel unpinned
|
2024-12-06 05:06:33 -05:00 |
|
rainbow napkin
|
3ba5c4ae32
|
Added fixCutoff() call to setPinnedPanel()
|
2024-12-06 04:58:55 -05:00 |
|
rainbow napkin
|
8f60e4531c
|
Cleaned clickdragger, no longer fudges by a pixel
|
2024-12-06 04:54:07 -05:00 |
|
rainbow napkin
|
99e76d72f4
|
Fixed weird bug with child clickdragger resizing
|
2024-12-06 04:35:22 -05:00 |
|
rainbow napkin
|
7fb981d778
|
Fix userlist to properly handle longboi usernames
|
2024-12-06 02:41:32 -05:00 |
|
rainbow napkin
|
b853d75836
|
Fixed aspect lock while toggling cinema mode.
|
2024-12-05 06:43:58 -05:00 |
|
rainbow napkin
|
8233d36f52
|
Fixed edge case in userlist when resizing.
|
2024-12-05 06:26:15 -05:00 |
|
rainbow napkin
|
499c0aa555
|
Improved invisible white-space injection.
|
2024-12-05 05:56:36 -05:00 |
|
rainbow napkin
|
3f0af3a519
|
Fixed userlist breaking the page layout
|
2024-12-05 04:46:57 -05:00 |
|
rainbow napkin
|
a20bb99af2
|
Fixed bug with aspectLock which broke other UX
|
2024-12-05 04:22:24 -05:00 |
|
rainbow napkin
|
ee5a8d9516
|
Replaced window.prompt()/alert() with custom popup
|
2024-12-05 03:46:44 -05:00 |
|
rainbow napkin
|
8ccb9003cc
|
highLevel syncs across chans, shows in userlist
|
2024-12-03 20:27:37 -05:00 |
|
rainbow napkin
|
279640a7e7
|
Updated userSchema to store flair by reference
|
2024-12-03 06:21:43 -05:00 |
|
rainbow napkin
|
fa6696f9d3
|
Fixed channel layout bugs with click dragger.
|
2024-12-03 05:06:40 -05:00 |
|
rainbow napkin
|
8b52946925
|
Added basic browser-side chat pre-processor.
|
2024-12-03 04:40:07 -05:00 |
|
rainbow napkin
|
2dbf3b97d5
|
Added more granular permissions.
|
2024-12-02 20:33:18 -05:00 |
|
rainbow napkin
|
96953979a2
|
Finished up implementing channel-based user bans.
|
2024-12-01 17:18:43 -05:00 |
|
rainbow napkin
|
ef79e9941c
|
Finished basic channel ban DB mgmt and ajax calls.
|
2024-11-30 06:38:38 -05:00 |
|
rainbow napkin
|
8fc699924e
|
Finished up with global user bans.
|
2024-11-29 15:39:53 -05:00 |
|
rainbow napkin
|
26df91262f
|
Added logic to keep banned users out of site
|
2024-11-29 09:00:47 -05:00 |
|
rainbow napkin
|
c848994c1d
|
Worked ban frontend and api.
|
2024-11-29 08:00:25 -05:00 |
|
rainbow napkin
|
f996018ea5
|
Started global user bans (DB schema/admin panel)
|
2024-11-28 17:37:26 -05:00 |
|
rainbow napkin
|
5c30508e96
|
Added channel-kicks. added up disconnect message
|
2024-11-27 03:02:58 -05:00 |
|
rainbow napkin
|
796bb033a7
|
Finished up with channel rank/perms frontend.
|
2024-11-27 02:16:54 -05:00 |
|
rainbow napkin
|
61fab57a6d
|
Channel Rank/Auth base backend functional
|
2024-11-25 00:44:07 -05:00 |
|
rainbownapkin
|
33026a1265
|
Added channel overrides section to admin panel
|
2024-11-23 17:45:19 -05:00 |
|
rainbownapkin
|
8384e732f3
|
Created channel perms schema and api routes.
|
2024-11-23 13:41:48 -05:00 |
|
rainbownapkin
|
9dbbc4e924
|
Finished up with css-only flair implementation.
|
2024-11-21 08:42:21 -05:00 |
|
rainbownapkin
|
4b4cb2ed3d
|
Started work on flair
|
2024-11-19 22:07:24 -05:00 |
|