- Berlin, Deutschland
- https://sneak.berlin
- Beigetreten am
2020-02-05
Einen Benutzer sperren
sneak
hat Branch feature/github-gitlab-webhook-support in sneak/upaas gelöscht
2026-03-22 00:46:12 +01:00
FEATURE: GitHub and GitLab webhook support
feat: add GitHub and GitLab webhook support
feat: per-name purge filtering for snapshot purge
there is no need to preserve backward compatibility or support different name styles. we are pre-1.0.
sneak
hat Branch fix/concurrent-manifest-downloads in sneak/vaultik gelöscht
2026-03-22 00:41:41 +01:00
ListSnapshots downloads manifests synchronously for unknown remote snapshots
feat: concurrent manifest downloads in ListSnapshots
sneak
hat Branch fix/dedup-snapshot-ids-on2-to-o1 in sneak/vaultik gelöscht
2026-03-22 00:40:58 +01:00
RemoveAllSnapshots has O(n²) duplicate detection for snapshot IDs
fix: replace O(n²) duplicate detection with map-based O(1) lookups
[security] Add rate limiting to session creation and login endpoints
feat: add per-IP rate limiting to login endpoint