super-productivity/packages/super-sync-server/scripts
Johannes Millan 2d7656c5c8 fix(monitoring): mask PII, add types, fix sort and validation issues
Mask user emails by default (--unmask to reveal). Replace all any[]
query results with typed interfaces. Fix showUsageHistory sort that
compared formatted byte strings. Add parseIntArg validation for CLI
flags. Fix unbounded recursion in analyzePayload. Replace execSync with
execFileSync for DATA_DIR to prevent shell injection. Add --no-save flag
for usage command.
2026-03-23 10:52:57 +01:00
..
analyze-storage.ts feat(supersync): add comprehensive storage monitoring and analysis toolkit 2026-01-23 14:31:24 +01:00
backup.sh feat(sync): add backup strategy with accounts-only dump and disaster recovery docs 2026-03-18 20:15:45 +01:00
build-and-push.sh build(supersync): add GitHub Actions workflow and update Docker config 2026-01-23 21:42:44 +01:00
clear-data.ts refactor(sync): remove tombstone system 2025-12-28 12:08:28 +01:00
delete-user.ts fix(superSync): Update admin scripts and README for Postgres compatibility 2025-12-12 20:48:40 +01:00
deploy.sh fix(sync-server): auto-pull latest code in deploy script 2026-03-18 20:51:59 +01:00
docker-monitor.sh Add active users monitoring command with engagement metrics (#6921) 2026-03-22 23:15:14 +01:00
health-alert.sh fix(sync-server): security hardening and GDPR log compliance 2026-03-18 20:48:51 +01:00
monitor.ts fix(monitoring): mask PII, add types, fix sort and validation issues 2026-03-23 10:52:57 +01:00
MONITORING-README.md Add active users monitoring command with engagement metrics (#6921) 2026-03-22 23:15:14 +01:00
run-all-monitoring.ts Add active users monitoring command with engagement metrics (#6921) 2026-03-22 23:15:14 +01:00