gitdataai/libs/git/http
ZhenYi 2b6b4af3db feat(http): improve auth verification and route handling
- Migrate access key auth from custom hash to Argon2 password verification
- Check all un-revoked tokens with expiry validation
- Add branch protection checks to HTTP push handlers
2026-05-15 11:48:33 +08:00
..
auth.rs feat(http): improve auth verification and route handling 2026-05-15 11:48:33 +08:00
handler.rs feat(http): improve auth verification and route handling 2026-05-15 11:48:33 +08:00
lfs_routes.rs feat(http): improve auth verification and route handling 2026-05-15 11:48:33 +08:00
lfs.rs refactor(git,gingress-proxy): apply rustfmt formatting 2026-05-14 10:02:00 +08:00
mod.rs refactor(git,gingress-proxy): apply rustfmt formatting 2026-05-14 10:02:00 +08:00
rate_limit.rs refactor(git,gingress-proxy): apply rustfmt formatting 2026-05-14 10:02:00 +08:00
routes.rs feat(http): improve auth verification and route handling 2026-05-15 11:48:33 +08:00
utils.rs refactor(git,gingress-proxy): apply rustfmt formatting 2026-05-14 10:02:00 +08:00