michael
9c9de7053c
fix deploy script to install dev dependencies for build
...
The npm ci --only=production flag was skipping dev dependencies,
but TypeScript is needed to compile the frontend build.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-22 11:00:05 -06:00
michael
58a4f1f627
add support for non-English original video uploads
...
- Upload form now has "English / Different language" radio with optional language hint
- Gemini auto-detects language and saves outputs to outputs.{detected_language}
- QC review dynamically loads/saves VTT for source language
- New APPROVED_SOURCE status for non-English videos (APPROVED_ENGLISH kept for backwards compat)
- Translation pipeline reads from source language and passes source_language to Google Translate
- All existing English jobs continue to work unchanged
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-22 10:33:58 -06:00
michael
282f95dbc3
removed timeout from upload request and improved error reporting
2025-10-17 11:24:04 -05:00
michael
ef4080439b
adjusted mongodb logging again
2025-10-17 10:14:13 -05:00
michael
072fae3dcd
reduce verbosity of mongodb logs
2025-10-17 09:59:30 -05:00
michael
df09f30d63
fixed auto update of filtered queries for jobs list
2025-10-16 11:59:17 -05:00
michael
762d7bcb38
fixed websockets live messaging for updates
2025-10-16 11:46:37 -05:00
michael
700f55a96d
fixed production users ability to delete and reprocess jobs
2025-10-10 12:39:00 -05:00
michael
9fe193b4af
adjusted deploy scripts to NOT make a backup of front end when deploying new one
2025-10-10 12:27:21 -05:00
michael
bc0a2ca43c
fixed base URL for websockets connection
2025-10-10 12:22:26 -05:00
michael
eb402e0c68
adjusted login page to emphasize microsoft login, hide local login options behind small link
2025-10-10 11:50:52 -05:00
michael
5e87a6fd94
adjust deploy scripts to include env vars
2025-10-10 11:34:28 -05:00
michael
d25fb921a1
fixed dates on scheme validator migration
2025-10-10 10:59:20 -05:00
michael
92169d047b
added scheme validator
2025-10-10 10:55:54 -05:00
michael
d4b3efce3f
adjusted deploy script to fix env vars being passed to containers
2025-10-10 10:48:25 -05:00
michael
d4417acd35
env variables for MSAL added to docker compose
2025-10-10 10:32:54 -05:00
michael
f59f5cf93b
fixed front end build errors
2025-10-10 10:26:57 -05:00
michael
aefd559e68
added production user role and made it default for new MSAL users - production can access everything EXCEPT user management - that's only for admin
2025-10-10 10:07:30 -05:00
michael
665b49c3f1
added MSAL microsoft authentication
2025-10-10 09:19:39 -05:00
michael
0910ade371
more fixes for refresh token - this time maintaining the username and role properly across refresh
2025-10-08 23:09:29 -05:00
michael
7e45a0c016
another fix for refresh token issue - this time front end only
2025-10-08 23:03:09 -05:00
michael
8bdfaee57d
hopefully fixed refresh token issue
2025-10-08 22:59:01 -05:00
michael
6031f9893d
added logging to troubleshoot refresh token issue
2025-10-08 22:56:08 -05:00
michael
67ceca2777
fixed auth token refresh again and added --frontend-only mode to full deploy script
2025-10-08 22:43:23 -05:00
michael
34fa64916c
adjusted full deploy script
2025-10-08 22:33:46 -05:00
michael
990f6f6fa1
fixed session refresh and added full deploy script - and added documentation including videos
2025-10-08 22:29:08 -05:00
michael
c2ed1429c9
better tts config for worker
2025-10-08 18:47:28 -05:00
michael
2f90da34c9
configured tts key in docker-compose
2025-10-08 18:44:28 -05:00
michael
99b49fbc1e
added config for mongodb to reduce log verbosity
2025-10-08 18:34:06 -05:00
michael
7921079446
reduced verbosity of mongodb logs
2025-10-08 18:30:08 -05:00
michael
7ea23b9858
fixed objectID/stringID mismatch
2025-10-08 18:23:05 -05:00
michael
625b1fb8cc
fixed middleware silent swallowing of exceptions FINALLY
2025-10-08 18:19:59 -05:00
michael
e2bc456539
added test endpoint
2025-10-08 18:14:32 -05:00
michael
58054ac813
added logging to jobs route
2025-10-08 18:08:22 -05:00
michael
eddc687f37
added logging to identify 500 errors
2025-10-08 18:00:13 -05:00
michael
b7f3687b6c
disabled middleware
2025-10-08 17:53:44 -05:00
michael
38e6f37450
fixed overly aggressive security algorithm
2025-10-08 17:49:20 -05:00
michael
5d949df531
fixed websocket URL
2025-10-08 17:28:15 -05:00
michael
5c66abcd54
fixed create test users script
2025-10-08 17:22:08 -05:00
michael
41015c2a91
fixed dockerignore
2025-10-08 17:17:39 -05:00
michael
06f958c974
fixed docker file for dependency installs
2025-10-08 17:06:41 -05:00
michael
1dae163cad
base path for react router fix
2025-10-08 16:55:02 -05:00
michael
aafc4078ae
bug fixes for frontend when trying to npm run build
2025-10-08 16:47:14 -05:00
michael
1a1ed3048d
wrote docker files and deployment instructions
2025-10-08 16:00:12 -05:00
michael
dac0fbea04
hid transcreation option and mentions in the UI as the feature is not fully implemented
2025-08-25 16:02:29 -05:00
michael
de61d0bd39
removed mongodb change stream monitoring, added global websockets monitoring for notifications, broke symmetry between toasts and persistent notifications (and refined which notifications get sent and how)
2025-08-25 15:48:18 -05:00
michael
86c8454625
added notification menu system with persistent and dismissable notifications from toats, updated Readme
2025-08-25 07:55:30 -05:00
michael
0c54dd4f29
added websockets for live job status updates with toast notifications on job list page
2025-08-24 19:41:23 -05:00
michael
af2562096a
initial commit
2025-08-24 16:28:33 -05:00