|
|
0b7f99725d
|
Started work on updating playlistHandler.js for dedicated/individual userPlaylist and channelPlaylist document collections.
|
2026-06-20 03:31:14 -04:00 |
|
|
|
9cfe271323
|
fixed tiny bug in channel.css
|
2026-05-29 19:09:54 -04:00 |
|
|
|
13e2b9fe11
|
Fixed multi-day livestream rendering.
|
2026-05-20 09:50:00 -04:00 |
|
|
|
d41e9d1df9
|
Added portrait-mode toggle
|
2026-05-18 01:21:56 -04:00 |
|
|
|
f9a6321b7b
|
Fixed 'Move To...' Option in scheduler context menu when right-clicking scheduled item.
|
2026-05-17 23:32:57 -04:00 |
|
|
|
fb226a306c
|
Fixed strikethrough .svg filter for chromium compatibility
|
2026-05-17 21:01:48 -04:00 |
|
|
|
d7749d3f57
|
Corrected invisible whitespace on chromium-based browsers for line-breaks in long words.
|
2026-05-17 19:21:54 -04:00 |
|
|
|
2905fa21ac
|
Added portrait orientation mode to channel UX.
|
2026-05-17 19:21:35 -04:00 |
|
|
|
de5268a41f
|
Userlist colors persist accross other users' reconnects.
|
2026-04-22 12:34:49 -04:00 |
|
|
|
d669ed4783
|
Prevented accented letters splitting words in client-side chatPostprocessor
|
2025-12-26 12:54:41 -05:00 |
|
|
|
7aeb4e9d0e
|
Fixed clickable command examples.
|
2025-12-25 03:20:57 -05:00 |
|
|
|
47bd012c8d
|
Fixed admin-facing display bug in channel settings page.
|
2025-12-25 01:32:09 -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 |
|
|
|
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 |
|
|
|
c3712bfd77
|
Added some nullchecks to mediaHandler.js to quiet down stale handlers right after death.
|
2025-11-01 09:10:47 -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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
6cbb726764
|
Implemented Profile Migration Backend
|
2025-10-16 05:25:08 -04:00 |
|
|
|
42ad17072f
|
Refactored userSchema.statics.findProfile()'s tokebot profile generation procedure.
|
2025-10-11 09:43:26 -04:00 |
|
|
|
4698ba4122
|
Added auto-scrolling to private message panel. Fixed auto-scrolling w/ laggy assets in chat and PM.
|
2025-10-07 03:17:16 -04:00 |
|
|
|
64348b8486
|
Sesh titles now glow while unread, fixed chat icon un-lighting pre-emptively.
|
2025-10-07 01:00:13 -04:00 |
|
|
|
e85fb18ce5
|
Messages now play notification sounds.
|
2025-10-06 21:21:54 -04:00 |
|
|
|
976e157cf1
|
Added settings for PM-related audio pings.
|
2025-10-06 19:06:47 -04:00 |
|
|
|
53fc46adc3
|
Started seperating non-free images/audio from mian codebase.
|
2025-10-06 05:00:35 -04:00 |
|
|
|
64f9d713da
|
PMHandler now tracks unread messages and lights pm icon to notify user.
|
2025-10-06 04:48:17 -04:00 |
|
|
|
2feea72694
|
Finished up work on advanced formatted private messaging.
|
2025-10-03 08:58:43 -04:00 |
|
|
|
faf72fd7a5
|
Started work on client-side private message post-processing
|
2025-10-02 08:56:54 -04:00 |
|
|
|
23ad679473
|
Client-side PM Pre-processing complete.
|
2025-10-02 02:29:29 -04:00 |
|
|
|
57db26a827
|
Quick Cleanup
|
2025-10-01 21:41:49 -04:00 |
|
|
|
b26dd1094c
|
Modified commandPreprocessor to be easily shared between chat.js and pmHandler.js
|
2025-10-01 20:38:16 -04:00 |
|
|
|
e81a4c0973
|
Basic chat UI complete.
|
2025-10-01 04:33:24 -04:00 |
|
|
|
f109314163
|
Added basic sesh list rendering to PM panel UX
|
2025-09-30 05:03:36 -04:00 |
|
|
|
a681bddbf7
|
Cleaned up emotePanel.js
|
2025-09-30 04:39:39 -04:00 |
|
|
|
e2020406a7
|
Improved Private Message Session Management
|
2025-09-30 04:39:17 -04:00 |
|