Commit graph

426 commits

Author SHA1 Message Date
f0555169fe Bugfix for DB lookup by username for certain internal methods/functions. 2025-11-23 07:50:49 -05:00
27ab1c2c71 Upgraded version from 0.4-Indev Hotfix 3 to 0.1-Alpha 2025-11-12 19:24:59 -05:00
ed656cb530 Added canopy version string to about page. 2025-11-10 22:07:23 -05:00
37e9658d51 Livestream media handler now dynamically resizes UX to aspect ratio on media change. 2025-11-10 21:38:36 -05:00
dd4d789d9f Added 'PM' option to userlist context menu. 2025-11-10 20:46:07 -05:00
ecebcf0d32 Killed harmless bug related to official YT Api that cluttered the console. 2025-11-10 20:31:07 -05:00
eaca9db987 Mods from old codebase now properly migrated. Version number upgraded. 2025-11-10 20:11:34 -05:00
e7558d7d9d Update package.json 2025-11-10 19:52:59 -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
d7c55fe3da Whoops... 2025-11-06 19:00:30 -05:00
affdd98572 Fixed errors loading default items 2025-11-05 18:35:48 -05:00
eb5475ec9d Updated README.md 2025-11-04 07:05:40 -05:00
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
08fe051269 Improved sanatization for server-side templating. 2025-11-04 06:09:26 -05:00
35fd81e1b2 Improved JSDoc for IP Hash Comparison function. 2025-11-03 19:11:31 -05:00
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
75301ec7d9 Finished optimizing automated queue transactions. 2025-11-03 00:13:17 -05:00
dd36b1d923 Optimized queue.removeRange() 2025-11-01 11:34:50 -04:00
c3712bfd77 Added some nullchecks to mediaHandler.js to quiet down stale handlers right after death. 2025-11-01 09:10:47 -04:00
366766d0a3 Finished up work with youtube raw link refreshing. 2025-11-01 08:51:30 -04:00
02c4d214fa Started work on re-implementation of youtube raw-link reloading. 2025-11-01 08:09:54 -04:00
a70879c76c Quick cleanup. 2025-11-01 07:55:34 -04:00
b57d723d62 Fixed client-side IACDN setting. 2025-11-01 07:45:23 -04:00
ccb1d91a5b Seperate audio tracks are now *reasonably* synchronized to their videos. This may need more testing to perfect. 2025-11-01 07:10:40 -04:00
a59b6d0e19 Started work on syncronizing seperated audio and video tracks into back into one player. 2025-10-31 20:22:17 -04:00
e0832c2c1f Started working on pushing multiple raw links to user. 2025-10-29 08:35:37 -04:00
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
a1f0824330 Fixed queue rendering issue by changing server-side behavior around queue broadcasting. 2025-10-28 06:33:52 -04:00
dd66601f0d Fixed out of order queues being sent off to clients. 2025-10-27 20:31:14 -04:00
787846c7d6 Updated config example. 2025-10-27 19:29:07 -04:00
166e174397 comment 2025-10-25 09:56:24 -04:00
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
f95a0ae48c Added queue debugging. 2025-10-25 09:46:28 -04:00
db3ec58ad9 Simplified chatMetadata based classes. 2025-10-24 00:26:29 -04:00
b8de76b448 Fixed canopyUXUtils.getInstanceName() 2025-10-23 08:14:25 -04:00
7cda9517d4 Added basic about page. 2025-10-23 07:50:49 -04:00
1bd9fcdc80 High-level rank changes and bad attempts and good Remember-Me tokens now logged. 2025-10-22 21:53:41 -04:00
a34ece4374 Video title now renders escaped entities properly. 2025-10-22 21:20:07 -04:00
79df27b72c Autocomplete placeholder now replaces spaces in input value with unicode non-breaking space character. 2025-10-22 21:04:08 -04:00
f9ac076e6f readme 2025-10-22 20:49:30 -04:00
875baa833f Moar readme updates. 2025-10-22 20:46:00 -04:00
b620b423f6 Updated badges again... 2025-10-22 20:34:21 -04:00
a68bc6a7da Update README badges (super important) 2025-10-22 20:29:32 -04:00
aa32587259 Server now auto-magically nukes expired remember me tokens on startup and at midnight UTC. 2025-10-22 20:17:53 -04:00
57787f81e7 Queue icon now only shows when readSchedule is allowed. 2025-10-22 05:36:55 -04:00
6d16ac2353 Moved server-side queue transmission to it's own protected namespace. 2025-10-22 05:00:59 -04:00
5eb307bb9e Created dedicated queue broadcast namespace, to make authorized queue broadcasts as painless as possible. 2025-10-22 04:34:05 -04:00
e88ef29852 Merge branch 'dev' of https://git.ourfore.st/rainbownapkin/canopy into dev 2025-10-22 03:04:20 -04:00
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