Commit graph

10 commits

Author SHA1 Message Date
f9e1e276f0 feat: implement guild creation 2025-05-04 01:16:57 +02:00
8241196284 feat: add boilerplate rust files 2025-05-03 05:32:22 +02:00
1d7cdf343b feat: add users endpoint and add me and uuid under it
Some checks failed
ci/woodpecker/push/build-and-publish Pipeline failed
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
97f7595cc5 style: cargo clippy and format
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
2025-05-02 15:20:22 +02:00
0b25e3fb87 feat: add user lookup to api
lets you use an access token and a uuid to look up users on the instance
2025-05-01 07:06:58 +02:00
91398ecd5b style: move auth to own folder 2025-05-01 03:54:26 +02:00
3461218025 feat: add bogus login 2025-04-30 19:17:14 +02:00
19bad249d4 feat: user registration
Adds crates and code for user registration, this is EXTREMELY INSECURE AND FOR TESTING ONLY
2025-04-29 21:54:41 +02:00
bebad3be9b style: cargo fmt 2025-04-29 00:43:43 +02:00
f090fbafe7 Create initial api 2025-04-28 23:20:37 +02:00