ben
34ccf0c32b
Move recordings UI to Livewire pages with Flux components.
...
Replace controller-driven Blade views with full-page Livewire index/show/create flows so Flux tables, toasts, and uploads work natively.
2026-08-12 19:17:52 +02:00
ben
bfcfc12f58
Add Fortify auth, Flux dark mode, demo seed, and Docker hot reload.
...
Protect recordings per user, seed a demo login on container start, and bind-mount the app with Vite HMR for local Compose development.
2026-08-12 18:38:53 +02:00
ben
e81a27cb8f
Raise audio upload limit to 2 GB per file.
...
Update validation, dropzone checks, Docker PHP ini, and docs so multi-hour recordings can be uploaded.
2026-08-12 17:42:55 +02:00
ben
1dcdfc0ed0
Auto-queue transcription on upload and clarify pending status.
...
Batch uploads were only storing files as pending without dispatching Whisper jobs; queue them immediately, add a bulk pending action, and show human-readable status labels.
2026-08-12 16:26:36 +02:00
ben
21b17c7657
Use local faster-whisper only for transcription.
...
Drop cloud and Ollama engine choices so audio stays on-machine via Docker Whisper, and tighten orphan detection plus UI around a single local flow.
2026-08-12 15:34:16 +02:00
ben
67c1941833
Support common audio formats beyond MP3.
...
Accept WAV, OGG, FLAC, M4A, and related uploads, and read metadata from non-ID3 tag formats.
2026-08-12 14:32:56 +02:00
ben
771658040b
Add first edition of AndyTranscribe.
2026-08-12 13:59:33 +02:00