rainbow napkin rainbownapkin · she/her
  • Joined on 2025-09-24
rainbownapkin commented on issue rainbownapkin/canopy#165 2025-10-21 19:47:55 -04:00
Add channel permission to completely disable all access to queue panel

We're already using a separate namespace for PM's, and are planning another for games. We should make a base aux-server class that exists as a child-server to the channel manager with it's own…

rainbownapkin commented on issue rainbownapkin/canopy#165 2025-10-21 19:42:10 -04:00
Add channel permission to completely disable all access to queue panel

In a fucked up way it might be easier to give channels a second room (channel-queue).

Maybe it makes more sense than it's own name space since channels will be tied together, and clients have…

rainbownapkin commented on issue rainbownapkin/canopy#165 2025-10-21 19:35:59 -04:00
Add channel permission to completely disable all access to queue panel

Currently experimenting with whether or not the solution above is worth the extra authentication upon connection...

rainbownapkin pushed to dev at rainbownapkin/canopy 2025-10-21 19:07:53 -04:00
1e48d3af2c Added repo badges to readme.
rainbownapkin commented on issue rainbownapkin/canopy#165 2025-10-21 08:18:37 -04:00
Add channel permission to completely disable all access to queue panel

per-user per-perm rank checks for queueing actions are more easily implemented in the main channel namespace as that has easier access to relevant user information.

At that same time, looping…

rainbownapkin commented on issue rainbownapkin/canopy#167 2025-10-21 08:12:26 -04:00
Remember-Me Cookies

Remember me tokens now nuked upon full account logout: bc0657a702 Cleaned up remember-me error handling: d874f5e2da

Remember Me Tokens Complete.

rainbownapkin closed issue rainbownapkin/canopy#167 2025-10-21 08:12:26 -04:00
Remember-Me Cookies
rainbownapkin commented on issue rainbownapkin/canopy#174 2025-10-21 08:12:16 -04:00
Kill Remember-Me Tokens with Sessions

Remember me tokens now nuked upon full account logout: bc0657a702 Cleaned up remember-me error handling: d874f5e2da

Remember Me Tokens Complete.

rainbownapkin closed issue rainbownapkin/canopy#174 2025-10-21 08:12:16 -04:00
Kill Remember-Me Tokens with Sessions
rainbownapkin pushed to dev at rainbownapkin/canopy 2025-10-21 08:10:44 -04:00
d874f5e2da Cleaned up remember-me error handling.
bc0657a702 Remember me tokens now nuked upon full account logout.
3fb71ffb78 Improved Documentation.
Compare 3 commits »
rainbownapkin commented on issue rainbownapkin/canopy#174 2025-10-21 00:23:43 -04:00
Kill Remember-Me Tokens with Sessions

Server now deletes associated remember-me token on user requested log-outs: 1d5a087d79

rainbownapkin pushed to dev at rainbownapkin/canopy 2025-10-21 00:22:31 -04:00
1d5a087d79 Server now deletes associated remember-me token on user requested log-outs.
rainbownapkin commented on issue rainbownapkin/canopy#173 2025-10-21 00:12:08 -04:00
Create Remember-Me Middleware

Finished up with remember me middleware: 61ec3ffc52

rainbownapkin closed issue rainbownapkin/canopy#173 2025-10-21 00:12:08 -04:00
Create Remember-Me Middleware
rainbownapkin pushed to dev at rainbownapkin/canopy 2025-10-21 00:10:46 -04:00
61ec3ffc52 Finished up with remember me middleware.
rainbownapkin commented on issue rainbownapkin/canopy#174 2025-10-20 07:53:42 -04:00
Kill Remember-Me Tokens with Sessions

Old keys are cleared on next login, to prevent doubled keys, and to allow users to who un-check 'remember me' to delete their token: e00e5a608b

We should still implement rememberme cookie…

rainbownapkin commented on issue rainbownapkin/canopy#169 2025-10-20 07:50:53 -04:00
Create Remember-Me Token Collection

Remember-Me Token DB Collection implemented: e00e5a608b

rainbownapkin closed issue rainbownapkin/canopy#169 2025-10-20 07:50:53 -04:00
Create Remember-Me Token Collection
rainbownapkin commented on issue rainbownapkin/canopy#175 2025-10-20 07:50:33 -04:00
Add 'Stay Logged In' checkmark

Continued work on remember me tokens: e00e5a608b

UX implemented.

rainbownapkin closed issue rainbownapkin/canopy#175 2025-10-20 07:50:33 -04:00
Add 'Stay Logged In' checkmark