Commit Graph

814 Commits

Author SHA1 Message Date
alam00000
7527187812 feat(Security): fixes
Some checks failed
Build and Push Docker Images (Default + Simple Mode) / build-and-release (push) Has been cancelled
Build and Push Docker Images (Default + Simple Mode) / build-amd64 (map[name:default simple_mode:false suffix:]) (push) Has been cancelled
Build and Push Docker Images (Default + Simple Mode) / build-amd64 (map[name:simple simple_mode:true suffix:-simple]) (push) Has been cancelled
Build and Push Docker Images (Default + Simple Mode) / build-arm64 (map[name:default simple_mode:false suffix:]) (push) Has been cancelled
Build and Push Docker Images (Default + Simple Mode) / build-arm64 (map[name:simple simple_mode:true suffix:-simple]) (push) Has been cancelled
Build and Push Docker Images (Default + Simple Mode) / merge-manifests-ghcr (map[name:default suffix:]) (push) Has been cancelled
Build and Push Docker Images (Default + Simple Mode) / merge-manifests-ghcr (map[name:simple suffix:-simple]) (push) Has been cancelled
Build and Push Docker Images (Default + Simple Mode) / push-to-dockerhub (map[name:default suffix:]) (push) Has been cancelled
Build and Push Docker Images (Default + Simple Mode) / push-to-dockerhub (map[name:simple suffix:-simple]) (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
Deploy static content to Pages / deploy (push) Has been cancelled
Trivy Security Scan / scan-image (map[file:Dockerfile name:bentopdf]) (push) Has been cancelled
Trivy Security Scan / scan-image (map[file:Dockerfile.nonroot name:bentopdf-nonroot]) (push) Has been cancelled
Trivy Security Scan / scan-dependencies (push) Has been cancelled
Trivy Security Scan / scan-config (push) Has been cancelled
upstream-initial
2026-04-18 16:58:55 +05:30
alam00000
b040aef729 chore(security): fixes 2026-04-18 15:21:59 +05:30
alam00000
121de29d80 feat(security): add CodeQL analysis workflow and ESLint security plugins 2026-04-18 14:46:51 +05:30
alam00000
df3567a61f fix(build): restore tsc compat after vitest bundler type drift 2026-04-18 13:53:02 +05:30
Alam
af763d73c1 Merge pull request #643 from alam00000/dependabot/npm_and_yarn/vite-8.0.5
build(deps-dev): bump vite from 7.3.2 to 8.0.5
2026-04-18 12:52:19 +05:30
alam00000
b9f128f8c7 fix: update Content Security Policy 2026-04-18 00:29:33 +05:30
dependabot[bot]
478ccf3eda build(deps-dev): bump vite from 7.3.2 to 8.0.5
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.3.2 to 8.0.5.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v8.0.5/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 8.0.5
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-17 18:12:07 +00:00
alam00000
b4779bb49b feat: enhance sanitization 2026-04-17 23:40:39 +05:30
Alam
d92ee1a003 Merge pull request #666 from pavel-miniutka/main
Belarusian translation update
2026-04-17 18:21:57 +05:30
Alam
4663ae7834 Merge pull request #650 from tkymmm/main
Add Japanese translation
2026-04-17 18:21:14 +05:30
Alam
2311125d92 Merge branch 'main' into main 2026-04-17 18:21:03 +05:30
Alam
2807489f2b Merge pull request #628 from SerhiiZahuba/main
Added Ukrainian translation
2026-04-17 18:18:15 +05:30
pavel-miniutka
bb433b4afb more fixes 2026-04-17 14:32:18 +03:00
pavel-miniutka
f4a01abffb Belarusian translation update 2026-04-17 14:20:46 +03:00
Alam
c67e639dee Merge pull request #660 from alam00000/dependabot/npm_and_yarn/dompurify-3.4.0
build(deps): bump dompurify from 3.3.3 to 3.4.0
2026-04-17 02:57:18 +05:30
alam00000
75dad6e75d fix: replace iframe PDF rendering with direct canvas in form creator 2026-04-16 22:40:00 +05:30
dependabot[bot]
0ac37a87bc build(deps): bump dompurify from 3.3.3 to 3.4.0
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.3.3 to 3.4.0.
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](https://github.com/cure53/DOMPurify/compare/3.3.3...3.4.0)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-version: 3.4.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-16 03:43:04 +00:00
github-actions[bot]
651793bffa @tkymmm has signed the CLA in alam00000/bentopdf#650 2026-04-10 12:21:02 +00:00
tkymmm
dc87af90ae Update tools.json 2026-04-10 18:13:08 +09:00
tkymmm
e72df17c38 Add Japanese language support to Vite config 2026-04-10 17:33:54 +09:00
tkymmm
51fab1cbf8 Update i18n.ts 2026-04-10 17:33:09 +09:00
tkymmm
1b3df67c47 Add files via upload 2026-04-10 17:31:51 +09:00
github-actions[bot]
095d68df83 @SerhiiZahuba has signed the CLA in alam00000/bentopdf#628 2026-04-10 07:48:38 +00:00
Alam
5c956a5b15 Merge pull request #648 from ntfreak/static_pages
static.yml: fix static workflow regression from commit 1fc9620
2026-04-10 12:58:44 +05:30
github-actions[bot]
d2e3dc1d89 @ntfreak has signed the CLA in alam00000/bentopdf#648 2026-04-08 21:13:23 +00:00
Spencer Oliver
934610522f static.yml: fix static workflow regression from commit 1fc96208
workflow deploy not running due to incorrect 'if' statement.
2026-04-08 22:02:18 +01:00
Spencer Oliver
ad4cacd108 static.yml: normalise unix line endings
file contains mixed line endings - change to unix to match existing workflow files.
no code changes.
2026-04-08 21:56:20 +01:00
alam00000
a55a69487e fix: pdf rotation bug 2026-04-08 16:22:18 +05:30
Alam
d17969a50d Merge pull request #642 from alam00000/dependabot/npm_and_yarn/vite-7.3.2
build(deps-dev): bump vite from 7.3.1 to 7.3.2
2026-04-07 13:13:28 +05:30
Alam
ac20897e2a Merge pull request #641 from Stephan-P/patch-1
Update common.json - Dutch language
2026-04-07 13:13:05 +05:30
dependabot[bot]
c745d55d32 build(deps-dev): bump vite from 7.3.1 to 7.3.2
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.3.1 to 7.3.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v7.3.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v7.3.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 7.3.2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-06 22:12:25 +00:00
Stephan Paternotte
2ff4272133 Update common.json - Dutch language
Corrections of automated translations
2026-04-06 22:13:10 +02:00
alam00000
1ffe63f9ed feat: include simple mode distribution in GitHub release artifacts 2026-04-05 14:03:44 +05:30
alam00000
c80b5e24c6 Release v2.8.2 2026-04-05 13:50:09 +05:30
alam00000
a8c49e1cc4 fix: update lodash-es to version 4.18.1 in package.json and package-lock.json 2026-04-05 13:49:51 +05:30
alam00000
bfe4e5b663 feat: make Docker container port configurable via PORT env var
fix: preserve original filename when downloading processed files
2026-04-05 13:44:16 +05:30
alam00000
2f0d48c01b refactor: add simple mode to releases 2026-04-05 13:01:45 +05:30
Alam
816179edef Merge pull request #636 from alam00000/dependabot/npm_and_yarn/lodash-4.18.1
build(deps): bump lodash from 4.17.23 to 4.18.1
2026-04-04 13:35:45 +05:30
dependabot[bot]
b1a9715c52 build(deps): bump lodash from 4.17.23 to 4.18.1
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.23 to 4.18.1.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1)

