8c2a468915
📝 Update README: Translation Progress Table ( #2565 )
...
Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-12-27 18:13:22 +00:00
Belhassen and GitHub
7d81ca799f
Adding the missing translations in French ( #2563 )
...
# Description
I have added the missing tags for the French translation
Closes #2315
## Checklist
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have performed a self-review of my own code
- [ ] I have attached images of the change if it is UI based
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] If my code has heavily changed functionality I have updated
relevant docs on [Stirling-PDFs doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
- [ ] My changes generate no new warnings
- [ ] I have read the section [Add New Translation
Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags )
(for new translation tags only)
2024-12-27 16:22:50 +00:00
Anthony Stirling and GitHub
0f24fa104e
Update push-docker only sigh fat and normal
2024-12-26 13:32:22 +00:00
Anthony Stirling and GitHub
db1fa28230
Update build.yml ( #2559 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #(issue_number)
## Checklist
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have performed a self-review of my own code
- [ ] I have attached images of the change if it is UI based
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] If my code has heavily changed functionality I have updated
relevant docs on [Stirling-PDFs doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
- [ ] My changes generate no new warnings
- [ ] I have read the section [Add New Translation
Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags )
(for new translation tags only)
2024-12-26 11:13:41 +00:00
Anthony Stirling and GitHub
9884c65b10
formattingand autowired constructors ( #2557 )
...
# Description
This pull request includes several changes aimed at improving the code
structure and removing redundant code. The most significant changes
involve reordering methods, removing unnecessary annotations, and
refactoring constructors to use dependency injection.
Autowired now comes via constructor (which also doesn't need autowired
annotation as its done by default for configuration)
## Checklist
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have performed a self-review of my own code
- [ ] I have attached images of the change if it is UI based
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] If my code has heavily changed functionality I have updated
relevant docs on [Stirling-PDFs doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
- [ ] My changes generate no new warnings
- [ ] I have read the section [Add New Translation
Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags )
(for new translation tags only)
2024-12-24 09:52:53 +00:00
Anthony Stirling and GitHub
d6937b1784
Merge pull request #2543 from Ludy87/add_pre_commit
...
Introduces pre-commit github-action
2024-12-22 13:45:03 +00:00
Anthony Stirling and GitHub
3ae732352e
Merge pull request #2541 from Stirling-Tools/docker-rename
...
Docker rename for standardisation
2024-12-22 13:44:21 +00:00
Anthony Stirling and GitHub
f9b90692fb
Merge pull request #2542 from Ludy87/fix_upload_artifact
...
Rollback action-gh-release version from v2.2.0 to v2.1.0
2024-12-22 13:43:23 +00:00
a
04f72f151d
Merge branch 'docker-rename' of [email protected] :Stirling-Tools/Stirling-PDF.git into docker-rename
2024-12-22 13:37:51 +00:00
Anthony Stirling
73ee9651a3
3.21.0 py3-opencv requires python 4.10 which means broken
2024-12-22 13:37:41 +00:00
Anthony Stirling and GitHub
a0f3d7b7d4
Update push-docker.yml
2024-12-22 12:41:53 +00:00
Anthony Stirling
5c1abdd49e
fix
2024-12-22 12:00:52 +00:00
Anthony Stirling
341a234b7c
quick fix
2024-12-22 11:55:40 +00:00
Anthony Stirling
34ddc298cf
test
2024-12-22 11:48:06 +00:00
Anthony Stirling
f4ae4ac5c4
reremove
2024-12-22 11:20:46 +00:00
Anthony Stirling
91aece2284
Merge remote-tracking branch 'origin/main' into docker-rename
2024-12-22 11:20:19 +00:00
Anthony Stirling
2a1dad80f0
rename
2024-12-22 11:17:22 +00:00
Anthony Stirling and GitHub
f1bf42544d
Merge pull request #2540 from PeterDaveHelloKitchen/Dockerfile
...
Standardize Alpine base image format and version across all Dockerfiles
2024-12-22 11:16:23 +00:00
Anthony Stirling and GitHub
2fd8d8809b
Merge pull request #2535 from Stirling-Tools/cosign
...
Update push-docker.yml with cosign
2024-12-22 10:52:53 +00:00
Anthony Stirling and GitHub
b2628d4c3f
Merge pull request #2536 from Stirling-Tools/docker-labels
...
Docker labels
2024-12-22 10:52:48 +00:00
Anthony Stirling and GitHub
50fb665c29
Merge pull request #2537 from Ludy87/bump_create_pull_request_7_0_5
...
Update GitHub Actions: Upgrade create-pull-request and Enhance Workflow Configurations
2024-12-22 10:51:47 +00:00
Peter Dave Hello
b0881cdb4c
Standardize Alpine base image format and version across all Dockerfiles
...
- Update all Dockerfiles to use `alpine:3.21.0` with SHA256 checksum
- Ensure consistent image versioning, enhanced security, and
reproducibility by explicitly specifying the digest.
cc #2436 #2516
2024-12-22 18:10:49 +08:00
Anthony Stirling and GitHub
988a877199
Merge pull request #2538 from PeterDaveHelloKitchen/ImproveDocs
...
Improve Markdown documentation a bit
2024-12-22 09:56:51 +00:00
Peter Dave Hello
80f53e972a
Improve Markdown documentation a bit
2024-12-22 17:37:58 +08:00
Anthony Stirling and GitHub
9820a3276d
Update Dockerfile
2024-12-22 00:11:06 +00:00
Anthony Stirling and GitHub
fb6cefa301
Update Dockerfile-ultra-lite
2024-12-22 00:10:48 +00:00
Anthony Stirling and GitHub
974b947fc3
Update Dockerfile-fat
2024-12-22 00:10:31 +00:00
Anthony Stirling and GitHub
4e45bae856
Update Dockerfile
2024-12-22 00:09:52 +00:00
Anthony Stirling and GitHub
74c6ea7c60
Merge branch 'main' into cosign
2024-12-21 23:50:29 +00:00
Anthony Stirling and GitHub
15abef1b82
Update push-docker.yml
2024-12-21 23:49:30 +00:00
Anthony Stirling and GitHub
fb61fea3e4
Merge pull request #2534 from Ludy87/token_permissions_2
...
[Security] Token permissions no. 2
2024-12-21 23:41:37 +00:00
Anthony Stirling and GitHub
b86eac20ea
Merge pull request #2533 from Ludy87/token_permissions
...
[Security] Token permissions
2024-12-21 23:03:10 +00:00
Anthony Stirling and GitHub
76924ccd2f
Merge pull request #2532 from Ludy87/fix_Dangerous_Workflow_4
...
[Security] Dangerous-Workflow
2024-12-21 22:17:57 +00:00
Anthony Stirling and GitHub
46261c55b5
Merge pull request #2527 from Ludy87/fix_pre_commit_config_2
...
Update .pre-commit-config.yaml no. 2
2024-12-21 17:36:13 +00:00
Anthony Stirling and GitHub
58bcb9fdb1
Merge pull request #2531 from Ludy87/fix_dangerous_workflow_3
...
Update check_properties.yml no. 3
2024-12-21 16:52:58 +00:00
Anthony Stirling and GitHub
a7f900b959
Merge pull request #2529 from Ludy87/remove_duplicate_permission
...
Removing duplicate permissions
2024-12-21 16:35:11 +00:00
Anthony Stirling and GitHub
c0873050a3
Merge pull request #2530 from Ludy87/fix_dangerous_workflow_2
...
Update check_properties.yml no. 2
2024-12-21 16:18:33 +00:00
Anthony Stirling and GitHub
4ee756f7dd
Merge pull request #2528 from Ludy87/fix_dangerous_workflow
...
Update check_properties.yml
2024-12-21 16:03:33 +00:00
Anthony Stirling and GitHub
d136f9bd31
Update README.md
2024-12-21 15:55:47 +00:00
Anthony Stirling and GitHub
a909592533
Update CODEOWNERS
2024-12-21 15:01:16 +00:00
Anthony Stirling and GitHub
238db1aaff
Update scorecards.yml
2024-12-21 14:34:29 +00:00
Anthony Stirling and GitHub
1defa441d6
Update scorecards.yml
2024-12-21 14:31:25 +00:00
Anthony Stirling and GitHub
51577a0a69
Merge pull request #2514 from Stirling-Tools/sync_readme
...
📝 Update README: Translation Progress Table
2024-12-21 13:59:30 +00:00
Anthony Stirling and GitHub
0366bc6bf9
Merge pull request #2526 from Stirling-Tools/update-3rd-party-licenses
...
Update 3rd Party Licenses
2024-12-21 13:59:20 +00:00
GitHub Action
b6c66c47cd
Update 3rd Party Licenses
...
Signed-off-by: GitHub Action <[email protected] >
2024-12-21 13:53:33 +00:00
github-actions[bot]
de6bfa2af2
📝 Sync README
...
> Made via sync_files.yml
2024-12-21 13:52:55 +00:00
Anthony Stirling and GitHub
2dd580cf57
Merge pull request #2520 from Stirling-Tools/dependabot/github_actions/ossf/scorecard-action-2.4.0
...
Bump ossf/scorecard-action from 2.3.3 to 2.4.0
2024-12-21 13:52:47 +00:00
Anthony Stirling and GitHub
5df445eabf
Merge pull request #2524 from Stirling-Tools/dependabot/gradle/org.springframework.boot-3.4.1
...
Bump org.springframework.boot from 3.4.0 to 3.4.1
2024-12-21 13:52:32 +00:00
Anthony Stirling and GitHub
d3e0c0bce1
Merge branch 'main' into dependabot/gradle/org.springframework.boot-3.4.1
2024-12-21 13:52:21 +00:00
Anthony Stirling and GitHub
5c0a606d66
Merge pull request #2517 from Stirling-Tools/dependabot/docker/gradle-8.12-jdk17
...
Bump gradle from 8.11-jdk17 to 8.12-jdk17
2024-12-21 13:51:15 +00:00
dependabot[bot] and GitHub
226cbe1a8e
Bump ossf/scorecard-action from 2.3.3 to 2.4.0
...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) from 2.3.3 to 2.4.0.
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](https://github.com/ossf/scorecard-action/compare/dc50aa9510b46c811795eb24b2f1ba02a914e534...62b2cac7ed8198b15735ed49ab1e5cf35480ba46 )
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected] >
2024-12-21 13:51:06 +00:00
Anthony Stirling and GitHub
f13945b05f
Merge pull request #2523 from Stirling-Tools/dependabot/gradle/io.spring.dependency-management-1.1.7
...
Bump io.spring.dependency-management from 1.1.6 to 1.1.7
2024-12-21 13:50:46 +00:00
Anthony Stirling and GitHub
889b612cf3
Merge pull request #2522 from Stirling-Tools/dependabot/gradle/springBootVersion-3.4.1
...
Bump springBootVersion from 3.4.0 to 3.4.1
2024-12-21 13:50:38 +00:00
Anthony Stirling and GitHub
9aec9d3451
Merge pull request #2521 from Stirling-Tools/dependabot/github_actions/softprops/action-gh-release-2.2.0
...
Bump softprops/action-gh-release from 2.0.9 to 2.2.0
2024-12-21 13:50:27 +00:00
Anthony Stirling and GitHub
b65ac4032e
Merge pull request #2519 from Stirling-Tools/dependabot/github_actions/crazy-max/ghaction-github-labeler-5.1.0
...
Bump crazy-max/ghaction-github-labeler from 5.0.0 to 5.1.0
2024-12-21 13:50:18 +00:00
dependabot[bot] and GitHub
e7f2576857
Bump softprops/action-gh-release from 2.0.9 to 2.2.0
...
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release ) from 2.0.9 to 2.2.0.
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](https://github.com/softprops/action-gh-release/compare/e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8...7b4da11513bf3f43f9999e90eabced41ab8bb048 )
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected] >
2024-12-21 13:02:26 +00:00
dependabot[bot] and GitHub
c877f122c4
Bump crazy-max/ghaction-github-labeler from 5.0.0 to 5.1.0
...
Bumps [crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler ) from 5.0.0 to 5.1.0.
- [Release notes](https://github.com/crazy-max/ghaction-github-labeler/releases )
- [Commits](https://github.com/crazy-max/ghaction-github-labeler/compare/de749cf181958193cb7debf1a9c5bb28922f3e1b...b54af0c25861143e7c8813d7cbbf46d2c341680c )
---
updated-dependencies:
- dependency-name: crazy-max/ghaction-github-labeler
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected] >
2024-12-21 13:02:23 +00:00
Anthony Stirling and GitHub
ff99c46434
Rename codeql.yml to codeql.yml-disabled
2024-12-21 13:01:19 +00:00
Anthony Stirling and GitHub
8f5c5211d1
Merge pull request #2525 from Ludy87/fix_pre_commit_config
...
Update .pre-commit-config.yaml
2024-12-21 12:54:05 +00:00
Anthony Stirling and GitHub
125bebf9ff
Merge branch 'main' into dependabot/gradle/org.springframework.boot-3.4.1
2024-12-21 12:52:46 +00:00
Anthony Stirling and GitHub
dd03875ece
Merge branch 'main' into dependabot/gradle/io.spring.dependency-management-1.1.7
2024-12-21 12:52:40 +00:00
Anthony Stirling and GitHub
6456a28436
Merge branch 'main' into dependabot/gradle/springBootVersion-3.4.1
2024-12-21 12:52:32 +00:00
Anthony Stirling and GitHub
1bfa534dcd
Update gradle-wrapper.properties
2024-12-21 12:52:14 +00:00
Anthony Stirling and GitHub
adb715f2f2
Update codeql.yml
2024-12-21 12:45:41 +00:00
Anthony Stirling and GitHub
b3230f1e52
Merge branch 'main' into dependabot/gradle/springBootVersion-3.4.1
2024-12-21 12:43:52 +00:00
Anthony Stirling and GitHub
e5d62042c4
Merge branch 'main' into dependabot/gradle/org.springframework.boot-3.4.1
2024-12-21 12:41:16 +00:00
Anthony Stirling and GitHub
801a2a792b
Update codeql.yml
2024-12-21 12:40:33 +00:00
dependabot[bot] and GitHub
b8466c2b97
Bump org.springframework.boot from 3.4.0 to 3.4.1
...
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot ) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.0...v3.4.1 )
---
updated-dependencies:
- dependency-name: org.springframework.boot
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected] >
2024-12-21 12:38:15 +00:00
dependabot[bot] and GitHub
1006aa110e
Bump io.spring.dependency-management from 1.1.6 to 1.1.7
...
Bumps [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin ) from 1.1.6 to 1.1.7.
- [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases )
- [Commits](https://github.com/spring-gradle-plugins/dependency-management-plugin/compare/v1.1.6...v1.1.7 )
---
updated-dependencies:
- dependency-name: io.spring.dependency-management
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected] >
2024-12-21 12:38:00 +00:00
dependabot[bot] and GitHub
daae6bfd3e
Bump springBootVersion from 3.4.0 to 3.4.1
...
Bumps `springBootVersion` from 3.4.0 to 3.4.1.
Updates `org.springframework.boot:spring-boot-starter-web` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.0...v3.4.1 )
Updates `org.springframework.boot:spring-boot-starter-jetty` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.0...v3.4.1 )
Updates `org.springframework.boot:spring-boot-starter-thymeleaf` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.0...v3.4.1 )
Updates `org.springframework.boot:spring-boot-starter-security` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.0...v3.4.1 )
Updates `org.springframework.boot:spring-boot-starter-data-jpa` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.0...v3.4.1 )
Updates `org.springframework.boot:spring-boot-starter-oauth2-client` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.0...v3.4.1 )
Updates `org.springframework.session:spring-session-core` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/spring-projects/spring-session/releases )
- [Changelog](https://github.com/spring-projects/spring-session/blob/main/RELEASE.adoc )
- [Commits](https://github.com/spring-projects/spring-session/compare/3.4.0...3.4.1 )
Updates `org.springframework.boot:spring-boot-starter-test` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.0...v3.4.1 )
Updates `org.springframework.boot:spring-boot-starter-actuator` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.0...v3.4.1 )
Updates `org.springframework.boot:spring-boot-devtools` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.0...v3.4.1 )
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-web
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-jetty
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-thymeleaf
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-security
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-data-jpa
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-oauth2-client
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework.session:spring-session-core
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-test
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-actuator
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-devtools
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected] >
2024-12-21 12:37:52 +00:00
dependabot[bot] and GitHub
1795d5764a
Bump gradle from 8.11-jdk17 to 8.12-jdk17
...
Bumps gradle from 8.11-jdk17 to 8.12-jdk17.
---
updated-dependencies:
- dependency-name: gradle
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected] >
2024-12-21 12:37:29 +00:00
Anthony Stirling and GitHub
9dcb3009f0
Merge pull request #2516 from step-security-bot/stepsecurity_remediation_1734784111
...
[StepSecurity] Apply security best practices
2024-12-21 12:36:49 +00:00
Anthony Stirling and GitHub
ca9abf76be
Update .pre-commit-config.yaml
2024-12-21 12:35:38 +00:00
Anthony Stirling and GitHub
3870f73949
Update dependabot.yml
2024-12-21 12:30:44 +00:00
Anthony Stirling and GitHub
bba3d65368
Create SECURITY.md
2024-12-21 00:23:58 +00:00
Anthony Stirling and GitHub
e3d2bd3b1b
Merge pull request #2513 from PeterDaveHelloKitchen/zh_TW
...
Update and improve zh_TW Traditional Chinese locale
2024-12-20 17:05:36 +00:00
Anthony Stirling and GitHub
a71cb7f5d9
Merge pull request #2509 from Ludy87/btn_standardize
...
standardize the submit button
2024-12-20 10:24:49 +00:00
Anthony Stirling and GitHub
30bcdbd7be
Merge pull request #2507 from Ludy87/remove_redundant_entries
...
remove redundant entries
2024-12-20 09:13:28 +00:00
Peter Dave Hello
26340626df
Update and improve zh_TW Traditional Chinese locale
2024-12-20 03:55:31 +08:00
Anthony Stirling and GitHub
8dca4a588d
Merge pull request #2505 from reecebrowne/toolbar-tweaks2
...
Toolbar tweaks2
2024-12-19 13:22:41 +00:00
Reece Browne
63386baa0d
Conditional logic for stacking columns
2024-12-19 12:58:57 +00:00
Reece Browne
2a93910da3
Remove padding
2024-12-19 12:04:08 +00:00
Reece Browne
fca6dc1fd8
Stack convert section, don't remove. Move remove into own js
2024-12-19 11:59:58 +00:00
Anthony Stirling and GitHub
2d82c5fa77
Merge pull request #2503 from omar-ahmed42/fix-page-resize-in-redact-img-conversion
...
Fix: Draw image with the original PDF page dimensions
2024-12-19 11:49:18 +00:00
Omar Ahmed Hassan
167c792bf0
Draw image with the original PDF page dimensions
2024-12-19 13:34:13 +02:00
Anthony Stirling and GitHub
95a9e10dc8
Update releaseArtifacts.yml
2024-12-19 10:52:41 +00:00
Anthony Stirling and GitHub
4d6368048c
Update build.gradle
2024-12-18 21:28:23 +00:00
Anthony Stirling and GitHub
4e715a82e0
Merge pull request #2501 from Ludy87/missing_pdflib
...
[Bugfix] A variety of tools miss PDFLib
2024-12-18 21:12:08 +00:00
Anthony Stirling and GitHub
0436f45de5
Merge pull request #2500 from Stirling-Tools/configCheck
...
Config mount check
2024-12-18 18:14:46 +00:00
Anthony Stirling
6ce761aff2
Merge remote-tracking branch 'origin/main' into configCheck
2024-12-18 18:05:16 +00:00
Anthony Stirling
8a5d9f9a95
mounted_config_dir
2024-12-18 18:04:10 +00:00
Anthony Stirling and GitHub
c0ef624a1d
Merge pull request #2499 from albanobattistella/patch-62
...
Update messages_it_IT.properties
2024-12-18 14:42:48 +00:00
albanobattistella and GitHub
b9ae90274f
Update messages_it_IT.properties
2024-12-18 15:34:39 +01:00
Anthony Stirling and GitHub
764b8f4d22
Merge pull request #2498 from Ludy87/code_refactoring
...
Exclude Sensitive and Error-Prone Fields from toString() in SAML2 Con…
2024-12-18 12:58:13 +00:00
Anthony Stirling and GitHub
74d6d96f4e
Merge pull request #2495 from Stirling-Tools/sync_readme
...
📝 Update README: Translation Progress Table
2024-12-18 12:18:17 +00:00
Anthony Stirling and GitHub
1862ab1671
Merge pull request #2497 from reecebrowne/File-input-append
...
Remove file input append
2024-12-18 12:18:02 +00:00
Reece Browne
bf95ca43dc
Remove append entirely
2024-12-18 11:47:23 +00:00
Reece Browne
678ef85da1
Don't remove files from file input, just append
2024-12-18 11:09:52 +00:00
Anthony Stirling and GitHub
9a6afdd921
Merge pull request #2493 from reecebrowne/bug/2490/2488/image-to-pdf
...
Img to pdf bug fixes
2024-12-18 10:42:34 +00:00
Anthony Stirling and GitHub
b0daac2566
Merge pull request #2492 from omar-ahmed42/fix-no-formdata-sent-in-multi
...
Fix: form data not being sent in multi
2024-12-18 10:37:31 +00:00