super-productivity/src
Johannes Millan 8a06b75923 fix(sync): guard forceUpload and block WS download during encryption ops
Follow-ups to the #8309 in-tab sync-cycle guard:

- forceUpload() now claims SyncCycleGuard (released in finally), mirroring
  _forceDownload(), so its setLastServerSeq bookkeeping and session-validation
  latch can't race the immediate-upload / WS-download side channels. All
  forceUpload call sites are deferred snackbar/dialog callbacks that run after
  the originating cycle released the guard, so it cannot self-skip.
- WsTriggeredDownloadService now skips downloads while an encryption operation
  is in progress (isEncryptionOperationInProgress), mirroring
  ImmediateUploadService, so a WS notification can't trigger a download/decrypt
  while keys or a full-state import are mid-flight (e.g. password change, which
  does not hold the cycle guard). Read via lazyInject() to break the DI cycle
  (SyncWrapperService injects WsTriggeredDownloadService to start/stop the WS).
2026-06-13 16:57:01 +02:00
..
app fix(sync): guard forceUpload and block WS download during encryption ops 2026-06-13 16:57:01 +02:00
assets fix(focus-mode): strip orphaned {{cycle}} placeholder from break titles 2026-06-13 15:40:22 +02:00
environments 18.10.0 2026-06-12 13:11:09 +02:00
static fix(security): harden XSS sinks and add Origin check (#7413) 2026-05-06 21:37:06 +02:00
styles feat(focus-mode): focus screen UX overhaul (#7586) 2026-06-12 11:59:56 +02:00
test-helpers build: improve testing setup to give indication about which test hangs 2025-07-18 12:11:05 +02:00
typings refactor: improve typing 2025-09-16 18:04:40 +02:00
_common.scss refactor: modernize scss syntax and get rid of most of the warnings 2025-09-04 20:29:24 +02:00
favicon.ico
hammer-config.class.ts feat: replace hammerjs with custom swipe and pan directives 2025-08-10 12:56:11 +02:00
index.html fix(security): stored XSS → RCE chain — note image, plugin nodeExecution, CSP (GHSA-78rv-m663-4fph) (#8178) 2026-06-08 20:20:17 +02:00
karma.conf.js chore(task-repeat): revert RRULE Phase 1 from master (#7948) Develop the full RFC-5545 RRULE epic on the long-running feat/rrule-epic branch and merge once complete and testable in final form, rather than landing 13 phases into master one half-state at a time. Work preserved on feat/rrule-epic. Not yet shipped (post-v18.9.1), so no user impact. 2026-06-09 13:56:38 +02:00
main.ts fix(android): suspend idle AudioContext in background to stop battery drain (#8243) (#8280) 2026-06-12 14:55:24 +02:00
manifest.json
polyfills.ts fix(schedule): indicate tasks beyond available time 2026-05-11 14:30:55 +02:00
styles.scss fix(styles): use package imports for fontsource instead of relative paths 2026-03-18 13:14:10 +01:00
test.ts chore: remove unused eslint-disable directives 2026-06-10 17:35:37 +02:00
tsconfig.app.json fix(build): exclude test helpers from production build 2026-02-25 16:46:51 +01:00
tsconfig.spec.json feat(sync): add OneDrive sync provider with PKCE auth (#7523) 2026-05-26 15:31:06 +02:00
tsconfig.worker.json build: update configuration files 2025-06-27 10:25:00 +02:00