|
|
2fabc73299
|
fix(ui): prevent keydown listener accumulation on re-init
|
2026-05-18 20:05:34 -04:00 |
|
|
|
10152b5ad7
|
feat(ui): add DOM-based timeline engine (select, razor, playhead)
|
2026-05-18 20:02:41 -04:00 |
|
|
|
ad6e836345
|
feat(ui): add sequence API helpers to api.js
|
2026-05-18 19:58:35 -04:00 |
|
|
|
7d8ccc95e9
|
feat(ui): add 59.94 DF timecode utility module
|
2026-05-18 19:58:34 -04:00 |
|
|
|
7b8d8d4818
|
feat(api): register sequences route
|
2026-05-18 19:54:41 -04:00 |
|
|
|
1816c7fa1e
|
fix(api): guard DELETE 404, verify sequence before clip wipe, add clip validation
|
2026-05-18 19:53:14 -04:00 |
|
|
|
05d49b7199
|
feat(api): add sequences route with CRUD, clip sync, and EDL export
|
2026-05-18 19:50:29 -04:00 |
|
|
|
eb248c690f
|
fix(db): use DO blocks for idempotent ALTER TABLE (ADD CONSTRAINT IF NOT EXISTS is not valid PG syntax)
|
2026-05-18 19:48:11 -04:00 |
|
|
|
c662df94c4
|
fix(db): add CHECK constraints, UNIQUE, and asset_id index to sequences schema
|
2026-05-18 19:46:42 -04:00 |
|
|
|
b12d8c619a
|
feat(db): add sequences and sequence_clips tables
|
2026-05-18 19:41:21 -04:00 |
|
|
|
0964645910
|
docs: add Phase 1 NLE Editor implementation plan
|
2026-05-18 19:34:53 -04:00 |
|
|
|
9032853629
|
docs: finalize spec with user decisions (auto-save, multi-sequence, 59.94fps, gap-ok)
|
2026-05-18 19:23:01 -04:00 |
|
|
|
67251a0dcd
|
docs: add editor + growing file + feature expansion design spec
|
2026-05-18 19:14:00 -04:00 |
|
|
|
0b94153518
|
Replace inline auth script with shared auth-guard.js in tokens.html
|
2026-05-18 13:46:10 -04:00 |
|
|
|
3203832aa9
|
Replace inline auth script with shared auth-guard.js in users.html
|
2026-05-18 13:44:35 -04:00 |
|
|
|
88c0781767
|
Replace inline auth script with shared auth-guard.js in jobs.html
|
2026-05-18 13:43:22 -04:00 |
|
|
|
81b832dc70
|
Replace inline auth script with shared auth-guard.js in recorders.html
|
2026-05-18 13:41:52 -04:00 |
|
|
|
936867c0c3
|
Replace inline auth script with shared auth-guard.js on recorders, jobs, users, tokens pages: tokens.html
|
2026-05-18 13:38:27 -04:00 |
|
|
|
de3920dd4a
|
Replace inline auth script with shared auth-guard.js on recorders, jobs, users, tokens pages: users.html
|
2026-05-18 13:38:26 -04:00 |
|
|
|
9dfefc5731
|
Replace inline auth script with shared auth-guard.js on recorders, jobs, users, tokens pages: jobs.html
|
2026-05-18 13:38:25 -04:00 |
|
|
|
f3fbb027f6
|
Replace inline auth script with shared auth-guard.js on recorders, jobs, users, tokens pages: recorders.html
|
2026-05-18 13:38:24 -04:00 |
|
|
|
e3128acb15
|
fix: use shared auth-guard.js on capture.html
|
2026-05-18 13:27:24 -04:00 |
|
|
|
d8766f18cc
|
fix: use shared auth-guard.js on upload.html
|
2026-05-18 13:26:19 -04:00 |
|
|
|
a40232e2b5
|
fix: use shared auth-guard.js on settings.html
|
2026-05-18 13:25:03 -04:00 |
|
|
|
ebe8b3be59
|
fix: use shared auth-guard.js on index.html
|
2026-05-18 13:24:25 -04:00 |
|
|
|
cb63e4743d
|
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 |
|
|
|
4f649b41a9
|
feat: add shared auth-guard.js with 401 → login redirect
|
2026-05-18 13:21:22 -04:00 |
|
|
|
725c3ed292
|
feat: rebuild settings.html with new shell layout
|
2026-05-18 13:08:19 -04:00 |
|
|
|
9ceb5db1e3
|
feat: add admin sidebar section and user footer widget
|
2026-05-18 13:08:04 -04:00 |
|
|
|
533250b1c3
|
feat: add admin sidebar section and user footer widget
|
2026-05-18 13:07:47 -04:00 |
|
|
|
ffffe8039e
|
feat: add admin sidebar section and user footer widget
|
2026-05-18 13:07:40 -04:00 |
|
|
|
027e73467f
|
feat: add admin sidebar section and user footer widget
|
2026-05-18 13:06:57 -04:00 |
|
|
|
95fa1b83b6
|
feat: add admin sidebar section and user footer widget
|
2026-05-18 13:06:40 -04:00 |
|
|
|
4213c8a7b3
|
feat: auth system — CSS page transitions, API helpers, users/tokens pages
|
2026-05-18 13:00:31 -04:00 |
|
|
|
c7d8be9f28
|
feat: auth system — CSS page transitions, API helpers, users/tokens pages
|
2026-05-18 12:59:36 -04:00 |
|
|
|
2d21d4d44d
|
feat: auth system — CSS page transitions, API helpers, users/tokens pages
|
2026-05-18 12:58:24 -04:00 |
|
|
|
d0f9848717
|
feat: auth system — CSS page transitions, API helpers, users/tokens pages
|
2026-05-18 12:57:50 -04:00 |
|
|
|
28a4b24911
|
feat(mam-api): wire users, groups, and tokens routes into main app
|
2026-05-18 12:51:14 -04:00 |
|
|
|
1e4c92c2df
|
feat(mam-api): add personal API token routes
|
2026-05-18 12:50:58 -04:00 |
|
|
|
d23ca9be73
|
feat(mam-api): add groups admin CRUD routes with member management
|
2026-05-18 12:50:49 -04:00 |
|
|
|
5ed604136c
|
feat(mam-api): add users admin CRUD routes
|
2026-05-18 12:50:33 -04:00 |
|
|
|
f93feb6e40
|
feat(mam-api): add auth middleware with session and Bearer token support
|
2026-05-18 12:50:21 -04:00 |
|
|
|
f57ed1b498
|
feat(mam-api): add auth middleware with session and Bearer token support
|
2026-05-18 12:45:15 -04:00 |
|
|
|
2d8c44c529
|
feat(mam-api): add groups and API tokens schema patch
|
2026-05-18 12:45:06 -04:00 |
|
|
|
6bd97a2a03
|
feat(meme): Token Pricing page with usage chart + AMPP-style Z-AMPP SVG wordmark on home + Tokens tile/nav everywhere
|
2026-05-18 11:05:30 -04:00 |
|
|
|
1f4750a1b4
|
feat(meme): Token Pricing page — gentle ribbing of metered-compute broadcast platforms
|
2026-05-18 10:56:55 -04:00 |
|
|
|
c781a469f3
|
feat(recorders): align with home/projects aesthetic — brand-blue gradient, refreshed cards, tile selectors, slide-panel polish
|
2026-05-18 10:49:46 -04:00 |
|
|
|
32bce2e263
|
feat(editor): splice tool (B/S key + Split button), thumbnail hydration via signed URL, enable Export (draft for now)
|
2026-05-18 10:25:53 -04:00 |
|
|
|
3ae150ad53
|
feat(editor-native): repoint Editor links from openreel (:47435) to in-house /edit.html
|
2026-05-18 10:18:14 -04:00 |
|
|
|
2e1bcd655f
|
feat(editor-native): Phase A — single-track editor logic (asset library, preview, in/out markers, drafts)
|
2026-05-18 10:17:31 -04:00 |
|