super-productivity/src
JongoDB 0149ed883e
feat(caldav): make VTODO poll interval configurable (#7881)
The core CalDAV VTODO provider polled on a hard-coded 10-min CALDAV_POLL_INTERVAL,
sluggish for an actively-shared list (the bundled CalDAV Events plugin polls 60s).
Expose a per-provider 'Poll interval (minutes)', mirroring the existing
pollIntervalMinutes pattern in NextcloudDeckCommonInterfacesService:
- CaldavCfg.pollIntervalMinutes?: number (optional; existing cfgs fall back to the const)
- pollInterval is now a getter deriving from the cached cfg via a _getCfgOnce$ override
- advanced-config form field (number, min 1) + en.json + t.const.ts
- unit tests for the getter (fallback + derived)

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-01 13:19:55 +02:00
..
app feat(caldav): make VTODO poll interval configurable (#7881) 2026-06-01 13:19:55 +02:00
assets feat(caldav): make VTODO poll interval configurable (#7881) 2026-06-01 13:19:55 +02:00
environments 18.8.0 2026-05-30 01:19:30 +02:00
static fix(security): harden XSS sinks and add Origin check (#7413) 2026-05-06 21:37:06 +02:00
styles Experiment right side action bar (#7594) 2026-05-23 16:11:37 +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(splash): keep productivity-tip heading readable on dark theme 2026-04-21 21:50:52 +02:00
karma.conf.js test: restore karma coverage reporter setup 2026-04-24 17:40:28 +02:00
main.ts fix(i18n): boot with bundled English when translation fetch fails offline (#7854) (#7875) 2026-06-01 13:15:33 +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 test(op-log): restore connection-lifecycle assertions under fake-indexeddb 2026-05-27 00:39:57 +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