Radical radical
  • Norway
  • Joined on 2025-04-28
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 created branch wip/messaging in gorb/backend 2025-05-03 03:32:26 +00:00
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 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 pushed to wip/messaging-test at gorb/backend 2025-05-02 21:15:29 +00:00
8fcfef59d3 add test implementation for messaging
radical created branch wip/messaging-test in gorb/backend 2025-05-02 21:15:29 +00:00
radical pushed to main at gorb/specifications 2025-05-02 19:39:23 +00:00
d8a9b79df2 Merge pull request 'Implement changes from backend' (#1) from backend into main
f70d76390b Revert "docs: add user endpoint from backend"
800898d58b Merge branch 'main' into backend
78970bf292 docs: add refresh/revoke endpoints for token handling
37309f461b docs: add user endpoint from backend
Compare 7 commits »
radical merged pull request gorb/specifications#1 2025-05-02 19:39:21 +00:00
Implement changes from backend
radical pushed to backend at gorb/specifications 2025-05-02 19:39:12 +00:00
f70d76390b Revert "docs: add user endpoint from backend"
radical pushed to backend at gorb/specifications 2025-05-02 19:37:20 +00:00
800898d58b Merge branch 'main' into backend
66c29b147c docs: add users endpoint
Compare 2 commits »
radical pushed to main at gorb/backend 2025-05-02 18:32:19 +00:00
bcf857d6b2 refactor: flatten login function
radical pushed to main at gorb/backend 2025-05-02 17:26:42 +00:00
0d07af7d79 feat: style: return unauthorized when token isnt found and flatten function structure
radical pushed to main at gorb/backend 2025-05-02 17:20:07 +00:00
1d7cdf343b feat: add users endpoint and add me and uuid under it
radical pushed to main at gorb/backend 2025-05-02 14:23:50 +00:00
cc07d78325 build: add a run-dev.sh for local testing
2c73a07961 build: use one log file instead of 2
c76fd73179 refactor: move regex code to mod.rs
0ccfa53746 docs: remove left over comment
Compare 4 commits »
radical pushed to main at gorb/backend 2025-05-02 13:20:30 +00:00
97f7595cc5 style: cargo clippy and format
radical pushed to main at gorb/backend 2025-05-02 12:52:32 +00:00
5d0d666094 ci: remove unused cross file
radical pushed to main at gorb/backend 2025-05-02 12:23:54 +00:00
b853ed3e98 use docker as build system