|
|
c82299f94b
|
Added configurable link section to Navbar
|
2026-05-18 01:54:43 -04:00 |
|
|
|
084acabae1
|
Started work on community DIY HRT Archive
|
2026-05-13 01:33:35 -04:00 |
|
|
|
f0555169fe
|
Bugfix for DB lookup by username for certain internal methods/functions.
|
2025-11-23 07:50:49 -05:00 |
|
|
|
ed656cb530
|
Added canopy version string to about page.
|
2025-11-10 22:07:23 -05:00 |
|
|
|
e94914a152
|
Pretty things up a bit, after fixing that nasty profile bug.
|
2025-11-06 19:36:52 -05:00 |
|
|
|
be01417cdf
|
Updated vague DB query which could lead to pwned accounts
|
2025-11-06 19:01:22 -05:00 |
|
|
|
08fe051269
|
Improved sanatization for server-side templating.
|
2025-11-04 06:09:26 -05:00 |
|
|
|
7cda9517d4
|
Added basic about page.
|
2025-10-23 07:50:49 -04:00 |
|
|
|
bc0657a702
|
Remember me tokens now nuked upon full account logout.
|
2025-10-21 07:59:15 -04:00 |
|
|
|
1d5a087d79
|
Server now deletes associated remember-me token on user requested log-outs.
|
2025-10-21 00:21:44 -04:00 |
|
|
|
61ec3ffc52
|
Finished up with remember me middleware.
|
2025-10-21 00:10:17 -04:00 |
|
|
|
e00e5a608b
|
Continued work on remember me tokens.
|
2025-10-20 07:49:41 -04:00 |
|
|
|
6bab5b4723
|
Migration UI complete.
|
2025-10-16 21:22:37 -04:00 |
|
|
|
eb48b92551
|
Started work on migration UI. Improved email handling.
|
2025-10-16 08:25:13 -04:00 |
|
|
|
6ae652b47c
|
Updated login API to throw 301 when an un-migrated user attempts to login.
|
2025-10-16 06:55:36 -04:00 |
|
|
|
6cbb726764
|
Implemented Profile Migration Backend
|
2025-10-16 05:25:08 -04:00 |
|
|
|
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 |
|
|
|
e19ae74412
|
Started work on PM Panel layout
|
2025-09-25 23:32:04 -04:00 |
|
|
|
1384b02f4d
|
Profile pages now display user status.
|
2025-09-18 02:43:43 -04:00 |
|
|
|
370a08cb03
|
Added section in channel settings to update description and thumbnail.
|
2025-06-11 06:23:10 -04:00 |
|
|
|
aadeac03df
|
Started work on optional offial yotuube embed playback. Added basic client settings panel.
|
2025-05-07 01:08:17 -04:00 |
|
|
|
1f00bacb6f
|
Improved CSRF handling
|
2025-05-04 17:52:55 -04:00 |
|
|
|
a6228a9fd9
|
Started improvement of validators and respective error messages
|
2025-04-29 00:13:19 -04:00 |
|
|
|
8305494915
|
Imrpoved IP Ban Messages
|
2025-04-28 17:44:07 -04:00 |
|
|
|
853f67fe15
|
Improved exception handling, started work on improving error messages for IP bans
|
2025-05-29 09:48:48 -04:00 |
|
|
|
8b6aa69c51
|
Fixed IP-Hashing and Alt Detection behind Reverse Proxies
|
2025-04-27 05:46:01 -04:00 |
|
|
|
878ee4bb2d
|
Converted pop-ups to standard HTML. None use templating features and the router was poorly written anywho.
|
2025-04-22 07:03:13 -04:00 |
|
|
|
42c20455e5
|
Started work on queue panel
|
2025-01-21 08:15:35 -05:00 |
|
|
|
9a8def18d7
|
Started work on userlist profile tooltips and context menus.
|
2025-01-07 01:42:54 -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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
633884534c
|
Started work on emotes panel
|
2024-12-21 13:43:28 -05:00 |
|
|
|
c3d016e1af
|
Per-Channel Emotes Implemented.
|
2024-12-21 11:01:00 -05:00 |
|
|
|
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 |
|
|
|
b9283607d6
|
Several improvements to chat pre/post processing
|
2024-12-17 20:44:14 -05:00 |
|