Commit graph

878 commits

Author SHA1 Message Date
Kosztyk
2b7491a4b1
Update results.tsx 2026-01-12 02:09:33 +02:00
Kosztyk
fdb0c0d7eb
Add files via upload 2026-01-12 01:38:48 +02:00
Kosztyk
2075e51c44
Add files via upload 2026-01-12 01:37:43 +02:00
Kosztyk
51e4911fd1
Add files via upload 2026-01-12 01:36:45 +02:00
Kosztyk
f3a40eadbb
Refactor button and link attributes for accessibility
Refactor attributes for buttons and links to use aria-disabled and remove busy attributes. Update comments for clarity and maintainability.
2026-01-12 01:03:19 +02:00
Kosztyk
5a0f024852
Fix download attributes in results.tsx 2026-01-12 00:40:23 +02:00
Kosztyk
5b25ed8a76
Refactor sendFileToErugo function and types 2026-01-12 00:30:54 +02:00
Kosztyk
9cd47ceeb0
Refactor ResultsArticle to handle optional num_files 2026-01-12 00:02:47 +02:00
Kosztyk
89c5b04fa8
Update results.tsx 2026-01-11 23:56:32 +02:00
Kosztyk
1c8e084788
Refactor JSON parsing and share URL extraction 2026-01-11 23:54:30 +02:00
Kosztyk
089bc8ed85
Update avToggle.ts 2026-01-11 23:48:39 +02:00
Kosztyk
58fafe88bf
Update theme-init.js 2026-01-11 23:45:36 +02:00
Kosztyk
928655cb95
Update script.js 2026-01-11 23:44:43 +02:00
Kosztyk
ddb7292116
Merge pull request #1 from C4illin/main
merge new
2026-01-11 23:09:48 +02:00
Kosztyk
a5fbe90ff2
Change resetAntivirusEnabledToDefault to private function
Make resetAntivirusEnabledToDefault private to limit scope.
2026-01-11 19:55:19 +02:00
Emrik Östling
bb751163ba chore: add comment to dev compose file 2026-01-11 17:46:56 +01:00
kunal763
c3f17cc5a7
feat: add VCF to CSV converter (#497) 2026-01-11 16:38:32 +01:00
Mehul Anshumali
60f6f5b77f
fix(docker): add python3-tinycss2 for Inkscape DXF export (#498)
Co-authored-by: Mehul Anshumali <mehul.a@phonepe.com>
2026-01-11 16:18:46 +01:00
Emrik Östling
bbf6f6ba52
Fix Polish tutorial link in README.md 2026-01-08 21:53:34 +01:00
Emrik Östling
9802519e45
Add Polish tutorial link to README 2026-01-07 20:41:04 +01:00
Kosztyk
2d954a4c4c
Add files via upload 2026-01-05 21:27:34 +02:00
Kosztyk
8eda62fba0
Add files via upload 2026-01-05 21:26:09 +02:00
Kosztyk
86e67d44eb
Add files via upload 2026-01-05 21:24:31 +02:00
Kosztyk
dbd1805078
Add files via upload 2026-01-05 21:20:34 +02:00
Kosztyk
3bcb511fef
Delete src/helpers/env.ts.crdownload 2026-01-05 21:20:17 +02:00
Kosztyk
e4624a837e
Delete src/helpers/erugo.ts.crdownload 2026-01-05 21:20:05 +02:00
Kosztyk
2d5c8a0872
Add files via upload 2026-01-05 21:19:34 +02:00
Kosztyk
5e19e84c4b
Add files via upload 2026-01-05 21:18:27 +02:00
Kosztyk
da67096e03
Merge branch 'main' into main 2026-01-05 17:23:07 +02:00
renovate[bot]
2b40443885
chore(deps): lock file maintenance (#493)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-05 10:41:35 +01:00
Kosztyk
61894a7620
Merge branch 'C4illin:main' into main 2026-01-05 00:43:10 +02:00
renovate[bot]
28e5ed4c03
chore(deps): update dependency globals to v17 (#490)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-01 22:52:29 +00:00
renovate[bot]
c1ca9c770a
chore(deps): lock file maintenance (#489)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-31 13:43:44 +01:00
Sahil sharma
f2a92aaf39
feat: markitdown implementation (#486)
* feat: markitdown implementation

* fix: code review and docker file:

* fix: add markitdown PATH in container

* fix: feedback changes

* en: readme changed
2025-12-27 12:59:17 +05:30
Kosztyk
9c3094403f
Merge branch 'main' into main 2025-12-27 01:04:35 +01:00
Namit
8af8e59b4f
feat: bulk job deletion with multi-select UI (#481)
Closes #445
2025-12-27 00:24:39 +01:00
Kosztyk
09e0e840b8
Merge branch 'main' into main 2025-12-26 23:43:51 +01:00
Kosztyk
3df62fc792
Update package.json 2025-12-26 23:40:25 +01:00
lif
9ac5e7569b
Fix timezone display in history page (#479) 2025-12-23 02:29:34 +01:00
renovate[bot]
955ea5c014
chore(deps): lock file maintenance (#484)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-23 02:12:09 +01:00
Geek Squirrel
5d70df424e
add .wma file as input (#485) 2025-12-23 02:11:07 +01:00
renovate[bot]
911587ea68
chore(deps): lock file maintenance (#477)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-15 08:37:32 +01:00
Emrik Östling
3d84925e1b
Potential fix for code scanning alert no. 2: Workflow does not contain permissions (#476)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-12-14 20:46:01 +01:00
Emrik Östling
ab352987d5
Potential fix for code scanning alert no. 1: Workflow does not contain permissions (#474)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-12-14 20:33:27 +01:00
Emrik Östling
689e66e3f9
Potential fix for code scanning alert no. 3: Workflow does not contain permissions (#475)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-12-14 20:33:13 +01:00
Emrik Östling
4598745956
Potential fix for code scanning alert no. 6: Unnecessary use of cat process (#473)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-12-14 20:32:56 +01:00
Emrik Östling
af199ab8bb
Potential fix for code scanning alert no. 5: Workflow does not contain permissions (#472)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-12-14 20:30:31 +01:00
Emrik Östling
20b321c308 chore: update readme with hw accel link 2025-12-14 19:32:08 +01:00
Laertes87
8f898be20e
Merge pull request #462 from Laertes87/AddMoreUnitTests
test: add more unit tests
2025-12-14 14:38:14 +01:00
Emrik Östling
df3330fdc2
fix: add FFMPEG_OUTPUT_ARGS (#470) 2025-12-14 14:12:21 +01:00