dragonflight/services/mam-api/src/routes
ZGaetano f8e42b886d fix(sequences): apply correct 59.94 DF framesToTC to EDL export
sequences.js had the same `if (rem >= DROP)` bug as timecode.js — any
frame ≥ 4 in the first non-drop minute of each 10-minute group would
produce a timecode offset by one minute. EDL files exported from the
editor would have wrong in/out points for nearly every event.

Applies the FRAMES_FIRST_MIN (3600) boundary check fix, matching the
correction already made to services/web-ui/public/js/timecode.js.
2026-05-19 00:22:17 -04:00
..
ampp.js feat: AMPP folder sync integration — pre-create folder hierarchy on upload, expose lookup endpoint for Script Task: ampp.js 2026-04-18 13:42:08 -04:00
assets.js feat(assets): add POST /:id/retry to re-queue errored assets 2026-05-19 00:17:00 -04:00
auth.js fix: /me returns guest user when AUTH_ENABLED is false so auth-guard never fires on dev 2026-05-18 13:21:37 -04:00
bins.js add services/mam-api/src/routes/bins.js 2026-04-07 21:58:28 -04:00
capture.js add services/mam-api/src/routes/capture.js 2026-04-07 21:58:27 -04:00
groups.js feat(mam-api): add groups admin CRUD routes with member management 2026-05-18 12:50:49 -04:00
jobs.js fix: conform route broken SQL — remove dead DB insert, use BullMQ directly 2026-05-18 23:22:14 -04:00
projects.js add services/mam-api/src/routes/projects.js 2026-04-07 21:58:28 -04:00
recorders.js fix(recorders): use already-imported uuidv4 instead of dynamic import 2026-05-18 23:56:00 -04:00
sequences.js fix(sequences): apply correct 59.94 DF framesToTC to EDL export 2026-05-19 00:22:17 -04:00
settings.js feat: AMPP folder sync integration — pre-create folder hierarchy on upload, expose lookup endpoint for Script Task: settings.js 2026-04-18 13:42:08 -04:00
tokens.js fix(tokens): add requireAuth middleware to token routes 2026-05-19 00:07:41 -04:00
upload.js fix(upload): scope original S3 keys under assetId to prevent collisions 2026-05-19 00:08:13 -04:00
users.js feat(mam-api): add users admin CRUD routes 2026-05-18 12:50:33 -04:00