super-productivity/packages/plugin-dev/github-issue-provider
Johannes Millan 0e9218bd68 fix(sync): handle data validation errors and improve client ID management
- Separate JsonParseError and SyncDataCorruptedError handlers in sync wrapper
- Handle corrupted remote data gracefully instead of throwing
- Add getOrGenerateClientId() as unified entry point, eliminating dual injection
  of ClientIdService + CLIENT_ID_PROVIDER in snapshot-upload, file-based-encryption,
  and sync-hydration services
- Use crypto.getRandomValues() instead of Math.random() for client ID generation
- Warn user when stored client ID is invalid and must be regenerated
- Fix flaky e2e supersync tests (premature waitForURL match on daily-summary URL)
2026-04-16 17:41:39 +02:00
..
i18n fix(sync): handle data validation errors and improve client ID management 2026-04-16 17:41:39 +02:00
scripts feat(plugins): add plugin issue provider system with GitHub migration 2026-03-03 20:14:54 +01:00
src feat(tasks): replace drag handle with done toggle circle and improve mobile UX 2026-03-22 18:14:16 +01:00
icon.svg feat(plugins): add plugin issue provider system with GitHub migration 2026-03-03 20:14:54 +01:00
package-lock.json feat(plugins): add plugin issue provider system with GitHub migration 2026-03-03 20:14:54 +01:00
package.json fix(build): ensure plugin-api is built before plugin builds (#6720) 2026-03-04 11:25:21 +01:00
tsconfig.json feat(plugins): add plugin issue provider system with GitHub migration 2026-03-03 20:14:54 +01:00