gitdataai/libs/git/http
ZhenYi 52a0131b56 fix(git): LFS token validation and remove IP rate limiting
- Implement proper token validation via user_token table (SHA256+base64 hash)
- Query token_hash, check IsRevoked, validate expiry
- Remove IP-based rate limiting (handled by k8s ingress)
- Remove unused client_ip() helper function
- user_uid() now async and queries database for real user
2026-04-27 16:40:01 +08:00
..
auth.rs refactor(git): migrate libs/git from slog to tracing 2026-04-21 22:29:26 +08:00
handler.rs chore(git): minor fixes and improvements across git library modules 2026-04-27 08:28:09 +08:00
lfs_routes.rs fix(git): LFS token validation and remove IP rate limiting 2026-04-27 16:40:01 +08:00
lfs.rs fix: resolve 30+ bugs from security audit 2026-04-27 10:57:23 +08:00
mod.rs feat(gitserver): add /robots.txt to disallow all crawlers 2026-04-26 00:16:21 +08:00
rate_limit.rs fix(git): add LFS upload size limits and fix HTTP rate limiter read/write counter 2026-04-16 20:14:13 +08:00
routes.rs refactor(git): migrate libs/git from slog to tracing 2026-04-21 22:29:26 +08:00
utils.rs init 2026-04-15 09:08:09 +08:00