Block a user
refactor: use pinned golangci-lint Docker image for linting
fix: replace O(n²) duplicate detection with map-based O(1) lookups
fix: add ON DELETE CASCADE to uploads FK on snapshot_id
clawbot
pushed to refactor/dockerfile-pinned-linter-image at sneak/webhooker
2026-03-17 13:48:18 +01:00
clawbot
created branch refactor/dockerfile-pinned-linter-image in sneak/webhooker
2026-03-17 13:48:18 +01:00
Restore: blobCache grows unboundedly, will OOM with large backups
Restore: blobCache grows unboundedly, will OOM with large backups
This issue is already resolved on main. The unbounded in-memory map[string][]byte blob cache was replaced with a disk-backed LRU cache (blobDiskCache in internal/vaultik/blobcache.go) via…
feat: add username/hostname support with IRC hostmask format
fix: detect TLS per-request in CSRF middleware to fix login
config: use /var/lib/dnswatcher as default data directory
Review: PR #89 — config: use /var/lib/dnswatcher as default data directory
Policy Divergences
No policy violations found.
- No new…
feat: redirect root path based on auth state