Radical radical
  • Norway
  • Joined on 2025-04-28
radical pushed to wip/authorization-header at gorb/backend 2025-05-04 20:13:33 +00:00
0f897dc0c6 feat: return refresh_token in cookie
ebb4286c08 refactor: move api to /api
Compare 2 commits »
radical pushed to wip/authorization-header at gorb/backend 2025-05-04 19:30:37 +00:00
f12f81d584 fix: extract auth value
radical pushed to wip/authorization-header at gorb/backend 2025-05-04 18:30:33 +00:00
a3846a2620 fix: use correct header
radical opened issue gorb/backend#8 2025-05-04 17:42:36 +00:00
Deserialization of JSON bodies
radical created pull request gorb/backend#7 2025-05-04 17:13:38 +00:00
wip/authorization-header
radical pushed to wip/authorization-header at gorb/backend 2025-05-04 17:09:26 +00:00
cbf0131d14 feat: switch to headers for auth
6c706d973e style: use created_at instead of created
Compare 2 commits »
radical created branch wip/authorization-header in gorb/backend 2025-05-04 17:05:55 +00:00
radical pushed to wip/authorization-header at gorb/backend 2025-05-04 17:05:55 +00:00
bb9c14db3d switch to headers for auth
b7a1043081 use created_at instead of created
aa865e2ed4 feat: add utils.rs
Compare 3 commits »
radical pushed to wip/messaging at gorb/backend 2025-05-04 04:25:14 +00:00
776750578d style: 🎨 restructure server folder
radical suggested changes for gorb/backend#6 2025-05-03 23:28:53 +00:00
wip/username-regex
radical commented on pull request gorb/backend#6 2025-05-03 23:28:53 +00:00
wip/username-regex

numbers dont work with this regex

radical pushed to wip/messaging at gorb/backend 2025-05-03 23:18:32 +00:00
d72214eb56 fix: make server channel template not error out
6abd2a9d52 feat: implement guild fetching with uuid
f9e1e276f0 feat: implement guild creation
8883ff6400 feat: modify existing tables and add more tables for servers/chatting
Compare 4 commits »
radical commented on pull request gorb/backend#6 2025-05-03 03:33:03 +00:00
wip/username-regex

needs testing

radical pushed to wip/messaging at gorb/backend 2025-05-03 03:32:26 +00:00
8241196284 feat: add boilerplate rust files
34b984a1b5 feat: add tables for guilds, members, channels, messages, emojis and reactions
838947a7ca build: add tokio-tungstenite dependency
Compare 3 commits »
radical created branch wip/messaging in gorb/backend 2025-05-03 03:32:26 +00:00
radical pushed to wip/messaging-test at gorb/backend 2025-05-02 21:32:25 +00:00
3369c6f084 fix response and sql request
radical pushed to wip/messaging-test at gorb/backend 2025-05-02 21:23:45 +00:00
8b0efd16fe fix sql request
radical pushed to wip/messaging-test at gorb/backend 2025-05-02 21:16:24 +00:00
8766ca57aa correct paths
radical created branch wip/messaging-test in gorb/backend 2025-05-02 21:15:29 +00:00
radical pushed to wip/messaging-test at gorb/backend 2025-05-02 21:15:29 +00:00
8fcfef59d3 add test implementation for messaging