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
|
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
|
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
|
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
|
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
|
83f76af6e8
|
Added CSRF tokens to non-partial templates.
|
2024-12-29 15:02:37 -05:00 |
|
rainbow napkin
|
ac8d789edb
|
Whoops.
|
2024-12-28 16:44:16 -05:00 |
|
rainbow napkin
|
5a262725c7
|
Added config security check.
|
2024-12-28 16:42:29 -05:00 |
|
rainbow napkin
|
3de4bff68d
|
Migrated user related sechamas to src/schemas/user/
|
2024-12-28 16:21:33 -05:00 |
|
rainbow napkin
|
478edeeddf
|
Finished up with email password reset system.
|
2024-12-28 15:36:42 -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
|
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
|
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
|
163cecf9f0
|
Updated backend to cache headers for embeded chat link
|
2024-12-20 02:31:37 -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
|
805387b3da
|
Fixed bug in perm check middleware caused by last refactor
|
2024-12-15 21:41:59 -05:00 |
|
rainbow napkin
|
5ad1c99ead
|
Cleaning up User Model.
|
2024-12-15 19:59:00 -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
|
ee5a8d9516
|
Replaced window.prompt()/alert() with custom popup
|
2024-12-05 03:46:44 -05:00 |
|
rainbow napkin
|
b138b26f27
|
Added kickConnections to channelManager
|
2024-12-01 20:48:42 -05:00 |
|
rainbow napkin
|
96953979a2
|
Finished up implementing channel-based user bans.
|
2024-12-01 17:18:43 -05:00 |
|
rainbow napkin
|
2b52fe7f2f
|
Updated scheduler to check bans once a day.
|
2024-11-29 15:43:41 -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
|
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 |
|
rainbownapkin
|
5b5f495853
|
Cleaned up 'src/app/channel'
|
2024-11-20 06:54:44 -05:00 |
|
rainbownapkin
|
4b4cb2ed3d
|
Started work on flair
|
2024-11-19 22:07:24 -05:00 |
|
rainbownapkin
|
cf55be21eb
|
Cleaned up validators and browser-side ajax utils
|
2024-11-17 18:33:57 -05:00 |
|
rainbownapkin
|
8a4a21cff0
|
Added user rank changes to admin page.
|
2024-11-17 17:37:07 -05:00 |
|
rainbownapkin
|
064109556c
|
Cleaned adminPanel and started adding User mgmt
|
2024-11-17 11:47:03 -05:00 |
|
rainbownapkin
|
be09c2457e
|
Updated session/socket.io conn to handle rank.
|
2024-11-16 16:52:31 -05:00 |
|
rainbownapkin
|
f0c91b4e55
|
Initial commit.
|
2024-11-15 17:44:03 -05:00 |
|