Commit graph

  • be29df763d refactor: delete selected button stays disabled when no jobs are selected instead of hidden Namit2003 2025-12-22 22:42:20 -05:00
  • 33fc669169 fix: lint errors Namit2003 2025-12-22 20:25:19 -05:00
  • 3ef05e35ef fix: replace p tag with span for "Delete Selected" button text in history. Namit2003 2025-12-21 13:56:07 -05:00
  • d70d803038 refactor: update history page layout for results heading and delete button, including new button styling and icon Namit2003 2025-12-21 13:51:17 -05:00
  • a00597440f feat: Add maxItems validation to jobIds array and improve API response error handling. Namit2003 2025-12-17 19:08:44 -05:00
  • 8b6c64bff7 feat: Add bulk job deletion API endpoint and integrate multi-select UI with client-side deletion logic into the history page. Namit2003 2025-12-17 18:45:28 -05:00
  • 9ac5e7569b
    Fix timezone display in history page (#479) lif 2025-12-23 09:29:34 +08:00
  • 955ea5c014
    chore(deps): lock file maintenance (#484) renovate[bot] 2025-12-23 02:12:09 +01:00
  • 0f465cf2d9
    chore(deps): lock file maintenance renovate[bot] 2025-12-23 01:11:52 +00:00
  • 5d70df424e
    add .wma file as input (#485) Geek Squirrel 2025-12-23 09:11:07 +08:00
  • 3268ac36bd add .wma file as input Geek Squirrel 2025-12-23 05:48:06 +08:00
  • 4312968c8e Fix Prettier formatting in history lif 2025-12-21 21:26:16 +08:00
  • 032185583d Display only time in history lif 2025-12-21 16:27:09 +08:00
  • 947be70540 refactor: improve formatting of mock callbacks in ffmpeg tests rob_otman 2025-12-19 15:02:02 +00:00
  • d583b44f29 style: format history.tsx with prettier majiayu000 2025-12-19 10:10:55 +08:00
  • 53d576d2d2
    Merge pull request #1 from Rob-Otman/add-hardware-encode-ffmpeg TheOperator 2025-12-17 16:09:03 -07:00
  • 00931098c1 fix: ensure GPU availability is checked before using hardware acceleration rob_otman 2025-12-17 16:05:25 -07:00
  • db3acff4f7 feat: add NVIDIA GPU availability checking and hardware acceleration logging rob_otman 2025-12-17 15:07:21 -07:00
  • f2504519f0 feat: add CUDA hardware acceleration with ffprobe codec detection rob_otman 2025-12-17 14:53:20 -07:00
  • 6cca431a76 feat: add NVENC hardware encoding support for FFmpeg Add FFMPEG_PREFER_HARDWARE env var to enable hardware acceleration Use h264_nvenc and hevc_nvenc encoders when hardware preferred Fall back to software encoders (libx264/libx265) when disabled Add comprehensive tests for hardware/software encoding modes Update README with new environment variable documentation This enables GPU-accelerated video encoding for better performance on systems with NVIDIA GPUs. rob_otman 2025-12-17 14:12:13 -07:00
  • 3c1ecbbdfb Fix timezone display in history page (#408) lif 2025-12-17 23:46:02 +08:00
  • d73768645b fix: resolve critical vulnerability V-002 orbisai0security 2025-12-16 13:36:12 +00:00
  • 498a35b6f8
    Merge branch 'main' into main 纹波 2025-12-15 23:07:53 +08:00
  • 911587ea68
    chore(deps): lock file maintenance (#477) renovate[bot] 2025-12-15 08:37:32 +01:00
  • 579a580259
    chore(deps): lock file maintenance renovate[bot] 2025-12-15 01:05:38 +00:00
  • 3d84925e1b
    Potential fix for code scanning alert no. 2: Workflow does not contain permissions (#476) Emrik Östling 2025-12-14 20:46:01 +01:00
  • 4fba19b435
    Potential fix for code scanning alert no. 2: Workflow does not contain permissions Emrik Östling 2025-12-14 20:34:27 +01:00
  • ab352987d5
    Potential fix for code scanning alert no. 1: Workflow does not contain permissions (#474) Emrik Östling 2025-12-14 20:33:27 +01:00
  • 689e66e3f9
    Potential fix for code scanning alert no. 3: Workflow does not contain permissions (#475) Emrik Östling 2025-12-14 20:33:13 +01:00
  • 4598745956
    Potential fix for code scanning alert no. 6: Unnecessary use of cat process (#473) Emrik Östling 2025-12-14 20:32:56 +01:00
  • f7c18bb871
    Potential fix for code scanning alert no. 3: Workflow does not contain permissions Emrik Östling 2025-12-14 20:30:47 +01:00
  • af199ab8bb
    Potential fix for code scanning alert no. 5: Workflow does not contain permissions (#472) Emrik Östling 2025-12-14 20:30:31 +01:00
  • 83f85b14dd
    Potential fix for code scanning alert no. 1: Workflow does not contain permissions Emrik Östling 2025-12-14 20:30:02 +01:00
  • c3bb5d646d
    Potential fix for code scanning alert no. 6: Unnecessary use of cat process Emrik Östling 2025-12-14 20:29:30 +01:00
  • 0f971c52b2
    Potential fix for code scanning alert no. 5: Workflow does not contain permissions Emrik Östling 2025-12-14 20:27:31 +01:00
  • 20b321c308 chore: update readme with hw accel link Emrik Östling 2025-12-14 19:32:08 +01:00
  • 695a17a24a feat : optimize code for pull request reviewer comments 纹波 2025-12-14 23:21:43 +08:00
  • 2e7d559280
    Merge branch 'C4illin:main' into main 纹波 2025-12-14 23:06:31 +08:00
  • 6a9c3365dd feat: add chinese font support for pandoc 纹波 2025-12-14 22:30:34 +08:00
  • 8f898be20e
    Merge pull request #462 from Laertes87/AddMoreUnitTests Laertes87 2025-12-14 14:38:14 +01:00
  • c0e1aa524b feat: add chinese font support for pandoc 纹波 2025-12-14 21:26:30 +08:00
  • df3330fdc2
    fix: add FFMPEG_OUTPUT_ARGS (#470) v0.16.1 Emrik Östling 2025-12-14 14:12:21 +01:00
  • 97d3a92a00 fix test Emrik Östling 2025-12-14 13:59:18 +01:00
  • 01946c4030 fix: add FFMPEG_OUTPUT_ARGS Emrik Östling 2025-12-14 13:58:58 +01:00
  • 12a5580694
    fix: ffmpeg args (#469) Emrik Östling 2025-12-14 13:43:20 +01:00
  • f73e94bb64 fix test Emrik Östling 2025-12-14 11:51:45 +01:00
  • eabd6e6a7f
    chore: update version number (#468) Emrik Östling 2025-12-14 11:43:38 +01:00
  • 29adb6afb8 fix: ffmpeg args Emrik Östling 2025-12-14 11:43:11 +01:00
  • b74c8810e0 chore: update version number Emrik Östling 2025-12-14 11:34:14 +01:00
  • 0521af0d52 test: fix code style issue Jörg Krzeslak 2025-12-08 13:12:53 +01:00
  • 826dc1062a test: add awaits to rejects and resolves Jörg Krzeslak 2025-12-08 13:11:13 +01:00
  • 84d7da0195 test: add tests for dasel, pandoc and vtracer Jörg Krzeslak 2025-12-08 12:12:50 +01:00
  • ad000f35ba test: add libreoffice.test.ts Jörg Krzeslak 2025-08-22 23:58:15 +02:00
  • e29b4bdd72
    chore(deps): update dependency @types/node to v25 renovate[bot] 2025-12-14 01:03:44 +00:00
  • 2f965035b6
    chore(deps): update github artifact actions (#467) renovate[bot] 2025-12-13 12:26:28 +01:00
  • d8417ba2d3
    chore(deps): update github artifact actions renovate[bot] 2025-12-12 21:44:46 +00:00
  • 508393529d
    Add files via upload Kosztyk 2025-12-08 17:29:51 +02:00
  • 96e7123805
    Add files via upload Kosztyk 2025-12-08 17:27:52 +02:00
  • 97ddf01ed1
    Add files via upload Kosztyk 2025-12-08 17:26:57 +02:00
  • e3dc013b20
    chore(deps): lock file maintenance (#461) renovate[bot] 2025-12-08 15:51:01 +01:00
  • ec89418fa4
    chore(deps): lock file maintenance renovate[bot] 2025-12-08 02:00:49 +00:00
  • 60d4a4863c
    Update README.md Kosztyk 2025-12-05 12:34:56 +02:00
  • 1cdbd9e0f7
    Add files via upload Kosztyk 2025-12-04 22:07:58 +02:00
  • 4fd9862dbd
    Add files via upload Kosztyk 2025-12-04 20:58:51 +02:00
  • 55fa5ae813
    Add files via upload Kosztyk 2025-12-04 20:58:22 +02:00
  • 8ec2a22d73
    Update package.json Kosztyk 2025-12-04 16:13:29 +02:00
  • 3420464d72
    Add files via upload Kosztyk 2025-12-04 16:08:48 +02:00
  • d4be44c316
    Add files via upload Kosztyk 2025-12-04 15:34:55 +02:00
  • 6fe78999c8
    Add files via upload Kosztyk 2025-12-04 14:58:43 +02:00
  • 5519374552
    Add files via upload Kosztyk 2025-12-04 14:13:58 +02:00
  • e629fca8d5
    Add files via upload Kosztyk 2025-12-04 14:13:28 +02:00
  • dff892645a
    Add files via upload Kosztyk 2025-12-04 14:12:58 +02:00
  • d9bb3955d2
    Add files via upload Kosztyk 2025-12-04 14:10:42 +02:00
  • f2f48c9eae
    Add files via upload Kosztyk 2025-12-04 14:10:09 +02:00
  • 48d1ce57e0
    Add files via upload Kosztyk 2025-12-04 09:52:33 +02:00
  • 6b2c737fe3
    Add files via upload Kosztyk 2025-12-04 09:51:07 +02:00
  • 179abac88d
    Add files via upload Kosztyk 2025-12-04 09:50:19 +02:00
  • 718f87ec31
    Add files via upload Kosztyk 2025-12-04 09:49:21 +02:00
  • 4697b15b69
    Add files via upload Kosztyk 2025-12-04 09:48:31 +02:00
  • a59a9fdeec
    chore(deps): update dependency node to v24 (#458) renovate[bot] 2025-12-03 21:29:56 +01:00
  • f5bc47b532
    chore(deps): update ramonpaolo/bump-version action to v2.4.0 (#457) renovate[bot] 2025-12-03 21:29:32 +01:00
  • 70d593a541
    chore(deps): update dependency node to v24 renovate[bot] 2025-12-03 20:16:55 +00:00
  • f2e83d0069
    chore(deps): update ramonpaolo/bump-version action to v2.4.0 renovate[bot] 2025-12-03 20:16:51 +00:00
  • bef07a787e
    fix: Version wasn't bumped for v0.16.0 (#456) Emrik Östling 2025-12-03 21:16:05 +01:00
  • 4ca5d33f40 fix: Version wasn't bumped for v0.16.0 Fixes #455 Emrik Östling 2025-12-03 21:10:35 +01:00
  • 4c28300d95
    Configure ClamAV REST API and change port mapping Kosztyk 2025-12-02 10:43:35 +02:00
  • e67c1b37aa
    Add files via upload Kosztyk 2025-12-02 10:36:55 +02:00
  • a30e543ded
    Add files via upload Kosztyk 2025-12-02 10:35:49 +02:00
  • 4d8652d98e
    Add files via upload Kosztyk 2025-12-02 10:35:11 +02:00
  • 5268838975 chore: fix format v0.16.0 Emrik Östling 2025-12-01 22:31:10 +01:00
  • 550f472451
    Merge commit from fork Emrik Östling 2025-12-01 22:26:56 +01:00
  • d165f11798
    chore(deps): lock file maintenance (#453) renovate[bot] 2025-12-01 16:58:33 +01:00
  • 92df5ff601
    chore(deps): lock file maintenance renovate[bot] 2025-12-01 02:35:20 +00:00
  • 4ae2aab66a
    chore(deps): update actions/checkout action to v6 (#446) renovate[bot] 2025-11-24 21:54:32 +01:00
  • 2be0b13d42
    chore(deps): lock file maintenance (#448) renovate[bot] 2025-11-24 21:54:05 +01:00
  • 8feba79ab6
    chore(deps): lock file maintenance renovate[bot] 2025-11-24 01:46:51 +00:00
  • 74ebf5e4dc
    fix: getPossibleTargets select correct targets (#441) Emrik Östling 2025-11-23 19:56:57 +01:00
  • 2a5f99221b
    chore(deps): update actions/checkout action to v6 renovate[bot] 2025-11-20 16:40:42 +00:00
  • abadefab1c
    Update print statement from 'Hello' to 'Goodbye' EyadEldalyl 2025-11-18 21:43:13 +04:00
  • 0df7f7a61e
    Merge branch 'main' into fix/getPossibleTagets-select-correct-targets Emrik Östling 2025-11-18 17:27:38 +01:00