39d01bb0d0
feat: move me endpoint to /me and add /me/servers
2025-05-27 07:46:10 +00:00
8605b81e7b
style: cargo clippy && format
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
dfe2ca9486
feat: migrate to diesel and new error type in users
2025-05-23 12:56:51 +02:00
85f6db499f
fix: use patch request for updating user
2025-05-20 22:20:45 +02:00
b66c8f0613
feat: implement proper user and me structs
2025-05-20 18:04:44 +02:00
cbf0131d14
feat: switch to headers for auth
2025-05-04 19:09:12 +02:00
1d7cdf343b
feat: add users endpoint and add me and uuid under it
...
Adds a users endpoint that returns all users on the server, will require instance permissions in future.
Place previous user requests under users to avoid having multiple endpoints.
2025-05-02 19:19:59 +02:00