Urs Rudolph MasterMito
  • Joined on 2025-11-29
MasterMito pushed to feature/new-raceplanner-app at MasterMito/raceplanner 2026-04-03 21:00:38 +02:00
b6962e1024 Add JWT authentication with AuthController and services
MasterMito pushed to feature/new-raceplanner-app at MasterMito/raceplanner 2026-04-03 20:56:10 +02:00
8bfd49e0ab WIP: Project setup with .NET backend and Next.js frontend
MasterMito pushed to feature/new-raceplanner-app at MasterMito/raceplanner 2026-04-03 20:47:21 +02:00
MasterMito created branch feature/new-raceplanner-app in MasterMito/raceplanner 2026-04-03 20:47:21 +02:00
MasterMito pushed to main at MasterMito/raceplanner 2026-04-03 20:46:54 +02:00
fbfa367c16 Initial commit: raceplanner project scaffold
MasterMito created branch main in MasterMito/raceplanner 2026-04-03 20:46:54 +02:00
MasterMito created repository MasterMito/raceplanner 2026-04-03 20:46:29 +02:00
MasterMito pushed to main at MasterMito/work-club-manager 2026-03-21 22:03:13 +01:00
ad8bb2d320 Fix: Remove port 8081 hardcoding in OIDC internal URLs
MasterMito pushed to main at MasterMito/work-club-manager 2026-03-21 20:30:37 +01:00
b10c57bdb8 Fix: Admin club management 500 error - JWT clubs claim format
MasterMito pushed to main at MasterMito/work-club-manager 2026-03-21 14:14:00 +01:00
9304db2391 Fix: Add API_INTERNAL_URL to Dockerfile build stage
MasterMito pushed to main at MasterMito/work-club-manager 2026-03-21 13:57:58 +01:00
27f1ad5780 Add debug logging to auth-guard to trace isAdmin issue
MasterMito pushed to main at MasterMito/work-club-manager 2026-03-21 13:46:59 +01:00
4e52544c79 Add API_INTERNAL_URL to frontend deployment for K8s
MasterMito pushed to main at MasterMito/work-club-manager 2026-03-21 13:33:47 +01:00
e6e1112060 Add debug logging for admin status detection
MasterMito pushed to main at MasterMito/work-club-manager 2026-03-21 13:11:28 +01:00
b5dd24b4c9 Fix: Always check admin status from access token in JWT callback
MasterMito pushed to main at MasterMito/work-club-manager 2026-03-21 09:30:43 +01:00
f8d698ba42 Fix KEYCLOAK_ISSUER_INTERNAL to include port 8080
MasterMito pushed to main at MasterMito/work-club-manager 2026-03-21 08:27:17 +01:00
86c7b0d46d Fix Keycloak URL in K8s ConfigMap to use correct NodePort 30808
MasterMito pushed to main at MasterMito/work-club-manager 2026-03-20 22:51:13 +01:00
fd2931e59c Fix Kubernetes NodePort range (30000-32767)
MasterMito pushed to main at MasterMito/work-club-manager 2026-03-20 22:39:33 +01:00
a5ebecc8b5 Remove localhost:3000 from Keycloak redirect URIs and web origins
MasterMito pushed to main at MasterMito/work-club-manager 2026-03-20 20:50:36 +01:00
956c3ead0c Fix YAML syntax error in frontend-deployment.yaml
MasterMito pushed to main at MasterMito/work-club-manager 2026-03-20 20:42:34 +01:00
0100def25a Align Kubernetes ports with Docker Compose configuration