Commit graph

22 commits

Author SHA1 Message Date
e4d9a1b5af style: move servers to guilds 2025-05-29 20:15:27 +02:00
66c3aef609 style: move channels to /channels 2025-05-29 20:11:50 +02:00
abfbaf8918 feat: add global email verification check 2025-05-29 18:35:13 +02:00
4d7aabc8ac feat: include user in message response
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
ci/woodpecker/push/publish-docs Pipeline was successful
2025-05-29 02:39:05 +02:00
16ccf94631 docs: partially document codebase
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
Should make it easier for frontend to figure out what stuff actually does, more will be added as the project goes on
2025-05-27 11:52:17 +00:00
8605b81e7b style: cargo clippy && format
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-24 01:09:17 +02:00
149b81973d Merge branch 'main' into wip/images 2025-05-23 13:45:17 +02:00
6190d76285 feat: migrate to diesel and new error type in servers 2025-05-23 12:56:19 +02:00
cee1b41e89 feat: implement server icons! 2025-05-20 14:54:47 +02:00
78e87b65ce style: cargo fmt 2025-05-19 15:14:03 +02:00
cb3c1ee6e4 refactor: move websocket into existing webserver and folder structure
keeps things consistent and avoids having 2 webservers running under actix, can be reverted if its not desirable however i think this is the best option
2025-05-15 11:57:47 +00:00
b499ff1cf8 style: use better function names in server 2025-05-12 17:18:55 +02:00
8fdbf8cc48 feat: add channel deletion 2025-05-12 00:09:17 +02:00
c693e89853 feat: add fetching and making invites 2025-05-09 19:26:49 +02:00
6a60834396 feat: add role creation/lookup 2025-05-08 22:16:21 +02:00
cb22bd8026 fix: import messages endpoint 2025-05-08 21:38:53 +02:00
6374963e2f feat: add structs.rs
Moved all server related structs into new file, added implementations to create, fetch, etc.
2025-05-08 13:21:54 +00:00
1de99306a2 fix: add api/v1/servers/uuid/channels/uuid as a service 2025-05-08 00:03:18 +02:00
358a7f8336
fix: fetching of servers and channels by uuid
Co-authored-by: Radical <radical@radical.fun>
2025-05-07 19:01:10 +02:00
67af0c1e74 feat: add channel endpoint 2025-05-07 17:24:56 +02:00
beb9fc10ba feat: use new auth and convert to get request 2025-05-04 23:40:03 +02:00
776750578d style: 🎨 restructure server folder 2025-05-04 06:25:01 +02:00
Renamed from src/api/v1/servers/uuid.rs (Browse further)