rainbow napkin
|
e94914a152
|
Pretty things up a bit, after fixing that nasty profile bug.
|
2025-11-06 19:36:52 -05:00 |
|
rainbow napkin
|
be01417cdf
|
Updated vague DB query which could lead to pwned accounts
|
2025-11-06 19:01:22 -05:00 |
|
rainbow napkin
|
d7c55fe3da
|
Whoops...
|
2025-11-06 19:00:30 -05:00 |
|
rainbow napkin
|
affdd98572
|
Fixed errors loading default items
|
2025-11-05 18:35:48 -05:00 |
|
rainbow napkin
|
a8a5357b05
|
Added ad-block PSA, to remind everyone that they should use an ad-blocking extension while browsing the web.
|
2025-11-04 06:55:28 -05:00 |
|
rainbow napkin
|
08fe051269
|
Improved sanatization for server-side templating.
|
2025-11-04 06:09:26 -05:00 |
|
rainbow napkin
|
35fd81e1b2
|
Improved JSDoc for IP Hash Comparison function.
|
2025-11-03 19:11:31 -05:00 |
|
rainbow napkin
|
ade2a4210d
|
User IP Hashes are now salted with 24 bits from a cryptographically secure random generation function formatted into base 64 for extra privacy/security.
|
2025-11-03 19:07:38 -05:00 |
|
rainbow napkin
|
75301ec7d9
|
Finished optimizing automated queue transactions.
|
2025-11-03 00:13:17 -05:00 |
|
rainbow napkin
|
dd36b1d923
|
Optimized queue.removeRange()
|
2025-11-01 11:34:50 -04:00 |
|
rainbow napkin
|
366766d0a3
|
Finished up work with youtube raw link refreshing.
|
2025-11-01 08:51:30 -04:00 |
|
rainbow napkin
|
02c4d214fa
|
Started work on re-implementation of youtube raw-link reloading.
|
2025-11-01 08:09:54 -04:00 |
|
rainbow napkin
|
a70879c76c
|
Quick cleanup.
|
2025-11-01 07:55:34 -04:00 |
|
rainbow napkin
|
e0832c2c1f
|
Started working on pushing multiple raw links to user.
|
2025-10-29 08:35:37 -04:00 |
|
rainbow napkin
|
349a6b82aa
|
Moving currently playing items to an invalid spot in the schedule no longer creates ghost items.
|
2025-10-28 07:03:16 -04:00 |
|
rainbow napkin
|
a1f0824330
|
Fixed queue rendering issue by changing server-side behavior around queue broadcasting.
|
2025-10-28 06:33:52 -04:00 |
|
rainbow napkin
|
dd66601f0d
|
Fixed out of order queues being sent off to clients.
|
2025-10-27 20:31:14 -04:00 |
|
rainbow napkin
|
166e174397
|
comment
|
2025-10-25 09:56:24 -04:00 |
|
rainbow napkin
|
37990ff8c3
|
Traded bug with queue.end() being called as volatile from functions which handle their own DB save, in which stale item was left in cache, for a simple queue rending bug.
|
2025-10-25 09:55:40 -04:00 |
|
rainbow napkin
|
f95a0ae48c
|
Added queue debugging.
|
2025-10-25 09:46:28 -04:00 |
|
rainbow napkin
|
db3ec58ad9
|
Simplified chatMetadata based classes.
|
2025-10-24 00:26:29 -04:00 |
|
rainbow napkin
|
7cda9517d4
|
Added basic about page.
|
2025-10-23 07:50:49 -04:00 |
|
rainbow napkin
|
1bd9fcdc80
|
High-level rank changes and bad attempts and good Remember-Me tokens now logged.
|
2025-10-22 21:53:41 -04:00 |
|
rainbow napkin
|
aa32587259
|
Server now auto-magically nukes expired remember me tokens on startup and at midnight UTC.
|
2025-10-22 20:17:53 -04:00 |
|
rainbow napkin
|
57787f81e7
|
Queue icon now only shows when readSchedule is allowed.
|
2025-10-22 05:36:55 -04:00 |
|
rainbow napkin
|
6d16ac2353
|
Moved server-side queue transmission to it's own protected namespace.
|
2025-10-22 05:00:59 -04:00 |
|
rainbow napkin
|
5eb307bb9e
|
Created dedicated queue broadcast namespace, to make authorized queue broadcasts as painless as possible.
|
2025-10-22 04:34:05 -04:00 |
|
rainbow napkin
|
597a984e46
|
Split pmHandler to create auxServer class for easy creation of server classes auxiliary to the channel.
|
2025-10-22 03:04:16 -04:00 |
|
rainbow napkin
|
d874f5e2da
|
Cleaned up remember-me error handling.
|
2025-10-21 08:09:55 -04:00 |
|
rainbow napkin
|
bc0657a702
|
Remember me tokens now nuked upon full account logout.
|
2025-10-21 07:59:15 -04:00 |
|
rainbow napkin
|
3fb71ffb78
|
Improved Documentation.
|
2025-10-21 07:42:20 -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
|
95ed2fa403
|
Prepped session utils for remember me tokens.
|
2025-10-20 05:15:34 -04:00 |
|
rainbow napkin
|
5caa679b92
|
Upgraded password hashing algo to argon2id.
|
2025-10-18 09:42:08 -04:00 |
|
rainbow napkin
|
895a8201a5
|
Started work on Remember Me Tokens.
|
2025-10-18 09:15:00 -04:00 |
|
rainbow napkin
|
7f6abdf8e2
|
Improved Email Change and Password Reset token security by increasing token size.
|
2025-10-18 08:36:05 -04:00 |
|
rainbow napkin
|
06f552a9ec
|
Improved link validation and sanatization, in order to mitigate CVE-2025-56200 from validator.js NPM package.
|
2025-10-18 07:21:17 -04:00 |
|
rainbow napkin
|
6bab5b4723
|
Migration UI complete.
|
2025-10-16 21:22:37 -04:00 |
|
rainbow napkin
|
eb48b92551
|
Started work on migration UI. Improved email handling.
|
2025-10-16 08:25:13 -04:00 |
|
rainbow napkin
|
bddbd9cd36
|
More welcome wagon beautification.
|
2025-10-16 07:41:13 -04:00 |
|
rainbow napkin
|
cb3fc9bb91
|
Beautified launch printout
|
2025-10-16 07:36:32 -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
|
66ec2fabc5
|
Added basic profile sanatization for legacy migration data.
|
2025-10-16 05:48:12 -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
|
a1b602efdb
|
Moved toke log to it's own DB collection w/ cached statistics. Tokebot statistics page-load time decreased by up to 20-30x
|
2025-10-12 23:48:45 -04:00 |
|
rainbow napkin
|
42ad17072f
|
Refactored userSchema.statics.findProfile()'s tokebot profile generation procedure.
|
2025-10-11 09:43:26 -04:00 |
|
rainbow napkin
|
e9b9539477
|
Added completion time to migration procedure.
|
2025-10-11 09:38:44 -04:00 |
|