---
updated-dependencies:
- dependency-name: lodash
  dependency-version: 4.18.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-04 07:55:19 +00:00
Alam
23602bc8db Merge pull request #617 from Skillkiller/fix-version-inline
Embed static app version in HTML via Vite at build time
2026-04-04 13:24:07 +05:30
Alam
00aef19114 Merge pull request #625 from Stephan-P/patch-1
Update tools.json - Corrections to Dutch translation
2026-04-04 13:23:47 +05:30
alam00000
38c42fd197 fix: auto orientation in Fix Page Size now matches source page layout and add tests 2026-04-04 13:16:27 +05:30
alam00000
4efab56e48 fix: handle multi-channel TIFF formats and add compression options
Add PDF quality selector (high/medium/low) with JPEG compression.
2026-04-04 13:09:22 +05:30
alam00000
12677f1647 refactor: copy original pages in OCR instead of embedding rasterized PNGs 2026-04-04 12:51:55 +05:30
alam00000
ffddca2a7d fix: reverted nginx base image to use unprivileged version 2026-04-04 12:47:13 +05:30
Sebastian Espei
6920c999c8 Merge branch 'fix-version-inline' of github.com:Skillkiller/bentopdf into fix-version-inline 2026-04-03 18:34:14 +02:00
Sebastian Espei
fa8bd1c525 refactor: remove version scripts from overlay html page 2026-04-03 18:33:59 +02:00
Sebastian Espei
afa18931c6 Merge branch 'alam00000:main' into fix-version-inline 2026-04-03 18:24:39 +02:00
github-actions[bot]
5fb6b416f3 @quhxl has signed the CLA in alam00000/bentopdf#631 2026-04-03 13:34:27 +00:00
Stephan Paternotte
5b2d764a10 Update tools.json - Dutch language updates
A few more updates to the Dutch translation
2026-04-03 10:23:08 +02:00