Commit graph

15 commits

Author SHA1 Message Date
476114ca87
feat(api): add user search endpoint and normalize response data and validation
Some checks failed
container-scan / Container Scan (pull_request) Failing after 7m35s
docker-build / docker (pull_request) Failing after 11m56s
2025-06-17 21:50:52 +02:00
787edf8e1f
feat(api): add tags to event and user routes for better categorization
All checks were successful
container-scan / Container Scan (pull_request) Successful in 2m48s
docker-build / docker (pull_request) Successful in 6m39s
2025-06-16 11:42:18 +02:00
51d02324bd
fix(api): validate timestamps when creating events and allow setting a location 2025-06-16 10:08:32 +02:00
76e52d53f4
feat(api): add summaries for user information retrieval and update endpoints
All checks were successful
container-scan / Container Scan (pull_request) Successful in 9m50s
docker-build / docker (pull_request) Successful in 11m6s
2025-06-14 19:24:04 +02:00
4243eb8934
feat(api): add participant management endpoints and update event response structure 2025-06-14 19:24:03 +02:00
c75a2395d4
refactor(api): normalize swagger example formating 2025-06-14 19:23:46 +02:00
7b1a9acd33
style: format code 2025-06-14 19:23:45 +02:00
8b6a10ee81
feat(api): implement event management endpoints for GET, DELETE, and PATCH operations 2025-06-14 19:23:43 +02:00
ab39e7e84c
feat(api): add endpoint for event creation and listing of all events 2025-06-14 19:23:42 +02:00
08931da294
feat(api): add react-query client generation and redesign api responses 2025-06-14 19:23:41 +02:00
8a8dc04956
feat(api): add user info GET endpoint and blocklist usernames 2025-06-14 19:23:40 +02:00
f9f371ef95
feat(api): add swagger docs, /api/user/me GET and PUT endpoints 2025-06-14 19:23:24 +02:00
4d781775e3 refactor(login): page styling 2025-05-08 13:12:41 +02:00
93b1fec364 feat: added default route to /login 2025-05-08 13:12:41 +02:00
d86c86e137 feat: implement basic oauth authentication 2025-05-08 13:11:59 +02:00