gitdataai/libs/git
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
..
archive chore(git): minor fixes and improvements across git library modules 2026-04-27 08:28:09 +08:00
blame chore(git): minor fixes and improvements across git library modules 2026-04-27 08:28:09 +08:00
blob init 2026-04-15 09:08:09 +08:00
branch fix(git): multiple branch and upstream query bugs 2026-04-17 16:30:58 +08:00
commit chore(git): minor fixes and improvements across git library modules 2026-04-27 08:28:09 +08:00
config chore(git): minor fixes and improvements across git library modules 2026-04-27 08:28:09 +08:00
description init 2026-04-15 09:08:09 +08:00
diff chore(git): minor fixes and improvements across git library modules 2026-04-27 08:28:09 +08:00
hook chore(git): minor fixes and improvements across git library modules 2026-04-27 08:28:09 +08:00
http fix(git): LFS token validation and remove IP rate limiting 2026-04-27 16:40:01 +08:00
lfs init 2026-04-15 09:08:09 +08:00
merge chore(git): minor fixes and improvements across git library modules 2026-04-27 08:28:09 +08:00
reference init 2026-04-15 09:08:09 +08:00
ssh fix: log silently dropped errors in compaction and SSH path handling 2026-04-27 14:01:25 +08:00
tags init 2026-04-15 09:08:09 +08:00
tree init 2026-04-15 09:08:09 +08:00
Cargo.toml feat: add health endpoints and Prometheus metrics to git-hook and email-worker 2026-04-25 23:45:48 +08:00
domain.rs init 2026-04-15 09:08:09 +08:00
error.rs init 2026-04-15 09:08:09 +08:00
lib.rs feat(git): add Redis-backed hook worker with per-repo distributed locking 2026-04-17 12:33:58 +08:00
ref_utils.rs chore(git): minor fixes and improvements across git library modules 2026-04-27 08:28:09 +08:00