Historial de Commits

Autor SHA1 Mensaje Fecha
  Timothy Pomeroy 555f5e9fb6 refactor: eliminate unnecessary setState in useEffect and fix FileList initialization hace 1 mes
  Timothy Pomeroy 92f41d16e1 Add eslint disable for require in jest.config.js hace 1 mes
  Timothy Pomeroy 029bb5601d Fix unused error variable warnings by removing parameter names hace 1 mes
  Timothy Pomeroy ecb030ba4e Fix linting errors: add 'use client' directive, fix unused variables, escape HTML entities hace 1 mes
  Timothy Pomeroy e50a37dfc2 fix: move addNotification before useEffect to fix closure issue hace 1 mes
  Timothy Pomeroy a4b55936ba fix: preserve absolute paths in ensureOutputDirectory hace 1 mes
  Timothy Pomeroy 1cbd3ba724 feat: enhance dashboard and add output file existence check hace 1 mes
  Timothy Pomeroy b9c71026c5 fix: remove duplicate actualOutput variable declaration hace 1 mes
  Timothy Pomeroy 4504b51c38 style: format handbrake.service.ts hace 1 mes
  Timothy Pomeroy 072edab325 feat: add case-insensitive directory matching for output paths hace 1 mes
  Timothy Pomeroy 83c6c62556 fix: create output directory before HandBrake processing hace 1 mes
  Timothy Pomeroy 92b3619b88 docs: update migration guide formatting hace 1 mes
  Timothy Pomeroy 8c349f1b2b docs: add migration guide for API proxy update hace 1 mes
  Timothy Pomeroy 009dc3b5cb feat: add API proxy through Next.js for remote access and security hace 1 mes
  Timothy Pomeroy 425eeabb0f commit to main hace 1 mes
  Timothy Pomeroy ccf61d1a99 docs: update documentation with recent improvements and fixes hace 1 mes
  Timothy Pomeroy 47372863c7 fix: prevent empty state flash on fresh page loads hace 1 mes
  Timothy Pomeroy 1000542778 fix: add key prop to React.Fragment in TaskList to resolve warning hace 1 mes
  Timothy Pomeroy c343d197b3 fix: update HandBrake progress regex to handle space before percent sign hace 1 mes
  Timothy Pomeroy 67ccd3fc0c feat(files): persist filters and search to localStorage hace 1 mes
  Timothy Pomeroy 8138ed5108 feat(tasks): add real-time progress updates and visual progress bar hace 1 mes
  Timothy Pomeroy a9a9d2b740 chore(db): migrate files table to remove status column hace 1 mes
  Timothy Pomeroy 728400db81 fix(watcher): correct dataset name extraction from file paths hace 1 mes
  Timothy Pomeroy 63bb024708 refactor(files): remove status column from files table hace 1 mes
  Timothy Pomeroy 477fb9ecc8 fix: refresh task list after requeueing files hace 1 mes
  Timothy Pomeroy 6c803d28ae feat: allow requeueing files that haven't been processed before hace 1 mes
  Timothy Pomeroy 81fed9f967 fix: correct requeue functionality to prevent infinite file watching loops hace 1 mes
  Timothy Pomeroy 308081fbce feat: hide completed tasks by default in task list filter hace 1 mes
  Timothy Pomeroy 4e82cc5c62 fix: correct task processing status indication in web UI hace 1 mes
  Timothy Pomeroy ca27d758e6 fix: correct queue processing logic for batchSize and concurrency hace 1 mes