dragonflight/services
Zac 3ea896c368 fix(web-ui): bust JS cache so api.js fix actually reaches the browser
The api.js library-list fix from the previous commit never reached the browser because nginx served all .js with `Cache-Control: public, immutable; max-age=31536000`. The HTML referenced api.js with no version query, so the browser kept its year-cached buggy copy.

* nginx.conf: drop .js from the immutable long-cache block, add a no-cache must-revalidate block so future redeploys are picked up immediately.
* All HTML files: tag api.js refs with ?v=4 so already-running browsers fetch the new version on next page load.
2026-05-17 08:31:00 -04:00
..
capture fix: library + caller-only recorders + live signal indicator 2026-05-17 07:39:58 -04:00
mam-api fix: library + caller-only recorders + live signal indicator 2026-05-17 07:39:58 -04:00
premiere-plugin fix(auth+bugs): optional auth bypass, login routes, conform column name, panel metadata fields, login page: main.js 2026-05-15 23:40:14 -04:00
web-ui fix(web-ui): bust JS cache so api.js fix actually reaches the browser 2026-05-17 08:31:00 -04:00
worker Fix worker/index.js: job.progress is a property not a function in BullMQ v3+ 2026-05-16 00:46:53 -04:00