Commit graph

33 commits

Author SHA1 Message Date
rainbow napkin bc0657a702 Remember me tokens now nuked upon full account logout. 2025-10-21 07:59:15 -04:00
rainbow napkin 1d5a087d79 Server now deletes associated remember-me token on user requested log-outs. 2025-10-21 00:21:44 -04:00
rainbow napkin 61ec3ffc52 Finished up with remember me middleware. 2025-10-21 00:10:17 -04:00
rainbow napkin e00e5a608b Continued work on remember me tokens. 2025-10-20 07:49:41 -04:00
rainbow napkin 6bab5b4723 Migration UI complete. 2025-10-16 21:22:37 -04:00
rainbow napkin 6ae652b47c Updated login API to throw 301 when an un-migrated user attempts to login. 2025-10-16 06:55:36 -04:00
rainbow napkin 6cbb726764 Implemented Profile Migration Backend 2025-10-16 05:25:08 -04:00
rainbow napkin da9428205f Prevented users from signing up with an email/username which was already present in the migration database. 2025-10-14 02:10:34 -04:00
rainbow napkin 8305494915 Imrpoved IP Ban Messages 2025-04-28 17:44:07 -04:00
rainbow napkin 8b6aa69c51 Fixed IP-Hashing and Alt Detection behind Reverse Proxies 2025-04-27 05:46:01 -04: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 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 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 60801f0dc2 Alt account entries now deleted with account upon account deletion. 2024-12-25 05:52:03 -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 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 575244ac53 Basic housekeeping, as well as very basic work on per-channel !toke commands 2024-12-15 07:25:38 -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 8fc699924e Finished up with global user bans. 2024-11-29 15:39:53 -05:00
rainbow napkin f996018ea5 Started global user bans (DB schema/admin panel) 2024-11-28 17:37:26 -05:00
rainbow napkin 796bb033a7 Finished up with channel rank/perms frontend. 2024-11-27 02:16:54 -05:00
rainbownapkin 1de507b7cb Add exception handler to all controllers. 2024-11-17 18:44:00 -05:00
rainbownapkin f0c91b4e55 Initial commit. 2024-11-15 17:44:03 -05:00