Radical radical
  • Norway
  • Joined on 2025-04-28
radical pushed to wip/error-handling at gorb/backend 2025-05-19 13:10:25 +00:00
771cf72889 Merge pull request 'Use builtin actix Json deserialization' (#15) from wip/json-deserialization into main
efae619cda refactor(auth): use builtin actix Json deserialization
Compare 2 commits »
radical pushed to wip/invite-deletion at gorb/backend 2025-05-19 13:10:07 +00:00
9010582436 Merge branch 'main' into wip/invite-deletion
771cf72889 Merge pull request 'Use builtin actix Json deserialization' (#15) from wip/json-deserialization into main
efae619cda refactor(auth): use builtin actix Json deserialization
Compare 3 commits »
radical closed issue gorb/backend#8 2025-05-19 13:09:56 +00:00
Deserialization of JSON bodies
radical merged pull request gorb/backend#15 2025-05-19 13:09:56 +00:00
Use builtin actix Json deserialization
radical pushed to main at gorb/backend 2025-05-19 13:09:56 +00:00
771cf72889 Merge pull request 'Use builtin actix Json deserialization' (#15) from wip/json-deserialization into main
efae619cda refactor(auth): use builtin actix Json deserialization
Compare 2 commits »
radical created pull request gorb/backend#15 2025-05-19 13:07:16 +00:00
Use builtin actix Json deserialization
radical created branch wip/json-deserialization in gorb/backend 2025-05-19 13:06:19 +00:00
radical pushed to wip/json-deserialization at gorb/backend 2025-05-19 13:06:19 +00:00
efae619cda refactor(auth): use builtin actix Json deserialization
radical commented on issue gorb/backend#5 2025-05-19 12:56:31 +00:00
messaging

Considering using SSE instead with post for message sending due to websocket implementation being ass in javascript

radical created pull request gorb/backend#14 2025-05-19 12:50:47 +00:00
feat: invite deletion
radical created branch wip/invite-deletion in gorb/backend 2025-05-19 12:49:48 +00:00
radical pushed to wip/invite-deletion at gorb/backend 2025-05-19 12:49:48 +00:00
0e96d06693 feat: invite deletion
radical created pull request gorb/backend#13 2025-05-18 18:19:19 +00:00
WIP: Proper error handling in code
radical created branch wip/error-handling in gorb/backend 2025-05-18 18:18:15 +00:00
radical pushed to wip/error-handling at gorb/backend 2025-05-18 18:18:15 +00:00
radical pushed to main at gorb/backend 2025-05-18 18:14:42 +00:00
de41cc6c50 Merge pull request 'messaging implementation using valkey pubsub and websockets' (#12) from wip/messaging-wss into main
50c6f5a5ed Merge branch 'main' into wip/messaging-wss
cee8b55599 fix: make message storing/fetching work properly
c5d14ac063 feat: add message storing in DB
95964e6fec feat: add rough message sending
Compare 8 commits »
radical merged pull request gorb/backend#12 2025-05-18 18:14:42 +00:00
messaging implementation using valkey pubsub and websockets
radical pushed to wip/messaging-wss at gorb/backend 2025-05-18 18:14:31 +00:00
50c6f5a5ed Merge branch 'main' into wip/messaging-wss
ff65a9f95c Merge pull request 'servers, channels, roles, invites, etc.' (#9) from wip/messaging into main
Compare 2 commits »
radical created pull request gorb/backend#12 2025-05-18 18:14:25 +00:00
messaging implementation using valkey pubsub and websockets
radical merged pull request gorb/backend#9 2025-05-18 18:13:39 +00:00
servers, channels, roles, invites, etc.