Hostityourself/server
Claude 872efc74ce
fix: non-admin users with app grants can now push via HTTP
The user_apps check was silently failing because sqlx::query_scalar
without an explicit type annotation would hit a runtime decoding error,
which .unwrap_or(None) swallowed — always returning None → 403.

All three DB calls in check_push_access now use match + tracing::error!
so failures are visible in logs instead of looking like a missing grant.

https://claude.ai/code/session_01FKCW3FDjNFj6jve4niMFXH
2026-03-24 10:41:26 +00:00
..
src fix: non-admin users with app grants can now push via HTTP 2026-03-24 10:41:26 +00:00
Cargo.toml feat: HTTP git push with API key auth 2026-03-23 12:59:02 +00:00