e1a136ff51
feat: allow usage of local folder for file storage
2025-05-26 13:22:56 +00:00
8605b81e7b
style: cargo clippy && format
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-24 01:09:17 +02:00
97072d54d1
feat: user avatars
2025-05-23 20:33:58 +02:00
149b81973d
Merge branch 'main' into wip/images
2025-05-23 13:45:17 +02:00
a670b32c86
feat: migrate to diesel and new error type in stats
2025-05-23 12:57:19 +02:00
49e08af3d9
feat: migrate to diesel and new error type in invites
2025-05-23 12:57:08 +02:00
dfe2ca9486
feat: migrate to diesel and new error type in users
2025-05-23 12:56:51 +02:00
6190d76285
feat: migrate to diesel and new error type in servers
2025-05-23 12:56:19 +02:00
bf51f623e4
feat: migrate to diesel and new error type in auth
2025-05-23 12:55:27 +02:00
f655ced060
Merge branch 'main' into wip/images
2025-05-20 22:53:13 +02:00
fd8d823404
feat: implement fetching of all servers
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-20 22:49:41 +02:00
85f6db499f
fix: use patch request for updating user
2025-05-20 22:20:45 +02:00
4124b08bb2
style: change function name
2025-05-20 22:20:32 +02:00
b66c8f0613
feat: implement proper user and me structs
2025-05-20 18:04:44 +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
c21762ac7e
refactor: cargo clippy
2025-05-19 15:13:52 +02:00
efae619cda
refactor(auth): use builtin actix Json deserialization
2025-05-19 15:04:41 +02:00
cee8b55599
fix: make message storing/fetching work properly
2025-05-17 14:11:57 +02:00
c5d14ac063
feat: add message storing in DB
...
UNTESTED! Should work but might be really slow
2025-05-17 11:04:48 +02:00
95964e6fec
feat: add rough message sending
...
Doesnt get stored in psql and is currently done without any error handling
2025-05-15 23:43:39 +02:00
b23783dda3
feat: add auth and check if server/channel exists before opening ws connection
2025-05-15 17:54:10 +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
a5ec2704e6
style: get object from cache more cleanly
2025-05-12 00:08:21 +02:00
8935c2d496
feat: add way to fetch and join invites from /invites/{id}
2025-05-10 00:09:59 +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
daf61e0275
feat: implement message fetching
2025-05-08 19:53:35 +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
2e4860323e
feat: add post request to make channels
2025-05-08 00:54:21 +02:00
8821287cbe
fix: use correct query for channel_permissions in fetch_one()
2025-05-08 00:09:30 +02:00
1de99306a2
fix: add api/v1/servers/uuid/channels/uuid as a service
2025-05-08 00:03:18 +02:00
c79451a851
feat: allow fetching a single channel
2025-05-07 23:47:07 +02:00
caee16005d
feat: implement caching for channels endpoint
2025-05-07 23:46:55 +02:00
7ee500bf10
feat: add fetch_one() function to Channel struct
2025-05-07 23:46:40 +02:00
71f0cc14be
Merge branch 'main' into wip/messaging
2025-05-07 23:23:36 +02:00
3e65cffe39
fix: fix user uuid cache hits
2025-05-07 22:21:59 +02:00
9e56eec021
fix: remove unused imports
2025-05-07 21:22:38 +02:00
529ccd1b51
feat: use caching on user lookup
...
this needs to be deleted/expired on user update, we'll implement this when we get ways to "update" things like channels, servers and users
2025-05-07 20:33:23 +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
135375f5b7
Merge pull request 'wip/username-regex' ( #6 ) from wip/username-regex into main
...
ci/woodpecker/push/build-and-publish Pipeline was successful
Reviewed-on: #6
Reviewed-by: Radical <radical@radical.fun>
2025-05-05 01:16:31 +00:00
77245e98c5
refactor: combine crypto.rs with utils.rs
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-04 23:50:38 +02:00
8a1467c26a
Merge branch 'main' into wip/username-regex
2025-05-04 21:41:40 +00:00
beb9fc10ba
feat: use new auth and convert to get request
2025-05-04 23:40:03 +02:00
fb76e6df08
feat: use new auth
2025-05-04 23:39:36 +02:00
ab5c85c4f5
fix: add numbers to username regex
2025-05-04 23:25:48 +02:00