mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 08:56:41 +00:00
- Cap sanitizeVectorClock values at 100M instead of MAX_SAFE_INTEGER (prevents adversarial clock inflation) - Add early-exit optimization in compareVectorClocks for CONCURRENT detection - Add test.setTimeout(180000) to token-expiry and lastseq-preservation E2E tests - Remove dead code (unreachable guard) in compaction E2E test - Extract shared config helpers (navigateToMiscSettings, toggleSetting, etc.) into e2e/utils/config-helpers.ts - Fix Client B cleanup in provider-switch test (move to finally block) - Add clarifying comments for raw SQL schema coupling, CORS header, and mergeRemoteOpClocks caller contract - Extract enforceStorageQuota helper in sync routes to reduce duplication - Add conflictType to conflict detection for structured error handling - Add MAX_CLEANUP_ITERATIONS guard to freeStorageForUpload |
||
|---|---|---|
| .. | ||
| migrations | ||
| entity-types.ts | ||
| index.ts | ||
| migrate.ts | ||
| migration.types.ts | ||
| schema-version.ts | ||
| vector-clock.ts | ||