Radical radical
  • Norway
  • Joined on 2025-04-28
radical closed pull request gorb/backend#37 2025-07-24 22:40:54 +00:00
Added ban/unban endpoint
radical pushed to main at gorb/backend 2025-07-24 22:34:10 +00:00
d64dc92b99 Merge branch 'wip/ban'
4a2f98a180 style: cargo clippy --fix && cargo fmt
b38b5360f6 style: style
b28d5b840f style: cargo clippy --fix && cargo fmt
0e0c590e4d feat: added unband endpoint
Compare 23 commits »
radical approved gorb/backend#37 2025-07-24 22:28:36 +00:00
Added ban/unban endpoint
radical commented on pull request gorb/backend#37 2025-07-24 21:49:54 +00:00
Added ban/unban endpoint

please just import the delete statement instead of doing diesel::delete here so we have consistency in the codebase

radical commented on pull request gorb/backend#37 2025-07-24 21:49:54 +00:00
Added ban/unban endpoint

This should return a 400 (bad request) on an already banned user, its a bad request as its not forbidden for the user to do it, its just not a possibility for someone to be banned twice

radical suggested changes for gorb/backend#37 2025-07-24 21:49:54 +00:00
Added ban/unban endpoint
radical commented on pull request gorb/backend#37 2025-07-23 21:00:13 +00:00
Added ban/unban endpoint

can you change this to be called banned_since instead maybe?

radical opened issue gorb/backend#40 2025-07-23 14:12:29 +00:00
feat: channel categories
radical opened issue gorb/backend#39 2025-07-23 14:11:46 +00:00
feat: message editing
radical commented on issue gorb/backend#32 2025-07-23 14:10:00 +00:00
Generate device names in the backend

if not then this can be closed

radical commented on issue gorb/backend#32 2025-07-23 14:09:53 +00:00
Generate device names in the backend

I dont know if this needs more than what you did, should we have the possibility of having a custom field or not like "Generated Name - Client Specified"

radical closed issue gorb/backend#21 2025-07-23 14:07:12 +00:00
feat: DMs
radical pushed to wip/ban at gorb/backend 2025-07-23 13:04:05 +00:00
bb8927840d style: formatting
475e008105 fix: move owner check to correct function
Compare 2 commits »
radical pushed to main at gorb/backend 2025-07-23 12:59:36 +00:00
a1857a1939 Merge pull request 'Check if you are trying to kick owner' (#38) from wip/kick into main
bf5cc600b9 Merge branch 'main' into wip/kick
ac5ca90974 fix: self not member
e074ca89f9 feat: idiot proofing
c725d13ca8 feat: kick permission
Compare 7 commits »
radical merged pull request gorb/backend#38 2025-07-23 12:59:35 +00:00
Check if you are trying to kick owner
radical approved gorb/backend#38 2025-07-23 12:57:47 +00:00
Check if you are trying to kick owner

lgtm

radical pushed to main at gorb/backend 2025-07-22 16:56:39 +00:00
2996c6f108 Merge pull request 'wip/kick' (#36) from wip/kick into main
c26ec49e05 fix: cargo clippy --fix && cargo fmt
a3c460a611 fix: Only people in a server should see its members list
6dd8ddb0df fix: members in router_with_auth
31596c6bfe fix: memebrs not member as endpoint
Compare 10 commits »
radical deleted branch wip/kick from gorb/backend 2025-07-22 16:56:39 +00:00
radical merged pull request gorb/backend#36 2025-07-22 16:56:37 +00:00
wip/kick
radical pushed to main at gorb/frontend 2025-07-22 16:56:01 +00:00
8be948623b ci: only run on push