rainbow napkin rainbownapkin · she/her
  • Joined on 2025-09-24
rainbownapkin commented on issue rainbownapkin/canopy#171 2025-10-22 21:21:05 -04:00
Fix video title in player

Video title now renders escaped entities properly: a34ece4374

rainbownapkin closed issue rainbownapkin/canopy#171 2025-10-22 21:21:05 -04:00
Fix video title in player
rainbownapkin pushed to dev at rainbownapkin/canopy 2025-10-22 21:20:47 -04:00
a34ece4374 Video title now renders escaped entities properly.
rainbownapkin commented on issue rainbownapkin/canopy#170 2025-10-22 21:05:03 -04:00
Fix busted auto-complete display.

Autocomplete placeholder now replaces spaces in input value with unicode non-breaking space character: 79df27b72c

rainbownapkin closed issue rainbownapkin/canopy#170 2025-10-22 21:05:03 -04:00
Fix busted auto-complete display.
rainbownapkin pushed to dev at rainbownapkin/canopy 2025-10-22 21:04:39 -04:00
79df27b72c Autocomplete placeholder now replaces spaces in input value with unicode non-breaking space character.
rainbownapkin pushed to dev at rainbownapkin/canopy 2025-10-22 20:50:02 -04:00
f9ac076e6f readme
rainbownapkin pushed to dev at rainbownapkin/canopy 2025-10-22 20:46:30 -04:00
875baa833f Moar readme updates.
rainbownapkin pushed to dev at rainbownapkin/canopy 2025-10-22 20:34:49 -04:00
b620b423f6 Updated badges again...
rainbownapkin pushed to dev at rainbownapkin/canopy 2025-10-22 20:30:06 -04:00
a68bc6a7da Update README badges (super important)
rainbownapkin commented on issue rainbownapkin/canopy#190 2025-10-22 20:26:03 -04:00
Expire remember-me tokens

Server now auto-magically nukes expired remember me tokens on startup and at midnight UTC: aa32587259

rainbownapkin closed issue rainbownapkin/canopy#190 2025-10-22 20:26:03 -04:00
Expire remember-me tokens
rainbownapkin pushed to dev at rainbownapkin/canopy 2025-10-22 20:18:24 -04:00
aa32587259 Server now auto-magically nukes expired remember me tokens on startup and at midnight UTC.
rainbownapkin opened issue rainbownapkin/canopy#190 2025-10-22 06:00:42 -04:00
Expire remember-me tokens
rainbownapkin commented on issue rainbownapkin/canopy#165 2025-10-22 05:38:07 -04:00
Add channel permission to completely disable all access to queue panel

Queue icon now only shows when readSchedule is allowed: 57787f81e7

rainbownapkin closed issue rainbownapkin/canopy#165 2025-10-22 05:38:07 -04:00
Add channel permission to completely disable all access to queue panel
rainbownapkin pushed to dev at rainbownapkin/canopy 2025-10-22 05:37:25 -04:00
57787f81e7 Queue icon now only shows when readSchedule is allowed.
rainbownapkin commented on issue rainbownapkin/canopy#165 2025-10-22 05:03:24 -04:00
Add channel permission to completely disable all access to queue panel

still need a lil work on the ux

rainbownapkin reopened issue rainbownapkin/canopy#165 2025-10-22 05:03:08 -04:00
Add channel permission to completely disable all access to queue panel
rainbownapkin commented on issue rainbownapkin/canopy#165 2025-10-22 05:03:03 -04:00
Add channel permission to completely disable all access to queue panel

Split pmHandler to create auxServer class for easy creation of server classes auxiliary to the channel: 597a984e46

Created dedicated queue broadcast namespace, to make authorized queue…