Anthony Stirling
3c7b83ee87
Update survey version cache ( #3071 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-27 10:18:26 +00:00
Ludy
9152e64b9f
Remove convertBookTypeToPdf and Improve File Sanitization in FileToPdf ( #3072 )
...
# Description of Changes
Please provide a summary of the changes, including:
- **Removed `convertBookTypeToPdf` method**:
- This method used `ebook-convert` from Calibre, which required external
dependencies.
- Its removal eliminates unnecessary process execution and simplifies
the codebase.
- **Enhanced `sanitizeZipFilename` function**:
- Added handling for drive letters (e.g., `C:\`).
- Ensured all slashes are normalized to forward slashes.
- Improved recursive path traversal removal to prevent directory escape
vulnerabilities.
- **Refactored `ProcessExecutor` output handling**:
- Replaced redundant `.size() > 0` checks with `.isEmpty()`.
- **Expanded unit tests in `FileToPdfTest`**:
- Added tests for `sanitizeZipFilename` to cover edge cases.
- Improved test descriptions and added assertion messages.
- Added debug print statements for easier test debugging.
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-26 19:25:35 +00:00
stirlingbot[bot]
96655f7cac
Update 3rd Party Licenses ( #3070 )
...
Auto-generated by StirlingBot
Signed-off-by: stirlingbot[bot] <1113334+stirlingbot[bot]@users.noreply.github.com>
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-02-26 16:46:23 +00:00
dependabot[bot]
8f7153b30a
Bump ch.qos.logback:logback-classic from 1.5.16 to 1.5.17 ( #3069 )
...
Bumps
[ch.qos.logback:logback-classic](https://github.com/qos-ch/logback ) from
1.5.16 to 1.5.17.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/qos-ch/logback/releases ">ch.qos.logback:logback-classic's
releases</a>.</em></p>
<blockquote>
<h2>Logback 1.5.17</h2>
<p><strong>2025-02-25 Release of logback version 1.5.17</strong></p>
<p>• Fixed Jansi 2.4.0 color-coded output not working on Windows CMD.exe
console when the default terminal application is set to "Windows
Console Host". This problem was reported in issues/753 by Michael
Lyubkin.</p>
<p>• Fixed race condition occurring in case MDC class is initialized
while org.slf4j.LoggerFactory is initializing logback-classic's
LoggerContext. When this race conditions occurs, the MDCAdapter instance
used by MDC does not match the instance used by logback-classic. This
issue was reported in SLF4J issues/450. While logback-classic version
1.5.17 remains compatible with SLF4J versions in the 2.0.x series,
fixing this particular MDC issue requires SLF4J version 2.0.17.</p>
<p>• A bit-wise identical binary of this version can be reproduced by
building from source code at commit
10358724ed723b3745c010aa40cb02a2dfed4593 associated with the tag
v_1.5.17. Release built using Java "21" 2023-10-17 LTS build
21.0.1.+12-LTS-29 under Linux Debian 11.6.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="10358724ed "><code>1035872</code></a>
prepare release 1.5.17</li>
<li><a
href="2e6984d1e1 "><code>2e6984d</code></a>
bump to slf4j version 2.0.17</li>
<li><a
href="100995244b "><code>1009952</code></a>
use a new LoggerContert instance when running LogbackListenerTest. This
shoul...</li>
<li><a
href="a3bb4b096a "><code>a3bb4b0</code></a>
Merge branch 'master' of github.com:qos-ch/logback</li>
<li><a
href="b507297eaa "><code>b507297</code></a>
Fixed race condition occurring in case MDC class is initialized while
org.slf...</li>
<li><a
href="f5b3bc56cd "><code>f5b3bc5</code></a>
add warning about the deprecation of SerializedModelConfigurator if
activated</li>
<li><a
href="5bc0998ce1 "><code>5bc0998</code></a>
Update README.md</li>
<li><a
href="5610c96b4d "><code>5610c96</code></a>
correct relocation address</li>
<li><a
href="f3d100b89d "><code>f3d100b</code></a>
update logback-access evaluator examples</li>
<li><a
href="51e390303e "><code>51e3903</code></a>
fix issues/753 for the second time</li>
<li>Additional commits viewable in <a
href="https://github.com/qos-ch/logback/compare/v_1.5.16...v_1.5.17 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-26 16:23:09 +00:00
dependabot[bot]
366bec602d
Bump ch.qos.logback:logback-core from 1.5.16 to 1.5.17 ( #3068 )
...
Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback )
from 1.5.16 to 1.5.17.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/qos-ch/logback/releases ">ch.qos.logback:logback-core's
releases</a>.</em></p>
<blockquote>
<h2>Logback 1.5.17</h2>
<p><strong>2025-02-25 Release of logback version 1.5.17</strong></p>
<p>• Fixed Jansi 2.4.0 color-coded output not working on Windows CMD.exe
console when the default terminal application is set to "Windows
Console Host". This problem was reported in issues/753 by Michael
Lyubkin.</p>
<p>• Fixed race condition occurring in case MDC class is initialized
while org.slf4j.LoggerFactory is initializing logback-classic's
LoggerContext. When this race conditions occurs, the MDCAdapter instance
used by MDC does not match the instance used by logback-classic. This
issue was reported in SLF4J issues/450. While logback-classic version
1.5.17 remains compatible with SLF4J versions in the 2.0.x series,
fixing this particular MDC issue requires SLF4J version 2.0.17.</p>
<p>• A bit-wise identical binary of this version can be reproduced by
building from source code at commit
10358724ed723b3745c010aa40cb02a2dfed4593 associated with the tag
v_1.5.17. Release built using Java "21" 2023-10-17 LTS build
21.0.1.+12-LTS-29 under Linux Debian 11.6.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="10358724ed "><code>1035872</code></a>
prepare release 1.5.17</li>
<li><a
href="2e6984d1e1 "><code>2e6984d</code></a>
bump to slf4j version 2.0.17</li>
<li><a
href="100995244b "><code>1009952</code></a>
use a new LoggerContert instance when running LogbackListenerTest. This
shoul...</li>
<li><a
href="a3bb4b096a "><code>a3bb4b0</code></a>
Merge branch 'master' of github.com:qos-ch/logback</li>
<li><a
href="b507297eaa "><code>b507297</code></a>
Fixed race condition occurring in case MDC class is initialized while
org.slf...</li>
<li><a
href="f5b3bc56cd "><code>f5b3bc5</code></a>
add warning about the deprecation of SerializedModelConfigurator if
activated</li>
<li><a
href="5bc0998ce1 "><code>5bc0998</code></a>
Update README.md</li>
<li><a
href="5610c96b4d "><code>5610c96</code></a>
correct relocation address</li>
<li><a
href="f3d100b89d "><code>f3d100b</code></a>
update logback-access evaluator examples</li>
<li><a
href="51e390303e "><code>51e3903</code></a>
fix issues/753 for the second time</li>
<li>Additional commits viewable in <a
href="https://github.com/qos-ch/logback/compare/v_1.5.16...v_1.5.17 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-26 15:56:35 +00:00
Ludy
c9c8378fe0
Improve Case-Insensitive Key Comparison and Path Normalization in Language Properties Check Script ( #3067 )
...
# Description of Changes
Please provide a summary of the changes, including:
- Updated key comparison logic in `update_missing_keys` function to be
case-insensitive by converting keys to lowercase before comparison.
- Introduced `os.path.normpath` for file path normalization to improve
cross-platform compatibility.
- Replaced direct usage of `file_path` with `file_normpath` in security
checks, file size validation, and duplicate key detection to ensure
consistent path handling.
These changes improve the robustness and maintainability of the script,
ensuring more accurate language property checks while enhancing security
validation.
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-26 15:56:03 +00:00
Dario Ghunney Ware
7a7338c6de
OAuth 2 redirectUri hotfix ( #3066 )
...
# Description of Changes
- Reverted path in `OAuth2Configuration` for `redirectUri` back to
'oidc' to fix the Redirect Uri error users were facing when using SSO
with Authentik
- Changed log level for some logs
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [x] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [x] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [x] 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)
### UI Changes (if applicable)
- [x] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-26 10:22:25 +00:00
Anthony Stirling
77dec10f25
Remove book ( #3065 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-26 00:46:11 +00:00
stirlingbot[bot]
12b03be2be
🌐 Sync Translations + Update README Progress Table ( #3063 )
...
### Description of Changes
This Pull Request was automatically generated to synchronize updates to
translation files and documentation. Below are the details of the
changes made:
#### **1. Synchronization of Translation Files**
- Updated translation files (`messages_*.properties`) to reflect changes
in the reference file `messages_en_GB.properties`.
- Ensured consistency and synchronization across all supported language
files.
- Highlighted any missing or incomplete translations.
#### **2. Update README.md**
- Generated the translation progress table in `README.md`.
- Added a summary of the current translation status for all supported
languages.
- Included up-to-date statistics on translation coverage.
#### **Why these changes are necessary**
- Keeps translation files aligned with the latest reference updates.
- Ensures the documentation reflects the current translation progress.
---
Auto-generated by [create-pull-request][1].
[1]: https://github.com/peter-evans/create-pull-request
---------
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-02-25 22:09:30 +00:00
stirlingbot[bot]
222c18cdae
🌐 Sync Translations + Update README Progress Table ( #3050 )
...
### Description of Changes
This Pull Request was automatically generated to synchronize updates to
translation files and documentation. Below are the details of the
changes made:
#### **1. Synchronization of Translation Files**
- Updated translation files (`messages_*.properties`) to reflect changes
in the reference file `messages_en_GB.properties`.
- Ensured consistency and synchronization across all supported language
files.
- Highlighted any missing or incomplete translations.
#### **2. Update README.md**
- Generated the translation progress table in `README.md`.
- Added a summary of the current translation status for all supported
languages.
- Included up-to-date statistics on translation coverage.
#### **Why these changes are necessary**
- Keeps translation files aligned with the latest reference updates.
- Ensures the documentation reflects the current translation progress.
---
Auto-generated by [create-pull-request][1].
[1]: https://github.com/peter-evans/create-pull-request
---------
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
Co-authored-by: Ludy <Ludy87@users.noreply.github.com >
2025-02-25 22:02:12 +00:00
stirlingbot[bot]
d2bc281e42
Update 3rd Party Licenses ( #3062 )
...
Auto-generated by StirlingBot
Signed-off-by: stirlingbot[bot] <1113334+stirlingbot[bot]@users.noreply.github.com>
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-02-25 22:01:51 +00:00
Ludy
ac10c9fa43
Improved Configuration and YAML Management ( #2966 )
...
# Description of Changes
**What was changed:**
- **Configuration Updates:**
Replaced all calls to `GeneralUtils.saveKeyToConfig` with the new
`GeneralUtils.saveKeyToSettings` method across multiple classes (e.g.,
`LicenseKeyChecker`, `InitialSetup`, `SettingsController`, etc.). This
update ensures consistent management of configuration settings.
- **File Path and Exception Handling:**
Updated file path handling in `SPDFApplication` by creating `Path`
objects from string paths and logging these paths for clarity. Also
refined exception handling by catching more specific exceptions (e.g.,
using `IOException` instead of a generic `Exception`).
- **Analytics Flag and Rate Limiting:**
Changed the analytics flag in the application properties from a `String`
to a `Boolean`, and updated related logic in `AppConfig` and
`PostHogService`. The rate-limiting property retrieval in `AppConfig`
was also refined for clarity.
- **YAML Configuration Management:**
Replaced the previous manual, line-based YAML merging logic in
`ConfigInitializer` with a new `YamlHelper` class. This helper leverages
the SnakeYAML engine to load, update, and save YAML configurations more
robustly while preserving comments and formatting.
**Why the change was made:**
- **Improved Maintainability:**
Consolidating configuration update logic into a single utility method
(`saveKeyToSettings`) reduces code duplication and simplifies future
maintenance.
- **Enhanced Robustness:**
The new `YamlHelper` class ensures that configuration files are merged
accurately and safely, minimizing risks of data loss or format
corruption.
- **Better Type Safety and Exception Handling:**
Switching the analytics flag to a Boolean and refining exception
handling improves code robustness and debugging efficiency.
- **Clarity and Consistency:**
Standardizing file path handling and logging practices enhances code
readability across the project.
**Challenges encountered:**
- **YAML Merging Complexity:**
Integrating the new `YamlHelper` required careful handling to preserve
existing settings, comments, and formatting during merges.
- **Type Conversion and Backward Compatibility:**
Updating the analytics flag from a string to a Boolean required
extensive testing to ensure backward compatibility and proper
functionality.
- **Exception Granularity:**
Refactoring exception handling from a generic to a more specific
approach involved a detailed review to cover all edge cases.
Closes #<issue_number>
---
## Checklist
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [x] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
---------
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2025-02-25 21:52:59 +00:00
Anthony Stirling
4fabc07a44
add view pdf to nav and remove duplicate home on view ( #3052 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-25 21:45:50 +00:00
Ludy
2ab951e080
Improve Type-Safe Casting with Pattern Matching ( #2990 )
...
# Description of Changes
Please provide a summary of the changes, including:
This PR refactors multiple instances of type casting throughout the
codebase by replacing them with Java's pattern matching for
`instanceof`. This approach eliminates redundant type casting, improves
code readability, and reduces the chances of `ClassCastException`. The
changes primarily affect authentication handling, PDF processing, and
certificate validation.
### Key Changes:
- Replaced traditional `instanceof` checks followed by explicit casting
with pattern matching.
- Improved readability and maintainability of type-related operations.
- Applied changes across security modules, PDF utilities, and image
processing functions.
This refactor does not introduce new functionality but enhances the
robustness and clarity of the existing code.
pending until #2818 is published
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-25 21:31:50 +00:00
Ludy
a1f7bb3e4a
Refactor Path Handling ( #3041 )
...
# Description of Changes
Please provide a summary of the changes, including:
What was changed:
- Refactored path constructions in multiple classes (e.g.,
SPDFApplication.java, InstallationPathConfig.java,
RuntimePathConfig.java) to use Java NIO’s Paths.get() and Path.of()
instead of manual string concatenation.
Why the change was made:
- To improve code readability, maintainability, and robustness by
leveraging modern Java NIO utilities.
- To ensure better portability across different operating systems by
avoiding hardcoded file separators.
Challenges encountered:
- Maintaining backward compatibility while transitioning from manual
string concatenation to using Paths for file path construction.
- Ensuring that the refactored path resolution works consistently across
all supported environments (Windows, macOS, Linux, and Docker).
@Frooodle can you check the docker path `/.dockerenv`?
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [x] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-25 21:31:20 +00:00
dependabot[bot]
f64d7d42d9
Bump peter-evans/create-pull-request from 7.0.6 to 7.0.7 ( #3051 )
...
Bumps
[peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request )
from 7.0.6 to 7.0.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/peter-evans/create-pull-request/releases ">peter-evans/create-pull-request's
releases</a>.</em></p>
<blockquote>
<h2>Create Pull Request v7.0.7</h2>
<p>⚙️ Fixes an issue with commit signing where modifications to the same
file in multiple commits squash into the first commit.</p>
<h2>What's Changed</h2>
<ul>
<li>build(deps): bump <code>@octokit/core</code> from 6.1.2 to 6.1.3 by
<a href="https://github.com/dependabot "><code>@dependabot</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3593 ">peter-evans/create-pull-request#3593</a></li>
<li>build(deps-dev): bump <code>@types/node</code> from 18.19.68 to
18.19.70 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3594 ">peter-evans/create-pull-request#3594</a></li>
<li>Update distribution by <a
href="https://github.com/actions-bot "><code>@actions-bot</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3603 ">peter-evans/create-pull-request#3603</a></li>
<li>build(deps-dev): bump typescript from 5.7.2 to 5.7.3 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3610 ">peter-evans/create-pull-request#3610</a></li>
<li>build(deps): bump octokit dependencies by <a
href="https://github.com/peter-evans "><code>@peter-evans</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3618 ">peter-evans/create-pull-request#3618</a></li>
<li>docs: add workflow tip for showing message via workflow command by
<a href="https://github.com/ybiquitous "><code>@ybiquitous</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3626 ">peter-evans/create-pull-request#3626</a></li>
<li>build(deps-dev): bump eslint-plugin-prettier from 5.2.1 to 5.2.3 by
<a href="https://github.com/dependabot "><code>@dependabot</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3628 ">peter-evans/create-pull-request#3628</a></li>
<li>build(deps): bump node-fetch-native from 1.6.4 to 1.6.6 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3627 ">peter-evans/create-pull-request#3627</a></li>
<li>build(deps-dev): bump undici from 6.21.0 to 6.21.1 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3630 ">peter-evans/create-pull-request#3630</a></li>
<li>build(deps-dev): bump <code>@types/node</code> from 18.19.70 to
18.19.71 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3629 ">peter-evans/create-pull-request#3629</a></li>
<li>Update distribution by <a
href="https://github.com/actions-bot "><code>@actions-bot</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3647 ">peter-evans/create-pull-request#3647</a></li>
<li>build(deps-dev): bump <code>@types/node</code> from 18.19.71 to
18.19.74 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3657 ">peter-evans/create-pull-request#3657</a></li>
<li>build(deps-dev): bump <code>@types/node</code> from 18.19.74 to
18.19.75 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3663 ">peter-evans/create-pull-request#3663</a></li>
<li>build(deps): bump
<code>@octokit/plugin-rest-endpoint-methods</code> from 13.3.0 to
13.3.1 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3670 ">peter-evans/create-pull-request#3670</a></li>
<li>build(deps-dev): bump prettier from 3.4.2 to 3.5.0 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3671 ">peter-evans/create-pull-request#3671</a></li>
<li>Update distribution by <a
href="https://github.com/actions-bot "><code>@actions-bot</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3680 ">peter-evans/create-pull-request#3680</a></li>
<li>build(deps): bump <code>@octokit/request-error</code> from 6.1.6 to
6.1.7 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3685 ">peter-evans/create-pull-request#3685</a></li>
<li>build(deps): bump <code>@octokit/plugin-paginate-rest</code> from
11.4.0 to 11.4.1 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3688 ">peter-evans/create-pull-request#3688</a></li>
<li>build(deps): bump <code>@octokit/endpoint</code> from 10.1.2 to
10.1.3 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3700 ">peter-evans/create-pull-request#3700</a></li>
<li>Update distribution by <a
href="https://github.com/actions-bot "><code>@actions-bot</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3691 ">peter-evans/create-pull-request#3691</a></li>
<li>build(deps-dev): bump prettier from 3.5.0 to 3.5.1 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3709 ">peter-evans/create-pull-request#3709</a></li>
<li>build(deps-dev): bump eslint-import-resolver-typescript from 3.7.0
to 3.8.1 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3710 ">peter-evans/create-pull-request#3710</a></li>
<li>build(deps): bump <code>@octokit/plugin-paginate-rest</code> from
11.4.1 to 11.4.2 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3713 ">peter-evans/create-pull-request#3713</a></li>
<li>build(deps-dev): bump <code>@types/node</code> from 18.19.75 to
18.19.76 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3712 ">peter-evans/create-pull-request#3712</a></li>
<li>build(deps): bump <code>@octokit/core</code> from 6.1.3 to 6.1.4 by
<a href="https://github.com/dependabot "><code>@dependabot</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3711 ">peter-evans/create-pull-request#3711</a></li>
<li>Update distribution by <a
href="https://github.com/actions-bot "><code>@actions-bot</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3736 ">peter-evans/create-pull-request#3736</a></li>
<li>Use showFileAtRefBase64 to read per-commit file contents by <a
href="https://github.com/grahamc "><code>@grahamc</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3744 ">peter-evans/create-pull-request#3744</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/ybiquitous "><code>@ybiquitous</code></a> made
their first contribution in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3626 ">peter-evans/create-pull-request#3626</a></li>
<li><a href="https://github.com/grahamc "><code>@grahamc</code></a> made
their first contribution in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3744 ">peter-evans/create-pull-request#3744</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/peter-evans/create-pull-request/compare/v7.0.6...v7.0.7 ">https://github.com/peter-evans/create-pull-request/compare/v7.0.6...v7.0.7 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="dd2324fc52 "><code>dd2324f</code></a>
fix: use showFileAtRefBase64 to read per-commit file contents (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/3744 ">#3744</a>)</li>
<li><a
href="367180cbdf "><code>367180c</code></a>
ci: remove testv5 cmd</li>
<li><a
href="25575a12f3 "><code>25575a1</code></a>
build: update distribution (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/3736 ">#3736</a>)</li>
<li><a
href="a56e7a56e9 "><code>a56e7a5</code></a>
build(deps): bump <code>@octokit/core</code> from 6.1.3 to 6.1.4 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/3711 ">#3711</a>)</li>
<li><a
href="eac17dc6a3 "><code>eac17dc</code></a>
build(deps-dev): bump <code>@types/node</code> from 18.19.75 to
18.19.76 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/3712 ">#3712</a>)</li>
<li><a
href="a2e685f814 "><code>a2e685f</code></a>
build(deps): bump <code>@octokit/plugin-paginate-rest</code> from
11.4.1 to 11.4.2 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/3713 ">#3713</a>)</li>
<li><a
href="6cfd146ec9 "><code>6cfd146</code></a>
build(deps-dev): bump eslint-import-resolver-typescript (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/3710 ">#3710</a>)</li>
<li><a
href="b38e8d38a1 "><code>b38e8d3</code></a>
build(deps-dev): bump prettier from 3.5.0 to 3.5.1 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/3709 ">#3709</a>)</li>
<li><a
href="8a41570d99 "><code>8a41570</code></a>
build: update distribution (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/3691 ">#3691</a>)</li>
<li><a
href="2e9b4cc10e "><code>2e9b4cc</code></a>
build(deps): bump <code>@octokit/endpoint</code> from 10.1.2 to 10.1.3
(<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/3700 ">#3700</a>)</li>
<li>Additional commits viewable in <a
href="67ccf781d6...dd2324fc52 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-25 21:29:06 +00:00
albanobattistella
300011f9b6
Update messages_it_IT.properties ( #3055 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-25 21:27:59 +00:00
Ludy
e328833f02
Restrict Backup Import to Initialization Process and Refactor API Key Handling ( #3061 )
...
# Description of Changes
Please provide a summary of the changes, including:
- **What was changed:**
- Updated the backup import logic in `InitialSecuritySetup` so that the
database backup is only imported during initialization when there are no
users present. If no backup exists, the admin user is initialized
instead.
- Refactored the API key addition in `UserService` by extracting the
logic into a private helper method `saveUser(Optional<User> user)` and
added a call to export the database after updating the user's API key.
- **Why the change was made:**
- To prevent accidental or unintended backup imports outside the
initialization process, ensuring the system only imports backups when
necessary.
- To improve code clarity and maintainability in the user API key
management process, while ensuring that the database state is preserved
via an export after key updates.
Closes https://github.com/Stirling-Tools/Stirling-PDF/discussions/3057
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-25 21:24:01 +00:00
Dario Ghunney Ware
4c701b2e69
SSO Refactoring ( #2818 )
...
# Description of Changes
* Refactoring of SSO code around OAuth & SAML 2
* Enabling auto-login with SAML 2 via the new `SSOAutoLogin` property
* Correcting typos & general cleanup
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [x] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [x] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [x] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [x] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-24 22:18:34 +00:00
Ludy
16295c7bb9
move compress.grayscale.label to section #compress ( #3048 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-24 22:13:20 +00:00
Anthony Stirling
69da443096
dynamic port for UI from 8080 up (8081 etc) ( #3042 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-24 10:19:43 +00:00
Ludy
ee6fbdd61f
Enhance AppUpdateService: Add @Configuration Annotation for Improved Spring Boot Integration ( #3036 )
...
# Description of Changes
Please provide a summary of the changes, including:
The AppUpdateService class now includes the `@Configuration` annotation
in addition to the existing `@Service` annotation.
This update ensures that the class is properly registered as a
configuration class within the Spring application context, thereby
improving bean management and integration.
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-23 20:02:46 +00:00
stirlingbot[bot]
a5da7fc2c3
🌐 Sync Translations + Update README Progress Table ( #3040 )
...
### Description of Changes
This Pull Request was automatically generated to synchronize updates to
translation files and documentation. Below are the details of the
changes made:
#### **1. Synchronization of Translation Files**
- Updated translation files (`messages_*.properties`) to reflect changes
in the reference file `messages_en_GB.properties`.
- Ensured consistency and synchronization across all supported language
files.
- Highlighted any missing or incomplete translations.
#### **2. Update README.md**
- Generated the translation progress table in `README.md`.
- Added a summary of the current translation status for all supported
languages.
- Included up-to-date statistics on translation coverage.
#### **Why these changes are necessary**
- Keeps translation files aligned with the latest reference updates.
- Ensures the documentation reflects the current translation progress.
---
Auto-generated by [create-pull-request][1].
[1]: https://github.com/peter-evans/create-pull-request
---------
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-02-23 19:59:28 +00:00
Ludy
1f92318df4
Login Language Dropdown: Remove Flag Icon ( #3037 )
...
# Description of Changes
Please provide a summary of the changes, including:
Removed the flag icon image element from the language dropdown button in
the login template (`login.html`).
Closes #(issue_number)
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-23 19:58:54 +00:00
dependabot[bot]
9df5e2aca0
Bump github/codeql-action from 3.28.9 to 3.28.10 ( #3035 )
...
[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️
Rebasing might not happen immediately, so don't worry if this takes some
time.
Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps [github/codeql-action](https://github.com/github/codeql-action )
from 3.28.9 to 3.28.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/github/codeql-action/releases ">github/codeql-action's
releases</a>.</em></p>
<blockquote>
<h2>v3.28.10</h2>
<h1>CodeQL Action Changelog</h1>
<p>See the <a
href="https://github.com/github/codeql-action/releases ">releases
page</a> for the relevant changes to the CodeQL CLI and language
packs.</p>
<h2>3.28.10 - 21 Feb 2025</h2>
<ul>
<li>Update default CodeQL bundle version to 2.20.5. <a
href="https://redirect.github.com/github/codeql-action/pull/2772 ">#2772</a></li>
<li>Address an issue where the CodeQL Bundle would occasionally fail to
decompress on macOS. <a
href="https://redirect.github.com/github/codeql-action/pull/2768 ">#2768</a></li>
</ul>
<p>See the full <a
href="https://github.com/github/codeql-action/blob/v3.28.10/CHANGELOG.md ">CHANGELOG.md</a>
for more information.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md ">github/codeql-action's
changelog</a>.</em></p>
<blockquote>
<h1>CodeQL Action Changelog</h1>
<p>See the <a
href="https://github.com/github/codeql-action/releases ">releases
page</a> for the relevant changes to the CodeQL CLI and language
packs.</p>
<h2>[UNRELEASED]</h2>
<p>No user facing changes.</p>
<h2>3.28.10 - 21 Feb 2025</h2>
<ul>
<li>Update default CodeQL bundle version to 2.20.5. <a
href="https://redirect.github.com/github/codeql-action/pull/2772 ">#2772</a></li>
<li>Address an issue where the CodeQL Bundle would occasionally fail to
decompress on macOS. <a
href="https://redirect.github.com/github/codeql-action/pull/2768 ">#2768</a></li>
</ul>
<h2>3.28.9 - 07 Feb 2025</h2>
<ul>
<li>Update default CodeQL bundle version to 2.20.4. <a
href="https://redirect.github.com/github/codeql-action/pull/2753 ">#2753</a></li>
</ul>
<h2>3.28.8 - 29 Jan 2025</h2>
<ul>
<li>Enable support for Kotlin 2.1.10 when running with CodeQL CLI
v2.20.3. <a
href="https://redirect.github.com/github/codeql-action/pull/2744 ">#2744</a></li>
</ul>
<h2>3.28.7 - 29 Jan 2025</h2>
<p>No user facing changes.</p>
<h2>3.28.6 - 27 Jan 2025</h2>
<ul>
<li>Re-enable debug artifact upload for CLI versions 2.20.3 or greater.
<a
href="https://redirect.github.com/github/codeql-action/pull/2726 ">#2726</a></li>
</ul>
<h2>3.28.5 - 24 Jan 2025</h2>
<ul>
<li>Update default CodeQL bundle version to 2.20.3. <a
href="https://redirect.github.com/github/codeql-action/pull/2717 ">#2717</a></li>
</ul>
<h2>3.28.4 - 23 Jan 2025</h2>
<p>No user facing changes.</p>
<h2>3.28.3 - 22 Jan 2025</h2>
<ul>
<li>Update default CodeQL bundle version to 2.20.2. <a
href="https://redirect.github.com/github/codeql-action/pull/2707 ">#2707</a></li>
<li>Fix an issue downloading the CodeQL Bundle from a GitHub Enterprise
Server instance which occurred when the CodeQL Bundle had been synced to
the instance using the <a
href="https://github.com/github/codeql-action-sync-tool ">CodeQL Action
sync tool</a> and the Actions runner did not have Zstandard installed.
<a
href="https://redirect.github.com/github/codeql-action/pull/2710 ">#2710</a></li>
<li>Uploading debug artifacts for CodeQL analysis is temporarily
disabled. <a
href="https://redirect.github.com/github/codeql-action/pull/2712 ">#2712</a></li>
</ul>
<h2>3.28.2 - 21 Jan 2025</h2>
<p>No user facing changes.</p>
<h2>3.28.1 - 10 Jan 2025</h2>
<ul>
<li>CodeQL Action v2 is now deprecated, and is no longer updated or
supported. For better performance, improved security, and new features,
upgrade to v3. For more information, see <a
href="https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/ ">this
changelog post</a>. <a
href="https://redirect.github.com/github/codeql-action/pull/2677 ">#2677</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b56ba49b26 "><code>b56ba49</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2778 ">#2778</a>
from github/update-v3.28.10-9856c48b1</li>
<li><a
href="60c9c77c33 "><code>60c9c77</code></a>
Update changelog for v3.28.10</li>
<li><a
href="9856c48b1a "><code>9856c48</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2773 ">#2773</a>
from github/redsun82/rust</li>
<li><a
href="9572e09da4 "><code>9572e09</code></a>
Rust: fix log string</li>
<li><a
href="1a529366ac "><code>1a52936</code></a>
Rust: special case default setup</li>
<li><a
href="cf7e90952b "><code>cf7e909</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2772 ">#2772</a>
from github/update-bundle/codeql-bundle-v2.20.5</li>
<li><a
href="b7006aab6d "><code>b7006aa</code></a>
Merge branch 'main' into update-bundle/codeql-bundle-v2.20.5</li>
<li><a
href="cfedae723e "><code>cfedae7</code></a>
Rust: throw configuration errors if requested and not correctly
enabled</li>
<li><a
href="3971ed2a74 "><code>3971ed2</code></a>
Merge branch 'main' into redsun82/rust</li>
<li><a
href="d38c6e60df "><code>d38c6e6</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2775 ">#2775</a>
from github/angelapwen/bump-octokit</li>
<li>Additional commits viewable in <a
href="9e8d0789d4...b56ba49b26 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-23 19:55:21 +00:00
dependabot[bot]
6aad45fcec
Bump actions/upload-artifact from 4.6.0 to 4.6.1 ( #3034 )
...
Bumps
[actions/upload-artifact](https://github.com/actions/upload-artifact )
from 4.6.0 to 4.6.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/upload-artifact/releases ">actions/upload-artifact's
releases</a>.</em></p>
<blockquote>
<h2>v4.6.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Update to use artifact 2.2.2 package by <a
href="https://github.com/yacaovsnc "><code>@yacaovsnc</code></a> in <a
href="https://redirect.github.com/actions/upload-artifact/pull/673 ">actions/upload-artifact#673</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/upload-artifact/compare/v4...v4.6.1 ">https://github.com/actions/upload-artifact/compare/v4...v4.6.1 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4cec3d8aa0 "><code>4cec3d8</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/upload-artifact/issues/673 ">#673</a>
from actions/yacaovsnc/artifact_2.2.2</li>
<li><a
href="e9fad966cc "><code>e9fad96</code></a>
license cache update for artifact</li>
<li><a
href="b26fd06e9d "><code>b26fd06</code></a>
Update to use artifact 2.2.2 package</li>
<li>See full diff in <a
href="65c4c4a1dd...4cec3d8aa0 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-23 19:55:08 +00:00
dependabot[bot]
ec5018cc80
Bump ossf/scorecard-action from 2.4.0 to 2.4.1 ( #3033 )
...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action )
from 2.4.0 to 2.4.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ossf/scorecard-action/releases ">ossf/scorecard-action's
releases</a>.</em></p>
<blockquote>
<h2>v2.4.1</h2>
<h2>What's Changed</h2>
<ul>
<li>This update bumps the Scorecard version to the v5.1.1 release. For a
complete list of changes, please refer to the <a
href="https://github.com/ossf/scorecard/releases/tag/v5.1.0 ">v5.1.0</a>
and <a
href="https://github.com/ossf/scorecard/releases/tag/v5.1.1 ">v5.1.1</a>
release notes.</li>
<li>Publishing results now uses half the API quota as before. The exact
savings depends on the repository in question.
<ul>
<li>use Scorecard library entrypoint instead of Cobra hooking by <a
href="https://github.com/spencerschrock "><code>@spencerschrock</code></a>
in <a
href="https://redirect.github.com/ossf/scorecard-action/pull/1423 ">ossf/scorecard-action#1423</a></li>
</ul>
</li>
<li>Some errors were made into annotations to make them more visible
<ul>
<li>Make default branch error more prominent by <a
href="https://github.com/jsoref "><code>@jsoref</code></a> in <a
href="https://redirect.github.com/ossf/scorecard-action/pull/1459 ">ossf/scorecard-action#1459</a></li>
</ul>
</li>
<li>There is now an optional <code>file_mode</code> input which controls
how repository files are fetched from GitHub. The default is
<code>archive</code>, but <code>git</code> produces the most accurate
results for repositories with <code>.gitattributes</code> files at the
cost of analysis speed.
<ul>
<li>add input for specifying <code>--file-mode</code> by <a
href="https://github.com/spencerschrock "><code>@spencerschrock</code></a>
in <a
href="https://redirect.github.com/ossf/scorecard-action/pull/1509 ">ossf/scorecard-action#1509</a></li>
</ul>
</li>
<li>The underlying container for the action is now <a
href="https://github.com/ossf/scorecard-action/pkgs/container/scorecard-action ">hosted
on GitHub Container Registry</a>. There should be no functional changes.
<ul>
<li>🌱 publish docker images to GitHub Container Registry by <a
href="https://github.com/spencerschrock "><code>@spencerschrock</code></a>
in <a
href="https://redirect.github.com/ossf/scorecard-action/pull/1453 ">ossf/scorecard-action#1453</a></li>
</ul>
</li>
</ul>
<h3>Docs</h3>
<ul>
<li>Installation docs update by <a
href="https://github.com/JeremiahAHoward "><code>@JeremiahAHoward</code></a>
in <a
href="https://redirect.github.com/ossf/scorecard-action/pull/1416 ">ossf/scorecard-action#1416</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/JeremiahAHoward "><code>@JeremiahAHoward</code></a>
made their first contribution in <a
href="https://redirect.github.com/ossf/scorecard-action/pull/1416 ">ossf/scorecard-action#1416</a></li>
<li><a href="https://github.com/jsoref "><code>@jsoref</code></a> made
their first contribution in <a
href="https://redirect.github.com/ossf/scorecard-action/pull/1459 ">ossf/scorecard-action#1459</a>
<strong>Full Changelog</strong>: <a
href="https://github.com/ossf/scorecard-action/compare/v2.4.0...v2.4.1 ">https://github.com/ossf/scorecard-action/compare/v2.4.0...v2.4.1 </a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f49aabe0b5 "><code>f49aabe</code></a>
bump docker to ghcr v2.4.1 (<a
href="https://redirect.github.com/ossf/scorecard-action/issues/1478 ">#1478</a>)</li>
<li><a
href="30a595ba86 "><code>30a595b</code></a>
🌱 Bump github.com/sigstore/cosign/v2 from 2.4.2 to 2.4.3 (<a
href="https://redirect.github.com/ossf/scorecard-action/issues/1515 ">#1515</a>)</li>
<li><a
href="69ae593b7a "><code>69ae593</code></a>
omit vcs info from build (<a
href="https://redirect.github.com/ossf/scorecard-action/issues/1514 ">#1514</a>)</li>
<li><a
href="6a62a1cbf2 "><code>6a62a1c</code></a>
add input for specifying <code>--file-mode</code> (<a
href="https://redirect.github.com/ossf/scorecard-action/issues/1509 ">#1509</a>)</li>
<li><a
href="2722664778 "><code>2722664</code></a>
🌱 Bump the github-actions group with 2 updates (<a
href="https://redirect.github.com/ossf/scorecard-action/issues/1510 ">#1510</a>)</li>
<li><a
href="ae0ef3171a "><code>ae0ef31</code></a>
🌱 Bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (<a
href="https://redirect.github.com/ossf/scorecard-action/issues/1512 ">#1512</a>)</li>
<li><a
href="3676bbc290 "><code>3676bbc</code></a>
🌱 Bump golang from 1.23.6 to 1.24.0 in the docker-images group
(<a
href="https://redirect.github.com/ossf/scorecard-action/issues/1513 ">#1513</a>)</li>
<li><a
href="ae7548a0ff "><code>ae7548a</code></a>
Limit codeQL push trigger to main branch (<a
href="https://redirect.github.com/ossf/scorecard-action/issues/1507 ">#1507</a>)</li>
<li><a
href="9165624e75 "><code>9165624</code></a>
upgrade scorecard to v5.1.0 (<a
href="https://redirect.github.com/ossf/scorecard-action/issues/1508 ">#1508</a>)</li>
<li><a
href="620fd28d6b "><code>620fd28</code></a>
🌱 Bump the github-actions group with 2 updates (<a
href="https://redirect.github.com/ossf/scorecard-action/issues/1505 ">#1505</a>)</li>
<li>Additional commits viewable in <a
href="62b2cac7ed...f49aabe0b5 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-23 19:55:02 +00:00
ovargasp
2404ceb46e
Updated spanish translations ( #3039 )
...
# Added some missing translation, updated some that were confusing in
spanish
Please provide a summary of the changes, including:
- What was changed: messages_es_ES.properties
- Why the change was made: add some missing translations and update some
others
- Any challenges encountered: no
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-23 19:53:01 +00:00
Ludy
f23a2d508f
Fix showupdate ( #3032 )
...
# Description of Changes
Please provide a summary of the changes, including:

---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [x] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-23 16:19:30 +00:00
Anthony Stirling
f5ca02df1d
Dynamic paths for tools and removal of unused book endpoints ( #3018 )
...
# Description of Changes
This pull request includes several changes primarily focused on
improving configuration management, removing deprecated methods, and
updating paths for external dependencies. The most important changes are
summarized below:
### Configuration Management Improvements:
* Added a new `RuntimePathConfig` class to manage dynamic paths for
operations and pipeline configurations
(`src/main/java/stirling/software/SPDF/config/RuntimePathConfig.java`).
* Removed the `bookAndHtmlFormatsInstalled` bean and its associated
logic from `AppConfig` and `EndpointConfiguration`
(`src/main/java/stirling/software/SPDF/config/AppConfig.java`,
`src/main/java/stirling/software/SPDF/config/EndpointConfiguration.java`).
[[1]](diffhunk://#diff-4d774ec79aa55750c0a4739bee971b68877078b73654e863fd40ee924347e143L130-L138)
[[2]](diffhunk://#diff-750f31f6ecbd64b025567108a33775cad339e835a04360affff82a09410b697dL12-L35)
[[3]](diffhunk://#diff-750f31f6ecbd64b025567108a33775cad339e835a04360affff82a09410b697dL275-L280)
### External Dependency Path Updates:
* Updated paths for `weasyprint` and `unoconvert` in
`ExternalAppDepConfig` to use values from `RuntimePathConfig`
(`src/main/java/stirling/software/SPDF/config/ExternalAppDepConfig.java`).
[[1]](diffhunk://#diff-c47af298c07c2622aa98b038b78822c56bdb002de71081e102d344794e7832a6R12-L33)
[[2]](diffhunk://#diff-c47af298c07c2622aa98b038b78822c56bdb002de71081e102d344794e7832a6L104-R115)
### Minor Adjustments:
* Corrected a typo from "Unoconv" to "Unoconvert" in
`EndpointConfiguration`
(`src/main/java/stirling/software/SPDF/config/EndpointConfiguration.java`).
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-23 13:36:21 +00:00
Ludy
1e29cf43fb
Fix: Analytics Initialization Behavior ( #3031 )
...
# Description of Changes
Please provide a summary of the changes, including:
What was changed:
- Modified the default value of enableAnalytics in settings.yml.template
from `true` to `undefined`.
Why the change was made:
- The analytics setting was updated to prevent the value from defaulting
to true during initialization, which suppressed the display of the
prompt dialog. Changing it to `undefined` ensures that the user is
explicitly prompted to enable or disable analytics, thereby improving
user control.
Closes #(issue_number)
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-23 12:28:15 +00:00
Ludy
ebfe00717d
Fix: Ensure window.analyticsPromptBoolean is Defined for Analytics Dialog ( #2958 )
...
# Description of Changes
### What was changed
- Added a JavaScript block to correctly initialize
`window.analyticsPromptBoolean` with a Thymeleaf expression.
- Wrapped the script in `/*<![CDATA[*/` and `/*]]>*/` for compatibility
with XHTML.
### Why the change was made
- Previously, `window.analyticsPromptBoolean` was always `undefined`,
preventing the analytics dialog from being displayed correctly.
- This fix ensures that the variable is properly initialized, allowing
the dialog to appear when required.
### Challenges encountered
- Ensuring the Thymeleaf expression is correctly interpreted within the
JavaScript block.
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-23 00:52:35 +00:00
stirlingbot[bot]
063a7244a3
Update 3rd Party Licenses ( #3028 )
...
Auto-generated by StirlingBot
Signed-off-by: stirlingbot[bot] <1113334+stirlingbot[bot]@users.noreply.github.com>
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-02-23 00:33:11 +00:00
Ludy
7b9e52dec6
Remove: pdfjs - only use pdfjs-legacy ( #2864 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-22 23:50:20 +00:00
Abdur Rahman
296dbc5dea
fix: ignore qpdf warnings ( #2952 ) ( #3002 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Modified the qpdf command execution by adding the `--no-warn` flag
- Why the change was made
- The warning is misleading because the object is still present, so it
doesn't indicate a real error. Suppressing it with `--no-warn` ensures
the compression process completes successfully.
- Any challenges encountered
Closes #2952
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [x] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-22 23:38:20 +00:00
dependabot[bot]
f6654a06d9
Bump springBootVersion from 3.4.2 to 3.4.3 ( #3007 )
...
[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️
Rebasing might not happen immediately, so don't worry if this takes some
time.
Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps `springBootVersion` from 3.4.2 to 3.4.3.
Updates `org.springframework.boot:spring-boot-starter-web` from 3.4.2 to
3.4.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/spring-projects/spring-boot/releases ">org.springframework.boot:spring-boot-starter-web's
releases</a>.</em></p>
<blockquote>
<h2>v3.4.3</h2>
<h2>⭐ New Features</h2>
<ul>
<li>Add TWENTY_FOUR to JavaVersion enum <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44209 ">#44209</a></li>
</ul>
<h2>🐞 Bug Fixes</h2>
<ul>
<li>Console output may be lost when using Log4j2 with something that
replaces System.out <a
href="https://redirect.github.com/spring-projects/spring-boot/pull/44380 ">#44380</a></li>
<li>Maven plugin does not consistently use ArgFile for classpath
argument on Windows <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44328 ">#44328</a></li>
<li>Reactive Jetty web server does not fail fast when configured to use
a server name bundle which Jetty does not support <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44319 ">#44319</a></li>
<li>When web server application context refresh fails, the original
failure is lost if stopping or destroying the web server throws an
exception <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44317 ">#44317</a></li>
<li>View resolver for Thymeleaf should back off if spring-webmvc is not
present <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44296 ">#44296</a></li>
<li>WebServer is not destroyed when ReactiveWebServerApplicationContext
refresh fails <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44294 ">#44294</a></li>
<li>Non-default DataSource candidates are not considered in
H2ConsoleAutoConfiguration <a
href="https://redirect.github.com/spring-projects/spring-boot/pull/44293 ">#44293</a></li>
<li>Banner placeholder and defaults do not work during development <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44255 ">#44255</a></li>
<li>Mustache templates return with ISO-8859-1 charset rather than UTF-8
in Content-Type response header <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44193 ">#44193</a></li>
<li>Servlet EndpointRequest doesn't match web server namespace correctly
<a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44188 ">#44188</a></li>
<li>java.lang.ClassCastException when using default management security
with WebFlux and health probes enabled <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44052 ">#44052</a></li>
<li>Logback configuration that relies on inner-classes does not work in
a native image <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44025 ">#44025</a></li>
<li>IllegalStateException: Unable to register SSL bundle after 3.3.8 or
3.4.2 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43989 ">#43989</a></li>
<li>Metrics and health do not include non-default candidate beans <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43481 ">#43481</a></li>
</ul>
<h2>📔 Documentation</h2>
<ul>
<li>Document that auto-configuration classes should be identified using
their binary names <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44303 ">#44303</a></li>
<li>Correct typo in MVC security when explaining when UserDetailsService
auto-configuration will back off <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44301 ">#44301</a></li>
<li>Link to JarLauncher's javadoc <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44170 ">#44170</a></li>
<li>When using observability annotations, recommend that care is taken
to avoid double instrumentation <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44145 ">#44145</a></li>
<li>Fix typo in Running Your Application <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44035 ">#44035</a></li>
<li>Document Kubernetes preStop handler when using a Docker image
without a shell <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44022 ">#44022</a></li>
<li>Source snippet in Developing Your First Spring Boot Application
section uses the root package <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43983 ">#43983</a></li>
<li>Correct the location of MyApplication.java in "Developing Your
First Spring Boot Application" <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43975 ">#43975</a></li>
<li>Add links to Jackson Javadoc <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43971 ">#43971</a></li>
<li>Warn that some Quartz database schema scripts must be modified
before use <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43958 ">#43958</a></li>
</ul>
<h2>🔨 Dependency Upgrades</h2>
<ul>
<li>Upgrade to Commons Pool2 2.12.1 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44173 ">#44173</a></li>
<li>Upgrade to Couchbase Client 3.7.8 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44269 ">#44269</a></li>
<li>Upgrade to Groovy 4.0.25 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44174 ">#44174</a></li>
<li>Upgrade to Hibernate 6.6.8.Final <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44332 ">#44332</a></li>
<li>Upgrade to HttpClient5 5.4.2 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44176 ">#44176</a></li>
<li>Upgrade to HttpCore5 5.3.3 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44177 ">#44177</a></li>
<li>Upgrade to Infinispan 15.0.13.Final <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44178 ">#44178</a></li>
<li>Upgrade to jOOQ 3.19.19 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44368 ">#44368</a></li>
<li>Upgrade to Json-smart 2.5.2 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44264 ">#44264</a></li>
<li>Upgrade to Maven Clean Plugin 3.4.1 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44349 ">#44349</a></li>
<li>Upgrade to Micrometer 1.14.4 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44115 ">#44115</a></li>
<li>Upgrade to Micrometer Tracing 1.4.3 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44116 ">#44116</a></li>
<li>Upgrade to Native Build Tools Plugin 0.10.5 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44179 ">#44179</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2f53c0abc0 "><code>2f53c0a</code></a>
Release v3.4.3</li>
<li><a
href="f99171fe2e "><code>f99171f</code></a>
Merge branch '3.3.x' into 3.4.x</li>
<li><a
href="70e0744c27 "><code>70e0744</code></a>
Next development version (v3.3.10-SNAPSHOT)</li>
<li><a
href="07d9db3b80 "><code>07d9db3</code></a>
Merge pull request <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44380 ">#44380</a>
from nosan</li>
<li><a
href="22958097e3 "><code>2295809</code></a>
Register Log42J StatusListener</li>
<li><a
href="575655ca39 "><code>575655c</code></a>
Upgrade Tomcat 11 smoke tests to Tomcat 11.0.4</li>
<li><a
href="c74397af1a "><code>c74397a</code></a>
Merge branch '3.3.x' into 3.4.x</li>
<li><a
href="c718461450 "><code>c718461</code></a>
Protect against NoSuchMethodException on setReadOnly</li>
<li><a
href="7dc9bf29b8 "><code>7dc9bf2</code></a>
Upgrade to Testcontainers Redis Module 2.2.4</li>
<li><a
href="7d1fc062bf "><code>7d1fc06</code></a>
Upgrade to Testcontainers 1.20.5</li>
<li>Additional commits viewable in <a
href="https://github.com/spring-projects/spring-boot/compare/v3.4.2...v3.4.3 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.springframework.boot:spring-boot-starter-jetty` from 3.4.2
to 3.4.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/spring-projects/spring-boot/releases ">org.springframework.boot:spring-boot-starter-jetty's
releases</a>.</em></p>
<blockquote>
<h2>v3.4.3</h2>
<h2>⭐ New Features</h2>
<ul>
<li>Add TWENTY_FOUR to JavaVersion enum <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44209 ">#44209</a></li>
</ul>
<h2>🐞 Bug Fixes</h2>
<ul>
<li>Console output may be lost when using Log4j2 with something that
replaces System.out <a
href="https://redirect.github.com/spring-projects/spring-boot/pull/44380 ">#44380</a></li>
<li>Maven plugin does not consistently use ArgFile for classpath
argument on Windows <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44328 ">#44328</a></li>
<li>Reactive Jetty web server does not fail fast when configured to use
a server name bundle which Jetty does not support <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44319 ">#44319</a></li>
<li>When web server application context refresh fails, the original
failure is lost if stopping or destroying the web server throws an
exception <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44317 ">#44317</a></li>
<li>View resolver for Thymeleaf should back off if spring-webmvc is not
present <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44296 ">#44296</a></li>
<li>WebServer is not destroyed when ReactiveWebServerApplicationContext
refresh fails <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44294 ">#44294</a></li>
<li>Non-default DataSource candidates are not considered in
H2ConsoleAutoConfiguration <a
href="https://redirect.github.com/spring-projects/spring-boot/pull/44293 ">#44293</a></li>
<li>Banner placeholder and defaults do not work during development <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44255 ">#44255</a></li>
<li>Mustache templates return with ISO-8859-1 charset rather than UTF-8
in Content-Type response header <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44193 ">#44193</a></li>
<li>Servlet EndpointRequest doesn't match web server namespace correctly
<a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44188 ">#44188</a></li>
<li>java.lang.ClassCastException when using default management security
with WebFlux and health probes enabled <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44052 ">#44052</a></li>
<li>Logback configuration that relies on inner-classes does not work in
a native image <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44025 ">#44025</a></li>
<li>IllegalStateException: Unable to register SSL bundle after 3.3.8 or
3.4.2 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43989 ">#43989</a></li>
<li>Metrics and health do not include non-default candidate beans <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43481 ">#43481</a></li>
</ul>
<h2>📔 Documentation</h2>
<ul>
<li>Document that auto-configuration classes should be identified using
their binary names <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44303 ">#44303</a></li>
<li>Correct typo in MVC security when explaining when UserDetailsService
auto-configuration will back off <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44301 ">#44301</a></li>
<li>Link to JarLauncher's javadoc <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44170 ">#44170</a></li>
<li>When using observability annotations, recommend that care is taken
to avoid double instrumentation <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44145 ">#44145</a></li>
<li>Fix typo in Running Your Application <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44035 ">#44035</a></li>
<li>Document Kubernetes preStop handler when using a Docker image
without a shell <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44022 ">#44022</a></li>
<li>Source snippet in Developing Your First Spring Boot Application
section uses the root package <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43983 ">#43983</a></li>
<li>Correct the location of MyApplication.java in "Developing Your
First Spring Boot Application" <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43975 ">#43975</a></li>
<li>Add links to Jackson Javadoc <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43971 ">#43971</a></li>
<li>Warn that some Quartz database schema scripts must be modified
before use <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43958 ">#43958</a></li>
</ul>
<h2>🔨 Dependency Upgrades</h2>
<ul>
<li>Upgrade to Commons Pool2 2.12.1 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44173 ">#44173</a></li>
<li>Upgrade to Couchbase Client 3.7.8 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44269 ">#44269</a></li>
<li>Upgrade to Groovy 4.0.25 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44174 ">#44174</a></li>
<li>Upgrade to Hibernate 6.6.8.Final <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44332 ">#44332</a></li>
<li>Upgrade to HttpClient5 5.4.2 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44176 ">#44176</a></li>
<li>Upgrade to HttpCore5 5.3.3 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44177 ">#44177</a></li>
<li>Upgrade to Infinispan 15.0.13.Final <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44178 ">#44178</a></li>
<li>Upgrade to jOOQ 3.19.19 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44368 ">#44368</a></li>
<li>Upgrade to Json-smart 2.5.2 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44264 ">#44264</a></li>
<li>Upgrade to Maven Clean Plugin 3.4.1 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44349 ">#44349</a></li>
<li>Upgrade to Micrometer 1.14.4 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44115 ">#44115</a></li>
<li>Upgrade to Micrometer Tracing 1.4.3 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44116 ">#44116</a></li>
<li>Upgrade to Native Build Tools Plugin 0.10.5 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44179 ">#44179</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2f53c0abc0 "><code>2f53c0a</code></a>
Release v3.4.3</li>
<li><a
href="f99171fe2e "><code>f99171f</code></a>
Merge branch '3.3.x' into 3.4.x</li>
<li><a
href="70e0744c27 "><code>70e0744</code></a>
Next development version (v3.3.10-SNAPSHOT)</li>
<li><a
href="07d9db3b80 "><code>07d9db3</code></a>
Merge pull request <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44380 ">#44380</a>
from nosan</li>
<li><a
href="22958097e3 "><code>2295809</code></a>
Register Log42J StatusListener</li>
<li><a
href="575655ca39 "><code>575655c</code></a>
Upgrade Tomcat 11 smoke tests to Tomcat 11.0.4</li>
<li><a
href="c74397af1a "><code>c74397a</code></a>
Merge branch '3.3.x' into 3.4.x</li>
<li><a
href="c718461450 "><code>c718461</code></a>
Protect against NoSuchMethodException on setReadOnly</li>
<li><a
href="7dc9bf29b8 "><code>7dc9bf2</code></a>
Upgrade to Testcontainers Redis Module 2.2.4</li>
<li><a
href="7d1fc062bf "><code>7d1fc06</code></a>
Upgrade to Testcontainers 1.20.5</li>
<li>Additional commits viewable in <a
href="https://github.com/spring-projects/spring-boot/compare/v3.4.2...v3.4.3 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.springframework.boot:spring-boot-starter-thymeleaf` from
3.4.2 to 3.4.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/spring-projects/spring-boot/releases ">org.springframework.boot:spring-boot-starter-thymeleaf's
releases</a>.</em></p>
<blockquote>
<h2>v3.4.3</h2>
<h2>⭐ New Features</h2>
<ul>
<li>Add TWENTY_FOUR to JavaVersion enum <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44209 ">#44209</a></li>
</ul>
<h2>🐞 Bug Fixes</h2>
<ul>
<li>Console output may be lost when using Log4j2 with something that
replaces System.out <a
href="https://redirect.github.com/spring-projects/spring-boot/pull/44380 ">#44380</a></li>
<li>Maven plugin does not consistently use ArgFile for classpath
argument on Windows <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44328 ">#44328</a></li>
<li>Reactive Jetty web server does not fail fast when configured to use
a server name bundle which Jetty does not support <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44319 ">#44319</a></li>
<li>When web server application context refresh fails, the original
failure is lost if stopping or destroying the web server throws an
exception <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44317 ">#44317</a></li>
<li>View resolver for Thymeleaf should back off if spring-webmvc is not
present <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44296 ">#44296</a></li>
<li>WebServer is not destroyed when ReactiveWebServerApplicationContext
refresh fails <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44294 ">#44294</a></li>
<li>Non-default DataSource candidates are not considered in
H2ConsoleAutoConfiguration <a
href="https://redirect.github.com/spring-projects/spring-boot/pull/44293 ">#44293</a></li>
<li>Banner placeholder and defaults do not work during development <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44255 ">#44255</a></li>
<li>Mustache templates return with ISO-8859-1 charset rather than UTF-8
in Content-Type response header <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44193 ">#44193</a></li>
<li>Servlet EndpointRequest doesn't match web server namespace correctly
<a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44188 ">#44188</a></li>
<li>java.lang.ClassCastException when using default management security
with WebFlux and health probes enabled <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44052 ">#44052</a></li>
<li>Logback configuration that relies on inner-classes does not work in
a native image <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44025 ">#44025</a></li>
<li>IllegalStateException: Unable to register SSL bundle after 3.3.8 or
3.4.2 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43989 ">#43989</a></li>
<li>Metrics and health do not include non-default candidate beans <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43481 ">#43481</a></li>
</ul>
<h2>📔 Documentation</h2>
<ul>
<li>Document that auto-configuration classes should be identified using
their binary names <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44303 ">#44303</a></li>
<li>Correct typo in MVC security when explaining when UserDetailsService
auto-configuration will back off <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44301 ">#44301</a></li>
<li>Link to JarLauncher's javadoc <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44170 ">#44170</a></li>
<li>When using observability annotations, recommend that care is taken
to avoid double instrumentation <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44145 ">#44145</a></li>
<li>Fix typo in Running Your Application <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44035 ">#44035</a></li>
<li>Document Kubernetes preStop handler when using a Docker image
without a shell <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44022 ">#44022</a></li>
<li>Source snippet in Developing Your First Spring Boot Application
section uses the root package <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43983 ">#43983</a></li>
<li>Correct the location of MyApplication.java in "Developing Your
First Spring Boot Application" <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43975 ">#43975</a></li>
<li>Add links to Jackson Javadoc <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43971 ">#43971</a></li>
<li>Warn that some Quartz database schema scripts must be modified
before use <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43958 ">#43958</a></li>
</ul>
<h2>🔨 Dependency Upgrades</h2>
<ul>
<li>Upgrade to Commons Pool2 2.12.1 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44173 ">#44173</a></li>
<li>Upgrade to Couchbase Client 3.7.8 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44269 ">#44269</a></li>
<li>Upgrade to Groovy 4.0.25 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44174 ">#44174</a></li>
<li>Upgrade to Hibernate 6.6.8.Final <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44332 ">#44332</a></li>
<li>Upgrade to HttpClient5 5.4.2 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44176 ">#44176</a></li>
<li>Upgrade to HttpCore5 5.3.3 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44177 ">#44177</a></li>
<li>Upgrade to Infinispan 15.0.13.Final <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44178 ">#44178</a></li>
<li>Upgrade to jOOQ 3.19.19 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44368 ">#44368</a></li>
<li>Upgrade to Json-smart 2.5.2 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44264 ">#44264</a></li>
<li>Upgrade to Maven Clean Plugin 3.4.1 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44349 ">#44349</a></li>
<li>Upgrade to Micrometer 1.14.4 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44115 ">#44115</a></li>
<li>Upgrade to Micrometer Tracing 1.4.3 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44116 ">#44116</a></li>
<li>Upgrade to Native Build Tools Plugin 0.10.5 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44179 ">#44179</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2f53c0abc0 "><code>2f53c0a</code></a>
Release v3.4.3</li>
<li><a
href="f99171fe2e "><code>f99171f</code></a>
Merge branch '3.3.x' into 3.4.x</li>
<li><a
href="70e0744c27 "><code>70e0744</code></a>
Next development version (v3.3.10-SNAPSHOT)</li>
<li><a
href="07d9db3b80 "><code>07d9db3</code></a>
Merge pull request <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44380 ">#44380</a>
from nosan</li>
<li><a
href="22958097e3 "><code>2295809</code></a>
Register Log42J StatusListener</li>
<li><a
href="575655ca39 "><code>575655c</code></a>
Upgrade Tomcat 11 smoke tests to Tomcat 11.0.4</li>
<li><a
href="c74397af1a "><code>c74397a</code></a>
Merge branch '3.3.x' into 3.4.x</li>
<li><a
href="c718461450 "><code>c718461</code></a>
Protect against NoSuchMethodException on setReadOnly</li>
<li><a
href="7dc9bf29b8 "><code>7dc9bf2</code></a>
Upgrade to Testcontainers Redis Module 2.2.4</li>
<li><a
href="7d1fc062bf "><code>7d1fc06</code></a>
Upgrade to Testcontainers 1.20.5</li>
<li>Additional commits viewable in <a
href="https://github.com/spring-projects/spring-boot/compare/v3.4.2...v3.4.3 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.springframework.boot:spring-boot-starter-security` from
3.4.2 to 3.4.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/spring-projects/spring-boot/releases ">org.springframework.boot:spring-boot-starter-security's
releases</a>.</em></p>
<blockquote>
<h2>v3.4.3</h2>
<h2>⭐ New Features</h2>
<ul>
<li>Add TWENTY_FOUR to JavaVersion enum <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44209 ">#44209</a></li>
</ul>
<h2>🐞 Bug Fixes</h2>
<ul>
<li>Console output may be lost when using Log4j2 with something that
replaces System.out <a
href="https://redirect.github.com/spring-projects/spring-boot/pull/44380 ">#44380</a></li>
<li>Maven plugin does not consistently use ArgFile for classpath
argument on Windows <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44328 ">#44328</a></li>
<li>Reactive Jetty web server does not fail fast when configured to use
a server name bundle which Jetty does not support <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44319 ">#44319</a></li>
<li>When web server application context refresh fails, the original
failure is lost if stopping or destroying the web server throws an
exception <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44317 ">#44317</a></li>
<li>View resolver for Thymeleaf should back off if spring-webmvc is not
present <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44296 ">#44296</a></li>
<li>WebServer is not destroyed when ReactiveWebServerApplicationContext
refresh fails <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44294 ">#44294</a></li>
<li>Non-default DataSource candidates are not considered in
H2ConsoleAutoConfiguration <a
href="https://redirect.github.com/spring-projects/spring-boot/pull/44293 ">#44293</a></li>
<li>Banner placeholder and defaults do not work during development <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44255 ">#44255</a></li>
<li>Mustache templates return with ISO-8859-1 charset rather than UTF-8
in Content-Type response header <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44193 ">#44193</a></li>
<li>Servlet EndpointRequest doesn't match web server namespace correctly
<a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44188 ">#44188</a></li>
<li>java.lang.ClassCastException when using default management security
with WebFlux and health probes enabled <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44052 ">#44052</a></li>
<li>Logback configuration that relies on inner-classes does not work in
a native image <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44025 ">#44025</a></li>
<li>IllegalStateException: Unable to register SSL bundle after 3.3.8 or
3.4.2 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43989 ">#43989</a></li>
<li>Metrics and health do not include non-default candidate beans <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43481 ">#43481</a></li>
</ul>
<h2>📔 Documentation</h2>
<ul>
<li>Document that auto-configuration classes should be identified using
their binary names <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44303 ">#44303</a></li>
<li>Correct typo in MVC security when explaining when UserDetailsService
auto-configuration will back off <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44301 ">#44301</a></li>
<li>Link to JarLauncher's javadoc <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44170 ">#44170</a></li>
<li>When using observability annotations, recommend that care is taken
to avoid double instrumentation <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44145 ">#44145</a></li>
<li>Fix typo in Running Your Application <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44035 ">#44035</a></li>
<li>Document Kubernetes preStop handler when using a Docker image
without a shell <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44022 ">#44022</a></li>
<li>Source snippet in Developing Your First Spring Boot Application
section uses the root package <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43983 ">#43983</a></li>
<li>Correct the location of MyApplication.java in "Developing Your
First Spring Boot Application" <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43975 ">#43975</a></li>
<li>Add links to Jackson Javadoc <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43971 ">#43971</a></li>
<li>Warn that some Quartz database schema scripts must be modified
before use <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43958 ">#43958</a></li>
</ul>
<h2>🔨 Dependency Upgrades</h2>
<ul>
<li>Upgrade to Commons Pool2 2.12.1 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44173 ">#44173</a></li>
<li>Upgrade to Couchbase Client 3.7.8 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44269 ">#44269</a></li>
<li>Upgrade to Groovy 4.0.25 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44174 ">#44174</a></li>
<li>Upgrade to Hibernate 6.6.8.Final <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44332 ">#44332</a></li>
<li>Upgrade to HttpClient5 5.4.2 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44176 ">#44176</a></li>
<li>Upgrade to HttpCore5 5.3.3 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44177 ">#44177</a></li>
<li>Upgrade to Infinispan 15.0.13.Final <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44178 ">#44178</a></li>
<li>Upgrade to jOOQ 3.19.19 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44368 ">#44368</a></li>
<li>Upgrade to Json-smart 2.5.2 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44264 ">#44264</a></li>
<li>Upgrade to Maven Clean Plugin 3.4.1 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44349 ">#44349</a></li>
<li>Upgrade to Micrometer 1.14.4 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44115 ">#44115</a></li>
<li>Upgrade to Micrometer Tracing 1.4.3 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44116 ">#44116</a></li>
<li>Upgrade to Native Build Tools Plugin 0.10.5 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44179 ">#44179</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2f53c0abc0 "><code>2f53c0a</code></a>
Release v3.4.3</li>
<li><a
href="f99171fe2e "><code>f99171f</code></a>
Merge branch '3.3.x' into 3.4.x</li>
<li><a
href="70e0744c27 "><code>70e0744</code></a>
Next development version (v3.3.10-SNAPSHOT)</li>
<li><a
href="07d9db3b80 "><code>07d9db3</code></a>
Merge pull request <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44380 ">#44380</a>
from nosan</li>
<li><a
href="22958097e3 "><code>2295809</code></a>
Register Log42J StatusListener</li>
<li><a
href="575655ca39 "><code>575655c</code></a>
Upgrade Tomcat 11 smoke tests to Tomcat 11.0.4</li>
<li><a
href="c74397af1a "><code>c74397a</code></a>
Merge branch '3.3.x' into 3.4.x</li>
<li><a
href="c718461450 "><code>c718461</code></a>
Protect against NoSuchMethodException on setReadOnly</li>
<li><a
href="7dc9bf29b8 "><code>7dc9bf2</code></a>
Upgrade to Testcontainers Redis Module 2.2.4</li>
<li><a
href="7d1fc062bf "><code>7d1fc06</code></a>
Upgrade to Testcontainers 1.20.5</li>
<li>Additional commits viewable in <a
href="https://github.com/spring-projects/spring-boot/compare/v3.4.2...v3.4.3 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.springframework.boot:spring-boot-starter-data-jpa` from
3.4.2 to 3.4.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/spring-projects/spring-boot/releases ">org.springframework.boot:spring-boot-starter-data-jpa's
releases</a>.</em></p>
<blockquote>
<h2>v3.4.3</h2>
<h2>⭐ New Features</h2>
<ul>
<li>Add TWENTY_FOUR to JavaVersion enum <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44209 ">#44209</a></li>
</ul>
<h2>🐞 Bug Fixes</h2>
<ul>
<li>Console output may be lost when using Log4j2 with something that
replaces System.out <a
href="https://redirect.github.com/spring-projects/spring-boot/pull/44380 ">#44380</a></li>
<li>Maven plugin does not consistently use ArgFile for classpath
argument on Windows <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44328 ">#44328</a></li>
<li>Reactive Jetty web server does not fail fast when configured to use
a server name bundle which Jetty does not support <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44319 ">#44319</a></li>
<li>When web server application context refresh fails, the original
failure is lost if stopping or destroying the web server throws an
exception <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44317 ">#44317</a></li>
<li>View resolver for Thymeleaf should back off if spring-webmvc is not
present <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44296 ">#44296</a></li>
<li>WebServer is not destroyed when ReactiveWebServerApplicationContext
refresh fails <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44294 ">#44294</a></li>
<li>Non-default DataSource candidates are not considered in
H2ConsoleAutoConfiguration <a
href="https://redirect.github.com/spring-projects/spring-boot/pull/44293 ">#44293</a></li>
<li>Banner placeholder and defaults do not work during development <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44255 ">#44255</a></li>
<li>Mustache templates return with ISO-8859-1 charset rather than UTF-8
in Content-Type response header <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44193 ">#44193</a></li>
<li>Servlet EndpointRequest doesn't match web server namespace correctly
<a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44188 ">#44188</a></li>
<li>java.lang.ClassCastException when using default management security
with WebFlux and health probes enabled <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44052 ">#44052</a></li>
<li>Logback configuration that relies on inner-classes does not work in
a native image <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44025 ">#44025</a></li>
<li>IllegalStateException: Unable to register SSL bundle after 3.3.8 or
3.4.2 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43989 ">#43989</a></li>
<li>Metrics and health do not include non-default candidate beans <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43481 ">#43481</a></li>
</ul>
<h2>📔 Documentation</h2>
<ul>
<li>Document that auto-configuration classes should be identified using
their binary names <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44303 ">#44303</a></li>
<li>Correct typo in MVC security when explaining when UserDetailsService
auto-configuration will back off <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44301 ">#44301</a></li>
<li>Link to JarLauncher's javadoc <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44170 ">#44170</a></li>
<li>When using observability annotations, recommend that care is taken
to avoid double instrumentation <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44145 ">#44145</a></li>
<li>Fix typo in Running Your Application <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44035 ">#44035</a></li>
<li>Document Kubernetes preStop handler when using a Docker image
without a shell <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44022 ">#44022</a></li>
<li>Source snippet in Developing Your First Spring Boot Application
section uses the root package <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43983 ">#43983</a></li>
<li>Correct the location of MyApplication.java in "Developing Your
First Spring Boot Application" <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43975 ">#43975</a></li>
<li>Add links to Jackson Javadoc <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43971 ">#43971</a></li>
<li>Warn that some Quartz database schema scripts must be modified
before use <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43958 ">#43958</a></li>
</ul>
<h2>🔨 Dependency Upgrades</h2>
<ul>
<li>Upgrade to Commons Pool2 2.12.1 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44173 ">#44173</a></li>
<li>Upgrade to Couchbase Client 3.7.8 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44269 ">#44269</a></li>
<li>Upgrade to Groovy 4.0.25 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44174 ">#44174</a></li>
<li>Upgrade to Hibernate 6.6.8.Final <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44332 ">#44332</a></li>
<li>Upgrade to HttpClient5 5.4.2 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44176 ">#44176</a></li>
<li>Upgrade to HttpCore5 5.3.3 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44177 ">#44177</a></li>
<li>Upgrade to Infinispan 15.0.13.Final <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44178 ">#44178</a></li>
<li>Upgrade to jOOQ 3.19.19 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44368 ">#44368</a></li>
<li>Upgrade to Json-smart 2.5.2 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44264 ">#44264</a></li>
<li>Upgrade to Maven Clean Plugin 3.4.1 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44349 ">#44349</a></li>
<li>Upgrade to Micrometer 1.14.4 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44115 ">#44115</a></li>
<li>Upgrade to Micrometer Tracing 1.4.3 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44116 ">#44116</a></li>
<li>Upgrade to Native Build Tools Plugin 0.10.5 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44179 ">#44179</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2f53c0abc0 "><code>2f53c0a</code></a>
Release v3.4.3</li>
<li><a
href="f99171fe2e "><code>f99171f</code></a>
Merge branch '3.3.x' into 3.4.x</li>
<li><a
href="70e0744c27 "><code>70e0744</code></a>
Next development version (v3.3.10-SNAPSHOT)</li>
<li><a
href="07d9db3b80 "><code>07d9db3</code></a>
Merge pull request <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44380 ">#44380</a>
from nosan</li>
<li><a
href="22958097e3 "><code>2295809</code></a>
Register Log42J StatusListener</li>
<li><a
href="575655ca39 "><code>575655c</code></a>
Upgrade Tomcat 11 smoke tests to Tomcat 11.0.4</li>
<li><a
href="c74397af1a "><code>c74397a</code></a>
Merge branch '3.3.x' into 3.4.x</li>
<li><a
href="c718461450 "><code>c718461</code></a>
Protect against NoSuchMethodException on setReadOnly</li>
<li><a
href="7dc9bf29b8 "><code>7dc9bf2</code></a>
Upgrade to Testcontainers Redis Module 2.2.4</li>
<li><a
href="7d1fc062bf "><code>7d1fc06</code></a>
Upgrade to Testcontainers 1.20.5</li>
<li>Additional commits viewable in <a
href="https://github.com/spring-projects/spring-boot/compare/v3.4.2...v3.4.3 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.springframework.boot:spring-boot-starter-oauth2-client`
from 3.4.2 to 3.4.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/spring-projects/spring-boot/releases ">org.springframework.boot:spring-boot-starter-oauth2-client's
releases</a>.</em></p>
<blockquote>
<h2>v3.4.3</h2>
<h2>⭐ New Features</h2>
<ul>
<li>Add TWENTY_FOUR to JavaVersion enum <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44209 ">#44209</a></li>
</ul>
<h2>🐞 Bug Fixes</h2>
<ul>
<li>Console output may be lost when using Log4j2 with something that
replaces System.out <a
href="https://redirect.github.com/spring-projects/spring-boot/pull/44380 ">#44380</a></li>
<li>Maven plugin does not consistently use ArgFile for classpath
argument on Windows <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44328 ">#44328</a></li>
<li>Reactive Jetty web server does not fail fast when configured to use
a server name bundle which Jetty does not support <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44319 ">#44319</a></li>
<li>When web server application context refresh fails, the original
failure is lost if stopping or destroying the web server throws an
exception <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44317 ">#44317</a></li>
<li>View resolver for Thymeleaf should back off if spring-webmvc is not
present <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44296 ">#44296</a></li>
<li>WebServer is not destroyed when ReactiveWebServerApplicationContext
refresh fails <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44294 ">#44294</a></li>
<li>Non-default DataSource candidates are not considered in
H2ConsoleAutoConfiguration <a
href="https://redirect.github.com/spring-projects/spring-boot/pull/44293 ">#44293</a></li>
<li>Banner placeholder and defaults do not work during development <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44255 ">#44255</a></li>
<li>Mustache templates return with ISO-8859-1 charset rather than UTF-8
in Content-Type response header <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44193 ">#44193</a></li>
<li>Servlet EndpointRequest doesn't match web server namespace correctly
<a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44188 ">#44188</a></li>
<li>java.lang.ClassCastException when using default management security
with WebFlux and health probes enabled <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44052 ">#44052</a></li>
<li>Logback configuration that relies on inner-classes does not work in
a native image <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44025 ">#44025</a></li>
<li>IllegalStateException: Unable to register SSL bundle after 3.3.8 or
3.4.2 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43989 ">#43989</a></li>
<li>Metrics and health do not include non-default candidate beans <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43481 ">#43481</a></li>
</ul>
<h2>📔 Documentation</h2>
<ul>
<li>Document that auto-configuration classes should be identified using
their binary names <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44303 ">#44303</a></li>
<li>Correct typo in MVC security when explaining when UserDetailsService
auto-configuration will back off <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44301 ">#44301</a></li>
<li>Link to JarLauncher's javadoc <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44170 ">#44170</a></li>
<li>When using observability annotations, recommend that care is taken
to avoid double instrumentation <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44145 ">#44145</a></li>
<li>Fix typo in Running Your Application <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44035 ">#44035</a></li>
<li>Document Kubernetes preStop handler when using a Docker image
without a shell <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44022 ">#44022</a></li>
<li>Source snippet in Developing Your First Spring Boot Application
section uses the root package <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43983 ">#43983</a></li>
<li>Correct the location of MyApplication.java in "Developing Your
First Spring Boot Application" <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43975 ">#43975</a></li>
<li>Add links to Jackson Javadoc <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43971 ">#43971</a></li>
<li>Warn that some Quartz database schema scripts must be modified
before use <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43958 ">#43958</a></li>
</ul>
<h2>🔨 Dependency Upgrades</h2>
<ul>
<li>Upgrade to Commons Pool2 2.12.1 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44173 ">#44173</a></li>
<li>Upgrade to Couchbase Client 3.7.8 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44269 ">#44269</a></li>
<li>Upgrade to Groovy 4.0.25 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44174 ">#44174</a></li>
<li>Upgrade to Hibernate 6.6.8.Final <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44332 ">#44332</a></li>
<li>Upgrade to HttpClient5 5.4.2 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44176 ">#44176</a></li>
<li>Upgrade to HttpCore5 5.3.3 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44177 ">#44177</a></li>
<li>Upgrade to Infinispan 15.0.13.Final <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44178 ">#44178</a></li>
<li>Upgrade to jOOQ 3.19.19 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44368 ">#44368</a></li>
<li>Upgrade to Json-smart 2.5.2 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44264 ">#44264</a></li>
<li>Upgrade to Maven Clean Plugin 3.4.1 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44349 ">#44349</a></li>
<li>Upgrade to Micrometer 1.14.4 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44115 ">#44115</a></li>
<li>Upgrade to Micrometer Tracing 1.4.3 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44116 ">#44116</a></li>
<li>Upgrade to Native Build Tools Plugin 0.10.5 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44179 ">#44179</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2f53c0abc0 "><code>2f53c0a</code></a>
Release v3.4.3</li>
<li><a
href="f99171fe2e "><code>f99171f</code></a>
Merge branch '3.3.x' into 3.4.x</li>
<li><a
href="70e0744c27 "><code>70e0744</code></a>
Next development version (v3.3.10-SNAPSHOT)</li>
<li><a
href="07d9db3b80 "><code>07d9db3</code></a>
Merge pull request <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44380 ">#44380</a>
from nosan</li>
<li><a
href="22958097e3 "><code>2295809</code></a>
Register Log42J StatusListener</li>
<li><a
href="575655ca39 "><code>575655c</code></a>
Upgrade Tomcat 11 smoke tests to Tomcat 11.0.4</li>
<li><a
href="c74397af1a "><code>c74397a</code></a>
Merge branch '3.3.x' into 3.4.x</li>
<li><a
href="c718461450 "><code>c718461</code></a>
Protect against NoSuchMethodException on setReadOnly</li>
<li><a
href="7dc9bf29b8 "><code>7dc9bf2</code></a>
Upgrade to Testcontainers Redis Module 2.2.4</li>
<li><a
href="7d1fc062bf "><code>7d1fc06</code></a>
Upgrade to Testcontainers 1.20.5</li>
<li>Additional commits viewable in <a
href="https://github.com/spring-projects/spring-boot/compare/v3.4.2...v3.4.3 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.springframework.boot:spring-boot-starter-test` from 3.4.2
to 3.4.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/spring-projects/spring-boot/releases ">org.springframework.boot:spring-boot-starter-test's
releases</a>.</em></p>
<blockquote>
<h2>v3.4.3</h2>
<h2>⭐ New Features</h2>
<ul>
<li>Add TWENTY_FOUR to JavaVersion enum <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44209 ">#44209</a></li>
</ul>
<h2>🐞 Bug Fixes</h2>
<ul>
<li>Console output may be lost when using Log4j2 with something that
replaces System.out <a
href="https://redirect.github.com/spring-projects/spring-boot/pull/44380 ">#44380</a></li>
<li>Maven plugin does not consistently use ArgFile for classpath
argument on Windows <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44328 ">#44328</a></li>
<li>Reactive Jetty web server does not fail fast when configured to use
a server name bundle which Jetty does not support <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44319 ">#44319</a></li>
<li>When web server application context refresh fails, the original
failure is lost if stopping or destroying the web server throws an
exception <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44317 ">#44317</a></li>
<li>View resolver for Thymeleaf should back off if spring-webmvc is not
present <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44296 ">#44296</a></li>
<li>WebServer is not destroyed when ReactiveWebServerApplicationContext
refresh fails <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44294 ">#44294</a></li>
<li>Non-default DataSource candidates are not considered in
H2ConsoleAutoConfiguration <a
href="https://redirect.github.com/spring-projects/spring-boot/pull/44293 ">#44293</a></li>
<li>Banner placeholder and defaults do not work during development <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44255 ">#44255</a></li>
<li>Mustache templates return with ISO-8859-1 charset rather than UTF-8
in Content-Type response header <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44193 ">#44193</a></li>
<li>Servlet EndpointRequest doesn't match web server namespace correctly
<a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44188 ">#44188</a></li>
<li>java.lang.ClassCastException when using default management security
with WebFlux and health probes enabled <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44052 ">#44052</a></li>
<li>Logback configuration that relies on inner-classes does not work in
a native image <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44025 ">#44025</a></li>
<li>IllegalStateException: Unable to register SSL bundle after 3.3.8 or
3.4.2 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43989 ">#43989</a></li>
<li>Metrics and health do not include non-default candidate beans <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43481 ">#43481</a></li>
</ul>
<h2>📔 Documentation</h2>
<ul>
<li>Document that auto-configuration classes should be identified using
their binary names <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44303 ">#44303</a></li>
<li>Correct typo in MVC security when explaining when UserDetailsService
auto-configuration will back off <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44301 ">#44301</a></li>
<li>Link to JarLauncher's javadoc <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44170 ">#44170</a></li>
<li>When using observability annotations, recommend that care is taken
to avoid double instrumentation <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44145 ">#44145</a></li>
<li>Fix typo in Running Your Application <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44035 ">#44035</a></li>
<li>Document Kubernetes preStop handler when using a Docker image
without a shell <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44022 ">#44022</a></li>
<li>Source snippet in Developing Your First Spring Boot Application
section uses the root package <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43983 ">#43983</a></li>
<li>Correct the location of MyApplication.java in "Developing Your
First Spring Boot Application" <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43975 ">#43975</a></li>
<li>Add links to Jackson Javadoc <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43971 ">#43971</a></li>
<li>Warn that some Quartz database schema scripts must be modified
before use <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43958 ">#43958</a></li>
</ul>
<h2>🔨 Dependency Upgrades</h2>
<ul>
<li>Upgrade to Commons Pool2 2.12.1 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44173 ">#44173</a></li>
<li>Upgrade to Couchbase Client 3.7.8 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44269 ">#44269</a></li>
<li>Upgrade to Groovy 4.0.25 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44174 ">#44174</a></li>
<li>Upgrade to Hibernate 6.6.8.Final <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44332 ">#44332</a></li>
<li>Upgrade to HttpClient5 5.4.2 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44176 ">#44176</a></li>
<li>Upgrade to HttpCore5 5.3.3 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44177 ">#44177</a></li>
<li>Upgrade to Infinispan 15.0.13.Final <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44178 ">#44178</a></li>
<li>Upgrade to jOOQ 3.19.19 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44368 ">#44368</a></li>
<li>Upgrade to Json-smart 2.5.2 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44264 ">#44264</a></li>
<li>Upgrade to Maven Clean Plugin 3.4.1 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44349 ">#44349</a></li>
<li>Upgrade to Micrometer 1.14.4 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44115 ">#44115</a></li>
<li>Upgrade to Micrometer Tracing 1.4.3 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44116 ">#44116</a></li>
<li>Upgrade to Native Build Tools Plugin 0.10.5 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44179 ">#44179</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2f53c0abc0 "><code>2f53c0a</code></a>
Release v3.4.3</li>
<li><a
href="f99171fe2e "><code>f99171f</code></a>
Merge branch '3.3.x' into 3.4.x</li>
<li><a
href="70e0744c27 "><code>70e0744</code></a>
Next development version (v3.3.10-SNAPSHOT)</li>
<li><a
href="07d9db3b80 "><code>07d9db3</code></a>
Merge pull request <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44380 ">#44380</a>
from nosan</li>
<li><a
href="22958097e3 "><code>2295809</code></a>
Register Log42J StatusListener</li>
<li><a
href="575655ca39 "><code>575655c</code></a>
Upgrade Tomcat 11 smoke tests to Tomcat 11.0.4</li>
<li><a
href="c74397af1a "><code>c74397a</code></a>
Merge branch '3.3.x' into 3.4.x</li>
<li><a
href="c718461450 "><code>c718461</code></a>
Protect against NoSuchMethodException on setReadOnly</li>
<li><a
href="7dc9bf29b8 "><code>7dc9bf2</code></a>
Upgrade to Testcontainers Redis Module 2.2.4</li>
<li><a
href="7d1fc062bf "><code>7d1fc06</code></a>
Upgrade to Testcontainers 1.20.5</li>
<li>Additional commits viewable in <a
href="https://github.com/spring-projects/spring-boot/compare/v3.4.2...v3.4.3 ">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.springframework.boot:spring-boot-starter-actuator` from
3.4.2 to 3.4.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/spring-projects/spring-boot/releases ">org.springframework.boot:spring-boot-starter-actuator's
releases</a>.</em></p>
<blockquote>
<h2>v3.4.3</h2>
<h2>⭐ New Features</h2>
<ul>
<li>Add TWENTY_FOUR to JavaVersion enum <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44209 ">#44209</a></li>
</ul>
<h2>🐞 Bug Fixes</h2>
<ul>
<li>Console output may be lost when using Log4j2 with something that
replaces System.out <a
href="https://redirect.github.com/spring-projects/spring-boot/pull/44380 ">#44380</a></li>
<li>Maven plugin does not consistently use ArgFile for classpath
argument on Windows <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44328 ">#44328</a></li>
<li>Reactive Jetty web server does not fail fast when configured to use
a server name bundle which Jetty does not support <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44319 ">#44319</a></li>
<li>When web server application context refresh fails, the original
failure is lost if stopping or destroying the web server throws an
exception <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44317 ">#44317</a></li>
<li>View resolver for Thymeleaf should back off if spring-webmvc is not
present <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44296 ">#44296</a></li>
<li>WebServer is not destroyed when ReactiveWebServerApplicationContext
refresh fails <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44294 ">#44294</a></li>
<li>Non-default DataSource candidates are not considered in
H2ConsoleAutoConfiguration <a
href="https://redirect.github.com/spring-projects/spring-boot/pull/44293 ">#44293</a></li>
<li>Banner placeholder and defaults do not work during development <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44255 ">#44255</a></li>
<li>Mustache templates return with ISO-8859-1 charset rather than UTF-8
in Content-Type response header <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44193 ">#44193</a></li>
<li>Servlet EndpointRequest doesn't match web server namespace correctly
<a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44188 ">#44188</a></li>
<li>java.lang.ClassCastException when using default management security
with WebFlux and health probes enabled <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44052 ">#44052</a></li>
<li>Logback configuration that relies on inner-classes does not work in
a native image <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44025 ">#44025</a></li>
<li>IllegalStateException: Unable to register SSL bundle after 3.3.8 or
3.4.2 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43989 ">#43989</a></li>
<li>Metrics and health do not include non-default candidate beans <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43481 ">#43481</a></li>
</ul>
<h2>📔 Documentation</h2>
<ul>
<li>Document that auto-configuration classes should be identified using
their binary names <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44303 ">#44303</a></li>
<li>Correct typo in MVC security when explaining when UserDetailsService
auto-configuration will back off <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44301 ">#44301</a></li>
<li>Link to JarLauncher's javadoc <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44170 ">#44170</a></li>
<li>When using observability annotations, recommend that care is taken
to avoid double inst...
_Description has been truncated_
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-22 23:37:53 +00:00
dependabot[bot]
219adb99ec
Bump org.springframework.security:spring-security-saml2-service-provider from 6.4.2 to 6.4.3 ( #3009 )
...
Bumps
[org.springframework.security:spring-security-saml2-service-provider](https://github.com/spring-projects/spring-security )
from 6.4.2 to 6.4.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/spring-projects/spring-security/releases ">org.springframework.security:spring-security-saml2-service-provider's
releases</a>.</em></p>
<blockquote>
<h2>6.4.3</h2>
<h2>⭐ New Features</h2>
<ul>
<li>Add Support disableDefaultRegistrationPage to WebAuthnDsl <a
href="https://redirect.github.com/spring-projects/spring-security/issues/16395 ">#16395</a></li>
</ul>
<h2>🪲 Bug Fixes</h2>
<ul>
<li><code>withValue</code> used incorrectly <a
href="https://redirect.github.com/spring-projects/spring-security/pull/16527 ">#16527</a></li>
<li>Fix for JdbcOneTimeTokenService cleanupExpiredTokens failing with
PostgreSQL <a
href="https://redirect.github.com/spring-projects/spring-security/pull/16344 ">#16344</a></li>
<li>Fix GenerateOneTimeTokenWebFilter double publish of
chain.filter(...) <a
href="https://redirect.github.com/spring-projects/spring-security/pull/16459 ">#16459</a></li>
<li>Fix Kotlin DSL webAuthn { } <a
href="https://redirect.github.com/spring-projects/spring-security/issues/16338 ">#16338</a></li>
<li>Fix loader has changed while resolving nodes in
WebAuthnWebDriverTests <a
href="https://redirect.github.com/spring-projects/spring-security/pull/16463 ">#16463</a></li>
<li>Fix logoutRequestRepository not set on
Saml2RelyingPartyInitiatedLogoutSuccessHandler <a
href="https://redirect.github.com/spring-projects/spring-security/issues/16310 ">#16310</a></li>
<li>Implement <code>Serializable</code> for WebAuthnAuthentication <a
href="https://redirect.github.com/spring-projects/spring-security/pull/16285 ">#16285</a></li>
<li>Make AuthorizationDecision Serializable <a
href="https://redirect.github.com/spring-projects/spring-security/issues/16544 ">#16544</a></li>
<li>Make PublicKeyCredentialRequestOptions Serializable Backport <a
href="https://redirect.github.com/spring-projects/spring-security/pull/16584 ">#16584</a></li>
<li>Make Saml2AuthenticationToken Serializable <a
href="https://redirect.github.com/spring-projects/spring-security/pull/16287 ">#16287</a></li>
<li>Make WebAuthnAuthentication Serializable <a
href="https://redirect.github.com/spring-projects/spring-security/issues/16273 ">#16273</a></li>
<li>Make WebAuthnAuthenticationRequestToken Serializable <a
href="https://redirect.github.com/spring-projects/spring-security/pull/16602 ">#16602</a></li>
<li>Make WebAuthnAuthenticationTokenRequest Serializable <a
href="https://redirect.github.com/spring-projects/spring-security/issues/16481 ">#16481</a></li>
<li>Misconfigured OAuth2LoginAuthenticationFilter when combining OAuth2
login and OAuth2 client configuration <a
href="https://redirect.github.com/spring-projects/spring-security/issues/16466 ">#16466</a></li>
<li>OTT Should Use non-static member to capture the last OneTimeToken <a
href="https://redirect.github.com/spring-projects/spring-security/issues/16471 ">#16471</a></li>
<li>webauthn js should ensure allowCredentials[].id is an ArrayBuffer <a
href="https://redirect.github.com/spring-projects/spring-security/pull/16440 ">#16440</a></li>
</ul>
<h2>🔨 Dependency Upgrades</h2>
<ul>
<li>Bump ch.qos.logback:logback-classic from 1.5.15 to 1.5.16 <a
href="https://redirect.github.com/spring-projects/spring-security/pull/16364 ">#16364</a></li>
<li>Bump com.nimbusds:oauth2-oidc-sdk from 9.43.5 to 9.43.6 <a
href="https://redirect.github.com/spring-projects/spring-security/pull/16598 ">#16598</a></li>
<li>Bump com.webauthn4j:webauthn4j-core from 0.28.4.RELEASE to
0.28.5.RELEASE <a
href="https://redirect.github.com/spring-projects/spring-security/pull/16523 ">#16523</a></li>
<li>Bump io.micrometer:micrometer-observation from 1.14.3 to 1.14.4 <a
href="https://redirect.github.com/spring-projects/spring-security/pull/16565 ">#16565</a></li>
<li>Bump io.mockk:mockk from 1.13.14 to 1.13.16 <a
href="https://redirect.github.com/spring-projects/spring-security/pull/16399 ">#16399</a></li>
<li>Bump io.projectreactor:reactor-bom from 2023.0.14 to 2023.0.15 <a
href="https://redirect.github.com/spring-projects/spring-security/pull/16576 ">#16576</a></li>
<li>Bump io.rsocket:rsocket-bom from 1.1.4 to 1.1.5 <a
href="https://redirect.github.com/spring-projects/spring-security/pull/16534 ">#16534</a></li>
<li>Bump org.hibernate.orm:hibernate-core from 6.6.7.Final to
6.6.8.Final <a
href="https://redirect.github.com/spring-projects/spring-security/pull/16610 ">#16610</a></li>
<li>Bump org.junit:junit-bom from 5.11.3 to 5.11.4 <a
href="https://redirect.github.com/spring-projects/spring-security/pull/16292 ">#16292</a></li>
<li>Bump org.springframework.data:spring-data-bom from 2024.1.2 to
2024.1.3 <a
href="https://redirect.github.com/spring-projects/spring-security/pull/16611 ">#16611</a></li>
<li>Bump org.springframework.ldap:spring-ldap-core from 3.2.10 to 3.2.11
<a
href="https://redirect.github.com/spring-projects/spring-security/pull/16597 ">#16597</a></li>
<li>Bump org.springframework:spring-framework-bom from 6.2.2 to 6.2.3 <a
href="https://redirect.github.com/spring-projects/spring-security/pull/16599 ">#16599</a></li>
<li>Update to oauth2-oidc-sdk 9.43.5 <a
href="https://redirect.github.com/spring-projects/spring-security/issues/16583 ">#16583</a></li>
</ul>
<h2>🔩 Build Updates</h2>
<ul>
<li>Add TestBytes <a
href="https://redirect.github.com/spring-projects/spring-security/issues/16461 ">#16461</a></li>
<li>Troubleshoot missing GChat notifications <a
href="https://redirect.github.com/spring-projects/spring-security/issues/16424 ">#16424</a></li>
</ul>
<h2>❤️ Contributors</h2>
<p>Thank you to all the contributors who worked on this release:</p>
<p><a href="https://github.com/Kehrlann "><code>@Kehrlann</code></a>, <a
href="https://github.com/NeoTraveler "><code>@NeoTraveler</code></a>, <a
href="https://github.com/dependabot "><code>@dependabot</code></a>[bot],
<a
href="https://github.com/franticticktick "><code>@franticticktick</code></a>,
<a href="https://github.com/making "><code>@making</code></a>, and <a
href="https://github.com/ngocnhan-tran1996 "><code>@ngocnhan-tran1996</code></a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e7431a3a72 "><code>e7431a3</code></a>
Release 6.4.3</li>
<li><a
href="d2f825bc74 "><code>d2f825b</code></a>
Bump org.springframework.data:spring-data-bom from 2024.1.2 to
2024.1.3</li>
<li><a
href="6fcbc0ea2a "><code>6fcbc0e</code></a>
Bump org.hibernate.orm:hibernate-core from 6.6.7.Final to
6.6.8.Final</li>
<li><a
href="efe50dd0eb "><code>efe50dd</code></a>
Merge branch '6.3.x' into 6.4.x</li>
<li><a
href="06026684e5 "><code>0602668</code></a>
Bump org.springframework.data:spring-data-bom from 2024.0.8 to
2024.0.9</li>
<li><a
href="946812691e "><code>9468126</code></a>
Make AuthenticatorAttestation Serializable</li>
<li><a
href="b5a4218a0b "><code>b5a4218</code></a>
Make WebAuthnAuthenticationRequestToken Serializable</li>
<li><a
href="9e1a573531 "><code>9e1a573</code></a>
Bump org.springframework:spring-framework-bom from 6.2.2 to 6.2.3</li>
<li><a
href="309daf565d "><code>309daf5</code></a>
Merge branch '6.3.x' into 6.4.x</li>
<li><a
href="c3d45ae529 "><code>c3d45ae</code></a>
Bump org.springframework:spring-framework-bom from 6.1.16 to 6.1.17</li>
<li>Additional commits viewable in <a
href="https://github.com/spring-projects/spring-security/compare/6.4.2...6.4.3 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-22 23:37:22 +00:00
dependabot[bot]
23a7b11a74
Bump org.springframework.session:spring-session-core from 3.4.1 to 3.4.2 ( #3014 )
...
Bumps
[org.springframework.session:spring-session-core](https://github.com/spring-projects/spring-session )
from 3.4.1 to 3.4.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/spring-projects/spring-session/releases ">org.springframework.session:spring-session-core's
releases</a>.</em></p>
<blockquote>
<h2>3.4.2</h2>
<h2>🔨 Dependency Upgrades</h2>
<ul>
<li>Bump ch-qos-logback from 1.5.12 to 1.5.13 <a
href="https://redirect.github.com/spring-projects/spring-session/pull/3304 ">#3304</a></li>
<li>Bump ch-qos-logback from 1.5.13 to 1.5.14 <a
href="https://redirect.github.com/spring-projects/spring-session/pull/3306 ">#3306</a></li>
<li>Bump ch-qos-logback from 1.5.14 to 1.5.15 <a
href="https://redirect.github.com/spring-projects/spring-session/pull/3309 ">#3309</a></li>
<li>Bump ch-qos-logback from 1.5.15 to 1.5.16 <a
href="https://redirect.github.com/spring-projects/spring-session/pull/3315 ">#3315</a></li>
<li>Bump io.projectreactor:reactor-bom from 2023.0.13 to 2023.0.14 <a
href="https://redirect.github.com/spring-projects/spring-session/pull/3324 ">#3324</a></li>
<li>Bump io.projectreactor:reactor-bom from 2023.0.14 to 2023.0.15 <a
href="https://redirect.github.com/spring-projects/spring-session/pull/3336 ">#3336</a></li>
<li>Bump io.projectreactor:reactor-core from 3.6.13 to 3.6.14 <a
href="https://redirect.github.com/spring-projects/spring-session/pull/3337 ">#3337</a></li>
<li>Bump org-springframework-boot from 3.3.6 to 3.3.7 <a
href="https://redirect.github.com/spring-projects/spring-session/pull/3307 ">#3307</a></li>
<li>Bump org-springframework-boot from 3.3.7 to 3.3.8 <a
href="https://redirect.github.com/spring-projects/spring-session/pull/3332 ">#3332</a></li>
<li>Bump org.postgresql:postgresql from 42.7.4 to 42.7.5 <a
href="https://redirect.github.com/spring-projects/spring-session/pull/3325 ">#3325</a></li>
<li>Bump org.springframework.data:spring-data-bom from 2024.1.1 to
2024.1.2 <a
href="https://redirect.github.com/spring-projects/spring-session/pull/3328 ">#3328</a></li>
<li>Bump org.springframework.data:spring-data-bom from 2024.1.2 to
2024.1.3 <a
href="https://redirect.github.com/spring-projects/spring-session/pull/3339 ">#3339</a></li>
<li>Bump org.springframework:spring-framework-bom from 6.2.1 to 6.2.2 <a
href="https://redirect.github.com/spring-projects/spring-session/pull/3326 ">#3326</a></li>
<li>Bump org.springframework:spring-framework-bom from 6.2.2 to 6.2.3 <a
href="https://redirect.github.com/spring-projects/spring-session/pull/3338 ">#3338</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d600674f13 "><code>d600674</code></a>
Release 3.4.2</li>
<li><a
href="39dd594d66 "><code>39dd594</code></a>
Bump org.springframework.data:spring-data-bom from 2024.1.2 to
2024.1.3</li>
<li><a
href="1f7439e28a "><code>1f7439e</code></a>
Bump org.springframework.data:spring-data-bom from 2024.1.1 to
2024.1.2</li>
<li><a
href="5fa21f19a3 "><code>5fa21f1</code></a>
Bump org.springframework:spring-framework-bom from 6.2.2 to 6.2.3</li>
<li><a
href="8a6a5c0d0e "><code>8a6a5c0</code></a>
Bump io.projectreactor:reactor-core from 3.6.13 to 3.6.14</li>
<li><a
href="495dc471bd "><code>495dc47</code></a>
Bump io.projectreactor:reactor-bom from 2023.0.14 to 2023.0.15</li>
<li><a
href="e902d3f11a "><code>e902d3f</code></a>
Bump org-springframework-boot from 3.3.7 to 3.3.8</li>
<li><a
href="6ad1989745 "><code>6ad1989</code></a>
Bump org.springframework:spring-framework-bom from 6.2.1 to 6.2.2</li>
<li><a
href="4283df46ac "><code>4283df4</code></a>
Bump org.postgresql:postgresql from 42.7.4 to 42.7.5</li>
<li><a
href="13088c6ac7 "><code>13088c6</code></a>
Bump io.projectreactor:reactor-bom from 2023.0.13 to 2023.0.14</li>
<li>Additional commits viewable in <a
href="https://github.com/spring-projects/spring-session/compare/3.4.1...3.4.2 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-22 23:28:21 +00:00
Abdur Rahman
6ac804e994
Feature/convert to grayscale ( #3003 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
-Grayscale Image Compression:
Modified the compressImagesInPDF method to optionally convert images to
grayscale during compression. This is
achieved by checking if the grayScale flag is true (or if the image is
already in grayscale) and then processing the image
accordingly.
UI Update:
Updated the compress-pdf.html file by adding a checkbox for grayscale
compression. Additionally, a new translation
key compress.grayscale.label with the text "Apply Grayscale for
Compression" has been added across all supported
languages.
- Why the change was made
-Enhanced Compression Options:
This feature provides users with an option to compress images in PDFs
more effectively by reducing the color complexity, which can lead to
smaller file sizes.
Improved Flexibility:
It allows users to decide whether they want to maintain the original
color images or opt for a grayscale version.
- Any challenges encountered
- The translation for compress.grayscale.label was generated using an
automated translator, so it might not be completely accurate and could
require further review.
Closes #2603
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [x] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-22 23:08:07 +00:00
Giuseppe Ravasio
09ff207888
Adding font-liberation and font-linux-libertine to fat image ( #3001 ) ( #3005 )
...
# Description of Changes
Please provide a summary of the changes, including:
installing font-liberation and font-linux-libertine to alpine linux
system
Closes #3001
---
## Checklist
### General
- [Y] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [Y] I have performed a self-review of my own code
- [Y] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [Y] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-22 22:55:32 +00:00
dependabot[bot]
880ca6af7f
Bump actions/create-github-app-token from 1.11.3 to 1.11.5 ( #3008 )
...
Bumps
[actions/create-github-app-token](https://github.com/actions/create-github-app-token )
from 1.11.3 to 1.11.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/create-github-app-token/releases ">actions/create-github-app-token's
releases</a>.</em></p>
<blockquote>
<h2>v1.11.5</h2>
<h2><a
href="https://github.com/actions/create-github-app-token/compare/v1.11.4...v1.11.5 ">1.11.5</a>
(2025-02-15)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> bump <code>@octokit/request</code> from
9.2.0 to 9.2.2 (<a
href="https://redirect.github.com/actions/create-github-app-token/issues/209 ">#209</a>)
(<a
href="8cedd97af1 ">8cedd97</a>),
closes <a
href="https://redirect.github.com/actions/create-github-app-token/issues/740 ">#740</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/738 ">#738</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/740 ">#740</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/737 ">#737</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/738 ">#738</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/736 ">#736</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/735 ">#735</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/734 ">#734</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/733 ">#733</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/732 ">#732</a></li>
<li><strong>deps:</strong> bump <code>@octokit/request-error</code>
from 6.1.6 to 6.1.7 (<a
href="https://redirect.github.com/actions/create-github-app-token/issues/208 ">#208</a>)
(<a
href="415f6a523d ">415f6a5</a>),
closes <a
href="https://redirect.github.com/actions/create-github-app-token/issues/494 ">#494</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/491 ">#491</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/490 ">#490</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/488 ">#488</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/486 ">#486</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/487 ">#487</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/485 ">#485</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/484 ">#484</a></li>
</ul>
<h2>v1.11.4</h2>
<h2><a
href="https://github.com/actions/create-github-app-token/compare/v1.11.3...v1.11.4 ">1.11.4</a>
(2025-02-15)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> bump <code>@octokit/endpoint</code> from
10.1.1 to 10.1.3 (<a
href="https://redirect.github.com/actions/create-github-app-token/issues/207 ">#207</a>)
(<a
href="d30def842e ">d30def8</a>),
closes <a
href="https://redirect.github.com/actions/create-github-app-token/issues/507 ">#507</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/514 ">#514</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/512 ">#512</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/511 ">#511</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/509 ">#509</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/508 ">#508</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/507 ">#507</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/506 ">#506</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/505 ">#505</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/504 ">#504</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0d564482f0 "><code>0d56448</code></a>
build(release): 1.11.5 [skip ci]</li>
<li><a
href="8cedd97af1 "><code>8cedd97</code></a>
fix(deps): bump <code>@octokit/request</code> from 9.2.0 to 9.2.2 (<a
href="https://redirect.github.com/actions/create-github-app-token/issues/209 ">#209</a>)</li>
<li><a
href="415f6a523d "><code>415f6a5</code></a>
fix(deps): bump <code>@octokit/request-error</code> from 6.1.6 to 6.1.7
(<a
href="https://redirect.github.com/actions/create-github-app-token/issues/208 ">#208</a>)</li>
<li><a
href="c14f92a8f9 "><code>c14f92a</code></a>
build(release): 1.11.4 [skip ci]</li>
<li><a
href="d30def842e "><code>d30def8</code></a>
fix(deps): bump <code>@octokit/endpoint</code> from 10.1.1 to 10.1.3
(<a
href="https://redirect.github.com/actions/create-github-app-token/issues/207 ">#207</a>)</li>
<li><a
href="a5be4722a6 "><code>a5be472</code></a>
build(deps-dev): bump esbuild from 0.24.2 to 0.25.0 (<a
href="https://redirect.github.com/actions/create-github-app-token/issues/206 ">#206</a>)</li>
<li>See full diff in <a
href="67e27a7eb7...0d564482f0 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ludy <Ludy87@users.noreply.github.com >
2025-02-22 22:55:09 +00:00
dependabot[bot]
3797a6827c
Bump docker/build-push-action from 6.13.0 to 6.14.0 ( #3012 )
...
Bumps
[docker/build-push-action](https://github.com/docker/build-push-action )
from 6.13.0 to 6.14.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/docker/build-push-action/releases ">docker/build-push-action's
releases</a>.</em></p>
<blockquote>
<h2>v6.14.0</h2>
<ul>
<li>Bump <code>@docker/actions-toolkit</code> from 0.53.0 to 0.55.0 in
<a
href="https://redirect.github.com/docker/build-push-action/pull/1324 ">docker/build-push-action#1324</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/build-push-action/compare/v6.13.0...v6.14.0 ">https://github.com/docker/build-push-action/compare/v6.13.0...v6.14.0 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="0adf995921 "><code>0adf995</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/build-push-action/issues/1324 ">#1324</a>
from docker/dependabot/npm_and_yarn/docker/actions-t...</li>
<li><a
href="d88cd289df "><code>d88cd28</code></a>
chore: update generated content</li>
<li><a
href="3d09a6bd70 "><code>3d09a6b</code></a>
chore(deps): Bump <code>@docker/actions-toolkit</code> from 0.53.0 to
0.55.0</li>
<li>See full diff in <a
href="ca877d9245...0adf995921 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-22 22:54:43 +00:00
dependabot[bot]
0f5d95661c
Bump sigstore/cosign-installer from 3.8.0 to 3.8.1 ( #3010 )
...
Bumps
[sigstore/cosign-installer](https://github.com/sigstore/cosign-installer )
from 3.8.0 to 3.8.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sigstore/cosign-installer/releases ">sigstore/cosign-installer's
releases</a>.</em></p>
<blockquote>
<h2>v3.8.1</h2>
<h2>What's Changed</h2>
<ul>
<li>use cosign 2.4.3 and other updates by <a
href="https://github.com/cpanato "><code>@cpanato</code></a> in <a
href="https://redirect.github.com/sigstore/cosign-installer/pull/182 ">sigstore/cosign-installer#182</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sigstore/cosign-installer/compare/v3...v3.8.1 ">https://github.com/sigstore/cosign-installer/compare/v3...v3.8.1 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d7d6bc7722 "><code>d7d6bc7</code></a>
use cosign 2.4.3 and other updates (<a
href="https://redirect.github.com/sigstore/cosign-installer/issues/182 ">#182</a>)</li>
<li>See full diff in <a
href="c56c2d3e59...d7d6bc7722 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-22 22:49:28 +00:00
dependabot[bot]
d5aea7f0b6
Bump ch.qos.logback:logback-core from 1.5.15 to 1.5.16 ( #3011 )
...
[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️
Rebasing might not happen immediately, so don't worry if this takes some
time.
Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback )
from 1.5.15 to 1.5.16.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/qos-ch/logback/releases ">ch.qos.logback:logback-core's
releases</a>.</em></p>
<blockquote>
<h2>Logback 1.5.16</h2>
<p><strong>2025-01-05 Release of logback version 1.5.16</strong></p>
<p>• In order to ease the migration of configuration files depending on
JaninoEventEvaluator, logback-classic will emit a warning about the
removal of JaninoEventEvaluator in version 1.5.13 and suggest an online
migration tool.</p>
<p>• A bit-wise identical binary of this version can be reproduced by
building from source code at commit
74c9ebd0e784d9e9ffc6c627cf5016d0157956b2 associated with the tag
v_1.5.16. Release built using Java "21" 2023-10-17 LTS build
21.0.1.+12-LTS-29 under Linux Debian 11.6.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="74c9ebd0e7 "><code>74c9ebd</code></a>
prepare release 1.5.16</li>
<li><a
href="9308a58e65 "><code>9308a58</code></a>
javadocs structure changed</li>
<li><a
href="8935470736 "><code>8935470</code></a>
adapt test to SLF4J version 2.0.16</li>
<li><a
href="cb603698a1 "><code>cb60369</code></a>
addded StubEventEvaluator as default class for evaluator element so as
to dir...</li>
<li><a
href="1da2f171dc "><code>1da2f17</code></a>
bump jxr version</li>
<li><a
href="5bde644c26 "><code>5bde644</code></a>
bump slf4j version to 2.0.16</li>
<li><a
href="aa2ebae414 "><code>aa2ebae</code></a>
remove stax related code</li>
<li><a
href="80db86b548 "><code>80db86b</code></a>
fix issues/860</li>
<li><a
href="a8a2303ba3 "><code>a8a2303</code></a>
start work on 1.5.16-SNAPSHOT</li>
<li><a
href="bf14c2c7f6 "><code>bf14c2c</code></a>
minor javadoc update</li>
<li>See full diff in <a
href="https://github.com/qos-ch/logback/compare/v_1.5.15...v_1.5.16 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-22 22:49:13 +00:00
dependabot[bot]
0412263d01
Bump ch.qos.logback:logback-classic from 1.5.15 to 1.5.16 ( #3015 )
...
Bumps
[ch.qos.logback:logback-classic](https://github.com/qos-ch/logback ) from
1.5.15 to 1.5.16.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/qos-ch/logback/releases ">ch.qos.logback:logback-classic's
releases</a>.</em></p>
<blockquote>
<h2>Logback 1.5.16</h2>
<p><strong>2025-01-05 Release of logback version 1.5.16</strong></p>
<p>• In order to ease the migration of configuration files depending on
JaninoEventEvaluator, logback-classic will emit a warning about the
removal of JaninoEventEvaluator in version 1.5.13 and suggest an online
migration tool.</p>
<p>• A bit-wise identical binary of this version can be reproduced by
building from source code at commit
74c9ebd0e784d9e9ffc6c627cf5016d0157956b2 associated with the tag
v_1.5.16. Release built using Java "21" 2023-10-17 LTS build
21.0.1.+12-LTS-29 under Linux Debian 11.6.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="74c9ebd0e7 "><code>74c9ebd</code></a>
prepare release 1.5.16</li>
<li><a
href="9308a58e65 "><code>9308a58</code></a>
javadocs structure changed</li>
<li><a
href="8935470736 "><code>8935470</code></a>
adapt test to SLF4J version 2.0.16</li>
<li><a
href="cb603698a1 "><code>cb60369</code></a>
addded StubEventEvaluator as default class for evaluator element so as
to dir...</li>
<li><a
href="1da2f171dc "><code>1da2f17</code></a>
bump jxr version</li>
<li><a
href="5bde644c26 "><code>5bde644</code></a>
bump slf4j version to 2.0.16</li>
<li><a
href="aa2ebae414 "><code>aa2ebae</code></a>
remove stax related code</li>
<li><a
href="80db86b548 "><code>80db86b</code></a>
fix issues/860</li>
<li><a
href="a8a2303ba3 "><code>a8a2303</code></a>
start work on 1.5.16-SNAPSHOT</li>
<li><a
href="bf14c2c7f6 "><code>bf14c2c</code></a>
minor javadoc update</li>
<li>See full diff in <a
href="https://github.com/qos-ch/logback/compare/v_1.5.15...v_1.5.16 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-22 22:47:46 +00:00
stirlingbot[bot]
d3d9158641
🌐 Sync Translations + Update README Progress Table ( #3025 )
...
### Description of Changes
This Pull Request was automatically generated to synchronize updates to
translation files and documentation. Below are the details of the
changes made:
#### **1. Synchronization of Translation Files**
- Updated translation files (`messages_*.properties`) to reflect changes
in the reference file `messages_en_GB.properties`.
- Ensured consistency and synchronization across all supported language
files.
- Highlighted any missing or incomplete translations.
#### **2. Update README.md**
- Generated the translation progress table in `README.md`.
- Added a summary of the current translation status for all supported
languages.
- Included up-to-date statistics on translation coverage.
#### **Why these changes are necessary**
- Keeps translation files aligned with the latest reference updates.
- Ensures the documentation reflects the current translation progress.
---
Auto-generated by [create-pull-request][1].
[1]: https://github.com/peter-evans/create-pull-request
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-02-22 22:47:08 +00:00
stirlingbot[bot]
c785fb20d1
Update 3rd Party Licenses ( #3024 )
...
Auto-generated by StirlingBot
Signed-off-by: stirlingbot[bot] <1113334+stirlingbot[bot]@users.noreply.github.com>
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-02-22 22:46:49 +00:00
Peter Dave Hello
ac09831654
Update zh_TW Traditional Chinese translation ( #3020 )
...
# Description of Changes
Update zh_TW Traditional Chinese translation
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [x] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-22 13:11:59 +00:00
dependabot[bot]
487a82eb65
Bump org.springframework.boot from 3.4.1 to 3.4.3 ( #3022 )
...
Bumps
[org.springframework.boot](https://github.com/spring-projects/spring-boot )
from 3.4.1 to 3.4.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/spring-projects/spring-boot/releases ">org.springframework.boot's
releases</a>.</em></p>
<blockquote>
<h2>v3.4.3</h2>
<h2>⭐ New Features</h2>
<ul>
<li>Add TWENTY_FOUR to JavaVersion enum <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44209 ">#44209</a></li>
</ul>
<h2>🐞 Bug Fixes</h2>
<ul>
<li>Console output may be lost when using Log4j2 with something that
replaces System.out <a
href="https://redirect.github.com/spring-projects/spring-boot/pull/44380 ">#44380</a></li>
<li>Maven plugin does not consistently use ArgFile for classpath
argument on Windows <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44328 ">#44328</a></li>
<li>Reactive Jetty web server does not fail fast when configured to use
a server name bundle which Jetty does not support <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44319 ">#44319</a></li>
<li>When web server application context refresh fails, the original
failure is lost if stopping or destroying the web server throws an
exception <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44317 ">#44317</a></li>
<li>View resolver for Thymeleaf should back off if spring-webmvc is not
present <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44296 ">#44296</a></li>
<li>WebServer is not destroyed when ReactiveWebServerApplicationContext
refresh fails <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44294 ">#44294</a></li>
<li>Non-default DataSource candidates are not considered in
H2ConsoleAutoConfiguration <a
href="https://redirect.github.com/spring-projects/spring-boot/pull/44293 ">#44293</a></li>
<li>Banner placeholder and defaults do not work during development <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44255 ">#44255</a></li>
<li>Mustache templates return with ISO-8859-1 charset rather than UTF-8
in Content-Type response header <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44193 ">#44193</a></li>
<li>Servlet EndpointRequest doesn't match web server namespace correctly
<a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44188 ">#44188</a></li>
<li>java.lang.ClassCastException when using default management security
with WebFlux and health probes enabled <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44052 ">#44052</a></li>
<li>Logback configuration that relies on inner-classes does not work in
a native image <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44025 ">#44025</a></li>
<li>IllegalStateException: Unable to register SSL bundle after 3.3.8 or
3.4.2 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43989 ">#43989</a></li>
<li>Metrics and health do not include non-default candidate beans <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43481 ">#43481</a></li>
</ul>
<h2>📔 Documentation</h2>
<ul>
<li>Document that auto-configuration classes should be identified using
their binary names <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44303 ">#44303</a></li>
<li>Correct typo in MVC security when explaining when UserDetailsService
auto-configuration will back off <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44301 ">#44301</a></li>
<li>Link to JarLauncher's javadoc <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44170 ">#44170</a></li>
<li>When using observability annotations, recommend that care is taken
to avoid double instrumentation <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44145 ">#44145</a></li>
<li>Fix typo in Running Your Application <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44035 ">#44035</a></li>
<li>Document Kubernetes preStop handler when using a Docker image
without a shell <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44022 ">#44022</a></li>
<li>Source snippet in Developing Your First Spring Boot Application
section uses the root package <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43983 ">#43983</a></li>
<li>Correct the location of MyApplication.java in "Developing Your
First Spring Boot Application" <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43975 ">#43975</a></li>
<li>Add links to Jackson Javadoc <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43971 ">#43971</a></li>
<li>Warn that some Quartz database schema scripts must be modified
before use <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/43958 ">#43958</a></li>
</ul>
<h2>🔨 Dependency Upgrades</h2>
<ul>
<li>Upgrade to Commons Pool2 2.12.1 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44173 ">#44173</a></li>
<li>Upgrade to Couchbase Client 3.7.8 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44269 ">#44269</a></li>
<li>Upgrade to Groovy 4.0.25 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44174 ">#44174</a></li>
<li>Upgrade to Hibernate 6.6.8.Final <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44332 ">#44332</a></li>
<li>Upgrade to HttpClient5 5.4.2 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44176 ">#44176</a></li>
<li>Upgrade to HttpCore5 5.3.3 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44177 ">#44177</a></li>
<li>Upgrade to Infinispan 15.0.13.Final <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44178 ">#44178</a></li>
<li>Upgrade to jOOQ 3.19.19 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44368 ">#44368</a></li>
<li>Upgrade to Json-smart 2.5.2 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44264 ">#44264</a></li>
<li>Upgrade to Maven Clean Plugin 3.4.1 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44349 ">#44349</a></li>
<li>Upgrade to Micrometer 1.14.4 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44115 ">#44115</a></li>
<li>Upgrade to Micrometer Tracing 1.4.3 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44116 ">#44116</a></li>
<li>Upgrade to Native Build Tools Plugin 0.10.5 <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44179 ">#44179</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="2f53c0abc0 "><code>2f53c0a</code></a>
Release v3.4.3</li>
<li><a
href="f99171fe2e "><code>f99171f</code></a>
Merge branch '3.3.x' into 3.4.x</li>
<li><a
href="70e0744c27 "><code>70e0744</code></a>
Next development version (v3.3.10-SNAPSHOT)</li>
<li><a
href="07d9db3b80 "><code>07d9db3</code></a>
Merge pull request <a
href="https://redirect.github.com/spring-projects/spring-boot/issues/44380 ">#44380</a>
from nosan</li>
<li><a
href="22958097e3 "><code>2295809</code></a>
Register Log42J StatusListener</li>
<li><a
href="575655ca39 "><code>575655c</code></a>
Upgrade Tomcat 11 smoke tests to Tomcat 11.0.4</li>
<li><a
href="c74397af1a "><code>c74397a</code></a>
Merge branch '3.3.x' into 3.4.x</li>
<li><a
href="c718461450 "><code>c718461</code></a>
Protect against NoSuchMethodException on setReadOnly</li>
<li><a
href="7dc9bf29b8 "><code>7dc9bf2</code></a>
Upgrade to Testcontainers Redis Module 2.2.4</li>
<li><a
href="7d1fc062bf "><code>7d1fc06</code></a>
Upgrade to Testcontainers 1.20.5</li>
<li>Additional commits viewable in <a
href="https://github.com/spring-projects/spring-boot/compare/v3.4.1...v3.4.3 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-22 13:11:35 +00:00
Ludy
0f5db746c7
Bump me.friwi:jcefmaven: from 127.3.1 to 132.3.1 ( #3023 )
...
# Description of Changes
see: https://github.com/jcefmaven/jcefmaven/issues/119
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [x] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-22 12:17:35 +00:00
ConnorYoh
139faf4eba
2299 feature request language selection overhaul ( #3017 )
...
# Description of Changes
Please provide a summary of the changes, including:
- UI design of language drop down has changed
- too few languages were visible on the drop down
- Flags caused controversy
- Scaling window due to size required adding some /@media CSS tags in
navbar css
Closes #(2299)
---
## Checklist
### General
- [x ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ x] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ x] I have performed a self-review of my own code
- [x ] My changes generate no new warnings
### Documentation
- [x ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
---------
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2025-02-22 01:36:55 +00:00
Anthony Stirling
167c85e73f
Update UserService.java to generate API key if empty ( #3016 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-21 15:02:03 +00:00
stirlingbot[bot]
505c4bd2a7
Update 3rd Party Licenses ( #2997 )
...
Auto-generated by StirlingBot
Signed-off-by: stirlingbot[bot] <1113334+stirlingbot[bot]@users.noreply.github.com>
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-02-20 10:36:07 +00:00
dependabot[bot]
11a5b2e79f
Bump actions/create-github-app-token from 1.11.2 to 1.11.3 ( #2878 )
...
Bumps
[actions/create-github-app-token](https://github.com/actions/create-github-app-token )
from 1.11.2 to 1.11.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/create-github-app-token/releases ">actions/create-github-app-token's
releases</a>.</em></p>
<blockquote>
<h2>v1.11.3</h2>
<h2><a
href="https://github.com/actions/create-github-app-token/compare/v1.11.2...v1.11.3 ">1.11.3</a>
(2025-02-04)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> bump the production-dependencies group with 3
updates (<a
href="https://redirect.github.com/actions/create-github-app-token/issues/203 ">#203</a>)
(<a
href="8e85a3cf14 ">8e85a3c</a>),
closes <a
href="https://redirect.github.com/actions/create-github-app-token/issues/665 ">#665</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/665 ">#665</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/663 ">#663</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/662 ">#662</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/661 ">#661</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/659 ">#659</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/660 ">#660</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/658 ">#658</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/656 ">#656</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/657 ">#657</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/655 ">#655</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/731 ">#731</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/4016 ">nodejs/undici#4016</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/4017 ">nodejs/undici#4017</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/4018 ">nodejs/undici#4018</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/4008 ">nodejs/undici#4008</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3991 ">nodejs/undici#3991</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/4001 ">nodejs/undici#4001</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3980 ">nodejs/undici#3980</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/4003 ">nodejs/undici#4003</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3965 ">nodejs/undici#3965</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/4002 ">nodejs/undici#4002</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/4006 ">nodejs/undici#4006</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3956 ">nodejs/undici#3956</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3964 ">nodejs/undici#3964</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3447 ">nodejs/undici#3447</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/3966 ">#3966</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3967 ">nodejs/undici#3967</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3971 ">nodejs/undici#3971</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3954 ">nodejs/undici#3954</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3972 ">nodejs/undici#3972</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3974 ">nodejs/undici#3974</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3976 ">nodejs/undici#3976</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/3975 ">#3975</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3977 ">nodejs/undici#3977</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3978 ">nodejs/undici#3978</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3981 ">nodejs/undici#3981</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3983 ">nodejs/undici#3983</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3986 ">nodejs/undici#3986</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/4021 ">#4021</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/4018 ">#4018</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/4017 ">#4017</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/4016 ">#4016</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/4008 ">#4008</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/4007 ">#4007</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/4006 ">#4006</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/3965 ">#3965</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="67e27a7eb7 "><code>67e27a7</code></a>
build(release): 1.11.3 [skip ci]</li>
<li><a
href="8e85a3cf14 "><code>8e85a3c</code></a>
fix(deps): bump the production-dependencies group with 3 updates (<a
href="https://redirect.github.com/actions/create-github-app-token/issues/203 ">#203</a>)</li>
<li>See full diff in <a
href="136412a57a...67e27a7eb7 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
Co-authored-by: Ludy <Ludy87@users.noreply.github.com >
2025-02-19 22:17:42 +00:00
stirlingbot[bot]
896258f011
🌐 Sync Translations + Update README Progress Table ( #2989 )
...
### Description of Changes
This Pull Request was automatically generated to synchronize updates to
translation files and documentation. Below are the details of the
changes made:
#### **1. Synchronization of Translation Files**
- Updated translation files (`messages_*.properties`) to reflect changes
in the reference file `messages_en_GB.properties`.
- Ensured consistency and synchronization across all supported language
files.
- Highlighted any missing or incomplete translations.
#### **2. Update README.md**
- Generated the translation progress table in `README.md`.
- Added a summary of the current translation status for all supported
languages.
- Included up-to-date statistics on translation coverage.
#### **Why these changes are necessary**
- Keeps translation files aligned with the latest reference updates.
- Ensures the documentation reflects the current translation progress.
---
Auto-generated by [create-pull-request][1].
[1]: https://github.com/peter-evans/create-pull-request
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-02-19 22:10:05 +00:00
dependabot[bot]
69c6544877
Bump io.micrometer:micrometer-core from 1.14.3 to 1.14.4 ( #2927 )
...
Bumps
[io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer )
from 1.14.3 to 1.14.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/micrometer-metrics/micrometer/releases ">io.micrometer:micrometer-core's
releases</a>.</em></p>
<blockquote>
<h2>1.14.4</h2>
<h2>🐞 Bug Fixes</h2>
<ul>
<li>Log4j2Metrics does not work with multiple registries and non-root
loggers <a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/5893 ">#5893</a></li>
<li>Fix LongTaskTimer output for LoggingMeterRegistry <a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/5834 ">#5834</a></li>
<li><code>Log4j2Metrics</code> creates more <code>MetricsFilter</code>
instances than needed <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/5818 ">#5818</a></li>
<li>Fix unit discrepancy between Timer and FunctionTimer in
LoggingMeterRegistry <a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/5816 ">#5816</a></li>
<li>Distribution bucket_counts sum does not equal the count <a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/4868 ">#4868</a></li>
</ul>
<h2>📔 Documentation</h2>
<ul>
<li>Remove obviated GraalVM native image compilation section from
Stackdriver docs <a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/5819 ">#5819</a></li>
<li>Update Docs with right contract of MeterFilter <a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/5480 ">#5480</a></li>
</ul>
<h2>🔨 Dependency Upgrades</h2>
<ul>
<li>Bump com.netflix.spectator:spectator-reg-atlas from 1.8.3 to 1.8.4
<a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/5907 ">#5907</a></li>
<li>Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.1 to
5.4.2 <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/5876 ">#5876</a></li>
<li>Bump io.netty:netty-bom from 4.1.116.Final to 4.1.117.Final <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/5872 ">#5872</a></li>
<li>Bump org.postgresql:postgresql from 42.7.4 to 42.7.5 <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/5871 ">#5871</a></li>
<li>Bump jersey3 from 3.1.9 to 3.1.10 <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/5870 ">#5870</a></li>
<li>Bump software.amazon.awssdk:cloudwatch from 2.29.46 to 2.29.52 <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/5869 ">#5869</a></li>
<li>Bump jetty9 from 9.4.56.v20240826 to 9.4.57.v20241219 <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/5868 ">#5868</a></li>
<li>Bump dropwizard-metrics from 4.2.29 to 4.2.30 <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/5867 ">#5867</a></li>
<li>Bump com.signalfx.public:signalfx-java from 1.0.48 to 1.0.49 <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/5895 ">#5895</a></li>
<li>Bump org.apache.commons:commons-pool2 from 2.12.0 to 2.12.1 <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/5865 ">#5865</a></li>
</ul>
<h2>📝 Tasks</h2>
<ul>
<li>Increase sleep time to avoid exemplar sampling rate limiting for
openMetricsScrapeWithExemplars() <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/5908 ">#5908</a></li>
<li>Fix flakiness in
DynatraceMeterRegistryTest.shouldTrackPercentilesWhenDynatraceSummaryInstrumentsNotUsed()
<a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/5900 ">#5900</a></li>
<li>Fix flakiness in
JmsInstrumentationTests.shouldInstrumentMessageListener() <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/5899 ">#5899</a></li>
<li>Fix flakiness in JettyClientMetricsWithObservationTest.activeTimer()
<a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/5894 ">#5894</a></li>
<li>Increase wait duration in
PushMeterRegistryTest.closeRespectsInterrupt() <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/5890 ">#5890</a></li>
<li>Enable TimedAspectTest.pjpFunctionThrows() <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/5889 ">#5889</a></li>
<li>Add .kotlin to .gitignore <a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/5888 ">#5888</a></li>
<li>Polish <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/5886 ">#5886</a></li>
<li>Migrate to dependabot auto-merge function <a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/5874 ">#5874</a></li>
<li>Back-port LoggingMeterRegistry tests <a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/5833 ">#5833</a></li>
<li>Bump build machine image to ubuntu-2404:2024.11.1 <a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/5829 ">#5829</a></li>
<li>Bump build JDKs to 21.0.6, 17.0.14, 11.0.26 <a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/5828 ">#5828</a></li>
<li>Upgrade to Gradle Wrapper 8.12.1 <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/5823 ">#5823</a></li>
</ul>
<h2>❤️ Contributors</h2>
<p>Thank you to all the contributors who worked on this release:</p>
<p><a href="https://github.com/izeye "><code>@izeye</code></a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="e387558fcc "><code>e387558</code></a>
Merge branch '1.13.x' into 1.14.x</li>
<li><a
href="f33456630e "><code>f334566</code></a>
Increase sleep time to avoid exemplar sampling rate limiting for
openMetricsS...</li>
<li><a
href="94686e8895 "><code>94686e8</code></a>
Merge branch '1.13.x' into 1.14.x</li>
<li><a
href="9e4dfbf8be "><code>9e4dfbf</code></a>
Migrates post actions to java gh action</li>
<li><a
href="e44147a942 "><code>e44147a</code></a>
Bump com.netflix.spectator:spectator-reg-atlas from 1.8.3 to 1.8.4 (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/5907 ">#5907</a>)</li>
<li><a
href="7c65ad6585 "><code>7c65ad6</code></a>
Fix flakiness in
DynatraceMeterRegistryTest.shouldTrackPercentilesWhenDynatra...</li>
<li><a
href="f879d3abf1 "><code>f879d3a</code></a>
Fix flakiness in
JmsInstrumentationTests.shouldInstrumentMessageListener() (#...</li>
<li><a
href="20d0a9ef6e "><code>20d0a9e</code></a>
Fix flakiness in JettyClientMetricsWithObservationTest.activeTimer() (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/5894 ">#5894</a>)</li>
<li><a
href="fd6d438441 "><code>fd6d438</code></a>
Bump com.signalfx.public:signalfx-java from 1.0.48 to 1.0.49 (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/5898 ">#5898</a>)</li>
<li><a
href="9311c173de "><code>9311c17</code></a>
Bump com.signalfx.public:signalfx-java from 1.0.48 to 1.0.49 (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/5895 ">#5895</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/micrometer-metrics/micrometer/compare/v1.14.3...v1.14.4 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-19 22:08:45 +00:00
Ludy
e145f25ba4
Enhance Java Development Configuration and Code Formatting ( #2991 )
...
# Description of Changes
Please provide a summary of the changes, including:
This PR improves Java development settings and code formatting by:
- Removing the deprecated `Checkstyle` extension from
`.vscode/extensions.json`.
- Updating `.vscode/settings.json` with:
- Structured formatting for better readability.
- Improved Java formatting with `google-java-format`.
- Enhanced auto-save behavior.
- Additional Java cleanup actions for better code quality.
- Optimized project resource filtering.
- More precise import sorting and ordering.
- Refining `build.gradle` to:
- Extend the `importOrder` rule to include `jakarta`, `lombok`, `me`,
and `stirling`.
- Improve `spotless` formatting configurations.
These changes streamline the development workflow, enhance code
consistency, and improve maintainability.
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-19 21:41:02 +00:00
IT Creativity + Art Team
696e5ff9ca
Update messages_bg_BG.properties ( #2996 )
...
BG lang strings sync
# Description of Changes
Please provide a summary of the changes, including:
- What was changed - the language strings only towards the current ones
- Why the change was made - to have an up-to-date translation
- Any challenges encountered - none
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [x]I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x]I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [x]I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [x] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [x] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-19 21:40:37 +00:00
albanobattistella
f9cf75e247
Update messages_it_IT.properties ( #2993 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-19 12:55:15 +00:00
Anthony Stirling
a67fd82c42
name change for view PDF to view/edit PDF ( #2988 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-18 17:54:48 +00:00
stirlingbot[bot]
e2dd8a3d91
🌐 Sync Translations + Update README Progress Table ( #2987 )
...
### Description of Changes
This Pull Request was automatically generated to synchronize updates to
translation files and documentation. Below are the details of the
changes made:
#### **1. Synchronization of Translation Files**
- Updated translation files (`messages_*.properties`) to reflect changes
in the reference file `messages_en_GB.properties`.
- Ensured consistency and synchronization across all supported language
files.
- Highlighted any missing or incomplete translations.
#### **2. Update README.md**
- Generated the translation progress table in `README.md`.
- Added a summary of the current translation status for all supported
languages.
- Included up-to-date statistics on translation coverage.
#### **Why these changes are necessary**
- Keeps translation files aligned with the latest reference updates.
- Ensures the documentation reflects the current translation progress.
---
Auto-generated by [create-pull-request][1].
[1]: https://github.com/peter-evans/create-pull-request
---------
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-02-18 17:41:55 +00:00
dependabot[bot]
554c112a94
Bump step-security/harden-runner from 2.10.4 to 2.11.0 ( #2980 )
...
Bumps
[step-security/harden-runner](https://github.com/step-security/harden-runner )
from 2.10.4 to 2.11.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/step-security/harden-runner/releases ">step-security/harden-runner's
releases</a>.</em></p>
<blockquote>
<h2>v2.11.0</h2>
<h2>What's Changed</h2>
<p>Release v2.11.0 in <a
href="https://redirect.github.com/step-security/harden-runner/issues/498 ">#498</a>
Harden-Runner Enterprise tier now supports the use of eBPF for DNS
resolution and network call monitoring</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/step-security/harden-runner/compare/v2...v2.11.0 ">https://github.com/step-security/harden-runner/compare/v2...v2.11.0 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4d991eb9b9 "><code>4d991eb</code></a>
Merge pull request <a
href="https://redirect.github.com/step-security/harden-runner/issues/498 ">#498</a>
from step-security/rc-18</li>
<li><a
href="4ea872f897 "><code>4ea872f</code></a>
Update README.md</li>
<li><a
href="65d6f6e4ee "><code>65d6f6e</code></a>
Add workflows</li>
<li><a
href="1034c9a805 "><code>1034c9a</code></a>
Update package-lock.json</li>
<li><a
href="ab221e2d7a "><code>ab221e2</code></a>
Update agent</li>
<li><a
href="7cb6c2fb52 "><code>7cb6c2f</code></a>
Update agent</li>
<li>See full diff in <a
href="cb605e52c2...4d991eb9b9 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-18 12:07:08 +00:00
stirlingbot[bot]
d7e6cae313
🌐 Sync Translations + Update README Progress Table ( #2982 )
...
### Description of Changes
This Pull Request was automatically generated to synchronize updates to
translation files and documentation. Below are the details of the
changes made:
#### **1. Synchronization of Translation Files**
- Updated translation files (`messages_*.properties`) to reflect changes
in the reference file `messages_en_GB.properties`.
- Ensured consistency and synchronization across all supported language
files.
- Highlighted any missing or incomplete translations.
#### **2. Update README.md**
- Generated the translation progress table in `README.md`.
- Added a summary of the current translation status for all supported
languages.
- Included up-to-date statistics on translation coverage.
#### **Why these changes are necessary**
- Keeps translation files aligned with the latest reference updates.
- Ensures the documentation reflects the current translation progress.
---
Auto-generated by [create-pull-request][1].
[1]: https://github.com/peter-evans/create-pull-request
---------
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-02-18 12:04:06 +00:00
stirlingbot[bot]
a3affe63f9
Update 3rd Party Licenses ( #2985 )
...
Auto-generated by StirlingBot
Signed-off-by: stirlingbot[bot] <1113334+stirlingbot[bot]@users.noreply.github.com>
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-02-18 12:03:34 +00:00
Anthony Stirling
d34c44ed7b
[Test PR] Desktop fix and unoconv to unoserver ( #2971 )
...
# Description of Changes
This pull request includes several updates to the Docker configuration
and Java application UI scaling. The changes enhance environment
variable management, dependency installation, and UI responsiveness to
different screen sizes.
### Docker Configuration Updates:
* Added new environment variables `STIRLING_PDF_DESKTOP_UI`,
`PYTHONPATH`, `UNO_PATH`, and `URE_BOOTSTRAP` to `Dockerfile` and
`Dockerfile.fat` to improve the configuration and integration of the
LibreOffice environment.
[[1]](diffhunk://#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557L38-R46)
[[2]](diffhunk://#diff-571631582b988e88c52c86960cc083b0b8fa63cf88f056f26e9e684195221c27L40-R49)
* Updated the `CMD` instruction in `Dockerfile` and `Dockerfile.fat` to
run both the Java application and `unoserver` simultaneously.
[[1]](diffhunk://#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557L87-R96)
[[2]](diffhunk://#diff-571631582b988e88c52c86960cc083b0b8fa63cf88f056f26e9e684195221c27L87-R100)
* Modified the `RUN` instruction to include additional Python
dependencies and setup a virtual environment.
[[1]](diffhunk://#diff-dd2c0eb6ea5cfc6c4bd4eac30934e2d5746747af48fef6da689e85b752f39557L68-R81)
[[2]](diffhunk://#diff-571631582b988e88c52c86960cc083b0b8fa63cf88f056f26e9e684195221c27R72-R86)
### Workflow Enhancements:
* Added `STIRLING_PDF_DESKTOP_UI` environment variable to the GitHub
Actions workflows (`PR-Demo-Comment.yml` and `push-docker.yml`) to
ensure consistent environment settings.
[[1]](diffhunk://#diff-145fe5c0ed8c24e4673c9ad39800dd171a2d0a2e8050497cff980fc7e3a3df0dR106)
[[2]](diffhunk://#diff-76056236de05155107f6a660f1e3956059e37338011b8f0e72188afcb9b17b6fR41)
### Java Application UI Scaling:
* Introduced `UIScaling` utility to dynamically adjust the size of UI
components based on screen resolution in `DesktopBrowser` and
`LoadingWindow` classes.
[[1]](diffhunk://#diff-dff83b0fe53cba8ee80dc8cee96b9c2bfec612ec1f2c636ebdf22dedb36671e8L218-R219)
[[2]](diffhunk://#diff-dff83b0fe53cba8ee80dc8cee96b9c2bfec612ec1f2c636ebdf22dedb36671e8L267-R270)
[[3]](diffhunk://#diff-3e287daf297213b698b3c94d6e6ed4aae139d570ba6b115da459d72b5c36c42fL44-R64)
[[4]](diffhunk://#diff-3e287daf297213b698b3c94d6e6ed4aae139d570ba6b115da459d72b5c36c42fL86-R102)
* Improved the loading of icons by using the `UIScaling` utility for
better visual quality.
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
---------
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
Co-authored-by: a <a>
2025-02-18 11:57:56 +00:00
Wn0304
68e8a0174c
Translation localization ( #2969 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
messages_zh_CN.properties
- Why the change was made
Try to translate the rest of the Chinese information
- Any challenges encountered
No
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2025-02-18 00:08:05 +00:00
bendem
4b40a0460e
Unify translations for "rédiger" and "caviarder" with "censurer" ( #2972 )
...
"Rédiger" is a literal translation, it doesn't have that meaning in
french. "Caviarder" is not that common.
"Censurer", imo will be more widely understood by french speakers.
I left the tags so it's still easy to find, not matter which term you
use in search.
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-18 00:05:26 +00:00
Ludy
27fc5e9a9e
Enable Java Formatting - Use build code formatting in VS Code IDE ( #2978 )
...
# Description of Changes
Please provide a summary of the changes, including:
This PR updates the VSCode settings by making the following changes:
- Changed the value of `editor.wordSegmenterLocales` from `null` to an
empty string (`""`). This adjustment helps to avoid potential issues
with locale detection in the editor.
- Added new Java formatting settings:
- Enabled Java formatting with `"java.format.enabled": true`
- Set the formatting profile to `"GoogleStyle"`
- Specified the Google Java formatting version as `"1.25.2"`
These changes improve consistency and enforce coding standards in the
development environment by aligning Java code formatting with the Google
style guide.
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-17 21:16:51 +00:00
Ludy
3d7eb040ab
Fix: Replace pull_request with pull_request_target in SonarQube Workflow for Fork Analysis ( #2977 )
...
# Description of Changes
Please provide a summary of the changes, including:
This update changes the workflow trigger for SonarQube from using the
`pull_request` event to `pull_request_target` for the "main" branch. By
doing so, the workflow runs in the context of the base repository,
ensuring that the required secrets (like `SONAR_TOKEN`) are available
during execution—even when analyzing code from forked repositories. This
change enables full Sonar analysis for PRs from forks while being
mindful of potential security implications.
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-17 20:26:18 +00:00
Abdur Rahman
82b1ab4263
Fix/full invert crash 2942 ( #2957 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Modified the `convertToBufferedImageTpFile` to use
`File.createTempFile()` instead of writing to `"image.png"` in the
current directory.
- This change ensures the file is saved in the default temporary
directory, preventing permission issues.
- Why the change was made
- Previously, the method attempted to save the file in the current
working directory, which caused permission errors
(`java.io.FileNotFoundException: image.png (Permission denied)`).
- Any challenges encountered
Closes #2942
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [x] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-17 10:26:47 +00:00
dependabot[bot]
c1d7217242
Bump sigstore/cosign-installer from 3.7.0 to 3.8.0 ( #2901 )
...
Bumps
[sigstore/cosign-installer](https://github.com/sigstore/cosign-installer )
from 3.7.0 to 3.8.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sigstore/cosign-installer/releases ">sigstore/cosign-installer's
releases</a>.</em></p>
<blockquote>
<h2>v3.8.0</h2>
<h2>What's Changed</h2>
<ul>
<li>test action against all non-rc releases, verify entry in rekor log
by <a
href="https://github.com/bobcallaway "><code>@bobcallaway</code></a> in
<a
href="https://redirect.github.com/sigstore/cosign-installer/pull/179 ">sigstore/cosign-installer#179</a></li>
<li>bump for cosign v2.4.2 release by <a
href="https://github.com/bobcallaway "><code>@bobcallaway</code></a> in
<a
href="https://redirect.github.com/sigstore/cosign-installer/pull/181 ">sigstore/cosign-installer#181</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sigstore/cosign-installer/compare/v3...v3.8.0 ">https://github.com/sigstore/cosign-installer/compare/v3...v3.8.0 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="c56c2d3e59 "><code>c56c2d3</code></a>
Bump actions/setup-go from 5.2.0 to 5.3.0 (<a
href="https://redirect.github.com/sigstore/cosign-installer/issues/180 ">#180</a>)</li>
<li><a
href="02e36b8dc8 "><code>02e36b8</code></a>
bump for cosign v2.4.2 release (<a
href="https://redirect.github.com/sigstore/cosign-installer/issues/181 ">#181</a>)</li>
<li><a
href="789d2886c0 "><code>789d288</code></a>
test action against all non-rc releases, verify entry in rekor log (<a
href="https://redirect.github.com/sigstore/cosign-installer/issues/179 ">#179</a>)</li>
<li><a
href="e11c089243 "><code>e11c089</code></a>
Bump actions/setup-go from 5.1.0 to 5.2.0 (<a
href="https://redirect.github.com/sigstore/cosign-installer/issues/178 ">#178</a>)</li>
<li><a
href="718228a5f8 "><code>718228a</code></a>
Bump actions/setup-go from 5.0.2 to 5.1.0 (<a
href="https://redirect.github.com/sigstore/cosign-installer/issues/176 ">#176</a>)</li>
<li><a
href="325063e39f "><code>325063e</code></a>
Bump actions/checkout from 4.2.1 to 4.2.2 (<a
href="https://redirect.github.com/sigstore/cosign-installer/issues/177 ">#177</a>)</li>
<li><a
href="b929758a86 "><code>b929758</code></a>
Bump actions/checkout from 4.2.0 to 4.2.1 (<a
href="https://redirect.github.com/sigstore/cosign-installer/issues/175 ">#175</a>)</li>
<li>See full diff in <a
href="dc72c7d5c4...c56c2d3e59 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
Co-authored-by: Ludy <Ludy87@users.noreply.github.com >
2025-02-17 10:24:25 +00:00
dependabot[bot]
708ede5e26
Bump alpine from 3.21.2 to 3.21.3 ( #2961 )
...
Bumps alpine from 3.21.2 to 3.21.3.
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-17 10:21:40 +00:00
songge8
af74f9d6c6
localization ( #2950 )
...
localization
2025-02-14 23:50:50 +00:00
stirlingbot[bot]
27ec4d5a8f
🌐 Sync Translations + Update README Progress Table ( #2949 )
...
### Description of Changes
This Pull Request was automatically generated to synchronize updates to
translation files and documentation. Below are the details of the
changes made:
#### **1. Synchronization of Translation Files**
- Updated translation files (`messages_*.properties`) to reflect changes
in the reference file `messages_en_GB.properties`.
- Ensured consistency and synchronization across all supported language
files.
- Highlighted any missing or incomplete translations.
#### **2. Update README.md**
- Generated the translation progress table in `README.md`.
- Added a summary of the current translation status for all supported
languages.
- Included up-to-date statistics on translation coverage.
#### **Why these changes are necessary**
- Keeps translation files aligned with the latest reference updates.
- Ensures the documentation reflects the current translation progress.
---
Auto-generated by [create-pull-request][1].
[1]: https://github.com/peter-evans/create-pull-request
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-02-14 11:10:36 +00:00
songge8
779191c02b
Update messages_zh_CN.properties ( #2948 )
...
Translation localization
2025-02-14 11:08:07 +00:00
Ludy
2742e0b051
third-party GitHubAction not pinned by hash ( #2925 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
Signed-off-by: Ludy <Ludy87@users.noreply.github.com >
2025-02-13 10:39:05 +00:00
Mathieu Hirel
ea46204c6e
fix: Allow Entry overflow when text is too long ( #2940 )
...
# Description of Changes
In the French language, some entries on the home page have overlapping
when the text is on 3 lines.
Before :

After :

---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [x] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [x] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [x] 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)
### UI Changes (if applicable)
- [x] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [x] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-12 22:16:30 +00:00
Abdur Rahman
41b41996c5
fix(pdf): resolve compression error and file overwrite issues ( #2937 )
...
# Description of Changes
- **What was changed:**
- Modified the file handling logic to avoid overwriting the source PDF
while it is being read, which previously led to corrupted output files.
-Modified the logic where optimizeLevel is 9 and we are chacking for
optimizeLevel < 9.
- **Why the change was made:**
- The original compression process would stuck when dealing with larger
files, failing to meet the specified target size limits.
- Overwriting the input file during processing was causing warnings and
potential file corruption, which could lead to instability and incorrect
outputs.
- **Any challenges encountered:**
Closes #2930
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [x] I have tested my changes locally
2025-02-12 22:15:30 +00:00
albanobattistella
2abf48a57b
Update messages_it_IT.properties ( #2923 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-10 16:36:39 +00:00
dependabot[bot]
5f81ff88e8
Bump github/codeql-action from 3.28.8 to 3.28.9 ( #2921 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action )
from 3.28.8 to 3.28.9.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/github/codeql-action/releases ">github/codeql-action's
releases</a>.</em></p>
<blockquote>
<h2>v3.28.9</h2>
<h1>CodeQL Action Changelog</h1>
<p>See the <a
href="https://github.com/github/codeql-action/releases ">releases
page</a> for the relevant changes to the CodeQL CLI and language
packs.</p>
<h2>3.28.9 - 07 Feb 2025</h2>
<ul>
<li>Update default CodeQL bundle version to 2.20.4. <a
href="https://redirect.github.com/github/codeql-action/pull/2753 ">#2753</a></li>
</ul>
<p>See the full <a
href="https://github.com/github/codeql-action/blob/v3.28.9/CHANGELOG.md ">CHANGELOG.md</a>
for more information.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md ">github/codeql-action's
changelog</a>.</em></p>
<blockquote>
<h1>CodeQL Action Changelog</h1>
<p>See the <a
href="https://github.com/github/codeql-action/releases ">releases
page</a> for the relevant changes to the CodeQL CLI and language
packs.</p>
<h2>[UNRELEASED]</h2>
<p>No user facing changes.</p>
<h2>3.28.9 - 07 Feb 2025</h2>
<ul>
<li>Update default CodeQL bundle version to 2.20.4. <a
href="https://redirect.github.com/github/codeql-action/pull/2753 ">#2753</a></li>
</ul>
<h2>3.28.8 - 29 Jan 2025</h2>
<ul>
<li>Enable support for Kotlin 2.1.10 when running with CodeQL CLI
v2.20.3. <a
href="https://redirect.github.com/github/codeql-action/pull/2744 ">#2744</a></li>
</ul>
<h2>3.28.7 - 29 Jan 2025</h2>
<p>No user facing changes.</p>
<h2>3.28.6 - 27 Jan 2025</h2>
<ul>
<li>Re-enable debug artifact upload for CLI versions 2.20.3 or greater.
<a
href="https://redirect.github.com/github/codeql-action/pull/2726 ">#2726</a></li>
</ul>
<h2>3.28.5 - 24 Jan 2025</h2>
<ul>
<li>Update default CodeQL bundle version to 2.20.3. <a
href="https://redirect.github.com/github/codeql-action/pull/2717 ">#2717</a></li>
</ul>
<h2>3.28.4 - 23 Jan 2025</h2>
<p>No user facing changes.</p>
<h2>3.28.3 - 22 Jan 2025</h2>
<ul>
<li>Update default CodeQL bundle version to 2.20.2. <a
href="https://redirect.github.com/github/codeql-action/pull/2707 ">#2707</a></li>
<li>Fix an issue downloading the CodeQL Bundle from a GitHub Enterprise
Server instance which occurred when the CodeQL Bundle had been synced to
the instance using the <a
href="https://github.com/github/codeql-action-sync-tool ">CodeQL Action
sync tool</a> and the Actions runner did not have Zstandard installed.
<a
href="https://redirect.github.com/github/codeql-action/pull/2710 ">#2710</a></li>
<li>Uploading debug artifacts for CodeQL analysis is temporarily
disabled. <a
href="https://redirect.github.com/github/codeql-action/pull/2712 ">#2712</a></li>
</ul>
<h2>3.28.2 - 21 Jan 2025</h2>
<p>No user facing changes.</p>
<h2>3.28.1 - 10 Jan 2025</h2>
<ul>
<li>CodeQL Action v2 is now deprecated, and is no longer updated or
supported. For better performance, improved security, and new features,
upgrade to v3. For more information, see <a
href="https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/ ">this
changelog post</a>. <a
href="https://redirect.github.com/github/codeql-action/pull/2677 ">#2677</a></li>
<li>Update default CodeQL bundle version to 2.20.1. <a
href="https://redirect.github.com/github/codeql-action/pull/2678 ">#2678</a></li>
</ul>
<h2>3.28.0 - 20 Dec 2024</h2>
<ul>
<li>Bump the minimum CodeQL bundle version to 2.15.5. <a
href="https://redirect.github.com/github/codeql-action/pull/2655 ">#2655</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="9e8d0789d4 "><code>9e8d078</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2757 ">#2757</a>
from github/update-v3.28.9-24e1c2d33</li>
<li><a
href="43d9be6701 "><code>43d9be6</code></a>
Update changelog for v3.28.9</li>
<li><a
href="24e1c2d337 "><code>24e1c2d</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2753 ">#2753</a>
from github/update-bundle/codeql-bundle-v2.20.4</li>
<li><a
href="57a08c0c7f "><code>57a08c0</code></a>
Add changelog note</li>
<li><a
href="52189d23af "><code>52189d2</code></a>
Update default bundle to codeql-bundle-v2.20.4</li>
<li><a
href="08bc0cf022 "><code>08bc0cf</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2751 ">#2751</a>
from github/henrymercer/fix-init-post-without-config</li>
<li><a
href="cf7c687919 "><code>cf7c687</code></a>
Send <code>init-post</code> status report in absence of config</li>
<li><a
href="ad42dbd32d "><code>ad42dbd</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2750 ">#2750</a>
from github/dependabot/npm_and_yarn/npm-768bd9b555</li>
<li><a
href="a8f5935da0 "><code>a8f5935</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2749 ">#2749</a>
from github/dependabot/github_actions/actions-29d379...</li>
<li><a
href="9660df3fcc "><code>9660df3</code></a>
Update checked-in dependencies</li>
<li>Additional commits viewable in <a
href="dd746615b3...9e8d0789d4 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-10 10:51:50 +00:00
dependabot[bot]
bc3340f3ba
Bump docker/setup-buildx-action from 3.8.0 to 3.9.0 ( #2922 )
...
Bumps
[docker/setup-buildx-action](https://github.com/docker/setup-buildx-action )
from 3.8.0 to 3.9.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/docker/setup-buildx-action/releases ">docker/setup-buildx-action's
releases</a>.</em></p>
<blockquote>
<h2>v3.9.0</h2>
<ul>
<li>Bump <code>@docker/actions-toolkit</code> from 0.48.0 to 0.54.0 in
<a
href="https://redirect.github.com/docker/setup-buildx-action/pull/402 ">docker/setup-buildx-action#402</a>
<a
href="https://redirect.github.com/docker/setup-buildx-action/pull/404 ">docker/setup-buildx-action#404</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/setup-buildx-action/compare/v3.8.0...v3.9.0 ">https://github.com/docker/setup-buildx-action/compare/v3.8.0...v3.9.0 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f7ce87c1d6 "><code>f7ce87c</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/setup-buildx-action/issues/404 ">#404</a>
from docker/dependabot/npm_and_yarn/docker/actions-to...</li>
<li><a
href="aa1e2a0b49 "><code>aa1e2a0</code></a>
chore: update generated content</li>
<li><a
href="673e008776 "><code>673e008</code></a>
build(deps): bump <code>@docker/actions-toolkit</code> from 0.53.0 to
0.54.0</li>
<li><a
href="ba31df4664 "><code>ba31df4</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/setup-buildx-action/issues/402 ">#402</a>
from docker/dependabot/npm_and_yarn/docker/actions-to...</li>
<li><a
href="5475af18ec "><code>5475af1</code></a>
chore: update generated content</li>
<li><a
href="acacad903e "><code>acacad9</code></a>
build(deps): bump <code>@docker/actions-toolkit</code> from 0.48.0 to
0.53.0</li>
<li><a
href="6a25f988bd "><code>6a25f98</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/setup-buildx-action/issues/396 ">#396</a>
from crazy-max/bake-v6</li>
<li><a
href="ca1af179f5 "><code>ca1af17</code></a>
update bake-action to v6</li>
<li>See full diff in <a
href="6524bf65af...f7ce87c1d6 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-10 10:51:41 +00:00
dependabot[bot]
f9963a2316
Bump actions/upload-artifact from 4.3.1 to 4.6.0 ( #2879 )
...
Bumps
[actions/upload-artifact](https://github.com/actions/upload-artifact )
from 4.3.1 to 4.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/upload-artifact/releases ">actions/upload-artifact's
releases</a>.</em></p>
<blockquote>
<h2>v4.6.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Expose env vars to control concurrency and timeout by <a
href="https://github.com/yacaovsnc "><code>@yacaovsnc</code></a> in <a
href="https://redirect.github.com/actions/upload-artifact/pull/662 ">actions/upload-artifact#662</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/upload-artifact/compare/v4...v4.6.0 ">https://github.com/actions/upload-artifact/compare/v4...v4.6.0 </a></p>
<h2>v4.5.0</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: deprecated <code>Node.js</code> version in action by <a
href="https://github.com/hamirmahal "><code>@hamirmahal</code></a> in <a
href="https://redirect.github.com/actions/upload-artifact/pull/578 ">actions/upload-artifact#578</a></li>
<li>Add new <code>artifact-digest</code> output by <a
href="https://github.com/bdehamer "><code>@bdehamer</code></a> in <a
href="https://redirect.github.com/actions/upload-artifact/pull/656 ">actions/upload-artifact#656</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/hamirmahal "><code>@hamirmahal</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/upload-artifact/pull/578 ">actions/upload-artifact#578</a></li>
<li><a href="https://github.com/bdehamer "><code>@bdehamer</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/upload-artifact/pull/656 ">actions/upload-artifact#656</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/upload-artifact/compare/v4.4.3...v4.5.0 ">https://github.com/actions/upload-artifact/compare/v4.4.3...v4.5.0 </a></p>
<h2>v4.4.3</h2>
<h2>What's Changed</h2>
<ul>
<li>Undo indirect dependency updates from <a
href="https://redirect.github.com/actions/upload-artifact/issues/627 ">#627</a>
by <a href="https://github.com/joshmgross "><code>@joshmgross</code></a>
in <a
href="https://redirect.github.com/actions/upload-artifact/pull/632 ">actions/upload-artifact#632</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/upload-artifact/compare/v4.4.2...v4.4.3 ">https://github.com/actions/upload-artifact/compare/v4.4.2...v4.4.3 </a></p>
<h2>v4.4.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump <code>@actions/artifact</code> to 2.1.11 by <a
href="https://github.com/robherley "><code>@robherley</code></a> in <a
href="https://redirect.github.com/actions/upload-artifact/pull/627 ">actions/upload-artifact#627</a>
<ul>
<li>Includes fix for relative symlinks not resolving properly</li>
</ul>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/upload-artifact/compare/v4.4.1...v4.4.2 ">https://github.com/actions/upload-artifact/compare/v4.4.1...v4.4.2 </a></p>
<h2>v4.4.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Add a section about hidden files by <a
href="https://github.com/joshmgross "><code>@joshmgross</code></a> in <a
href="https://redirect.github.com/actions/upload-artifact/pull/607 ">actions/upload-artifact#607</a></li>
<li>Add workflow file for publishing releases to immutable action
package by <a
href="https://github.com/Jcambass "><code>@Jcambass</code></a> in <a
href="https://redirect.github.com/actions/upload-artifact/pull/621 ">actions/upload-artifact#621</a></li>
<li>Update <code>@actions/artifact</code> to latest version, includes
symlink and timeout fixes by <a
href="https://github.com/robherley "><code>@robherley</code></a> in <a
href="https://redirect.github.com/actions/upload-artifact/pull/625 ">actions/upload-artifact#625</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Jcambass "><code>@Jcambass</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/upload-artifact/pull/621 ">actions/upload-artifact#621</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/upload-artifact/compare/v4.4.0...v4.4.1 ">https://github.com/actions/upload-artifact/compare/v4.4.0...v4.4.1 </a></p>
<h2>v4.4.0</h2>
<h2>Notice: Breaking Changes ⚠️ </h2>
<p>We will no longer include hidden files and folders by default in the
<code>upload-artifact</code> action of this version. This reduces the
risk that credentials are accidentally uploaded into artifacts.
Customers who need to continue to upload these files can use a new
option, <code>include-hidden-files</code>, to continue to do so.</p>
<p>See <a
href="https://github.blog/changelog/2024-08-19-notice-of-upcoming-deprecations-and-breaking-changes-in-github-actions-runners/ ">"Notice
of upcoming deprecations and breaking changes in GitHub Actions
runners"</a> changelog and <a
href="https://redirect.github.com/actions/upload-artifact/issues/602 ">this
issue</a> for more details.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="65c4c4a1dd "><code>65c4c4a</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/upload-artifact/issues/662 ">#662</a>
from actions/yacaovsnc/add_variable_for_concurrency_a...</li>
<li><a
href="0207619228 "><code>0207619</code></a>
move files back to satisfy licensed ci</li>
<li><a
href="1ecca81102 "><code>1ecca81</code></a>
licensed cache updates</li>
<li><a
href="97422693d3 "><code>9742269</code></a>
Expose env vars to controll concurrency and timeout</li>
<li><a
href="6f51ac03b9 "><code>6f51ac0</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/upload-artifact/issues/656 ">#656</a>
from bdehamer/bdehamer/artifact-digest</li>
<li><a
href="c40c16d999 "><code>c40c16d</code></a>
add new artifact-digest output</li>
<li><a
href="735efb4a0a "><code>735efb4</code></a>
bump <code>@actions/artifact</code> from 2.1.11 to 2.2.0</li>
<li><a
href="184d73b71b "><code>184d73b</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/upload-artifact/issues/578 ">#578</a>
from hamirmahal/fix/deprecated-nodejs-usage-in-action</li>
<li><a
href="b4a0a984a0 "><code>b4a0a98</code></a>
Merge branch 'main' into fix/deprecated-nodejs-usage-in-action</li>
<li><a
href="b4b15b8c7c "><code>b4b15b8</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/upload-artifact/issues/632 ">#632</a>
from actions/joshmgross/undo-dependency-changes</li>
<li>Additional commits viewable in <a
href="https://github.com/actions/upload-artifact/compare/v4.3.1...65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2025-02-10 10:47:45 +00:00
dependabot[bot]
0aeb22e7c8
Bump docker/setup-qemu-action from 3.3.0 to 3.4.0 ( #2902 )
...
Bumps
[docker/setup-qemu-action](https://github.com/docker/setup-qemu-action )
from 3.3.0 to 3.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/docker/setup-qemu-action/releases ">docker/setup-qemu-action's
releases</a>.</em></p>
<blockquote>
<h2>v3.4.0</h2>
<ul>
<li>Bump <code>@docker/actions-toolkit</code> from 0.49.0 to 0.54.0 in
<a
href="https://redirect.github.com/docker/setup-qemu-action/pull/193 ">docker/setup-qemu-action#193</a>
<a
href="https://redirect.github.com/docker/setup-qemu-action/pull/197 ">docker/setup-qemu-action#197</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/setup-qemu-action/compare/v3.3.0...v3.4.0 ">https://github.com/docker/setup-qemu-action/compare/v3.3.0...v3.4.0 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="4574d27a47 "><code>4574d27</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/setup-qemu-action/issues/195 ">#195</a>
from radarhere/patch-1</li>
<li><a
href="7a38281c35 "><code>7a38281</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/setup-qemu-action/issues/197 ">#197</a>
from docker/dependabot/npm_and_yarn/docker/actions-to...</li>
<li><a
href="7a1c63f9e5 "><code>7a1c63f</code></a>
build(deps): bump <code>@docker/actions-toolkit</code> from 0.53.0 to
0.54.0</li>
<li><a
href="2825a1268f "><code>2825a12</code></a>
Fixed typo</li>
<li><a
href="f30d974279 "><code>f30d974</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/setup-qemu-action/issues/193 ">#193</a>
from docker/dependabot/npm_and_yarn/docker/actions-to...</li>
<li><a
href="568bf0683b "><code>568bf06</code></a>
chore: update generated content</li>
<li><a
href="a1aad7b5f5 "><code>a1aad7b</code></a>
build(deps): bump <code>@docker/actions-toolkit</code> from 0.49.0 to
0.53.0</li>
<li><a
href="e5daf5da4e "><code>e5daf5d</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/setup-qemu-action/issues/189 ">#189</a>
from crazy-max/bake-v6</li>
<li><a
href="faec242d1f "><code>faec242</code></a>
update bake-action to v6</li>
<li>See full diff in <a
href="53851d1459...4574d27a47 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2025-02-10 10:47:34 +00:00
stirlingbot[bot]
dbb9009cf6
🌐 Sync Translations + Update README Progress Table ( #2920 )
...
### Description of Changes
This Pull Request was automatically generated to synchronize updates to
translation files and documentation. Below are the details of the
changes made:
#### **1. Synchronization of Translation Files**
- Updated translation files (`messages_*.properties`) to reflect changes
in the reference file `messages_en_GB.properties`.
- Ensured consistency and synchronization across all supported language
files.
- Highlighted any missing or incomplete translations.
#### **2. Update README.md**
- Generated the translation progress table in `README.md`.
- Added a summary of the current translation status for all supported
languages.
- Included up-to-date statistics on translation coverage.
#### **Why these changes are necessary**
- Keeps translation files aligned with the latest reference updates.
- Ensures the documentation reflects the current translation progress.
---
Auto-generated by [create-pull-request][1].
[1]: https://github.com/peter-evans/create-pull-request
---------
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-02-10 10:26:47 +00:00
Blaž Carli
21839d07e8
fix: added missing language string en_GB, sl_SI ( #2908 )
...
# Description of Changes
Please provide a summary of the changes, including:
- added missing language string: redact.applyChanges=Apply Changes
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [x] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [x] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
Co-authored-by: blaz.carli <blaz.carli@arctur.si >
2025-02-10 10:24:46 +00:00
albanobattistella
8004251460
Update messages_it_IT.properties ( #2911 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-10 10:24:00 +00:00
Thomas BERNARD
1ced941bee
Translate some message to french ( #2912 )
...
# Description of Changes
Please provide a summary of the changes, including:
French translation
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-10 10:20:27 +00:00
Ludy
cb4a5778ec
changes in the translation qpdf to libreoffice ( #2909 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-10 10:19:40 +00:00
swanemar
46c6a2b599
new strings translated to sv_SE ( #2919 )
...
# Description of Changes
Added some new Swedish translations. Still some missing however.
Closes #(issue_number)
---
## Checklist
### General
- [X] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [X] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [X] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [X] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [X] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-10 10:19:15 +00:00
Philip H.
e5627af63d
GHA/sonarqube: fix authentication ( #2915 )
...
# Description of Changes
GHA/sonarqube: fix authentication
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [x] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-10 10:18:27 +00:00
Abdur Rahman
6a3064f7f2
Fix issue #2511 : Fix broken ZIP issue by adding zipOut.finish() ( #2890 )
...
---
# Description of Changes
### What was changed
- Added `zipOut.finish()` to ensure the ZIP file is properly finalized
after writing all entries.
- This ensures the central directory metadata is written, fixing the
issue where the ZIP file was incomplete or broken.
### Why the change was made
- The issue (#2511 ) reported that splitting a PDF resulted in a broken
ZIP file. The root cause was the missing central directory due to
improper stream finalization.
- Adding `zipOut.finish()` explicitly ensures the ZIP file is correctly
structured and can be extracted without errors.
### Challenges encountered
Closes #2511
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [x] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
- Tested with various PDFs to ensure the ZIP file is created correctly.
- Verified ZIP integrity using `unzip -t` and manual extraction.
---
2025-02-07 13:36:33 +00:00
stirlingbot[bot]
158708b696
🌐 Sync Translations + Update README Progress Table ( #2907 )
...
### Description of Changes
This Pull Request was automatically generated to synchronize updates to
translation files and documentation. Below are the details of the
changes made:
#### **1. Synchronization of Translation Files**
- Updated translation files (`messages_*.properties`) to reflect changes
in the reference file `messages_en_GB.properties`.
- Ensured consistency and synchronization across all supported language
files.
- Highlighted any missing or incomplete translations.
#### **2. Update README.md**
- Generated the translation progress table in `README.md`.
- Added a summary of the current translation status for all supported
languages.
- Included up-to-date statistics on translation coverage.
#### **Why these changes are necessary**
- Keeps translation files aligned with the latest reference updates.
- Ensures the documentation reflects the current translation progress.
---
Auto-generated by [create-pull-request][1].
[1]: https://github.com/peter-evans/create-pull-request
---------
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-02-07 13:29:01 +00:00
Anthony Stirling
0233086487
pipeline bug, doc bugs, auto split new URL and doc ( #2906 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
Pipeline bug where files would be processed even when incorrect format
some API docs had spaces causing format issues
Auto split doc now links to [stirlingpdf.com](http://stirlingpdf.com/ )
not github + updated old logo
removed old docs not used
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
---------
Co-authored-by: a <a>
2025-02-07 13:17:35 +00:00
thiagoor-cpu
242aa5eae1
Update messages_pt_BR.properties ( #2905 )
...
Up-to-date 0.40.2
# Description of Changes
Up-to-date 0.40.2
Closes #(issue_number)
---
## Checklist
### General
- [X] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [X] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-07 13:08:31 +00:00
Anthony Stirling
bf65c456d1
PDFA fixes ( #2896 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-07 13:06:19 +00:00
reecebrowne
26720c5018
Fix for tab issue ( #2898 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-06 17:08:33 +00:00
reecebrowne
2ed07e3fcb
Homepage hotfix ( #2894 )
...
# Description of Changes
Fix replace-and-invert-color-pdf nav
Fix legacy homepage search
Closes #(2888)
---
## Checklist
### General
- [ x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
---------
Co-authored-by: Reece Browne <reece@stirling.pdf >
2025-02-06 10:38:14 +00:00
dependabot[bot]
e382d254ee
Bump org.panteleyev.jpackageplugin from 1.6.0 to 1.6.1 ( #2851 )
...
Bumps org.panteleyev.jpackageplugin from 1.6.0 to 1.6.1.
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2025-02-04 21:04:49 +00:00
Abdur Rahman
507d21772d
Fix issue #2842 : Handle qpdf exit code 3 as success with warnings ( #2883 )
...
# Description of Changes
Please provide a summary of the changes, including:
- **What was changed**:
- Modified the `ProcessExecutor` class to accept exit code `3` from
**qpdf** as a success with warnings.
- Added a check to ensure that only **qpdf**’s exit code `3` is treated
as a warning.
- Added a warning log for **qpdf** exit code `3` to provide better
visibility into the repair process.
- **Why the change was made**:
- The repair process was failing when **qpdf** returned exit code `3`,
even though the operation succeeded with warnings. This caused
unnecessary errors for users.
- The changes ensure that PDFs with minor structural issues (e.g.,
mismatched object counts) are still repaired successfully, while logging
warnings for transparency.
- Added a check to ensure that only **qpdf**’s exit code `3` is treated
as a warning, preventing potential issues with other tools that might
use exit code `3` for actual errors.
Closes #2842
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Testing (if applicable)
- [x] I have tested my changes locally.
- Verified that exit code `3` is only treated as a warning for **qpdf**
and not for other tools.
---
### Additional Notes
- The changes align with **qpdf**'s behavior, where exit code `3`
indicates a successful operation with warnings.
- Added a check to ensure that only **qpdf**’s exit code `3` is treated
as a warning, preventing potential issues with other tools.
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2025-02-04 21:01:41 +00:00
Ludy
5bf050d77f
removes remnants of verification metadata ( #2884 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-04 20:58:06 +00:00
Anthony Stirling
976caeb79d
Update sonarqube.yml to remove depreciated cache feature (will update later) ( #2885 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-04 20:50:01 +00:00
Anthony Stirling
2d3611fd00
Pipeline fix for some features missing documentation ( #2882 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-04 14:07:22 +00:00
reecebrowne
118de1789a
Update screenshots ( #2875 )
...
# Description of Changes
Updates screenshots for docs
Closes #(issue_number)
---
## Checklist
### General
- [x ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
---------
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2025-02-04 11:24:35 +00:00
Anthony Stirling
b56d54a35a
Update sync_files.yml ( #2872 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-04 10:57:04 +00:00
dependabot[bot]
b9bfcd59cd
Bump gradle/actions from 4.2.2 to 4.3.0 ( #2870 )
...
Bumps [gradle/actions](https://github.com/gradle/actions ) from 4.2.2 to
4.3.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/gradle/actions/releases ">gradle/actions's
releases</a>.</em></p>
<blockquote>
<h2>v4.3.0</h2>
<p>This release brings some significant improvements to cache-cleanup
and dependency-submission:</p>
<ul>
<li>Cleanup cache entries written by newly released Gradle versions (<a
href="https://redirect.github.com/gradle/actions/issues/436 ">#436</a>)</li>
<li>Use existing Gradle wrapper distribution for cache-cleanup where
possible (<a
href="https://redirect.github.com/gradle/actions/issues/515 ">#515</a>)</li>
<li>Automatically save each dependency-graph that is submitted by
<code>dependency-submission</code> (<a
href="https://redirect.github.com/gradle/actions/issues/519 ">#519</a>)</li>
<li>Fix deprecation warnings emitted by Gradle 8.12+ when:
<ul>
<li>Using <code>build-scan-publish: true</code> or Develocity injection
(<a
href="https://redirect.github.com/gradle/actions/issues/543 ">#543</a>)</li>
<li>Using dependency-submission with an authenticated plugin repository
with Gradle (<a
href="https://redirect.github.com/gradle/actions/issues/541 ">#541</a>)</li>
</ul>
</li>
<li>Fix warning when using toolchain support with Gradle 7.x (<a
href="https://redirect.github.com/gradle/actions/issues/511 ">#511</a>)</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>Update known wrapper checksums by <a
href="https://github.com/github-actions "><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/gradle/actions/pull/493 ">gradle/actions#493</a></li>
<li>Fix typo in <code>cache-reporting.ts</code> by <a
href="https://github.com/SimonMarquis "><code>@SimonMarquis</code></a>
in <a
href="https://redirect.github.com/gradle/actions/pull/492 ">gradle/actions#492</a></li>
<li>Bump Gradle Wrappers by <a
href="https://github.com/github-actions "><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/gradle/actions/pull/499 ">gradle/actions#499</a></li>
<li>Bump the github-actions group across 3 directories with 7 updates by
<a href="https://github.com/dependabot "><code>@dependabot</code></a> in
<a
href="https://redirect.github.com/gradle/actions/pull/510 ">gradle/actions#510</a></li>
<li>Bump the npm-dependencies group across 1 directory with 6 updates by
<a href="https://github.com/dependabot "><code>@dependabot</code></a> in
<a
href="https://redirect.github.com/gradle/actions/pull/512 ">gradle/actions#512</a></li>
<li>Clean-up missing imports for tests by <a
href="https://github.com/bigdaz "><code>@bigdaz</code></a> in <a
href="https://redirect.github.com/gradle/actions/pull/513 ">gradle/actions#513</a></li>
<li>Bump the npm-dependencies group in /sources with 3 updates by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/gradle/actions/pull/521 ">gradle/actions#521</a></li>
<li>Add npm build scans by <a
href="https://github.com/bigdaz "><code>@bigdaz</code></a> in <a
href="https://redirect.github.com/gradle/actions/pull/517 ">gradle/actions#517</a></li>
<li>Avoid env-var interpolation in toolchains.xml by <a
href="https://github.com/bigdaz "><code>@bigdaz</code></a> in <a
href="https://redirect.github.com/gradle/actions/pull/518 ">gradle/actions#518</a></li>
<li>Avoid saving build-results for cache cleanup by <a
href="https://github.com/bigdaz "><code>@bigdaz</code></a> in <a
href="https://redirect.github.com/gradle/actions/pull/520 ">gradle/actions#520</a></li>
<li>Save dependency graph as workflow artifact by <a
href="https://github.com/bigdaz "><code>@bigdaz</code></a> in <a
href="https://redirect.github.com/gradle/actions/pull/522 ">gradle/actions#522</a></li>
<li>Update to CCUDGP 2.1 by <a
href="https://github.com/bigdaz "><code>@bigdaz</code></a> in <a
href="https://redirect.github.com/gradle/actions/pull/524 ">gradle/actions#524</a></li>
<li>Bump references to Develocity Gradle plugin from 3.19 to 3.19.1 by
<a
href="https://github.com/bot-githubaction "><code>@bot-githubaction</code></a>
in <a
href="https://redirect.github.com/gradle/actions/pull/527 ">gradle/actions#527</a></li>
<li>Choose best Gradle version to use for cache cleanup by <a
href="https://github.com/bigdaz "><code>@bigdaz</code></a> in <a
href="https://redirect.github.com/gradle/actions/pull/526 ">gradle/actions#526</a></li>
<li>Uppercase cache-encryption-key by <a
href="https://github.com/Goooler "><code>@Goooler</code></a> in <a
href="https://redirect.github.com/gradle/actions/pull/528 ">gradle/actions#528</a></li>
<li>Attempt to use gradle wrapper for cache cleanup by <a
href="https://github.com/bigdaz "><code>@bigdaz</code></a> in <a
href="https://redirect.github.com/gradle/actions/pull/525 ">gradle/actions#525</a></li>
<li>Document GRADLE_ACTIONS_SKIP_BUILD_RESULT_CAPTURE by <a
href="https://github.com/bigdaz "><code>@bigdaz</code></a> in <a
href="https://redirect.github.com/gradle/actions/pull/529 ">gradle/actions#529</a></li>
<li>Update known wrapper checksums by <a
href="https://github.com/github-actions "><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/gradle/actions/pull/509 ">gradle/actions#509</a></li>
<li>Bump Gradle Wrappers by <a
href="https://github.com/github-actions "><code>@github-actions</code></a>
in <a
href="https://redirect.github.com/gradle/actions/pull/535 ">gradle/actions#535</a></li>
<li>Bump the github-actions group across 2 directories with 2 updates by
<a href="https://github.com/dependabot "><code>@dependabot</code></a> in
<a
href="https://redirect.github.com/gradle/actions/pull/538 ">gradle/actions#538</a></li>
<li>Update undici to resolve vulnerability by <a
href="https://github.com/bigdaz "><code>@bigdaz</code></a> in <a
href="https://redirect.github.com/gradle/actions/pull/536 ">gradle/actions#536</a></li>
<li>Bump the npm-dependencies group across 1 directory with 2 updates by
<a href="https://github.com/dependabot "><code>@dependabot</code></a> in
<a
href="https://redirect.github.com/gradle/actions/pull/539 ">gradle/actions#539</a></li>
<li>Update docs for dependency review by <a
href="https://github.com/bigdaz "><code>@bigdaz</code></a> in <a
href="https://redirect.github.com/gradle/actions/pull/540 ">gradle/actions#540</a></li>
<li>Fix space assignment deprecations in init-scripts by <a
href="https://github.com/bigdaz "><code>@bigdaz</code></a> in <a
href="https://redirect.github.com/gradle/actions/pull/542 ">gradle/actions#542</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/SimonMarquis "><code>@SimonMarquis</code></a>
made their first contribution in <a
href="https://redirect.github.com/gradle/actions/pull/492 ">gradle/actions#492</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/gradle/actions/compare/v4.2.2...v4.3.0 ">https://github.com/gradle/actions/compare/v4.2.2...v4.3.0 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="94baf225fe "><code>94baf22</code></a>
Fix space assignment deprecations in init-scripts (<a
href="https://redirect.github.com/gradle/actions/issues/542 ">#542</a>)</li>
<li><a
href="6f10c21ec5 "><code>6f10c21</code></a>
Make it easier to produce 'prerelease' versions</li>
<li><a
href="0b492c475f "><code>0b492c4</code></a>
Fix deprecation warnings in develocity init-script</li>
<li><a
href="79bad900c0 "><code>79bad90</code></a>
Fix deprecation warnings in dependency-graph init-script</li>
<li><a
href="986922f6a6 "><code>986922f</code></a>
Update docs for dependency review (<a
href="https://redirect.github.com/gradle/actions/issues/540 ">#540</a>)</li>
<li><a
href="65a3beb941 "><code>65a3beb</code></a>
[bot] Update dist directory</li>
<li><a
href="0e67f6d83b "><code>0e67f6d</code></a>
Bump the npm-dependencies group across 1 directory with 2 updates</li>
<li><a
href="b6ac71fd86 "><code>b6ac71f</code></a>
[bot] Update dist directory</li>
<li><a
href="9053a599ae "><code>9053a59</code></a>
Update undici to resolve vulnerability</li>
<li><a
href="7560c304a6 "><code>7560c30</code></a>
Bump the github-actions group across 2 directories with 2 updates</li>
<li>Additional commits viewable in <a
href="0bdd871935...94baf225fe ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2025-02-04 10:42:29 +00:00
albanobattistella
f8adc0f101
Update messages_it_IT.properties ( #2865 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-04 10:19:24 +00:00
Anthony Stirling
69d4b52b06
Update sonarqube.yml and removal of gradle keys ( #2866 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-04 10:18:02 +00:00
Ludy
5e3612a9b0
Fix: wrong link picture_as_pdf change to img-to-pdf #2867 ( #2869 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #2867
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-03 20:08:41 +00:00
kmau
b3a4597ad1
Update messages_it_IT.properties ( #2861 )
...
New translation key home.sortBy
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [X] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [X] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [X] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [X] I have performed a self-review of my own code
- [X] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [X] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-03 15:20:03 +00:00
reecebrowne
dc46172deb
Fixed firefox compatibility and added missing icons to feature pages ( #2863 )
...
# Description of Changes
Fixed icon incompatibility with firefox
Added missing icons to feature pages
Closes #(2833)

---
## Checklist
### General
- [ x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ x] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ x] I have performed a self-review of my own code
- [ x] My changes generate no new warnings
### Documentation
- [ x] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ x] 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)
### UI Changes (if applicable)
- [ x] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ x] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
Co-authored-by: Reece Browne <reece@stirling.pdf >
2025-02-03 15:19:18 +00:00
Anthony Stirling
04696dc2aa
Create sonarqube.yml ( #2862 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-03 15:13:46 +00:00
Ludy
b37457b41d
Add: Configurable UI Language Support with Dynamic Filtering ( #2846 )
...
# Description of Changes
### Summary
- Added support for configuring UI languages via `settings.yml`
(`languages` field).
- Modified `LanguageService` to respect the configured languages, while
ensuring British English (`en_GB`) is always enabled.
- Updated Thymeleaf templates to dynamically display only the allowed
languages.
- Improved logging and refactored some list-to-set conversions for
better efficiency.
### Why the Change?
- Allows administrators to limit available UI languages instead of
displaying all detected languages.
- Provides better customization options and simplifies language
management.
### Challenges Encountered
- Ensuring backwards compatibility: If `languages` is empty, all
languages remain enabled.
- Handling `Set<String>` instead of `List<String>` in `LanguageService`
for optimized lookups.
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [x] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [x] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [x] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-03 10:52:34 +00:00
stirlingbot[bot]
46c53a9c88
🌐 Sync Translations + Update README Progress Table + Update Verification Metadata ( #2860 )
...
### Description of Changes
This Pull Request was automatically generated to synchronize updates to
translation files, verification metadata, and documentation. Below are
the details of the changes made:
#### **1. Synchronization of Translation Files**
- Updated translation files (`messages_*.properties`) to reflect changes
in the reference file `messages_en_GB.properties`.
- Ensured consistency and synchronization across all supported language
files.
- Highlighted any missing or incomplete translations.
#### **2. Update README.md**
- Generated the translation progress table in `README.md`.
- Added a summary of the current translation status for all supported
languages.
- Included up-to-date statistics on translation coverage.
#### **3. Verification Metadata Updates**
- Generated or refreshed the `verification-keyring.keys` and
`verification-metadata.xml` files.
- Included the latest dependency signatures and checksums to enhance the
build's integrity.
#### **Why these changes are necessary**
- Keeps translation files aligned with the latest reference updates.
- Ensures the documentation reflects the current translation progress.
- Strengthens dependency verification for a more secure build process.
---
Auto-generated by [create-pull-request][1].
[1]: https://github.com/peter-evans/create-pull-request
---------
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-02-03 10:51:40 +00:00
Ludy
5f610da671
Fix: incorrect setAttribute syntax for tooltip data-title ( #2847 )
...
# Description of Changes
### Summary
- Fixed incorrect syntax in `setAttribute` method in `navbar.js`, where
an invalid argument format was used.
- Corrected `setAttribute('data-title, tooltipText');` to
`setAttribute('data-title', tooltipText);`, ensuring the tooltip text is
correctly assigned.
### Why the Change?
- The incorrect attribute assignment prevented tooltips from displaying
properly.
- Ensures proper tooltip functionality in the navigation bar.
### Challenges Encountered
- Debugging the tooltip rendering issue and ensuring correct attribute
assignment.
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [x] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-03 10:29:36 +00:00
Ludy
bacc502f07
Add: Translation Support for Sort by: in Home Page ( #2850 )
...
# Description of Changes
### Summary
- Added a new translation key `home.sortBy` in
`messages_en_GB.properties` for "Sort by:".
- Updated `home.html` to use the new translation key via
`th:text="#{home.sortBy}"`.
- Ensures the "Sort by:" label is properly localized and can be
translated into different languages.
### Why the Change?
- Improves internationalization (i18n) by allowing the "Sort by:" label
to be translated.
- Keeps consistency with other translatable UI elements.
### Challenges Encountered
- Ensuring that all relevant parts of the UI correctly reference the
translation key.
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [x] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [x] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [x] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-03 10:29:22 +00:00
stirlingbot[bot]
883281e4df
🌐 Sync Translations + Update README Progress Table + Update Verification Metadata ( #2859 )
...
### Description of Changes
This Pull Request was automatically generated to synchronize updates to
translation files, verification metadata, and documentation. Below are
the details of the changes made:
#### **1. Synchronization of Translation Files**
- Updated translation files (`messages_*.properties`) to reflect changes
in the reference file `messages_en_GB.properties`.
- Ensured consistency and synchronization across all supported language
files.
- Highlighted any missing or incomplete translations.
#### **2. Update README.md**
- Generated the translation progress table in `README.md`.
- Added a summary of the current translation status for all supported
languages.
- Included up-to-date statistics on translation coverage.
#### **3. Verification Metadata Updates**
- Generated or refreshed the `verification-keyring.keys` and
`verification-metadata.xml` files.
- Included the latest dependency signatures and checksums to enhance the
build's integrity.
#### **Why these changes are necessary**
- Keeps translation files aligned with the latest reference updates.
- Ensures the documentation reflects the current translation progress.
- Strengthens dependency verification for a more secure build process.
---
Auto-generated by [create-pull-request][1].
[1]: https://github.com/peter-evans/create-pull-request
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-02-03 10:28:45 +00:00
Ludy
9e8c16f313
checks the compatibility of the licenses ( #2844 )
...
# Description of Changes
### What was changed
- An **automated license check** was integrated into the CI/CD workflow
(`build.yml` and `licenses-update.yml`).
- A new file, `allowed-licenses.json`, was added to explicitly define
the permitted licenses.
- The **Gradle build process** was updated to run `checkLicense` and
detect any non-compliant licenses.
### Why the change was made
- **Improved license compliance** to ensure only compatible licenses are
used.
- **Automated license validation** within the CI/CD workflow to detect
potential incompatibilities early.
- **Legal risk mitigation** by excluding problematic licenses like
**GPL-2.0 (without Classpath Exception)**.
### Any challenges encountered
- The **allowed license list had to be manually curated** to ensure all
relevant open-source libraries were covered.
- Some dependencies use **slightly different license names** (e.g.,
`"Apache License, Version 2.0"` vs. `"Apache-2.0"`), which needed to be
handled in the validation process.
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [x] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [x] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [x] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-03 10:13:02 +00:00
Michael Bohn
4a7df3fd3f
Update messages_de_DE.properties ( #2849 )
...
# Description of Changes
Some minor updates to german translation.
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [x] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-03 10:10:54 +00:00
dependabot[bot]
f725f92e1a
Bump github/codeql-action from 3.28.6 to 3.28.8 ( #2857 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action )
from 3.28.6 to 3.28.8.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/github/codeql-action/releases ">github/codeql-action's
releases</a>.</em></p>
<blockquote>
<h2>v3.28.8</h2>
<h1>CodeQL Action Changelog</h1>
<p>See the <a
href="https://github.com/github/codeql-action/releases ">releases
page</a> for the relevant changes to the CodeQL CLI and language
packs.</p>
<h2>3.28.8 - 29 Jan 2025</h2>
<ul>
<li>Enable support for Kotlin 2.1.10 when running with CodeQL CLI
v2.20.3. <a
href="https://redirect.github.com/github/codeql-action/pull/2744 ">#2744</a></li>
</ul>
<p>See the full <a
href="https://github.com/github/codeql-action/blob/v3.28.8/CHANGELOG.md ">CHANGELOG.md</a>
for more information.</p>
<h2>v3.28.7</h2>
<h1>CodeQL Action Changelog</h1>
<p>See the <a
href="https://github.com/github/codeql-action/releases ">releases
page</a> for the relevant changes to the CodeQL CLI and language
packs.</p>
<h2>3.28.7 - 29 Jan 2025</h2>
<p>No user facing changes.</p>
<p>See the full <a
href="https://github.com/github/codeql-action/blob/v3.28.7/CHANGELOG.md ">CHANGELOG.md</a>
for more information.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md ">github/codeql-action's
changelog</a>.</em></p>
<blockquote>
<h1>CodeQL Action Changelog</h1>
<p>See the <a
href="https://github.com/github/codeql-action/releases ">releases
page</a> for the relevant changes to the CodeQL CLI and language
packs.</p>
<h2>[UNRELEASED]</h2>
<p>No user facing changes.</p>
<h2>3.28.8 - 29 Jan 2025</h2>
<ul>
<li>Enable support for Kotlin 2.1.10 when running with CodeQL CLI
v2.20.3. <a
href="https://redirect.github.com/github/codeql-action/pull/2744 ">#2744</a></li>
</ul>
<h2>3.28.7 - 29 Jan 2025</h2>
<p>No user facing changes.</p>
<h2>3.28.6 - 27 Jan 2025</h2>
<ul>
<li>Re-enable debug artifact upload for CLI versions 2.20.3 or greater.
<a
href="https://redirect.github.com/github/codeql-action/pull/2726 ">#2726</a></li>
</ul>
<h2>3.28.5 - 24 Jan 2025</h2>
<ul>
<li>Update default CodeQL bundle version to 2.20.3. <a
href="https://redirect.github.com/github/codeql-action/pull/2717 ">#2717</a></li>
</ul>
<h2>3.28.4 - 23 Jan 2025</h2>
<p>No user facing changes.</p>
<h2>3.28.3 - 22 Jan 2025</h2>
<ul>
<li>Update default CodeQL bundle version to 2.20.2. <a
href="https://redirect.github.com/github/codeql-action/pull/2707 ">#2707</a></li>
<li>Fix an issue downloading the CodeQL Bundle from a GitHub Enterprise
Server instance which occurred when the CodeQL Bundle had been synced to
the instance using the <a
href="https://github.com/github/codeql-action-sync-tool ">CodeQL Action
sync tool</a> and the Actions runner did not have Zstandard installed.
<a
href="https://redirect.github.com/github/codeql-action/pull/2710 ">#2710</a></li>
<li>Uploading debug artifacts for CodeQL analysis is temporarily
disabled. <a
href="https://redirect.github.com/github/codeql-action/pull/2712 ">#2712</a></li>
</ul>
<h2>3.28.2 - 21 Jan 2025</h2>
<p>No user facing changes.</p>
<h2>3.28.1 - 10 Jan 2025</h2>
<ul>
<li>CodeQL Action v2 is now deprecated, and is no longer updated or
supported. For better performance, improved security, and new features,
upgrade to v3. For more information, see <a
href="https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/ ">this
changelog post</a>. <a
href="https://redirect.github.com/github/codeql-action/pull/2677 ">#2677</a></li>
<li>Update default CodeQL bundle version to 2.20.1. <a
href="https://redirect.github.com/github/codeql-action/pull/2678 ">#2678</a></li>
</ul>
<h2>3.28.0 - 20 Dec 2024</h2>
<ul>
<li>Bump the minimum CodeQL bundle version to 2.15.5. <a
href="https://redirect.github.com/github/codeql-action/pull/2655 ">#2655</a></li>
<li>Don't fail in the unusual case that a file is on the search path. <a
href="https://redirect.github.com/github/codeql-action/pull/2660 ">#2660</a>.</li>
</ul>
<h2>3.27.9 - 12 Dec 2024</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="dd746615b3 "><code>dd74661</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2746 ">#2746</a>
from github/update-v3.28.8-a91a3f767</li>
<li><a
href="3210a3cda6 "><code>3210a3c</code></a>
Fix Kotlin version in changelog</li>
<li><a
href="72f9d0296b "><code>72f9d02</code></a>
Update changelog for v3.28.8</li>
<li><a
href="a91a3f7678 "><code>a91a3f7</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2744 ">#2744</a>
from github/igfoo/kot2.1.10</li>
<li><a
href="c520fb59d4 "><code>c520fb5</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2745 ">#2745</a>
from github/mergeback/v3.28.7-to-main-6e545590</li>
<li><a
href="3879c57660 "><code>3879c57</code></a>
Add changelog entry</li>
<li><a
href="0c2193725f "><code>0c21937</code></a>
Run "npm run build"</li>
<li><a
href="5a61bf07fa "><code>5a61bf0</code></a>
Kotlin: The 2.20.3 release supports Kotlin 2.1.10.</li>
<li><a
href="163d1195df "><code>163d119</code></a>
Update checked-in dependencies</li>
<li><a
href="bcf5cecbc6 "><code>bcf5cec</code></a>
Update changelog and version after v3.28.7</li>
<li>Additional commits viewable in <a
href="17a820bf2e...dd746615b3 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-03 10:10:37 +00:00
dependabot[bot]
9d2c23f612
Bump actions/setup-python from 5.3.0 to 5.4.0 ( #2856 )
...
[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️
Rebasing might not happen immediately, so don't worry if this takes some
time.
Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps [actions/setup-python](https://github.com/actions/setup-python )
from 5.3.0 to 5.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/setup-python/releases ">actions/setup-python's
releases</a>.</em></p>
<blockquote>
<h2>v5.4.0</h2>
<h2>What's Changed</h2>
<h3>Enhancements:</h3>
<ul>
<li>Update cache error message by <a
href="https://github.com/aparnajyothi-y "><code>@aparnajyothi-y</code></a>
in <a
href="https://redirect.github.com/actions/setup-python/pull/968 ">actions/setup-python#968</a></li>
<li>Enhance Workflows: Add Ubuntu-24, Remove Python 3.8 by <a
href="https://github.com/priya-kinthali "><code>@priya-kinthali</code></a>
in <a
href="https://redirect.github.com/actions/setup-python/pull/985 ">actions/setup-python#985</a></li>
<li>Configure Dependabot settings by <a
href="https://github.com/HarithaVattikuti "><code>@HarithaVattikuti</code></a>
in <a
href="https://redirect.github.com/actions/setup-python/pull/1008 ">actions/setup-python#1008</a></li>
</ul>
<h3>Documentation changes:</h3>
<ul>
<li>Readme update - recommended permissions by <a
href="https://github.com/benwells "><code>@benwells</code></a> in <a
href="https://redirect.github.com/actions/setup-python/pull/1009 ">actions/setup-python#1009</a></li>
<li>Improve Advanced Usage examples by <a
href="https://github.com/lrq3000 "><code>@lrq3000</code></a> in <a
href="https://redirect.github.com/actions/setup-python/pull/645 ">actions/setup-python#645</a></li>
</ul>
<h3>Dependency updates:</h3>
<ul>
<li>Upgrade <code>undici</code> from 5.28.4 to 5.28.5 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-python/pull/1012 ">actions/setup-python#1012</a></li>
<li>Upgrade <code>urllib3</code> from 1.25.9 to 1.26.19 in
/<strong>tests</strong>/data by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-python/pull/895 ">actions/setup-python#895</a></li>
<li>Upgrade <code>actions/publish-immutable-action</code> from 0.0.3 to
0.0.4 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-python/pull/1014 ">actions/setup-python#1014</a></li>
<li>Upgrade <code>@actions/http-client</code> from 2.2.1 to 2.2.3 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-python/pull/1020 ">actions/setup-python#1020</a></li>
<li>Upgrade <code>requests</code> from 2.24.0 to 2.32.2 in
/<strong>tests</strong>/data by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-python/pull/1019 ">actions/setup-python#1019</a></li>
<li>Upgrade <code>@actions/cache</code> to <code>^4.0.0</code> by <a
href="https://github.com/priyagupta108 "><code>@priyagupta108</code></a>
in <a
href="https://redirect.github.com/actions/setup-python/pull/1007 ">actions/setup-python#1007</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/benwells "><code>@benwells</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/setup-python/pull/1009 ">actions/setup-python#1009</a></li>
<li><a
href="https://github.com/HarithaVattikuti "><code>@HarithaVattikuti</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/setup-python/pull/1008 ">actions/setup-python#1008</a></li>
<li><a href="https://github.com/lrq3000 "><code>@lrq3000</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/setup-python/pull/645 ">actions/setup-python#645</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-python/compare/v5...v5.4.0 ">https://github.com/actions/setup-python/compare/v5...v5.4.0 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="42375524e2 "><code>4237552</code></a>
Improve Advanced Usage examples (<a
href="https://redirect.github.com/actions/setup-python/issues/645 ">#645</a>)</li>
<li><a
href="709bfa58ba "><code>709bfa5</code></a>
Bump requests from 2.24.0 to 2.32.2 in /<strong>tests</strong>/data (<a
href="https://redirect.github.com/actions/setup-python/issues/1019 ">#1019</a>)</li>
<li><a
href="ceb20b242d "><code>ceb20b2</code></a>
Bump <code>@actions/http-client</code> from 2.2.1 to 2.2.3 (<a
href="https://redirect.github.com/actions/setup-python/issues/1020 ">#1020</a>)</li>
<li><a
href="0dc2d2cf0c "><code>0dc2d2c</code></a>
Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 (<a
href="https://redirect.github.com/actions/setup-python/issues/1014 ">#1014</a>)</li>
<li><a
href="feb9c6e7c6 "><code>feb9c6e</code></a>
Bump urllib3 from 1.25.9 to 1.26.19 in /<strong>tests</strong>/data (<a
href="https://redirect.github.com/actions/setup-python/issues/895 ">#895</a>)</li>
<li><a
href="d0b4fc497a "><code>d0b4fc4</code></a>
Bump undici from 5.28.4 to 5.28.5 (<a
href="https://redirect.github.com/actions/setup-python/issues/1012 ">#1012</a>)</li>
<li><a
href="e3dfaac0fd "><code>e3dfaac</code></a>
Configure Dependabot settings (<a
href="https://redirect.github.com/actions/setup-python/issues/1008 ">#1008</a>)</li>
<li><a
href="b8cf3eb1eb "><code>b8cf3eb</code></a>
Use the new cache service: upgrade <code>@actions/cache</code> to
<code>^4.0.0</code> (<a
href="https://redirect.github.com/actions/setup-python/issues/1007 ">#1007</a>)</li>
<li><a
href="1928ae624d "><code>1928ae6</code></a>
Update README.md (<a
href="https://redirect.github.com/actions/setup-python/issues/1009 ">#1009</a>)</li>
<li><a
href="3fddbee787 "><code>3fddbee</code></a>
Enhance Workflows: Add Ubuntu-24, Remove Python 3.8 (<a
href="https://redirect.github.com/actions/setup-python/issues/985 ">#985</a>)</li>
<li>Additional commits viewable in <a
href="0b93645e9f...42375524e2 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-03 10:09:15 +00:00
dependabot[bot]
637446fab8
Bump actions/setup-java from 4.6.0 to 4.7.0 ( #2855 )
...
[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️
Rebasing might not happen immediately, so don't worry if this takes some
time.
Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps [actions/setup-java](https://github.com/actions/setup-java ) from
4.6.0 to 4.7.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/setup-java/releases ">actions/setup-java's
releases</a>.</em></p>
<blockquote>
<h2>v4.7.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Configure Dependabot settings by <a
href="https://github.com/HarithaVattikuti "><code>@HarithaVattikuti</code></a>
in <a
href="https://redirect.github.com/actions/setup-java/pull/722 ">actions/setup-java#722</a></li>
<li>README Update: Added a permissions section by <a
href="https://github.com/benwells "><code>@benwells</code></a> in <a
href="https://redirect.github.com/actions/setup-java/pull/723 ">actions/setup-java#723</a></li>
<li>Upgrade <code>cache</code> from version 3.2.4 to 4.0.0 by <a
href="https://github.com/aparnajyothi-y "><code>@aparnajyothi-y</code></a>
in <a
href="https://redirect.github.com/actions/setup-java/pull/724 ">actions/setup-java#724</a></li>
<li>Upgrade <code>@actions/http-client</code> from 2.2.1 to 2.2.3 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-java/pull/728 ">actions/setup-java#728</a></li>
<li>Upgrade <code>actions/publish-immutable-action</code> from 0.0.3 to
0.0.4 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-java/pull/727 ">actions/setup-java#727</a></li>
<li>Upgrade <code>@types/jest</code> from 29.5.12 to 29.5.14 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-java/pull/729 ">actions/setup-java#729</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/benwells "><code>@benwells</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/setup-java/pull/723 ">actions/setup-java#723</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-java/compare/v4...v4.7.0 ">https://github.com/actions/setup-java/compare/v4...v4.7.0 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="3a4f6e1af5 "><code>3a4f6e1</code></a>
Bump <code>@types/jest</code> from 29.5.12 to 29.5.14 (<a
href="https://redirect.github.com/actions/setup-java/issues/729 ">#729</a>)</li>
<li><a
href="25f376e348 "><code>25f376e</code></a>
Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 (<a
href="https://redirect.github.com/actions/setup-java/issues/727 ">#727</a>)</li>
<li><a
href="d4e4b6bbc1 "><code>d4e4b6b</code></a>
Bump <code>@actions/http-client</code> from 2.2.1 to 2.2.3 (<a
href="https://redirect.github.com/actions/setup-java/issues/728 ">#728</a>)</li>
<li><a
href="28b532bcb3 "><code>28b532b</code></a>
Create dependabot.yml (<a
href="https://redirect.github.com/actions/setup-java/issues/722 ">#722</a>)</li>
<li><a
href="51ab6d2e30 "><code>51ab6d2</code></a>
Update cache from 3.2.4 to 4.0.0 (<a
href="https://redirect.github.com/actions/setup-java/issues/724 ">#724</a>)</li>
<li><a
href="99d3141d9b "><code>99d3141</code></a>
Update README.md (<a
href="https://redirect.github.com/actions/setup-java/issues/723 ">#723</a>)</li>
<li>See full diff in <a
href="7a6d8a8234...3a4f6e1af5 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-03 10:08:34 +00:00
dependabot[bot]
196c0f4a39
Bump crazy-max/ghaction-github-labeler from 5.1.0 to 5.2.0 ( #2854 )
...
[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️
Rebasing might not happen immediately, so don't worry if this takes some
time.
Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps
[crazy-max/ghaction-github-labeler](https://github.com/crazy-max/ghaction-github-labeler )
from 5.1.0 to 5.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/crazy-max/ghaction-github-labeler/releases ">crazy-max/ghaction-github-labeler's
releases</a>.</em></p>
<blockquote>
<h2>v5.2.0</h2>
<ul>
<li>Load yaml files using the failsafe schema option by <a
href="https://github.com/pjpires "><code>@pjpires</code></a> in <a
href="https://redirect.github.com/crazy-max/ghaction-github-labeler/pull/226 ">crazy-max/ghaction-github-labeler#226</a></li>
<li>Bump cross-spawn from 7.0.3 to 7.0.6 in <a
href="https://redirect.github.com/crazy-max/ghaction-github-labeler/pull/223 ">crazy-max/ghaction-github-labeler#223</a></li>
<li>Bump undici from 5.28.4 to 5.28.5 in <a
href="https://redirect.github.com/crazy-max/ghaction-github-labeler/pull/225 ">crazy-max/ghaction-github-labeler#225</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/crazy-max/ghaction-github-labeler/compare/v5.1.0...v5.2.0 ">https://github.com/crazy-max/ghaction-github-labeler/compare/v5.1.0...v5.2.0 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="31674a3852 "><code>31674a3</code></a>
Merge pull request <a
href="https://redirect.github.com/crazy-max/ghaction-github-labeler/issues/225 ">#225</a>
from crazy-max/dependabot/npm_and_yarn/undici-5.28.5</li>
<li><a
href="0f4f1ecca5 "><code>0f4f1ec</code></a>
chore: update generated content</li>
<li><a
href="44d83ee511 "><code>44d83ee</code></a>
Merge pull request <a
href="https://redirect.github.com/crazy-max/ghaction-github-labeler/issues/227 ">#227</a>
from crazy-max/bake-v6</li>
<li><a
href="758a9097e3 "><code>758a909</code></a>
ci: update bake-action to v6</li>
<li><a
href="1c66a35688 "><code>1c66a35</code></a>
chore(deps): bump undici from 5.28.4 to 5.28.5</li>
<li><a
href="989e392f84 "><code>989e392</code></a>
Merge pull request <a
href="https://redirect.github.com/crazy-max/ghaction-github-labeler/issues/222 ">#222</a>
from crazy-max/dependabot/github_actions/codecov/code...</li>
<li><a
href="ec65374351 "><code>ec65374</code></a>
ci: fix deprecated input for codecov-action</li>
<li><a
href="765a634205 "><code>765a634</code></a>
Merge pull request <a
href="https://redirect.github.com/crazy-max/ghaction-github-labeler/issues/223 ">#223</a>
from crazy-max/dependabot/npm_and_yarn/cross-spawn-7.0.6</li>
<li><a
href="98f4f2b495 "><code>98f4f2b</code></a>
Merge pull request <a
href="https://redirect.github.com/crazy-max/ghaction-github-labeler/issues/226 ">#226</a>
from pjpires/yaml-failsafe-schema</li>
<li><a
href="c0910be814 "><code>c0910be</code></a>
Update generated content</li>
<li>Additional commits viewable in <a
href="b54af0c258...31674a3852 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-03 10:07:54 +00:00
dependabot[bot]
f9b92eec71
Bump actions/create-github-app-token from 1.11.1 to 1.11.2 ( #2853 )
...
Bumps
[actions/create-github-app-token](https://github.com/actions/create-github-app-token )
from 1.11.1 to 1.11.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/create-github-app-token/releases ">actions/create-github-app-token's
releases</a>.</em></p>
<blockquote>
<h2>v1.11.2</h2>
<h2><a
href="https://github.com/actions/create-github-app-token/compare/v1.11.1...v1.11.2 ">1.11.2</a>
(2025-01-30)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> bump <code>@octokit/request</code> from
9.1.3 to 9.1.4 in the production-dependencies group (<a
href="https://redirect.github.com/actions/create-github-app-token/issues/196 ">#196</a>)
(<a
href="b4192a5b36 ">b4192a5</a>),
closes <a
href="https://redirect.github.com/actions/create-github-app-token/issues/730 ">#730</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/730 ">#730</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/729 ">#729</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/727 ">#727</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/726 ">#726</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/723 ">#723</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/724 ">#724</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/722 ">#722</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/721 ">#721</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/720 ">#720</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/719 ">#719</a></li>
<li><strong>deps:</strong> bump undici from 6.19.8 to 7.2.0 (<a
href="https://redirect.github.com/actions/create-github-app-token/issues/198 ">#198</a>)
(<a
href="29aa0514a7 ">29aa051</a>),
closes <a
href="https://redirect.github.com/nodejs/undici/issues/3958 ">nodejs/undici#3958</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3955 ">nodejs/undici#3955</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3962 ">nodejs/undici#3962</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3921 ">nodejs/undici#3921</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3923 ">nodejs/undici#3923</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3925 ">nodejs/undici#3925</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3926 ">nodejs/undici#3926</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3924 ">nodejs/undici#3924</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3933 ">nodejs/undici#3933</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3916 ">nodejs/undici#3916</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3930 ">nodejs/undici#3930</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3938 ">nodejs/undici#3938</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/3937 ">#3937</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3940 ">nodejs/undici#3940</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3931 ">nodejs/undici#3931</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3941 ">nodejs/undici#3941</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3911 ">nodejs/undici#3911</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3888 ">nodejs/undici#3888</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3939 ">nodejs/undici#3939</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3947 ">nodejs/undici#3947</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3945 ">nodejs/undici#3945</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3916 ">nodejs/undici#3916</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3893 ">nodejs/undici#3893</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3902 ">nodejs/undici#3902</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/3901 ">#3901</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3903 ">nodejs/undici#3903</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3905 ">nodejs/undici#3905</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3900 ">nodejs/undici#3900</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3913 ">nodejs/undici#3913</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3910 ">nodejs/undici#3910</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3909 ">nodejs/undici#3909</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3906 ">nodejs/undici#3906</a>
<a
href="https://redirect.github.com/nodejs/undici/issues/3922 ">nodejs/undici#3922</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/3962 ">#3962</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/3955 ">#3955</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/3958 ">#3958</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/3945 ">#3945</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/3947 ">#3947</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/3939 ">#3939</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/3888 ">#3888</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/3911 ">#3911</a>
<a
href="https://redirect.github.com/actions/create-github-app-token/issues/3941 ">#3941</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="136412a57a "><code>136412a</code></a>
build(release): 1.11.2 [skip ci]</li>
<li><a
href="b4192a5b36 "><code>b4192a5</code></a>
fix(deps): bump <code>@octokit/request</code> from 9.1.3 to 9.1.4 in
the production-depend...</li>
<li><a
href="29aa0514a7 "><code>29aa051</code></a>
fix(deps): bump undici from 6.19.8 to 7.2.0 (<a
href="https://redirect.github.com/actions/create-github-app-token/issues/198 ">#198</a>)</li>
<li><a
href="a5f8600f58 "><code>a5f8600</code></a>
build(deps-dev): bump <code>@sinonjs/fake-timers</code> from 13.0.2 to
14.0.0 (<a
href="https://redirect.github.com/actions/create-github-app-token/issues/199 ">#199</a>)</li>
<li><a
href="0edddd70c8 "><code>0edddd7</code></a>
build(deps-dev): bump the development-dependencies group with 2 updates
(<a
href="https://redirect.github.com/actions/create-github-app-token/issues/197 ">#197</a>)</li>
<li><a
href="bb3ca765af "><code>bb3ca76</code></a>
docs(README): remove extra space in variable syntax in README example
(<a
href="https://redirect.github.com/actions/create-github-app-token/issues/201 ">#201</a>)</li>
<li>See full diff in <a
href="c1a285145b...136412a57a ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-03 10:07:37 +00:00
kmau
3be6b0659e
Update messages_it_IT.properties ( #2852 )
...
Simple typo correction.
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [X] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [X] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [X] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [X] I have performed a self-review of my own code
- [X] My changes generate no new warnings
### Documentation
- [X] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [X] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-02-03 10:07:14 +00:00
Anthony Stirling
00e1f74f48
version bump ( #2841 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-01-31 23:56:45 +00:00
Blaž Carli
6ae2fddd48
added option for disabling HTML Sanitize ( #2831 )
...
# Description of Changes
Please provide a summary of the changes, including:
- added disableSanitize: false # set to 'true' to disable Sanitize HTML,
set to false to enable Sanitize HTML; (can lead to injections in HTML)
- Some users uses this on local boxes, and uses Google Fonts, and base64
image src.
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [x] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [x] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
---------
Co-authored-by: blaz.carli <blaz.carli@arctur.si >
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2025-01-31 23:36:50 +00:00
Ludy
c5cffdcacb
VS Code Extensions for Development ( #2826 )
...
# Description of Changes
# Introduce Recommended VS Code Extensions for Development
## Summary
This PR introduces a curated list of recommended Visual Studio Code
extensions to enhance the development workflow for Python, Java, and
Spring Boot projects. These extensions provide essential features such
as code formatting, linting, debugging, dependency management, and
remote development support.
## Motivation
Setting up a consistent development environment can be challenging,
especially when working in a team. By providing a predefined list of VS
Code extensions, we ensure that all developers have access to the
necessary tools for an efficient and streamlined workflow. This helps
maintain code quality, improves productivity, and reduces configuration
overhead.
## Benefits
- **Improved Code Quality**: Extensions like `black-formatter`,
`flake8`, and `checkstyle` enforce best coding practices.
- **Enhanced Debugging and Development**: Java and Python-specific
extensions provide powerful debugging, IntelliSense, and dependency
management capabilities.
- **Spring Boot Support**: Tools like `vscode-spring-boot-dashboard` and
`vscode-spring-initializr` streamline Spring Boot application
development.
- **Remote Development Capabilities**: Extensions like
`remote-containers` and `remote-extensionpack` enable seamless
development in containerized and remote environments.
- **Consistency Across Team Members**: Ensures a unified development
experience across all contributors, reducing the time spent on setup and
troubleshooting.
## Changes Introduced
- Added a `.vscode/extensions.json` file containing a list of
recommended VS Code extensions.
- The list includes extensions for:
- Python development (formatting, linting, debugging)
- Java development (code formatting, debugging, dependency management,
Gradle)
- Spring Boot development (Spring Boot dashboard, Spring Initializr,
etc.)
- Remote development support (Containers, SSH, WSL)
- Code spell checking and pre-commit hook management
## How to Use
1. Open VS Code.
2. When prompted, install the recommended extensions.
3. Alternatively, open the command palette (`Ctrl + Shift + P` or `Cmd +
Shift + P` on macOS) and run:
```sh
Extensions: Show Recommended Extensions
```
4. Install the required extensions from the list.
## Next Steps
- Developers should install the recommended extensions to take full
advantage of the improvements.
- Optionally, update the list in `.vscode/extensions.json` if new
extensions are required in the future.
---
### References
- [VS Code Extension
Recommendations](https://code.visualstudio.com/docs/editor/extension-gallery#_workspace-recommended-extensions )
- [Prettier for Code Formatting](https://prettier.io/ )
- [Flake8 Linter for Python](https://flake8.pycqa.org/en/latest/ )
Let me know if you have any feedback or suggestions!
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-01-31 23:34:04 +00:00
reecebrowne
d9eda14521
Fix tab container logic bug ( #2840 )
...
# Description of Changes
Please provide a summary of the changes, including:
Overhauled logic for tab-containers on sign page to fix compatibility
issues with new Tooltip system
Closes #(2839)
---
## Checklist
### General
- [x ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ x] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ x] I have performed a self-review of my own code
- [x ] My changes generate no new warnings
### Documentation
- [ x] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ x] 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)
### UI Changes (if applicable)
- [ x] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ x] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-01-31 23:03:32 +00:00
Anthony Stirling
b865f4379f
Add newest dev ( #2838 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-01-31 16:42:33 +00:00
reecebrowne
4294dc54b1
Homepage ui hotfixes ( #2837 )
...
# Description of Changes
Fixed layout of homepage buttons when resizing pages
Fixed bug showing/hiding favourites column toggle button
---
## Checklist
### General
- [x ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [x ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ x] I have performed a self-review of my own code
- [ x] My changes generate no new warnings
### Documentation
- [ x] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ x] 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)
### UI Changes (if applicable)
- [ x] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ x] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-01-31 16:22:56 +00:00
Anthony Stirling
e3adb38a06
Version bump ( #2820 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-01-31 11:47:08 +00:00
stirlingbot[bot]
1eb40be3b6
🌐 Sync Translations + Update README Progress Table + Update Verification Metadata ( #2830 )
...
### Description of Changes
This Pull Request was automatically generated to synchronize updates to
translation files, verification metadata, and documentation. Below are
the details of the changes made:
#### **1. Synchronization of Translation Files**
- Updated translation files (`messages_*.properties`) to reflect changes
in the reference file `messages_en_GB.properties`.
- Ensured consistency and synchronization across all supported language
files.
- Highlighted any missing or incomplete translations.
#### **2. Update README.md**
- Generated the translation progress table in `README.md`.
- Added a summary of the current translation status for all supported
languages.
- Included up-to-date statistics on translation coverage.
#### **3. Verification Metadata Updates**
- Generated or refreshed the `verification-keyring.keys` and
`verification-metadata.xml` files.
- Included the latest dependency signatures and checksums to enhance the
build's integrity.
#### **Why these changes are necessary**
- Keeps translation files aligned with the latest reference updates.
- Ensures the documentation reflects the current translation progress.
- Strengthens dependency verification for a more secure build process.
---
Auto-generated by [create-pull-request][1].
[1]: https://github.com/peter-evans/create-pull-request
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-01-31 11:40:32 +00:00
stirlingbot[bot]
906bfa7ab1
Update 3rd Party Licenses ( #2829 )
...
Auto-generated by StirlingBot
Signed-off-by: stirlingbot[bot] <1113334+stirlingbot[bot]@users.noreply.github.com>
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-01-31 11:04:27 +00:00
Anthony Stirling
382f5603a8
Config rework ( #2823 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
---------
Co-authored-by: a <a>
2025-01-31 11:00:03 +00:00
Ludy
3dd8b53f85
Deprecated attribute th:include ( #2827 )
...
# Description of Changes
Deprecated attribute `th:include` in template `home`.
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-01-31 10:58:59 +00:00
stirlingbot[bot]
6a874be8e3
🌐 Sync Translations + Update README Progress Table + Update Verification Metadata ( #2822 )
...
### Description of Changes
This Pull Request was automatically generated to synchronize updates to
translation files, verification metadata, and documentation. Below are
the details of the changes made:
#### **1. Synchronization of Translation Files**
- Updated translation files (`messages_*.properties`) to reflect changes
in the reference file `messages_en_GB.properties`.
- Ensured consistency and synchronization across all supported language
files.
- Highlighted any missing or incomplete translations.
#### **2. Update README.md**
- Generated the translation progress table in `README.md`.
- Added a summary of the current translation status for all supported
languages.
- Included up-to-date statistics on translation coverage.
#### **3. Verification Metadata Updates**
- Generated or refreshed the `verification-keyring.keys` and
`verification-metadata.xml` files.
- Included the latest dependency signatures and checksums to enhance the
build's integrity.
#### **Why these changes are necessary**
- Keeps translation files aligned with the latest reference updates.
- Ensures the documentation reflects the current translation progress.
- Strengthens dependency verification for a more secure build process.
---
Auto-generated by [create-pull-request][1].
[1]: https://github.com/peter-evans/create-pull-request
---------
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-01-31 09:30:59 +00:00
albanobattistella
ff08cf41b5
Update messages_it_IT.properties ( #2821 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-01-30 21:40:48 +00:00
stirlingbot[bot]
107112e728
🌐 Sync Translations + Update README Progress Table + Update Verification Metadata ( #2819 )
...
### Description of Changes
This Pull Request was automatically generated to synchronize updates to
translation files, verification metadata, and documentation. Below are
the details of the changes made:
#### **1. Synchronization of Translation Files**
- Updated translation files (`messages_*.properties`) to reflect changes
in the reference file `messages_en_GB.properties`.
- Ensured consistency and synchronization across all supported language
files.
- Highlighted any missing or incomplete translations.
#### **2. Update README.md**
- Generated the translation progress table in `README.md`.
- Added a summary of the current translation status for all supported
languages.
- Included up-to-date statistics on translation coverage.
#### **3. Verification Metadata Updates**
- Generated or refreshed the `verification-keyring.keys` and
`verification-metadata.xml` files.
- Included the latest dependency signatures and checksums to enhance the
build's integrity.
#### **Why these changes are necessary**
- Keeps translation files aligned with the latest reference updates.
- Ensures the documentation reflects the current translation progress.
- Strengthens dependency verification for a more secure build process.
---
Auto-generated by [create-pull-request][1].
[1]: https://github.com/peter-evans/create-pull-request
---------
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-01-30 19:03:53 +00:00
reecebrowne
60cc613c63
Homepage update ( #2663 )
...
# 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)
---------
Co-authored-by: Reece Browne <reece@stirling.pdf >
2025-01-30 18:55:33 +00:00
stirlingbot[bot]
67569a8f6a
🌐 Sync Translations + Update README Progress Table + Update Verification Metadata ( #2811 )
...
### Description of Changes
This Pull Request was automatically generated to synchronize updates to
translation files, verification metadata, and documentation. Below are
the details of the changes made:
#### **1. Synchronization of Translation Files**
- Updated translation files (`messages_*.properties`) to reflect changes
in the reference file `messages_en_GB.properties`.
- Ensured consistency and synchronization across all supported language
files.
- Highlighted any missing or incomplete translations.
#### **2. Update README.md**
- Generated the translation progress table in `README.md`.
- Added a summary of the current translation status for all supported
languages.
- Included up-to-date statistics on translation coverage.
#### **3. Verification Metadata Updates**
- Generated or refreshed the `verification-keyring.keys` and
`verification-metadata.xml` files.
- Included the latest dependency signatures and checksums to enhance the
build's integrity.
#### **Why these changes are necessary**
- Keeps translation files aligned with the latest reference updates.
- Ensures the documentation reflects the current translation progress.
- Strengthens dependency verification for a more secure build process.
---
Auto-generated by [create-pull-request][1].
[1]: https://github.com/peter-evans/create-pull-request
---------
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-01-30 18:40:16 +00:00
Anthony Stirling
7130143809
Update PR-Demo-cleanup.yml ( #2817 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-01-30 18:40:05 +00:00
stirlingbot[bot]
16233595d8
Update 3rd Party Licenses ( #2810 )
...
Auto-generated by StirlingBot
Signed-off-by: stirlingbot[bot] <1113334+stirlingbot[bot]@users.noreply.github.com>
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2025-01-30 18:18:10 +00:00
Abdur Rahman
f59e024802
[Fix] Handle missing end page in PDF split range ( #2816 )
...
## Summary of Changes
**What was changed:**
- Updated the `handlePart` method to handle cases where the end page is
not specified (e.g., '1-').
- The method now defaults to the last page of the PDF, improving the
feature's usability.
**Why the change was made:**
- Users often forget the total page count when splitting PDFs. The new
feature ensures that when only the starting page is specified, the range
defaults to the last page, preventing errors like
`ArrayIndexOutOfBoundsException`.
**Any challenges encountered:**
- No significant challenges encountered while implementing this feature.
**Closes #1576**
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Testing
- [x] I have tested my changes locally.
2025-01-30 18:14:57 +00:00
thiagoor-cpu
a97a27afd3
Update messages_pt_BR.properties ( #2815 )
...
PT-BR Up-to-date , compression and Markdown changes.
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [X] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [X] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [X] I have performed a self-review of my own code
- [X] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-01-30 17:24:17 +00:00
Anthony Stirling
94ea723326
Posthog to log to log file ( #2813 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
---------
Co-authored-by: a <a>
2025-01-30 15:13:42 +00:00
stirlingbot[bot]
8348caf3f0
🌐 Sync Translations + Update README Progress Table + Update Verification Metadata ( #2809 )
...
### Description of Changes
This Pull Request was automatically generated to synchronize updates to
translation files, verification metadata, and documentation. Below are
the details of the changes made:
#### **1. Synchronization of Translation Files**
- Updated translation files (`messages_*.properties`) to reflect changes
in the reference file `messages_en_GB.properties`.
- Ensured consistency and synchronization across all supported language
files.
- Highlighted any missing or incomplete translations.
#### **2. Update README.md**
- Generated the translation progress table in `README.md`.
- Added a summary of the current translation status for all supported
languages.
- Included up-to-date statistics on translation coverage.
#### **3. Verification Metadata Updates**
- Generated or refreshed the `verification-keyring.keys` and
`verification-metadata.xml` files.
- Included the latest dependency signatures and checksums to enhance the
build's integrity.
#### **Why these changes are necessary**
- Keeps translation files aligned with the latest reference updates.
- Ensures the documentation reflects the current translation progress.
- Strengthens dependency verification for a more secure build process.
---
Auto-generated by [create-pull-request][1].
[1]: https://github.com/peter-evans/create-pull-request
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-01-30 11:02:40 +00:00
dependabot[bot]
b2dfb4f863
Bump org.postgresql:postgresql from 42.7.4 to 42.7.5 ( #2757 )
...
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc ) from
42.7.4 to 42.7.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pgjdbc/pgjdbc/releases ">org.postgresql:postgresql's
releases</a>.</em></p>
<blockquote>
<h2>v42.7.5</h2>
<h2>Changes</h2>
<ul>
<li>update changelogs and increment version in gradle.properties for
release <a
href="https://github.com/davecramer "><code>@davecramer</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3478 ">#3478</a>)</li>
<li>regression: revert change in <a
href="https://github.com/pgjdbc/pgjdbc/commit/fc60537 ">https://github.com/pgjdbc/pgjdbc/commit/fc60537 </a>
<a href="https://github.com/davecramer "><code>@davecramer</code></a>
(<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3476 ">#3476</a>)</li>
<li>Fix PgDatabaseMetaData implementation of catalog as param and return
value <a
href="https://github.com/SophiahHo "><code>@SophiahHo</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3390 ">#3390</a>)</li>
<li>Support default GSS credentials in the Java Postgres client <a
href="https://github.com/nrhall "><code>@nrhall</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3451 ">#3451</a>)</li>
<li>fix: return only the transactions accessible by the current_user in
XAResource.recover <a
href="https://github.com/vlsi "><code>@vlsi</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3450 ">#3450</a>)</li>
<li>feat: don't force send extra_float_digits for PostgreSQL >= 12
(<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3432 ">#3432</a>)
<a href="https://github.com/damienb-opt "><code>@damienb-opt</code></a>
(<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3446 ">#3446</a>)</li>
<li>fix: exclude "include columns" from the list of primary
keys <a
href="https://github.com/priteshranjan01 "><code>@priteshranjan01</code></a>
(<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3434 ">#3434</a>)</li>
<li>Enhance the meta query performance by specifying the oid. <a
href="https://github.com/dh-cloud "><code>@dh-cloud</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3427 ">#3427</a>)</li>
<li>feat: support getObject(int, byte[].class) for bytea <a
href="https://github.com/anesterenok "><code>@anesterenok</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3274 ">#3274</a>)</li>
<li>docs: document infinity and some minor edits <a
href="https://github.com/davecramer "><code>@davecramer</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3407 ">#3407</a>)</li>
<li>Added way to check for major server version, fixed check for RULE <a
href="https://github.com/davecramer "><code>@davecramer</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3402 ">#3402</a>)</li>
<li>fixed remaining paragraphs <a
href="https://github.com/Zopsss "><code>@Zopsss</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3398 ">#3398</a>)</li>
<li>fixed paragraphs in javadoc comments <a
href="https://github.com/Zopsss "><code>@Zopsss</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3397 ">#3397</a>)</li>
<li>Reuse buffers and reduce allocations in GSSInputStream addresses
Issue <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3251 ">#3251</a>
<a href="https://github.com/davecramer "><code>@davecramer</code></a>
(<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3255 ">#3255</a>)</li>
<li>chore: Update Gradle to 8.10.2 <a
href="https://github.com/jorsol "><code>@jorsol</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3388 ">#3388</a>)</li>
<li>ci: Test with Java 23 <a
href="https://github.com/jorsol "><code>@jorsol</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3381 ">#3381</a>)</li>
<li>Fix getSchemas() <a
href="https://github.com/SophiahHo "><code>@SophiahHo</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3386 ">#3386</a>)</li>
<li>Update rpm postgresql-jdbc.spec.tpl with scram-client <a
href="https://github.com/jorsol "><code>@jorsol</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3324 ">#3324</a>)</li>
<li>Clearing thisRow and rowBuffer on close() of ResultSet <a
href="https://github.com/reallyinsane "><code>@reallyinsane</code></a>
(<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3384 ">#3384</a>)</li>
<li>Package was renamed to maven-bundle-plugin <a
href="https://github.com/ljavorsk "><code>@ljavorsk</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3382 ">#3382</a>)</li>
<li>As of version 18 the RULE privilege has been removed <a
href="https://github.com/davecramer "><code>@davecramer</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3378 ">#3378</a>)</li>
<li>fix: use buffered inputstream to create GSSInputStream <a
href="https://github.com/Sasasu "><code>@Sasasu</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3373 ">#3373</a>)</li>
<li>get rid of 8.4, 9.0 pg versions and use >= jdk version 17 <a
href="https://github.com/davecramer "><code>@davecramer</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3372 ">#3372</a>)</li>
<li>Changed docker-compose version and renamed script file in
instructions to match the real file name <a
href="https://github.com/MohanadKh03 "><code>@MohanadKh03</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3363 ">#3363</a>)</li>
<li>Do not assume "test" database in
DatabaseMetaDataTransactionIsolationTest <a
href="https://github.com/nvanbenschoten "><code>@nvanbenschoten</code></a>
(<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3364 ">#3364</a>)</li>
<li>try to categorize dependencies <a
href="https://github.com/davecramer "><code>@davecramer</code></a> (<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3362 ">#3362</a>)</li>
</ul>
<h2>⬆️ Dependencies</h2>
<!-- raw HTML omitted -->
<ul>
<li>chore(deps): update dependency gradle to v8.12 <a
href="https://github.com/renovate-bot "><code>@renovate-bot</code></a>
(<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3473 ">#3473</a>)</li>
<li>chore(deps): update codecov/codecov-action digest to adfacf2 <a
href="https://github.com/renovate-bot "><code>@renovate-bot</code></a>
(<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3468 ">#3468</a>)</li>
<li>chore(deps): update dependency sbt/sbt to v1.10.7 <a
href="https://github.com/renovate-bot "><code>@renovate-bot</code></a>
(<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3470 ">#3470</a>)</li>
<li>fix(deps): update dependency org.ops4j.pax.url:pax-url-aether to
v2.6.15 <a
href="https://github.com/renovate-bot "><code>@renovate-bot</code></a>
(<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3471 ">#3471</a>)</li>
<li>fix(deps): update junit5 monorepo to v5.11.4 <a
href="https://github.com/renovate-bot "><code>@renovate-bot</code></a>
(<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3472 ">#3472</a>)</li>
<li>fix(deps): update dependency
com.github.spotbugs:com.github.spotbugs.gradle.plugin to v6.1.0 <a
href="https://github.com/renovate-bot "><code>@renovate-bot</code></a>
(<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3469 ">#3469</a>)</li>
<li>chore(deps): update plugin biz.aqute.bnd.builder to v7.1.0 <a
href="https://github.com/renovate-bot "><code>@renovate-bot</code></a>
(<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3455 ">#3455</a>)</li>
<li>chore(deps): update dependency gradle to v8.11.1 <a
href="https://github.com/renovate-bot "><code>@renovate-bot</code></a>
(<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3454 ">#3454</a>)</li>
<li>chore(deps): update dependency com.typesafe.play:sbt-plugin to
v2.9.6 <a
href="https://github.com/renovate-bot "><code>@renovate-bot</code></a>
(<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3452 ">#3452</a>)</li>
<li>chore(deps): update dependency sbt/sbt to v1.10.6 <a
href="https://github.com/renovate-bot "><code>@renovate-bot</code></a>
(<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3453 ">#3453</a>)</li>
<li>chore(deps): update plugin org.jetbrains.kotlin.jvm to v2.1.0 <a
href="https://github.com/renovate-bot "><code>@renovate-bot</code></a>
(<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3456 ">#3456</a>)</li>
<li>chore(deps): update codecov/codecov-action digest to 015f24e <a
href="https://github.com/renovate-bot "><code>@renovate-bot</code></a>
(<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3438 ">#3438</a>)</li>
<li>chore(deps): update dependency sbt/sbt to v1.10.5 <a
href="https://github.com/renovate-bot "><code>@renovate-bot</code></a>
(<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3439 ">#3439</a>)</li>
<li>chore(deps): update plugin com.github.burrunan.s3-build-cache to
v1.8.4 <a
href="https://github.com/renovate-bot "><code>@renovate-bot</code></a>
(<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3440 ">#3440</a>)</li>
<li>fix(deps): update dependency
com.github.spotbugs:com.github.spotbugs.gradle.plugin to v6.0.26 <a
href="https://github.com/renovate-bot "><code>@renovate-bot</code></a>
(<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3441 ">#3441</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md ">org.postgresql:postgresql's
changelog</a>.</em></p>
<blockquote>
<h2>[42.7.5] (2025-01-14 08:00:00 -0400)</h2>
<h3>Added</h3>
<ul>
<li>ci: Test with Java 23 [PR <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3381 ">#3381</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3381 ">pgjdbc/pgjdbc#3381</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>regression: revert change in fc60537 [PR <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3476 ">#3476</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3476 ">pgjdbc/pgjdbc#3476</a>)</li>
<li>fix: PgDatabaseMetaData implementation of catalog as param and
return value [PR <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3390 ">#3390</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3390 ">pgjdbc/pgjdbc#3390</a>)</li>
<li>fix: Support default GSS credentials in the Java Postgres client [PR
<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3451 ">#3451</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3451 ">pgjdbc/pgjdbc#3451</a>)</li>
<li>fix: return only the transactions accessible by the current_user in
XAResource.recover [PR <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3450 ">#3450</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3450 ">pgjdbc/pgjdbc#3450</a>)</li>
<li>feat: don't force send extra_float_digits for PostgreSQL >= 12
fix [Issue <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3432 ">#3432</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3432 ">pgjdbc/pgjdbc#3432</a>)
[PR <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3446 ">#3446</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3446 ">pgjdbc/pgjdbc#3446</a>)</li>
<li>fix: exclude "include columns" from the list of primary
keys [PR <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3434 ">#3434</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3434 ">pgjdbc/pgjdbc#3434</a>)</li>
<li>perf: Enhance the meta query performance by specifying the oid. [PR
<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3427 ">#3427</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3427 ">pgjdbc/pgjdbc#3427</a>)</li>
<li>feat: support getObject(int, byte[].class) for bytea [PR <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3274 ">#3274</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3274 ">pgjdbc/pgjdbc#3274</a>)</li>
<li>docs: document infinity and some minor edits [PR <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3407 ">#3407</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3407 ">pgjdbc/pgjdbc#3407</a>)</li>
<li>fix: Added way to check for major server version, fixed check for
RULE [PR <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3402 ">#3402</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3402 ">pgjdbc/pgjdbc#3402</a>)</li>
<li>docs: fixed remaining paragraphs [PR <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3398 ">#3398</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3398 ">pgjdbc/pgjdbc#3398</a>)</li>
<li>docs: fixed paragraphs in javadoc comments [PR <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3397 ">#3397</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3397 ">pgjdbc/pgjdbc#3397</a>)</li>
<li>fix: Reuse buffers and reduce allocations in GSSInputStream
addresses [Issue <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3251 ">#3251</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3251 ">pgjdbc/pgjdbc#3251</a>)
[PR <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3255 ">#3255</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3255 ">pgjdbc/pgjdbc#3255</a>)</li>
<li>chore: Update Gradle to 8.10.2 [PR <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3388 ">#3388</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3388 ">pgjdbc/pgjdbc#3388</a>)</li>
<li>fix: getSchemas() [PR <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3386 ">#3386</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3386 ">pgjdbc/pgjdbc#3386</a>)</li>
<li>fix: Update rpm postgresql-jdbc.spec.tpl with scram-client [PR <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3324 ">#3324</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3324 ">pgjdbc/pgjdbc#3324</a>)</li>
<li>fix: Clearing thisRow and rowBuffer on close() of ResultSet [Issue
<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3383 ">#3383</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3383 ">pgjdbc/pgjdbc#3383</a>)
[PR <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3384 ">#3384</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3384 ">pgjdbc/pgjdbc#3384</a>)</li>
<li>fix: Package was renamed to maven-bundle-plugin [PR <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3382 ">#3382</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3382 ">pgjdbc/pgjdbc#3382</a>)</li>
<li>fix: As of version 18 the RULE privilege has been removed [PR <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3378 ">#3378</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3378 ">pgjdbc/pgjdbc#3378</a>)</li>
<li>fix: use buffered inputstream to create GSSInputStream [PR <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3373 ">#3373</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3373 ">pgjdbc/pgjdbc#3373</a>)</li>
<li>test: get rid of 8.4, 9.0 pg versions and use >= jdk version 17
[PR <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3372 ">#3372</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3372 ">pgjdbc/pgjdbc#3372</a>)</li>
<li>Changed docker-compose version and renamed script file in
instructions to match the real file name [PR <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3363 ">#3363</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3363 ">pgjdbc/pgjdbc#3363</a>)</li>
<li>test:Do not assume "test" database in
DatabaseMetaDataTransactionIsolationTest [PR <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3364 ">#3364</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3364 ">pgjdbc/pgjdbc#3364</a>)</li>
<li>try to categorize dependencies [PR <a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3362 ">#3362</a>](<a
href="https://redirect.github.com/pgjdbc/pgjdbc/pull/3362 ">pgjdbc/pgjdbc#3362</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="94a1693a61 "><code>94a1693</code></a>
update changelogs and increment version in gradle.properties for release
(<a
href="https://redirect.github.com/pgjdbc/pgjdbc/issues/3478 ">#3478</a>)</li>
<li><a
href="ce54dfdee8 "><code>ce54dfd</code></a>
chore: replace deprecated kotlinOptions with a replacement API</li>
<li><a
href="398029efe9 "><code>398029e</code></a>
chore: avoid failure in osgi-test/onlyIf if -PjdkBuildVersion is missing
at t...</li>
<li><a
href="7245443f16 "><code>7245443</code></a>
test: skip :pgjdbc-osgi-test:test when runnning tests with Java 8</li>
<li><a
href="7747527904 "><code>7747527</code></a>
chore(deps): update dependency gradle to v8.12</li>
<li><a
href="bb07a4bd01 "><code>bb07a4b</code></a>
chore(deps): update codecov/codecov-action digest to adfacf2</li>
<li><a
href="f545514893 "><code>f545514</code></a>
chore(deps): update dependency sbt/sbt to v1.10.7</li>
<li><a
href="45df56c7bc "><code>45df56c</code></a>
fix(deps): update dependency org.ops4j.pax.url:pax-url-aether to
v2.6.15</li>
<li><a
href="b87e106d55 "><code>b87e106</code></a>
fix(deps): update junit5 monorepo to v5.11.4</li>
<li><a
href="560347762c "><code>5603477</code></a>
fix(deps): update dependency
com.github.spotbugs:com.github.spotbugs.gradle.p...</li>
<li>Additional commits viewable in <a
href="https://github.com/pgjdbc/pgjdbc/compare/REL42.7.4...REL42.7.5 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-30 11:02:07 +00:00
dependabot[bot]
565208edbf
Bump pdfboxVersion from 3.0.3 to 3.0.4 ( #2790 )
...
Bumps `pdfboxVersion` from 3.0.3 to 3.0.4.
Updates `org.apache.pdfbox:pdfbox` from 3.0.3 to 3.0.4
Updates `org.apache.pdfbox:preflight` from 3.0.3 to 3.0.4
Updates `org.apache.pdfbox:xmpbox` from 3.0.3 to 3.0.4
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-30 11:01:56 +00:00
Aindriú Mac Giolla Eoin
8e743e2d67
(i18n) Updated Irish translations ( #2793 )
...
# Description of Changes
- Updated Irish translations
- I checked the translations
---
## Checklist
### General
- [X] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [X] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [X] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [X] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-01-30 11:01:46 +00:00
stirlingbot[bot]
3220ad2045
🤖 format everything with pre-commit by <stirlingbot> ( #2794 )
...
Auto-generated by [create-pull-request][1] with **stirlingbot**
[1]: https://github.com/peter-evans/create-pull-request
Signed-off-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-01-30 11:01:35 +00:00
dependabot[bot]
e690b09ed2
Bump docker/build-push-action from 6.12.0 to 6.13.0 ( #2800 )
...
Bumps
[docker/build-push-action](https://github.com/docker/build-push-action )
from 6.12.0 to 6.13.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/docker/build-push-action/releases ">docker/build-push-action's
releases</a>.</em></p>
<blockquote>
<h2>v6.13.0</h2>
<ul>
<li>Bump <code>@docker/actions-toolkit</code> from 0.51.0 to 0.53.0 in
<a
href="https://redirect.github.com/docker/build-push-action/pull/1308 ">docker/build-push-action#1308</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/build-push-action/compare/v6.12.0...v6.13.0 ">https://github.com/docker/build-push-action/compare/v6.12.0...v6.13.0 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="ca877d9245 "><code>ca877d9</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/build-push-action/issues/1308 ">#1308</a>
from docker/dependabot/npm_and_yarn/docker/actions-t...</li>
<li><a
href="d2fe919bb5 "><code>d2fe919</code></a>
chore: update generated content</li>
<li><a
href="f0fc9ece82 "><code>f0fc9ec</code></a>
chore(deps): Bump <code>@docker/actions-toolkit</code> from 0.51.0 to
0.53.0</li>
<li>See full diff in <a
href="67a2d409c0...ca877d9245 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-30 10:46:23 +00:00
dependabot[bot]
595da7acd9
Bump actions/stale from 9.0.0 to 9.1.0 ( #2803 )
...
Bumps [actions/stale](https://github.com/actions/stale ) from 9.0.0 to
9.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/stale/releases ">actions/stale's
releases</a>.</em></p>
<blockquote>
<h2>v9.1.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Documentation update by <a
href="https://github.com/Marukome0743 "><code>@Marukome0743</code></a>
in <a
href="https://redirect.github.com/actions/stale/pull/1116 ">actions/stale#1116</a></li>
<li>Add workflow file for publishing releases to immutable action
package by <a
href="https://github.com/Jcambass "><code>@Jcambass</code></a> in <a
href="https://redirect.github.com/actions/stale/pull/1179 ">actions/stale#1179</a></li>
<li>Update undici from 5.28.2 to 5.28.4 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/actions/stale/pull/1150 ">actions/stale#1150</a></li>
<li>Update actions/checkout from 3 to 4 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/actions/stale/pull/1091 ">actions/stale#1091</a></li>
<li>Update actions/publish-action from 0.2.2 to 0.3.0 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/actions/stale/pull/1147 ">actions/stale#1147</a></li>
<li>Update ts-jest from 29.1.1 to 29.2.5 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/actions/stale/pull/1175 ">actions/stale#1175</a></li>
<li>Update <code>@actions/core</code> from 1.10.1 to 1.11.1 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/actions/stale/pull/1191 ">actions/stale#1191</a></li>
<li>Update <code>@types/jest</code> from 29.5.11 to 29.5.14 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/actions/stale/pull/1193 ">actions/stale#1193</a></li>
<li>Update <code>@actions/cache</code> from 3.2.2 to 4.0.0 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/actions/stale/pull/1194 ">actions/stale#1194</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/Marukome0743 "><code>@Marukome0743</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/stale/pull/1116 ">actions/stale#1116</a></li>
<li><a href="https://github.com/Jcambass "><code>@Jcambass</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/stale/pull/1179 ">actions/stale#1179</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/stale/compare/v9...v9.1.0 ">https://github.com/actions/stale/compare/v9...v9.1.0 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="5bef64f19d "><code>5bef64f</code></a>
build(deps): bump <code>@actions/cache</code> from 3.2.2 to 4.0.0 (<a
href="https://redirect.github.com/actions/stale/issues/1194 ">#1194</a>)</li>
<li><a
href="fa77dfddd0 "><code>fa77dfd</code></a>
build(deps-dev): bump <code>@types/jest</code> from 29.5.11 to 29.5.14
(<a
href="https://redirect.github.com/actions/stale/issues/1193 ">#1193</a>)</li>
<li><a
href="f04443dce3 "><code>f04443d</code></a>
build(deps): bump <code>@actions/core</code> from 1.10.1 to 1.11.1 (<a
href="https://redirect.github.com/actions/stale/issues/1191 ">#1191</a>)</li>
<li><a
href="5c715b0513 "><code>5c715b0</code></a>
build(deps-dev): bump ts-jest from 29.1.1 to 29.2.5 (<a
href="https://redirect.github.com/actions/stale/issues/1175 ">#1175</a>)</li>
<li><a
href="f69122271d "><code>f691222</code></a>
build(deps): bump actions/publish-action from 0.2.2 to 0.3.0 (<a
href="https://redirect.github.com/actions/stale/issues/1147 ">#1147</a>)</li>
<li><a
href="df990c2cf5 "><code>df990c2</code></a>
build(deps): bump actions/checkout from 3 to 4 (<a
href="https://redirect.github.com/actions/stale/issues/1091 ">#1091</a>)</li>
<li><a
href="6e472ce44a "><code>6e472ce</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/stale/issues/1179 ">#1179</a>
from actions/Jcambass-patch-1</li>
<li><a
href="d10ba64261 "><code>d10ba64</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/stale/issues/1150 ">#1150</a>
from actions/dependabot/npm_and_yarn/undici-5.28.4</li>
<li><a
href="bbf3da5f64 "><code>bbf3da5</code></a>
resolve check failures</li>
<li><a
href="6a2e61d18b "><code>6a2e61d</code></a>
Add workflow file for publishing releases to immutable action
package</li>
<li>Additional commits viewable in <a
href="28ca103628...5bef64f19d ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-30 10:43:17 +00:00
dependabot[bot]
78f1d2b843
Bump github/codeql-action from 3.28.1 to 3.28.6 ( #2802 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action )
from 3.28.1 to 3.28.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/github/codeql-action/releases ">github/codeql-action's
releases</a>.</em></p>
<blockquote>
<h2>v3.28.6</h2>
<h1>CodeQL Action Changelog</h1>
<p>See the <a
href="https://github.com/github/codeql-action/releases ">releases
page</a> for the relevant changes to the CodeQL CLI and language
packs.</p>
<h2>3.28.6 - 27 Jan 2025</h2>
<ul>
<li>Re-enable debug artifact upload for CLI versions 2.20.3 or greater.
<a
href="https://redirect.github.com/github/codeql-action/pull/2726 ">#2726</a></li>
</ul>
<p>See the full <a
href="https://github.com/github/codeql-action/blob/v3.28.6/CHANGELOG.md ">CHANGELOG.md</a>
for more information.</p>
<h2>v3.28.5</h2>
<h1>CodeQL Action Changelog</h1>
<p>See the <a
href="https://github.com/github/codeql-action/releases ">releases
page</a> for the relevant changes to the CodeQL CLI and language
packs.</p>
<h2>3.28.5 - 24 Jan 2025</h2>
<ul>
<li>Update default CodeQL bundle version to 2.20.3. <a
href="https://redirect.github.com/github/codeql-action/pull/2717 ">#2717</a></li>
</ul>
<p>See the full <a
href="https://github.com/github/codeql-action/blob/v3.28.5/CHANGELOG.md ">CHANGELOG.md</a>
for more information.</p>
<h2>v3.28.4</h2>
<h1>CodeQL Action Changelog</h1>
<p>See the <a
href="https://github.com/github/codeql-action/releases ">releases
page</a> for the relevant changes to the CodeQL CLI and language
packs.</p>
<h2>3.28.4 - 23 Jan 2025</h2>
<p>No user facing changes.</p>
<p>See the full <a
href="https://github.com/github/codeql-action/blob/v3.28.4/CHANGELOG.md ">CHANGELOG.md</a>
for more information.</p>
<h2>v3.28.3</h2>
<h1>CodeQL Action Changelog</h1>
<p>See the <a
href="https://github.com/github/codeql-action/releases ">releases
page</a> for the relevant changes to the CodeQL CLI and language
packs.</p>
<h2>3.28.3 - 22 Jan 2025</h2>
<ul>
<li>Update default CodeQL bundle version to 2.20.2. <a
href="https://redirect.github.com/github/codeql-action/pull/2707 ">#2707</a></li>
<li>Fix an issue downloading the CodeQL Bundle from a GitHub Enterprise
Server instance which occurred when the CodeQL Bundle had been synced to
the instance using the <a
href="https://github.com/github/codeql-action-sync-tool ">CodeQL Action
sync tool</a> and the Actions runner did not have Zstandard installed.
<a
href="https://redirect.github.com/github/codeql-action/pull/2710 ">#2710</a></li>
<li>Uploading debug artifacts for CodeQL analysis is temporarily
disabled. <a
href="https://redirect.github.com/github/codeql-action/pull/2712 ">#2712</a></li>
</ul>
<p>See the full <a
href="https://github.com/github/codeql-action/blob/v3.28.3/CHANGELOG.md ">CHANGELOG.md</a>
for more information.</p>
<h2>v3.28.2</h2>
<h1>CodeQL Action Changelog</h1>
<p>See the <a
href="https://github.com/github/codeql-action/releases ">releases
page</a> for the relevant changes to the CodeQL CLI and language
packs.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md ">github/codeql-action's
changelog</a>.</em></p>
<blockquote>
<h1>CodeQL Action Changelog</h1>
<p>See the <a
href="https://github.com/github/codeql-action/releases ">releases
page</a> for the relevant changes to the CodeQL CLI and language
packs.</p>
<h2>[UNRELEASED]</h2>
<p>No user facing changes.</p>
<h2>3.28.6 - 27 Jan 2025</h2>
<ul>
<li>Re-enable debug artifact upload for CLI versions 2.20.3 or greater.
<a
href="https://redirect.github.com/github/codeql-action/pull/2726 ">#2726</a></li>
</ul>
<h2>3.28.5 - 24 Jan 2025</h2>
<ul>
<li>Update default CodeQL bundle version to 2.20.3. <a
href="https://redirect.github.com/github/codeql-action/pull/2717 ">#2717</a></li>
</ul>
<h2>3.28.4 - 23 Jan 2025</h2>
<p>No user facing changes.</p>
<h2>3.28.3 - 22 Jan 2025</h2>
<ul>
<li>Update default CodeQL bundle version to 2.20.2. <a
href="https://redirect.github.com/github/codeql-action/pull/2707 ">#2707</a></li>
<li>Fix an issue downloading the CodeQL Bundle from a GitHub Enterprise
Server instance which occurred when the CodeQL Bundle had been synced to
the instance using the <a
href="https://github.com/github/codeql-action-sync-tool ">CodeQL Action
sync tool</a> and the Actions runner did not have Zstandard installed.
<a
href="https://redirect.github.com/github/codeql-action/pull/2710 ">#2710</a></li>
<li>Uploading debug artifacts for CodeQL analysis is temporarily
disabled. <a
href="https://redirect.github.com/github/codeql-action/pull/2712 ">#2712</a></li>
</ul>
<h2>3.28.2 - 21 Jan 2025</h2>
<p>No user facing changes.</p>
<h2>3.28.1 - 10 Jan 2025</h2>
<ul>
<li>CodeQL Action v2 is now deprecated, and is no longer updated or
supported. For better performance, improved security, and new features,
upgrade to v3. For more information, see <a
href="https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/ ">this
changelog post</a>. <a
href="https://redirect.github.com/github/codeql-action/pull/2677 ">#2677</a></li>
<li>Update default CodeQL bundle version to 2.20.1. <a
href="https://redirect.github.com/github/codeql-action/pull/2678 ">#2678</a></li>
</ul>
<h2>3.28.0 - 20 Dec 2024</h2>
<ul>
<li>Bump the minimum CodeQL bundle version to 2.15.5. <a
href="https://redirect.github.com/github/codeql-action/pull/2655 ">#2655</a></li>
<li>Don't fail in the unusual case that a file is on the search path. <a
href="https://redirect.github.com/github/codeql-action/pull/2660 ">#2660</a>.</li>
</ul>
<h2>3.27.9 - 12 Dec 2024</h2>
<p>No user facing changes.</p>
<h2>3.27.8 - 12 Dec 2024</h2>
<ul>
<li>Fixed an issue where streaming the download and extraction of the
CodeQL bundle did not respect proxy settings. <a
href="https://redirect.github.com/github/codeql-action/pull/2624 ">#2624</a></li>
</ul>
<h2>3.27.7 - 10 Dec 2024</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="17a820bf2e "><code>17a820b</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2735 ">#2735</a>
from github/aeisenberg/fix-permissions</li>
<li><a
href="3a4eae00ff "><code>3a4eae0</code></a>
Add extra permission to mergeback workflow</li>
<li><a
href="4e83f6b818 "><code>4e83f6b</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2732 ">#2732</a>
from github/update-v3.28.6-b49419044</li>
<li><a
href="64ad47c7c1 "><code>64ad47c</code></a>
Update changelog for v3.28.6</li>
<li><a
href="b494190443 "><code>b494190</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2726 ">#2726</a>
from github/aeisenberg/reenable-artifact-upload</li>
<li><a
href="a879704805 "><code>a879704</code></a>
Clarify test fail;ure message</li>
<li><a
href="62c322fad9 "><code>62c322f</code></a>
Add better comments around artifact upload tests</li>
<li><a
href="c6b286132e "><code>c6b2861</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2731 ">#2731</a>
from github/dependabot/npm_and_yarn/npm-e1e9e6cd15</li>
<li><a
href="297e89a0d9 "><code>297e89a</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2723 ">#2723</a>
from github/marcogario/start-proxy_tests</li>
<li><a
href="357e0ceaa9 "><code>357e0ce</code></a>
Update checked-in dependencies</li>
<li>Additional commits viewable in <a
href="b6a472f63d...17a820bf2e ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-30 10:33:47 +00:00
dependabot[bot]
d2fe4364c2
Bump testdriverai/action from 1.0.0 to 1.1.3 ( #2801 )
...
Bumps [testdriverai/action](https://github.com/testdriverai/action ) from
1.0.0 to 1.1.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/testdriverai/action/releases ">testdriverai/action's
releases</a>.</em></p>
<blockquote>
<h2>1.1.3</h2>
<h2>What's Changed</h2>
<p>Ensure proper context is considered when testing from
<code>workflow_run</code> action.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/testdriverai/action/compare/1.1.2...1.1.3 ">https://github.com/testdriverai/action/compare/1.1.2...1.1.3 </a></p>
<h2>1.1.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Ianjennings/sha2 by <a
href="https://github.com/ianjennings "><code>@ianjennings</code></a> in
<a
href="https://redirect.github.com/testdriverai/action/pull/39 ">testdriverai/action#39</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/testdriverai/action/compare/1.1.1...1.1.2 ">https://github.com/testdriverai/action/compare/1.1.1...1.1.2 </a></p>
<h2>1.1.1</h2>
<h2>What's Changed</h2>
<p>Fix for bad PR Sha</p>
<ul>
<li>Ianjennings/sha by <a
href="https://github.com/ianjennings "><code>@ianjennings</code></a> in
<a
href="https://redirect.github.com/testdriverai/action/pull/38 ">testdriverai/action#38</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/testdriverai/action/compare/1.1.0...1.1.1 ">https://github.com/testdriverai/action/compare/1.1.0...1.1.1 </a></p>
<h2>1.1.0</h2>
<h2>What's Changed</h2>
<ul>
<li>create check test by <a
href="https://github.com/ianjennings "><code>@ianjennings</code></a> in
<a
href="https://redirect.github.com/testdriverai/action/pull/36 ">testdriverai/action#36</a></li>
</ul>
<p><img
src="https://github.com/user-attachments/assets/9ee1bc7b-88b0-413a-a040-e472d442c43b "
alt="CleanShot 2025-01-20 at 23 22 19" /></p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/testdriverai/action/compare/1.0.0...1.1.0 ">https://github.com/testdriverai/action/compare/1.0.0...1.1.0 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="f0d0f45fdd "><code>f0d0f45</code></a>
Ianjennings/test context 3 (<a
href="https://redirect.github.com/testdriverai/action/issues/42 ">#42</a>)</li>
<li><a
href="54c38b8109 "><code>54c38b8</code></a>
checkout</li>
<li><a
href="7a30d42885 "><code>7a30d42</code></a>
worthless change to test context (<a
href="https://redirect.github.com/testdriverai/action/issues/41 ">#41</a>)</li>
<li><a
href="d286334698 "><code>d286334</code></a>
Ianjennings/dynamic-context (<a
href="https://redirect.github.com/testdriverai/action/issues/40 ">#40</a>)</li>
<li><a
href="bb03cc2eb3 "><code>bb03cc2</code></a>
truncate description</li>
<li><a
href="7f6e2708b9 "><code>7f6e270</code></a>
Merge pull request <a
href="https://redirect.github.com/testdriverai/action/issues/39 ">#39</a>
from testdriverai/ianjennings/sha2</li>
<li><a
href="91e26edc21 "><code>91e26ed</code></a>
remove console log</li>
<li><a
href="ca2d3785cb "><code>ca2d378</code></a>
remove console log</li>
<li><a
href="fb32f33cf7 "><code>fb32f33</code></a>
Merge pull request <a
href="https://redirect.github.com/testdriverai/action/issues/38 ">#38</a>
from testdriverai/ianjennings/sha</li>
<li><a
href="9b02d9547e "><code>9b02d95</code></a>
aaaa</li>
<li>Additional commits viewable in <a
href="47e87c5d50...f0d0f45fdd ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-30 10:30:57 +00:00
tkymmm
cb114c29de
Update messages_ja_JP.properties ( #2804 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
---------
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2025-01-30 10:26:31 +00:00
stirlingbot[bot]
7eb7774979
🌐 Sync Translations + Update README Progress Table + Update Verification Metadata ( #2786 )
...
### Description of Changes
This Pull Request was automatically generated to synchronize updates to
translation files, verification metadata, and documentation. Below are
the details of the changes made:
#### **1. Synchronization of Translation Files**
- Updated translation files (`messages_*.properties`) to reflect changes
in the reference file `messages_en_GB.properties`.
- Ensured consistency and synchronization across all supported language
files.
- Highlighted any missing or incomplete translations.
#### **2. Update README.md**
- Generated the translation progress table in `README.md`.
- Added a summary of the current translation status for all supported
languages.
- Included up-to-date statistics on translation coverage.
#### **3. Verification Metadata Updates**
- Generated or refreshed the `verification-keyring.keys` and
`verification-metadata.xml` files.
- Included the latest dependency signatures and checksums to enhance the
build's integrity.
#### **Why these changes are necessary**
- Keeps translation files aligned with the latest reference updates.
- Ensures the documentation reflects the current translation progress.
- Strengthens dependency verification for a more secure build process.
---
Auto-generated by [create-pull-request][1].
[1]: https://github.com/peter-evans/create-pull-request
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-01-26 13:23:13 +00:00
stirlingbot[bot]
10158fa408
Update 3rd Party Licenses ( #2788 )
...
Auto-generated by StirlingBot
Signed-off-by: stirlingbot[bot] <1113334+stirlingbot[bot]@users.noreply.github.com>
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-01-26 13:18:17 +00:00
Anthony Stirling
dab6613f1b
Test cleanup, JVM GC and api ( #2787 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
---------
Co-authored-by: a <a>
2025-01-26 13:10:16 +00:00
Ludy
1d016df92e
Fix: test failure on pull request from dependabot ( #2783 )
...
# Description of Changes
This PR is the first step for improving `Generate verification metadata`
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [x] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-01-25 14:06:45 +00:00
stirlingbot[bot]
0631e3071c
📝 Sync translation files + Update README.md (Translation Progress Table) ( #2774 )
...
#### Description
This Pull Request was automatically generated to synchronize updates to
translation files and documentation. The changes include:
1. **Synchronization of Translation Files:**
- Updated content based on the latest changes in
`messages_en_GB.properties`.
- Ensured consistency between all language files and the reference file.
2. **Update README.md:**
- Generated the translation progress table.
- Displayed the current status of translations for all supported
languages.
---
Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-01-23 08:21:25 +00:00
Thomas BERNARD
ba1b4b502c
Fix fr messages ( #2773 )
...
# Description of Changes
add some missing French translations
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [x] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-01-22 23:43:03 +00:00
Ludy
7865bf720f
Security: file name restriction ( #2768 )
...
# Description of Changes
This PR updates the `check_properties.yml` workflow to refine the
file-matching regex for properties files.
### **What was changed:**
- Modified the regex used in two locations:
1. In the GitHub CLI (`gh`) command to filter changed files:
```diff
- '^src/main/resources/messages_[a-zA-Z_]+\.properties$'
+
'^src/main/resources/messages_[a-zA-Z_]{2}_[a-zA-Z_]{2,7}\.properties$'
```
2. In the code to match relevant property files:
```diff
- /^src\/main\/resources\/messages_[a-zA-Z_]+\.properties$/
+
/^src\/main\/resources\/messages_[a-zA-Z_]{2}_[a-zA-Z_]{2,7}\.properties$/
```
### **Why the change was made:**
- The previous regex matched any property files with loosely defined
patterns, including invalid or unintended formats.
- The updated regex ensures stricter matching of valid locale patterns:
- Locale codes in the format `xx_XX` where:
- `xx` represents a 2-character language code.
- `XX` represents a 2-7 character region code.
### **Challenges encountered:**
- Ensuring compatibility across both the GitHub CLI command.
- Avoiding edge cases where valid property files might be excluded
unintentionally.
Closes # (issue_number)
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [x] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [x] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-01-22 10:41:34 +00:00
stirlingbot[bot]
06abc82fbc
📝 Sync translation files + Update README.md (Translation Progress Table) ( #2770 )
...
#### Description
This Pull Request was automatically generated to synchronize updates to
translation files and documentation. The changes include:
1. **Synchronization of Translation Files:**
- Updated content based on the latest changes in
`messages_en_GB.properties`.
- Ensured consistency between all language files and the reference file.
2. **Update README.md:**
- Generated the translation progress table.
- Displayed the current status of translations for all supported
languages.
---
Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-01-22 10:41:06 +00:00
pixeebot[bot]
3afacf2405
Switch order of literals to prevent NullPointerException ( #2769 )
...
This change defensively switches the order of literals in comparison
expressions to ensure that no null pointer exceptions are unexpectedly
thrown. Runtime exceptions especially can cause exceptional and
unexpected code paths to be taken, and this can result in unexpected
behavior.
Both simple vulnerabilities (like information disclosure) and complex
vulnerabilities (like business logic flaws) can take advantage of these
unexpected code paths.
Our changes look something like this:
```diff
String fieldName = header.getFieldName();
String fieldValue = header.getFieldValue();
- if(fieldName.equals("requestId")) {
+ if("requestId".equals(fieldName)) {
logRequest(fieldValue);
}
```
<details>
<summary>More reading</summary>
*
[https://cwe.mitre.org/data/definitions/476.html ](https://cwe.mitre.org/data/definitions/476.html )
*
[https://en.wikibooks.org/wiki/Java_Programming/Preventing_NullPointerException ](https://en.wikibooks.org/wiki/Java_Programming/Preventing_NullPointerException )
*
[https://rules.sonarsource.com/java/RSPEC-1132/ ](https://rules.sonarsource.com/java/RSPEC-1132/ )
</details>
🧚 🤖 Powered by Pixeebot
[Feedback](https://ask.pixee.ai/feedback ) |
[Community](https://pixee-community.slack.com/signup#/domain-signup ) |
[Docs](https://docs.pixee.ai/ ) | Codemod ID:
pixee:java/switch-literal-first

<!--{"type":"DRIP","codemod":"pixee:java/switch-literal-first"}-->
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
2025-01-22 10:39:47 +00:00
Peter Dave Hello
ba259a2d8d
Update and improve Czech(Česky)(cs_CZ) locale using Claude 3.5 Sonnet ( #2748 )
...
Leverage Claude 3.5 Sonnet from Anthropic, a cutting-edge LLM model, to
improve translation outcomes. In #2164 , the previous use of Qwen2.5 7b a
smaller and less advanced AI model) was an earlier attempt that may have
resulted in suboptimal quality and user experience. While relying solely
on LLMs for translation is generally not ideal, adopting a more advanced
model like Claude 3.5 allows us to address these earlier limitations and
ensures significantly better results, even for a language I do not
understand.
Furthermore, I also use the powerful frontier OpenAI GPT-4o and Google
Gemini-1.5-Pro for proofreading, and thoroughly examined and verified
line breaks to ensure accuracy and facilitate easier contributions and
improvements by others.
2025-01-22 10:36:09 +00:00
stirlingbot[bot]
45895cd6bf
Update 3rd Party Licenses ( #2765 )
...
Auto-generated by StirlingBot
Signed-off-by: stirlingbot[bot] <1113334+stirlingbot[bot]@users.noreply.github.com>
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-01-21 14:39:05 +00:00
dependabot[bot]
66d0ad5071
Bump docker/build-push-action from 6.11.0 to 6.12.0 ( #2762 )
...
Bumps
[docker/build-push-action](https://github.com/docker/build-push-action )
from 6.11.0 to 6.12.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/docker/build-push-action/releases ">docker/build-push-action's
releases</a>.</em></p>
<blockquote>
<h2>v6.12.0</h2>
<ul>
<li>Bump <code>@docker/actions-toolkit</code> from 0.49.0 to 0.51.0 in
<a
href="https://redirect.github.com/docker/build-push-action/pull/1300 ">docker/build-push-action#1300</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/build-push-action/compare/v6.11.0...v6.12.0 ">https://github.com/docker/build-push-action/compare/v6.11.0...v6.12.0 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="67a2d409c0 "><code>67a2d40</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/build-push-action/issues/1300 ">#1300</a>
from docker/dependabot/npm_and_yarn/docker/actions-t...</li>
<li><a
href="0b1b1c9c43 "><code>0b1b1c9</code></a>
chore: update generated content</li>
<li><a
href="b6a7c2c4ee "><code>b6a7c2c</code></a>
chore(deps): Bump <code>@docker/actions-toolkit</code> from 0.49.0 to
0.51.0</li>
<li><a
href="31ca4e5d51 "><code>31ca4e5</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/build-push-action/issues/1296 ">#1296</a>
from crazy-max/bake-v6</li>
<li><a
href="e613db9d5a "><code>e613db9</code></a>
update bake-action to v6</li>
<li>See full diff in <a
href="b32b51a8ed...67a2d409c0 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-21 11:11:18 +00:00
dependabot[bot]
c5ae576541
Bump step-security/harden-runner from 2.10.3 to 2.10.4 ( #2761 )
...
[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️
Rebasing might not happen immediately, so don't worry if this takes some
time.
Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps
[step-security/harden-runner](https://github.com/step-security/harden-runner )
from 2.10.3 to 2.10.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/step-security/harden-runner/releases ">step-security/harden-runner's
releases</a>.</em></p>
<blockquote>
<h2>v2.10.4</h2>
<h2>What's Changed</h2>
<p>Fixed a potential Harden-Runner post step failure that could occur
when printing agent service logs. The fix gracefully handles failures
without failing the post step.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/step-security/harden-runner/compare/v2...v2.10.4 ">https://github.com/step-security/harden-runner/compare/v2...v2.10.4 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="cb605e52c2 "><code>cb605e5</code></a>
Merge pull request <a
href="https://redirect.github.com/step-security/harden-runner/issues/496 ">#496</a>
from step-security/fix-enobufs</li>
<li><a
href="61144dda3b "><code>61144dd</code></a>
Update log statement</li>
<li><a
href="b8be370ff4 "><code>b8be370</code></a>
Add try catch block</li>
<li><a
href="6f6fa07e47 "><code>6f6fa07</code></a>
Fix ENOBUFS issue</li>
<li><a
href="18f6947f13 "><code>18f6947</code></a>
Merge pull request <a
href="https://redirect.github.com/step-security/harden-runner/issues/495 ">#495</a>
from AkhigbeEromo/Update-README</li>
<li><a
href="81f844e743 "><code>81f844e</code></a>
Edit docs</li>
<li><a
href="4c766de2db "><code>4c766de</code></a>
Merge branch 'Update-README' of <a
href="https://github.com/AkhigbeEromo/harden-runner ">https://github.com/AkhigbeEromo/harden-runner </a>...</li>
<li><a
href="c9c5f3273c "><code>c9c5f32</code></a>
Handle Ashish reviews</li>
<li><a
href="2877824267 "><code>2877824</code></a>
Merge branch 'main' into Update-README</li>
<li><a
href="be87de076d "><code>be87de0</code></a>
Clean up</li>
<li>Additional commits viewable in <a
href="c95a14d0e5...cb605e52c2 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-21 11:11:01 +00:00
dependabot[bot]
2bcdd8cce6
Bump org.springframework:spring-jdbc from 6.2.1 to 6.2.2 ( #2760 )
...
[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️
Rebasing might not happen immediately, so don't worry if this takes some
time.
Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps
[org.springframework:spring-jdbc](https://github.com/spring-projects/spring-framework )
from 6.2.1 to 6.2.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/spring-projects/spring-framework/releases ">org.springframework:spring-jdbc's
releases</a>.</em></p>
<blockquote>
<h2>v6.2.2</h2>
<h2>⭐ New Features</h2>
<ul>
<li>Track only qualifier annotations in <code>BeanOverrideHandler</code>
<a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34260 ">#34260</a></li>
<li>Remove <code>@FunctionalInterface</code> declaration from
<code>BeanOverrideProcessor</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34259 ">#34259</a></li>
<li>Refine default filtered headers for web data binding <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34182 ">#34182</a></li>
<li>Improve query params in uri KeyValue with HTTP interface client <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34176 ">#34176</a></li>
<li>Refine location checks for PathResource <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34167 ">#34167</a></li>
<li>Avoid virtual thread pinning in procedure calling <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34133 ">#34133</a></li>
<li>Type-level constraint violation should result in ParameterErrors <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34105 ">#34105</a></li>
<li>Avoid logger serialization behind shared EntityManager proxy <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34084 ">#34084</a></li>
<li>Improve PathMatcher to PathPatternParser migration in mvc XML
configuration <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34064 ">#34064</a></li>
<li>Support <code>@MockitoBean</code> at the type level on test classes
<a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33925 ">#33925</a></li>
</ul>
<h2>🐞 Bug Fixes</h2>
<ul>
<li>HttpHeadersAssert#doesNotContainsHeaders has a typo <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34263 ">#34263</a></li>
<li>Deadlock with background EntityManager bootstrap due to locking in
getSingletonFactoryBeanForTypeCheck <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34247 ">#34247</a></li>
<li>ApplicationListener no longer invoked for double generic
ApplicationEvent with 6.2.1 <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34234 ">#34234</a></li>
<li>Nested transaction savepoints are broken in SQL Server <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34233 ">#34233</a></li>
<li>Error handling override in DefaultResponseErrorHandler ignored after
upgrade to 6.2.0 <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34231 ">#34231</a></li>
<li>FileNotFoundException is thrown when using
ConfigurationPropertiesScan with Spring Context 6.2.1 <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34216 ">#34216</a></li>
<li>BindException declared but not handled by ExceptionHandler <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/34214 ">#34214</a></li>
<li><code>@TestBean</code> factory method resolution is incorrect within
class hierarchy <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34204 ">#34204</a></li>
<li>Bean Override in superclass takes precedence over Bean Override in
subclass <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34194 ">#34194</a></li>
<li>Ensure <code>AsyncListener#onError</code> does not return until
dispatch completes <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34192 ">#34192</a></li>
<li>BeanNotOfRequiredTypeException during transaction qualifier
resolution in 6.2.1 <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34187 ">#34187</a></li>
<li>BeanCurrentlyInCreationException is thrown when multiple threads
simultaneously try to create bean <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34186 ">#34186</a></li>
<li><code>DataBinder</code> throws
<code>IndexOutOfBoundsException</code> when indexed parameter uses
nonconsecutive indices <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34145 ">#34145</a></li>
<li>NullPointerException is thrown if WebClient is used with Apache
Httpclient and cookies are disabled <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34132 ">#34132</a></li>
<li>Wrong parentId tracking in FlightRecorderApplicationStartup <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34128 ">#34128</a></li>
<li>PathMatchingResourcePatternResolver is not able to resolve file in
SpringBoot Packaged JAR <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34126 ">#34126</a></li>
<li>Placeholder resolution no longer considers exact match before
resolving the placeholder key <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34124 ">#34124</a></li>
<li><code>DataBinder</code> throws
<code>StringIndexOutOfBoundsException</code> for indexed property
without nested property path <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34121 ">#34121</a></li>
<li>Dependency injection matches wildcards too leniently with 6.2.1 <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34119 ">#34119</a></li>
<li>PathMatchingResourcePatternResolver throws FileNotFoundException
caused by wrong cache path <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34111 ">#34111</a></li>
<li>SpEL fails to invoke <code>MethodHandle</code> function reference
accepting only varargs <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34109 ">#34109</a></li>
<li>Generic with a base type is no longer resolved to its base if the
generic is unresolved <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/34086 ">#34086</a></li>
<li><code>DataBinder</code> throws
<code>StringIndexOutOfBoundsException</code> for map property without
nested property path <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34043 ">#34043</a></li>
<li>Fix implicit variable resolution in JSP <code>EvalTag</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/33945 ">#33945</a></li>
</ul>
<h2>📔 Documentation</h2>
<ul>
<li>Fix inaccuracy in RequestHeaderArgumentResolver Javadoc <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/34230 ">#34230</a></li>
<li>Document that http.client.requests measure the entire HTTP exchange
<a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34201 ">#34201</a></li>
<li>Misuse of em dash in "Basic Concept" section <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/34165 ">#34165</a></li>
<li>Fix typo in link <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/34149 ">#34149</a></li>
<li>Broken syntax in xml sample of "Reference to Other Beans"
section <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/34148 ">#34148</a></li>
<li>Fix minor typo in reference documentation for Kotlin annotations <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/34134 ">#34134</a></li>
<li>Clarify documentation for the default uri client request observation
metric <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/34116 ">#34116</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d5da602bc2 "><code>d5da602</code></a>
Release v6.2.2</li>
<li><a
href="384d2749c6 "><code>384d274</code></a>
Polishing in HttpServiceMethod</li>
<li><a
href="5150a9a6ad "><code>5150a9a</code></a>
Polishing contribution</li>
<li><a
href="a8c5885aff "><code>a8c5885</code></a>
Fix wrong document about RequestHeaderArgumentResolver</li>
<li><a
href="7d844274dc "><code>7d84427</code></a>
Upgrade to Jetty 12.0.16, Netty 4.1.117, Protobuf 4.29.3, Checkstyle
10.21.1</li>
<li><a
href="70ceb3abdf "><code>70ceb3a</code></a>
Refer to local Consumer type instead of Kotlin test type</li>
<li><a
href="9181cce65f "><code>9181cce</code></a>
Support @MockitoBean at the type level on test classes</li>
<li><a
href="8b6523a35b "><code>8b6523a</code></a>
Cross reference @NestedTestConfiguration for Bean Overrides</li>
<li><a
href="e7f349328d "><code>e7f3493</code></a>
Merge pull request <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34086 ">#34086</a>
from rPraml</li>
<li><a
href="fe5f5d53b2 "><code>fe5f5d5</code></a>
Polish "Resolve base type in parameterized type if
necessary"</li>
<li>Additional commits viewable in <a
href="https://github.com/spring-projects/spring-framework/compare/v6.2.1...v6.2.2 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-21 11:10:42 +00:00
dependabot[bot]
c96765f962
Bump bouncycastleVersion from 1.79 to 1.80 ( #2759 )
...
[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️
Rebasing might not happen immediately, so don't worry if this takes some
time.
Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps `bouncycastleVersion` from 1.79 to 1.80.
Updates `org.bouncycastle:bcprov-jdk18on` from 1.79 to 1.80
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html ">org.bouncycastle:bcprov-jdk18on's
changelog</a>.</em></p>
<blockquote>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->2.1.1 Version<!--
raw HTML omitted --><!-- raw HTML omitted -->
Release: 1.80<!-- raw HTML omitted -->
Date: 2025, 14th January.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/bcgit/bc-java/commits ">compare view</a></li>
</ul>
</details>
<br />
Updates `org.bouncycastle:bcpkix-jdk18on` from 1.79 to 1.80
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html ">org.bouncycastle:bcpkix-jdk18on's
changelog</a>.</em></p>
<blockquote>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<p><!-- raw HTML omitted --><!-- raw HTML omitted -->2.1.1 Version<!--
raw HTML omitted --><!-- raw HTML omitted -->
Release: 1.80<!-- raw HTML omitted -->
Date: 2025, 14th January.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/bcgit/bc-java/commits ">compare view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-21 11:10:27 +00:00
dependabot[bot]
3830c7d1f3
Bump org.springframework:spring-webmvc from 6.2.1 to 6.2.2 ( #2758 )
...
Bumps
[org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework )
from 6.2.1 to 6.2.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/spring-projects/spring-framework/releases ">org.springframework:spring-webmvc's
releases</a>.</em></p>
<blockquote>
<h2>v6.2.2</h2>
<h2>⭐ New Features</h2>
<ul>
<li>Track only qualifier annotations in <code>BeanOverrideHandler</code>
<a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34260 ">#34260</a></li>
<li>Remove <code>@FunctionalInterface</code> declaration from
<code>BeanOverrideProcessor</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34259 ">#34259</a></li>
<li>Refine default filtered headers for web data binding <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34182 ">#34182</a></li>
<li>Improve query params in uri KeyValue with HTTP interface client <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34176 ">#34176</a></li>
<li>Refine location checks for PathResource <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34167 ">#34167</a></li>
<li>Avoid virtual thread pinning in procedure calling <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34133 ">#34133</a></li>
<li>Type-level constraint violation should result in ParameterErrors <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34105 ">#34105</a></li>
<li>Avoid logger serialization behind shared EntityManager proxy <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34084 ">#34084</a></li>
<li>Improve PathMatcher to PathPatternParser migration in mvc XML
configuration <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34064 ">#34064</a></li>
<li>Support <code>@MockitoBean</code> at the type level on test classes
<a
href="https://redirect.github.com/spring-projects/spring-framework/issues/33925 ">#33925</a></li>
</ul>
<h2>🐞 Bug Fixes</h2>
<ul>
<li>HttpHeadersAssert#doesNotContainsHeaders has a typo <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34263 ">#34263</a></li>
<li>Deadlock with background EntityManager bootstrap due to locking in
getSingletonFactoryBeanForTypeCheck <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34247 ">#34247</a></li>
<li>ApplicationListener no longer invoked for double generic
ApplicationEvent with 6.2.1 <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34234 ">#34234</a></li>
<li>Nested transaction savepoints are broken in SQL Server <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34233 ">#34233</a></li>
<li>Error handling override in DefaultResponseErrorHandler ignored after
upgrade to 6.2.0 <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34231 ">#34231</a></li>
<li>FileNotFoundException is thrown when using
ConfigurationPropertiesScan with Spring Context 6.2.1 <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34216 ">#34216</a></li>
<li>BindException declared but not handled by ExceptionHandler <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/34214 ">#34214</a></li>
<li><code>@TestBean</code> factory method resolution is incorrect within
class hierarchy <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34204 ">#34204</a></li>
<li>Bean Override in superclass takes precedence over Bean Override in
subclass <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34194 ">#34194</a></li>
<li>Ensure <code>AsyncListener#onError</code> does not return until
dispatch completes <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34192 ">#34192</a></li>
<li>BeanNotOfRequiredTypeException during transaction qualifier
resolution in 6.2.1 <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34187 ">#34187</a></li>
<li>BeanCurrentlyInCreationException is thrown when multiple threads
simultaneously try to create bean <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34186 ">#34186</a></li>
<li><code>DataBinder</code> throws
<code>IndexOutOfBoundsException</code> when indexed parameter uses
nonconsecutive indices <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34145 ">#34145</a></li>
<li>NullPointerException is thrown if WebClient is used with Apache
Httpclient and cookies are disabled <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34132 ">#34132</a></li>
<li>Wrong parentId tracking in FlightRecorderApplicationStartup <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34128 ">#34128</a></li>
<li>PathMatchingResourcePatternResolver is not able to resolve file in
SpringBoot Packaged JAR <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34126 ">#34126</a></li>
<li>Placeholder resolution no longer considers exact match before
resolving the placeholder key <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34124 ">#34124</a></li>
<li><code>DataBinder</code> throws
<code>StringIndexOutOfBoundsException</code> for indexed property
without nested property path <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34121 ">#34121</a></li>
<li>Dependency injection matches wildcards too leniently with 6.2.1 <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34119 ">#34119</a></li>
<li>PathMatchingResourcePatternResolver throws FileNotFoundException
caused by wrong cache path <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34111 ">#34111</a></li>
<li>SpEL fails to invoke <code>MethodHandle</code> function reference
accepting only varargs <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34109 ">#34109</a></li>
<li>Generic with a base type is no longer resolved to its base if the
generic is unresolved <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/34086 ">#34086</a></li>
<li><code>DataBinder</code> throws
<code>StringIndexOutOfBoundsException</code> for map property without
nested property path <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34043 ">#34043</a></li>
<li>Fix implicit variable resolution in JSP <code>EvalTag</code> <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/33945 ">#33945</a></li>
</ul>
<h2>📔 Documentation</h2>
<ul>
<li>Fix inaccuracy in RequestHeaderArgumentResolver Javadoc <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/34230 ">#34230</a></li>
<li>Document that http.client.requests measure the entire HTTP exchange
<a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34201 ">#34201</a></li>
<li>Misuse of em dash in "Basic Concept" section <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/34165 ">#34165</a></li>
<li>Fix typo in link <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/34149 ">#34149</a></li>
<li>Broken syntax in xml sample of "Reference to Other Beans"
section <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/34148 ">#34148</a></li>
<li>Fix minor typo in reference documentation for Kotlin annotations <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/34134 ">#34134</a></li>
<li>Clarify documentation for the default uri client request observation
metric <a
href="https://redirect.github.com/spring-projects/spring-framework/pull/34116 ">#34116</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="d5da602bc2 "><code>d5da602</code></a>
Release v6.2.2</li>
<li><a
href="384d2749c6 "><code>384d274</code></a>
Polishing in HttpServiceMethod</li>
<li><a
href="5150a9a6ad "><code>5150a9a</code></a>
Polishing contribution</li>
<li><a
href="a8c5885aff "><code>a8c5885</code></a>
Fix wrong document about RequestHeaderArgumentResolver</li>
<li><a
href="7d844274dc "><code>7d84427</code></a>
Upgrade to Jetty 12.0.16, Netty 4.1.117, Protobuf 4.29.3, Checkstyle
10.21.1</li>
<li><a
href="70ceb3abdf "><code>70ceb3a</code></a>
Refer to local Consumer type instead of Kotlin test type</li>
<li><a
href="9181cce65f "><code>9181cce</code></a>
Support @MockitoBean at the type level on test classes</li>
<li><a
href="8b6523a35b "><code>8b6523a</code></a>
Cross reference @NestedTestConfiguration for Bean Overrides</li>
<li><a
href="e7f349328d "><code>e7f3493</code></a>
Merge pull request <a
href="https://redirect.github.com/spring-projects/spring-framework/issues/34086 ">#34086</a>
from rPraml</li>
<li><a
href="fe5f5d53b2 "><code>fe5f5d5</code></a>
Polish "Resolve base type in parameterized type if
necessary"</li>
<li>Additional commits viewable in <a
href="https://github.com/spring-projects/spring-framework/compare/v6.2.1...v6.2.2 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-21 11:10:13 +00:00
Ludy
05add001fb
clean up and more ( #2756 )
...
# Description of Changes
This PR introduces multiple updates across various files and workflows:
### **What was changed:**
1. **Deleted Scripts:**
- `check_duplicates.py`: Removed script that checked for duplicate keys
in properties files.
- `check_tabulator.py`: Removed script that ensured no tabulators
existed in HTML, CSS, or JS files.
2. **Updated GitHub Actions Workflow (`pre_commit.yml`):**
- Added a weekly schedule trigger (`cron`) for the pre-commit workflow.
- Updated the `create-pull-request` action to exclude certain files
(`.github/workflows/.*`) from formatting.
- Improved detection and handling of staged changes during commit
creation.
3. **`.pre-commit-config.yaml`:**
- Adjusted regex for file matching in `ruff` and `codespell` hooks to
ensure better file filtering.
- Removed local hooks that relied on deleted scripts.
4. **Scripts (`counter_translation.py`):**
- Updated file writing methods to enforce consistent newline characters
(`newline="\n"`).
### **Why the change was made:**
- To simplify the repository by removing unnecessary or outdated scripts
(`check_duplicates.py` and `check_tabulator.py`).
- To enhance the workflow automation by introducing a scheduled run for
pre-commit checks.
- To improve code formatting and file consistency by addressing newline
character issues and refining file exclusions in `pre-commit`.
### **Challenges encountered:**
- Ensuring that all references to deleted scripts were properly removed
from configuration files.
- Verifying that workflow and pre-commit changes do not introduce
regressions in existing automation.
Closes # (issue_number)
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [x] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [x] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-01-21 11:09:01 +00:00
Ludy
abc3ff3529
changes the bot from github-action to stirlingbot ( #2755 )
...
# Description of Changes
This PR introduces updates to the GitHub Actions workflow for
`pre_commit.yml`. The main changes are:
- **What was changed:**
- Removed the conditional check to exclude `dependabot[bot]` from
triggering the workflow.
- Added a step to generate a GitHub App token using
`actions/create-github-app-token`.
- Added a step to retrieve the user ID for the GitHub App bot.
- Updated the git configuration to use the GitHub App credentials for
commits.
- Improved commit logic to check for changes before attempting a pull
request.
- Updated the pull request creation step to use the dynamically
generated GitHub App credentials.
- **Why the change was made:**
- To enhance security and ensure that commits and pull requests are made
using GitHub App credentials instead of the default
`github-actions[bot]`.
- To provide better traceability and reduce reliance on static tokens.
- **Challenges encountered:**
- Adjusting the logic to dynamically generate tokens and handle changes
without disrupting existing workflows.
- Ensuring compatibility with the `peter-evans/create-pull-request`
action.
Closes # (issue_number)
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [x] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [x] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-01-20 19:59:17 +00:00
Anthony Stirling
737be6c458
Revert "Update multiOSReleases.yml" ( #2754 )
...
Reverts Stirling-Tools/Stirling-PDF#2753
2025-01-20 12:41:51 +00:00
Anthony Stirling
2e8abb7bb2
Update multiOSReleases.yml ( #2753 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-01-20 12:35:46 +00:00
Anthony Stirling
e2d75ead27
version bump ( #2752 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [ ] I have performed a self-review of my own code
- [ ] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-01-20 12:14:38 +00:00
Omar Ahmed Hassan
28e89a373f
Fix redaction buttons tooltips ( #2750 )
...
# Description of Changes
#### Changes:
- Button tooltip text wrap-ability for some buttons.
- Show tooltip for disabled pdf-img on hover.
## UI Changes:
#### Text-wrap when necessary for box redaction:
- Before:

- After:

#### Displaying tooltip text next to buttons when the button is
displayed as column to the left side of the screen:
- Before:

- After:

#### Showing tooltip for pdf to image option when it is disabled by the
user (red button)
- Before:

- After:

#### Wrap and hyphenate palette tooltip (Hyphenation can be found in the
German/Deutsch screenshots below)
- Before:

- After:

##### In German/Deutsch UI:
Before:

After:

Closes #(issue_number)
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [x] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [x] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-01-20 12:13:52 +00:00
Omar Ahmed Hassan
b4451da2f4
Fix displayed identical fonts in sign PDF ( #2751 )
...
# Description of Changes
### Changes:
- Add a new custom select to display fonts correctly and to allow more
styling flexibility in Sign PDF feature by hiding the original
`<select>` element (`display: none;`) and wrap it with a `<div>` and
then create a custom selection menu using `<div>`s and CSS to achieve
the required results due to the limitations of `<select>` and `<option>`
while still preserving the hidden `<select>` for form submission.
### Why was the change made?
1. A bug that caused font families to not be displayed in Firefox.
2. Select/Option element are not flexible when it comes to styling
(compared to DIVs for example) but bullet point `1.` is of higher
priority.
### UI Changes:
- Dark Mode:
- Before:

- After:

- Light Mode:
- Before:

- After:

Note:
- Changes in `sign.js` are between the lines 95-228, as it seems the
file was auto-formatted affecting whitespaces and
single_quotes/double_quotes.
#### Useful quotes from MDN:
> [Styling with
CSS](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/option#styling_with_css )
Styling the <option> element is highly limited. Options don't inherit
the font set on the parent. In Firefox, only
[color](https://developer.mozilla.org/en-US/docs/Web/CSS/color ) and
[background-color](https://developer.mozilla.org/en-US/docs/Web/CSS/background-color )
can be set, however in Chrome and Safari it's not possible to set any
properties. You can find more details about styling in [our guide to
advanced form
styling](https://developer.mozilla.org/en-US/docs/Learn_web_development/Extensions/Forms/Advanced_form_styling ).
#### Useful references:
- [Option
Element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/option#styling_with_css )
- [Select
Element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select )
- [Advanced Form
Styling](https://developer.mozilla.org/en-US/docs/Learn_web_development/Extensions/Forms/Advanced_form_styling )
Closes #1575
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [x] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [x] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [x] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-01-20 12:11:31 +00:00
Ludy
8353c399d2
Add: check for duplicate keys ( #2749 )
...
# Description of Changes
introduces the check for duplicate keys
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-01-20 10:52:23 +00:00
stirlingbot[bot]
af1b156ba6
📝 Sync translation files + Update README.md (Translation Progress Table) ( #2747 )
...
#### Description
This Pull Request was automatically generated to synchronize updates to
translation files and documentation. The changes include:
1. **Synchronization of Translation Files:**
- Updated content based on the latest changes in
`messages_en_GB.properties`.
- Ensured consistency between all language files and the reference file.
2. **Update README.md:**
- Generated the translation progress table.
- Displayed the current status of translations for all supported
languages.
---
Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-01-18 23:39:06 +00:00
stirlingbot[bot]
3654743d95
Update 3rd Party Licenses ( #2711 )
...
Auto-generated by StirlingBot
Signed-off-by: stirlingbot[bot] <1113334+stirlingbot[bot]@users.noreply.github.com>
Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
2025-01-18 23:07:56 +00:00
Peter Dave Hello
58bd9b36cd
Update and improve Korean(한국어)(ko_KR) locale using Claude 3.5 Sonnet ( #2741 )
...
Leverage Claude 3.5 Sonnet from Anthropic, a cutting-edge LLM model, to
improve translation outcomes. In #2164 , the previous use of Qwen2.5 7b a
smaller and less advanced AI model) was an earlier attempt that may have
resulted in suboptimal quality and user experience. While relying solely
on LLMs for translation is generally not ideal, adopting a more advanced
model like Claude 3.5 allows us to address these earlier limitations and
ensures significantly better results, even for a language I do not
understand.
Furthermore, I also use the powerful frontier OpenAI GPT-4o and Google
Gemini-1.5-Pro for proofreading, and thoroughly examined and verified
line breaks to ensure accuracy and facilitate easier contributions and
improvements by others.
2025-01-18 23:04:13 +00:00
github-actions[bot]
d31b379b5c
📝 Update README: Translation Progress Table ( #2746 )
...
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>
2025-01-18 23:02:01 +00:00
Ludy
35c85bfeb8
Improves the sync of translation files and README.md ( #2744 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-01-18 23:01:16 +00:00
Ludy
64469061fd
Update messages_de_DE.properties ( #2745 )
...
# Description of Changes
Please provide a summary of the changes, including:
- What was changed
- Why the change was made
- Any challenges encountered
Closes #(issue_number)
---
## Checklist
### General
- [x] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have read the [Stirling-PDF Developer
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md )
(if applicable)
- [ ] I have read the [How to add new languages to
Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md )
(if applicable)
- [x] I have performed a self-review of my own code
- [x] My changes generate no new warnings
### Documentation
- [ ] I have updated relevant docs on [Stirling-PDF's doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
(if functionality has heavily changed)
- [ ] 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)
### UI Changes (if applicable)
- [ ] Screenshots or videos demonstrating the UI changes are attached
(e.g., as comments or direct attachments in the PR)
### Testing (if applicable)
- [ ] I have tested my changes locally. Refer to the [Testing
Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/DeveloperGuide.md#6-testing )
for more details.
2025-01-18 22:57:40 +00:00
Ludy
57c343910f
expanding the PR template ( #2743 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #(issue_number)
## Checklist
- [x] 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)
2025-01-18 20:09:14 +00:00
Ludy
319ba24be0
outdated Gradle functions to the Gradle 9.0 standard ( #2740 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #(issue_number)
## 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/ )
- [x] 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)
2025-01-18 20:07:08 +00:00
Ludy
ec12470188
[Check] translation orders after merging ( #2742 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #(issue_number)
## Checklist
- [x] 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/ )
- [x] 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)
2025-01-18 20:06:43 +00:00
Peter Dave Hello
ec88e893c8
Update and improve zh_TW Traditional Chinese locale ( #2739 )
2025-01-18 14:50:54 +00:00
github-actions[bot]
4ef5a0688b
📝 Update README: Translation Progress Table ( #2737 )
...
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>
2025-01-18 12:17:44 +00:00
github-actions[bot]
86438d7ad3
Update translation files ( #2736 )
...
Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-18 12:15:57 +00:00
Anthony Stirling
3b15a166c5
Update README.md to add Slovenian (Slovenščina) (sl_SI) ( #2735 )
...
# 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)
2025-01-18 12:04:17 +00:00
Blaž Carli
907a0fb4ff
feat: added Slovenian Translation ( #2733 )
...
# Description
Added Slovenian Translation by instructions for adding new translations.
## 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
- [X] 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/ )
- [x] My changes generate no new warnings
- [x] 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)
---------
Co-authored-by: blaz.carli <blaz.carli@arctur.si >
2025-01-18 11:55:33 +00:00
albanobattistella
8b28bf66fa
Update messages_it_IT.properties ( #2734 )
...
# 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)
2025-01-18 11:53:18 +00:00
github-actions[bot]
6bd7eadd85
Update translation files ( #2731 )
...
Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-17 23:59:37 +00:00
Anthony Stirling
a46a570c8a
Pdf to markdown ( #2730 )
...
# 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)
---------
Co-authored-by: a <a>
2025-01-17 22:18:55 +00:00
Ludy
a64acb3126
Remove unnecessary condition from update-translations workflow ( #2729 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #(issue_number)
## Checklist
- [x] 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)
2025-01-17 19:01:09 +00:00
Dario Ghunney Ware
2229f38602
#2418 updating jpackage config ( #2713 )
...
# Description
Updating the `jpackage` configuration in our build.gradle and CI to
enable installation of the app on multiple OSs
Closes #2418
## 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
- [x] I have attached images of the change if it is UI based
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] 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/ )
- [x] My changes generate no new warnings
- [x] 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)
2025-01-17 12:25:02 +00:00
github-actions[bot]
901bf50d54
📝 Update README: Translation Progress Table ( #2727 )
...
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>
2025-01-16 23:13:52 +00:00
Anthony Stirling
6f9d8d6351
Add possible fix to desktop UIs ( #2726 )
...
# 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)
2025-01-16 22:57:25 +00:00
Ludy
e6874cb219
Add: pip caching ( #2723 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #(issue_number)
## 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/ )
- [x] 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)
2025-01-16 22:04:38 +00:00
Ludy
b4b5a2419b
expand: check language properties ( #2724 )
...
# Description
Improvement in `check_language_properties.py`:
Added support for local Windows commands to check language properties
files with an updated script.
Added a new optional argument `--check-file` to specify a single file to
check, replacing the need to process all files in the directory.
Adjusted file path handling to better support Windows paths.
Update to `update-translations.yml`:
Added `workflow_dispatch` trigger to allow manual execution of the
workflow.
Documentation update in `HowToAddNewLanguage.md`:
Added instructions for running the language properties check locally on
Windows, including example commands.
These changes streamline the process of checking language properties
files and provide additional flexibility for local testing and manual
workflow triggering.
## 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
- [x] 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/ )
- [x] 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)
2025-01-16 22:03:54 +00:00
Ludy
c888cef023
Add: German Translation ( #2725 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #(issue_number)
## 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/ )
- [x] 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)
2025-01-16 22:03:00 +00:00
Anthony Stirling
0e807d72ef
version bump ( #2722 )
...
# 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)
2025-01-16 19:47:12 +00:00
Anthony Stirling
3799ab529f
Update OptimizePdfRequest.java ( #2720 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #2417
## 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)
2025-01-16 19:31:37 +00:00
github-actions[bot]
65370a19a2
📝 Update README: Translation Progress Table ( #2705 )
...
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>
2025-01-16 19:29:21 +00:00
Peter Dave Hello
2dbd58860e
Update & improve Russian(Русский/ru_RU) locale w/ Claude 3.5 Sonnet ( #2717 )
...
# Description
Leverage Claude 3.5 Sonnet from Anthropic, a cutting-edge LLM model, to
improve translation outcomes. In #2164 , the previous use of Qwen2.5 7b
(a smaller and less advanced AI model) was an earlier attempt that may
have resulted in suboptimal quality and user experience. While relying
solely on LLMs for translation is generally not ideal, adopting a more
advanced model like Claude 3.5 allows us to address these earlier
limitations and ensures significantly better results, even for a
language I do not understand.
Furthermore, I also use the powerful frontier OpenAI GPT-4o and Google
Gemini-1.5-Pro for proofreading, and thoroughly examined and verified
line breaks to ensure accuracy and facilitate easier contributions and
improvements by others.
## Checklist
- [x] 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/ )
- [x] 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)
2025-01-16 19:21:03 +00:00
Lukas Krome
63bfcc2011
Update german translation ( #2721 )
...
# Description
Update german translation by translating all english snippets to german.
This also translates the new redaction feature which is, as of 0.37.0,
still in english.
## 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/ )
- [ x] 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)
2025-01-16 19:20:39 +00:00
Peter Dave Hello
ee3496255b
Update and improve Greek(Ελληνικά)(el_GR) locale using Claude 3.5 Sonnet ( #2716 )
...
# Description
Leverage Claude 3.5 Sonnet from Anthropic, a cutting-edge LLM model, to
improve translation outcomes. In #2164 , the previous use of Qwen2.5 7b
(a smaller and less advanced AI model) was an earlier attempt that may
have resulted in suboptimal quality and user experience. While relying
solely on LLMs for translation is generally not ideal, adopting a more
advanced model like Claude 3.5 allows us to address these earlier
limitations and ensures significantly better results, even for a
language I do not understand.
Furthermore, I also use the powerful frontier OpenAI GPT-4o and Google
Gemini-1.5-Pro for proofreading, and thoroughly examined and verified
line breaks to ensure accuracy and facilitate easier contributions and
improvements by others.
## Checklist
- [x] 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/ )
- [x] 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)
2025-01-16 19:20:22 +00:00
Anthony Stirling
db945bc833
Fix img to pdf url ( #2719 )
...
# 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)
2025-01-16 16:04:36 +00:00
Anthony Stirling
fc40aaca63
verify dependencies ( #2712 )
...
# 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)
2025-01-16 11:13:21 +00:00
Anthony Stirling
313116ebcb
commit to trigger GHA ( #2708 )
...
# 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)
2025-01-15 20:00:47 +00:00
Anthony Stirling
1de33cf36c
quick fix var to secret ( #2707 )
...
# 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)
2025-01-15 19:50:06 +00:00
Anthony Stirling
fcb3d48a1f
Auto merge test ( #2706 )
...
# 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)
2025-01-15 19:43:14 +00:00
Peter Dave Hello
6834067e7a
Update and improve Hindi (हिंदी) (hi_IN) locale using Claude 3.5 Sonnet ( #2702 )
...
# Description
Leverage Claude 3.5 Sonnet from Anthropic, a cutting-edge LLM model, to
improve translation outcomes. In #2164 , the previous use of Qwen2.5 7b
(a smaller and less advanced AI model) was an earlier attempt that may
have resulted in suboptimal quality and user experience. While relying
solely on LLMs for translation is generally not ideal, adopting a more
advanced model like Claude 3.5 allows us to address these earlier
limitations and ensures significantly better results, even for a
language I do not understand.
Furthermore, I also use the powerful frontier OpenAI GPT-4o and Google
Gemini-1.5-Pro for proofreading, and thoroughly examined and verified
line breaks to ensure accuracy and facilitate easier contributions and
improvements by others.
## Checklist
- [x] 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/ )
- [x] 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)
2025-01-15 14:58:15 +00:00
github-actions[bot]
d4b120b5f8
Update 3rd Party Licenses ( #2701 )
...
Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-15 13:23:44 +00:00
Ludy
f0310a4177
removes versioning for release binaries ( #2703 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #(issue_number)
## 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/ )
- [x] 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)
2025-01-14 22:17:57 +00:00
dependabot[bot]
06a53de350
Bump io.micrometer:micrometer-core from 1.14.2 to 1.14.3 ( #2694 )
...
Bumps
[io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer )
from 1.14.2 to 1.14.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/micrometer-metrics/micrometer/releases ">io.micrometer:micrometer-core's
releases</a>.</em></p>
<blockquote>
<h2>1.14.3</h2>
<h2>🐞 Bug Fixes</h2>
<ul>
<li>Handle RuntimeException when getting/setting JMS headers <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/5746 ">#5746</a></li>
<li>NPE occurs when AOP is applied to a method that returns
CompletableFuture <a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/5741 ">#5741</a></li>
<li>Performance regression in <code>MeterRegistry#remove</code> with
many meters <a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/5466 ">#5466</a></li>
<li>Exponential histogram throws ArrayIndexOutOfBoundsException <a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/5740 ">#5740</a></li>
</ul>
<h2>🔨 Dependency Upgrades</h2>
<ul>
<li>Bump com.netflix.spectator:spectator-reg-atlas from 1.8.2 to 1.8.3
<a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/5799 ">#5799</a></li>
<li>Bump software.amazon.awssdk:cloudwatch from 2.29.23 to 2.29.46 <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/5795 ">#5795</a></li>
<li>Bump io.prometheus:prometheus-metrics-bom from 1.3.4 to 1.3.5 <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/5783 ">#5783</a></li>
</ul>
<h2>📔 Documentation</h2>
<ul>
<li>Polish <a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/5751 ">gh-5751</a>
<a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/5760 ">#5760</a></li>
<li>Improve docs for same name with different tags <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/5751 ">#5751</a></li>
<li>Document no support for meta-annotations with
<code>@Timed</code>/<code>@Counted</code> <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/5737 ">#5737</a></li>
<li>Remove outdated warnings in docs for
<code>@Counted</code>/<code>@Timed</code> <a
href="https://redirect.github.com/micrometer-metrics/micrometer/pull/5736 ">#5736</a></li>
</ul>
<h2>❤️ Contributors</h2>
<p>Thank you to all the contributors who worked on this release:</p>
<p><a href="https://github.com/cfredri4 "><code>@cfredri4</code></a> and
<a href="https://github.com/izeye "><code>@izeye</code></a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="73e7928535 "><code>73e7928</code></a>
Merge branch '1.13.x' into 1.14.x</li>
<li><a
href="229a787699 "><code>229a787</code></a>
Adds post release action; fixes <a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/5805 ">gh-5805</a></li>
<li><a
href="4c64ed526d "><code>4c64ed5</code></a>
Merge branch '1.13.x' into 1.14.x</li>
<li><a
href="d1c8045a86 "><code>d1c8045</code></a>
Merge branch '1.12.x' into 1.13.x</li>
<li><a
href="5010e2dce9 "><code>5010e2d</code></a>
Polish (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/5759 ">#5759</a>)</li>
<li><a
href="96f6e5d5da "><code>96f6e5d</code></a>
Polish 1c891c7 (<a
href="https://redirect.github.com/micrometer-metrics/micrometer/issues/5804 ">#5804</a>)</li>
<li><a
href="521d57d2ef "><code>521d57d</code></a>
Add a test verifying that a single character meter name is allowed for
Promet...</li>
<li><a
href="7e35196fe4 "><code>7e35196</code></a>
Merge branch '1.13.x' into 1.14.x</li>
<li><a
href="819fa61569 "><code>819fa61</code></a>
Merge branch '1.12.x' into 1.13.x</li>
<li><a
href="be6f96225e "><code>be6f962</code></a>
Handle all exceptions when getting/setting JMS headers</li>
<li>Additional commits viewable in <a
href="https://github.com/micrometer-metrics/micrometer/compare/v1.14.2...v1.14.3 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-14 15:57:45 +00:00
dependabot[bot]
bb99f9ff83
Bump com.opencsv:opencsv from 5.9 to 5.10 ( #2696 )
...
Bumps com.opencsv:opencsv from 5.9 to 5.10.
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-14 15:51:33 +00:00
Anthony Stirling
72b7b1b838
Create USERS.md ( #2700 )
...
# 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)
2025-01-14 15:32:15 +00:00
dependabot[bot]
cbaea9cca9
Bump docker/setup-qemu-action from 3.2.0 to 3.3.0 ( #2692 )
...
[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️
Rebasing might not happen immediately, so don't worry if this takes some
time.
Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps
[docker/setup-qemu-action](https://github.com/docker/setup-qemu-action )
from 3.2.0 to 3.3.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/docker/setup-qemu-action/releases ">docker/setup-qemu-action's
releases</a>.</em></p>
<blockquote>
<h2>v3.3.0</h2>
<ul>
<li>Add <code>cache-image</code> input to enable/disable caching of
binfmt image by <a
href="https://github.com/crazy-max "><code>@crazy-max</code></a> in <a
href="https://redirect.github.com/docker/setup-qemu-action/pull/130 ">docker/setup-qemu-action#130</a></li>
<li>Bump <code>@actions/core</code> from 1.10.1 to 1.11.1 in <a
href="https://redirect.github.com/docker/setup-qemu-action/pull/172 ">docker/setup-qemu-action#172</a></li>
<li>Bump <code>@docker/actions-toolkit</code> from 0.35.0 to 0.49.0 in
<a
href="https://redirect.github.com/docker/setup-qemu-action/pull/187 ">docker/setup-qemu-action#187</a></li>
<li>Bump cross-spawn from 7.0.3 to 7.0.6 in <a
href="https://redirect.github.com/docker/setup-qemu-action/pull/182 ">docker/setup-qemu-action#182</a></li>
<li>Bump path-to-regexp from 6.2.2 to 6.3.0 in <a
href="https://redirect.github.com/docker/setup-qemu-action/pull/162 ">docker/setup-qemu-action#162</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/setup-qemu-action/compare/v3.2.0...v3.3.0 ">https://github.com/docker/setup-qemu-action/compare/v3.2.0...v3.3.0 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="53851d1459 "><code>53851d1</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/setup-qemu-action/issues/187 ">#187</a>
from docker/dependabot/npm_and_yarn/docker/actions-to...</li>
<li><a
href="7066b9044f "><code>7066b90</code></a>
chore: update generated content</li>
<li><a
href="75590814eb "><code>7559081</code></a>
build(deps): bump <code>@docker/actions-toolkit</code> from 0.35.0 to
0.49.0</li>
<li><a
href="08d11eb481 "><code>08d11eb</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/setup-qemu-action/issues/172 ">#172</a>
from docker/dependabot/npm_and_yarn/actions/core-1.11.1</li>
<li><a
href="e53506fe6c "><code>e53506f</code></a>
chore: update generated content</li>
<li><a
href="610b4428f9 "><code>610b442</code></a>
build(deps): bump <code>@actions/core</code> from 1.10.1 to 1.11.1</li>
<li><a
href="58a19f851c "><code>58a19f8</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/setup-qemu-action/issues/182 ">#182</a>
from docker/dependabot/npm_and_yarn/cross-spawn-7.0.6</li>
<li><a
href="49a12c4cc8 "><code>49a12c4</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/setup-qemu-action/issues/180 ">#180</a>
from docker/dependabot/github_actions/codecov/codecov...</li>
<li><a
href="2b8ac83d96 "><code>2b8ac83</code></a>
ci: fix deprecated input for codecov-action</li>
<li><a
href="fdbeaac5ff "><code>fdbeaac</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/setup-qemu-action/issues/130 ">#130</a>
from crazy-max/cache-image</li>
<li>Additional commits viewable in <a
href="49b3bc8e6b...53851d1459 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-14 14:06:00 +00:00
github-actions[bot]
5605e4d3bb
🤖 format everything with pre-commit by <github-actions[bot]> ( #2685 )
...
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>
Co-authored-by: Ludy <Ludy87@users.noreply.github.com >
2025-01-14 13:55:46 +00:00
dependabot[bot]
bf0958f588
Bump docker/build-push-action from 6.10.0 to 6.11.0 ( #2691 )
...
[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️
Rebasing might not happen immediately, so don't worry if this takes some
time.
Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps
[docker/build-push-action](https://github.com/docker/build-push-action )
from 6.10.0 to 6.11.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/docker/build-push-action/releases ">docker/build-push-action's
releases</a>.</em></p>
<blockquote>
<h2>v6.11.0</h2>
<ul>
<li>Handlebar <code>defaultContext</code> support for
<code>build-contexts</code> input by <a
href="https://github.com/crazy-max "><code>@crazy-max</code></a> in <a
href="https://redirect.github.com/docker/build-push-action/pull/1283 ">docker/build-push-action#1283</a></li>
<li>Bump <code>@docker/actions-toolkit</code> from 0.46.0 to 0.49.0 in
<a
href="https://redirect.github.com/docker/build-push-action/pull/1281 ">docker/build-push-action#1281</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/docker/build-push-action/compare/v6.10.0...v6.11.0 ">https://github.com/docker/build-push-action/compare/v6.10.0...v6.11.0 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b32b51a8ed "><code>b32b51a</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/build-push-action/issues/1281 ">#1281</a>
from docker/dependabot/npm_and_yarn/docker/actions-t...</li>
<li><a
href="594bf46f0f "><code>594bf46</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/build-push-action/issues/1294 ">#1294</a>
from crazy-max/fix-e2e</li>
<li><a
href="fd37bd55af "><code>fd37bd5</code></a>
ci(e2e): fix setup docker config</li>
<li><a
href="e6478a2405 "><code>e6478a2</code></a>
chore: update generated content</li>
<li><a
href="78785bddff "><code>78785bd</code></a>
chore(deps): Bump <code>@docker/actions-toolkit</code> from 0.46.0 to
0.49.0</li>
<li><a
href="128779fed7 "><code>128779f</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/build-push-action/issues/1283 ">#1283</a>
from crazy-max/named-context-handlebars</li>
<li><a
href="7e094594be "><code>7e09459</code></a>
Merge pull request <a
href="https://redirect.github.com/docker/build-push-action/issues/1282 ">#1282</a>
from crazy-max/remove-buildkit-5561</li>
<li><a
href="32ee877a58 "><code>32ee877</code></a>
Revert "init buildkit-5561 workflow"</li>
<li><a
href="d1a4129c41 "><code>d1a4129</code></a>
chore: update generated content</li>
<li><a
href="49c623eaf8 "><code>49c623e</code></a>
handlebar defaultContext support for build-contexts input</li>
<li>Additional commits viewable in <a
href="48aba3b46d...b32b51a8ed ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-14 13:53:25 +00:00
dependabot[bot]
0ae862a84a
Bump actions/upload-artifact from 4.5.0 to 4.6.0 ( #2690 )
...
[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️
Rebasing might not happen immediately, so don't worry if this takes some
time.
Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps
[actions/upload-artifact](https://github.com/actions/upload-artifact )
from 4.5.0 to 4.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/upload-artifact/releases ">actions/upload-artifact's
releases</a>.</em></p>
<blockquote>
<h2>v4.6.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Expose env vars to control concurrency and timeout by <a
href="https://github.com/yacaovsnc "><code>@yacaovsnc</code></a> in <a
href="https://redirect.github.com/actions/upload-artifact/pull/662 ">actions/upload-artifact#662</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/upload-artifact/compare/v4...v4.6.0 ">https://github.com/actions/upload-artifact/compare/v4...v4.6.0 </a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="65c4c4a1dd "><code>65c4c4a</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/upload-artifact/issues/662 ">#662</a>
from actions/yacaovsnc/add_variable_for_concurrency_a...</li>
<li><a
href="0207619228 "><code>0207619</code></a>
move files back to satisfy licensed ci</li>
<li><a
href="1ecca81102 "><code>1ecca81</code></a>
licensed cache updates</li>
<li><a
href="97422693d3 "><code>9742269</code></a>
Expose env vars to controll concurrency and timeout</li>
<li>See full diff in <a
href="https://github.com/actions/upload-artifact/compare/v4.5.0...65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-14 13:50:14 +00:00
Anthony Stirling
3e216872ce
test all pages load correctly ( #2699 )
...
# 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)
2025-01-14 13:47:16 +00:00
github-actions[bot]
1b26fa40f2
📝 Update README: Translation Progress Table ( #2688 )
...
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>
2025-01-14 11:07:06 +00:00
dependabot[bot]
672389d6b8
Bump github/codeql-action from 3.28.0 to 3.28.1 ( #2693 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action )
from 3.28.0 to 3.28.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/github/codeql-action/releases ">github/codeql-action's
releases</a>.</em></p>
<blockquote>
<h2>v3.28.1</h2>
<h1>CodeQL Action Changelog</h1>
<p>See the <a
href="https://github.com/github/codeql-action/releases ">releases
page</a> for the relevant changes to the CodeQL CLI and language
packs.</p>
<h2>3.28.1 - 10 Jan 2025</h2>
<ul>
<li>CodeQL Action v2 is now deprecated, and is no longer updated or
supported. For better performance, improved security, and new features,
upgrade to v3. For more information, see <a
href="https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/ ">this
changelog post</a>. <a
href="https://redirect.github.com/github/codeql-action/pull/2677 ">#2677</a></li>
<li>Update default CodeQL bundle version to 2.20.1. <a
href="https://redirect.github.com/github/codeql-action/pull/2678 ">#2678</a></li>
</ul>
<p>See the full <a
href="https://github.com/github/codeql-action/blob/v3.28.1/CHANGELOG.md ">CHANGELOG.md</a>
for more information.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md ">github/codeql-action's
changelog</a>.</em></p>
<blockquote>
<h1>CodeQL Action Changelog</h1>
<p>See the <a
href="https://github.com/github/codeql-action/releases ">releases
page</a> for the relevant changes to the CodeQL CLI and language
packs.</p>
<h2>[UNRELEASED]</h2>
<p>No user facing changes.</p>
<h2>3.28.1 - 10 Jan 2025</h2>
<ul>
<li>CodeQL Action v2 is now deprecated, and is no longer updated or
supported. For better performance, improved security, and new features,
upgrade to v3. For more information, see <a
href="https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/ ">this
changelog post</a>. <a
href="https://redirect.github.com/github/codeql-action/pull/2677 ">#2677</a></li>
<li>Update default CodeQL bundle version to 2.20.1. <a
href="https://redirect.github.com/github/codeql-action/pull/2678 ">#2678</a></li>
</ul>
<h2>3.28.0 - 20 Dec 2024</h2>
<ul>
<li>Bump the minimum CodeQL bundle version to 2.15.5. <a
href="https://redirect.github.com/github/codeql-action/pull/2655 ">#2655</a></li>
<li>Don't fail in the unusual case that a file is on the search path. <a
href="https://redirect.github.com/github/codeql-action/pull/2660 ">#2660</a>.</li>
</ul>
<h2>3.27.9 - 12 Dec 2024</h2>
<p>No user facing changes.</p>
<h2>3.27.8 - 12 Dec 2024</h2>
<ul>
<li>Fixed an issue where streaming the download and extraction of the
CodeQL bundle did not respect proxy settings. <a
href="https://redirect.github.com/github/codeql-action/pull/2624 ">#2624</a></li>
</ul>
<h2>3.27.7 - 10 Dec 2024</h2>
<ul>
<li>We are rolling out a change in December 2024 that will extract the
CodeQL bundle directly to the toolcache to improve performance. <a
href="https://redirect.github.com/github/codeql-action/pull/2631 ">#2631</a></li>
<li>Update default CodeQL bundle version to 2.20.0. <a
href="https://redirect.github.com/github/codeql-action/pull/2636 ">#2636</a></li>
</ul>
<h2>3.27.6 - 03 Dec 2024</h2>
<ul>
<li>Update default CodeQL bundle version to 2.19.4. <a
href="https://redirect.github.com/github/codeql-action/pull/2626 ">#2626</a></li>
</ul>
<h2>3.27.5 - 19 Nov 2024</h2>
<p>No user facing changes.</p>
<h2>3.27.4 - 14 Nov 2024</h2>
<p>No user facing changes.</p>
<h2>3.27.3 - 12 Nov 2024</h2>
<p>No user facing changes.</p>
<h2>3.27.2 - 12 Nov 2024</h2>
<ul>
<li>Fixed an issue where setting up the CodeQL tools would sometimes
fail with the message "Invalid value 'undefined' for header
'authorization'". <a
href="https://redirect.github.com/github/codeql-action/pull/2590 ">#2590</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="b6a472f63d "><code>b6a472f</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2681 ">#2681</a>
from github/update-v3.28.1-ea6acbfea</li>
<li><a
href="bb999b434f "><code>bb999b4</code></a>
Update changelog for v3.28.1</li>
<li><a
href="ea6acbfeae "><code>ea6acbf</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2677 ">#2677</a>
from github/angelapwen/deprecate-action-v2</li>
<li><a
href="4df151edec "><code>4df151e</code></a>
Merge branch 'main' into angelapwen/deprecate-action-v2</li>
<li><a
href="a05a7eb09c "><code>a05a7eb</code></a>
Fix PR number in changenote</li>
<li><a
href="8d2753b250 "><code>8d2753b</code></a>
Add public changelog blog post link</li>
<li><a
href="e83e0a4f58 "><code>e83e0a4</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2673 ">#2673</a>
from github/dependabot/npm_and_yarn/npm-877f465710</li>
<li><a
href="b7ff30899f "><code>b7ff308</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2678 ">#2678</a>
from github/update-bundle/codeql-bundle-v2.20.1</li>
<li><a
href="1aa16c2c36 "><code>1aa16c2</code></a>
Merge branch 'main' into update-bundle/codeql-bundle-v2.20.1</li>
<li><a
href="fb65b6ce78 "><code>fb65b6c</code></a>
Merge pull request <a
href="https://redirect.github.com/github/codeql-action/issues/2672 ">#2672</a>
from github/mbg/start-proxy/include-type-in-urls-output</li>
<li>Additional commits viewable in <a
href="48ab28a6f5...b6a472f63d ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-14 11:05:54 +00:00
Ludy
888ef104a2
Bump: Harden Runner from v2.10.2 to v2.10.3 ( #2686 )
...
# Description
https://github.com/Stirling-Tools/Stirling-PDF/security/code-scanning/197
https://github.com/Stirling-Tools/Stirling-PDF/security/code-scanning/198
https://github.com/Stirling-Tools/Stirling-PDF/security/code-scanning/199
## 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/ )
- [x] 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)
2025-01-13 22:26:05 +00:00
Ludy
f90db3cff7
Add: description for compress optimization levels 6 to 9 ( #2687 )
...
# Description
Closes #https://github.com/Stirling-Tools/Stirling-PDF/issues/2672
## 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/ )
- [x] 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)
2025-01-13 20:32:12 +00:00
Anthony Stirling
e0f553c15a
Add tests via TestDriverAI ( #1957 ) ( #2005 )
...
* initial Commit
* update prerun
* tweak the prompt
* update the test
* finetune prompt
* change the prompt
* minor change to retry test
* add debug
---------
# 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 commented my code, particularly in hard-to-understand areas
- [ ] 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)
---------
Signed-off-by: GitHub Action <action@github.com >
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr >
Co-authored-by: Tarun Kumar S <srfashions.tarun@gmail.com >
Co-authored-by: Ian Jennings <ian@meetjennings.com >
Co-authored-by: Corbinian Grimm <23664150+pixma140@users.noreply.github.com >
Co-authored-by: albanobattistella <34811668+albanobattistella@users.noreply.github.com >
Co-authored-by: Eric <71648843+sbplat@users.noreply.github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Action <action@github.com >
Co-authored-by: swanemar <107953493+swanemar@users.noreply.github.com >
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Manuel Mora Gordillo <manuito@gmail.com >
Co-authored-by: Manu <manuel@fusiontelecom.co >
Co-authored-by: Ludy <Ludy87@users.noreply.github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Florian Fish <florian@poissonmail.fr >
Co-authored-by: reecebrowne <74901996+reecebrowne@users.noreply.github.com >
Co-authored-by: Dimitrios Kaitantzidis <james_k23@hotmail.gr >
Co-authored-by: Rania Amina <reaamina@gmail.com >
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Ludovic Ortega <ludovic.ortega@adminafk.fr >
Co-authored-by: Philip H. <47042125+pheiduck@users.noreply.github.com >
Co-authored-by: Saud Fatayerji <Sf298@users.noreply.github.com >
Co-authored-by: MaratheHarshad <97970262+MaratheHarshad@users.noreply.github.com >
Co-authored-by: Harshad Marathe <harshad@DESKTOP-1MNKUHA>
Co-authored-by: ninjat <hotanya.r@gmail.com >
Co-authored-by: Peter Dave Hello <hsu@peterdavehello.org >
Co-authored-by: Rafael Encinas <rafael.encinas@encora.com >
Co-authored-by: Renan <82916964+thisisrenan@users.noreply.github.com >
Co-authored-by: leo-jmateo <128976497+leo-jmateo@users.noreply.github.com >
Co-authored-by: S. Neuhaus <neuhaus@users.noreply.github.com >
Co-authored-by: Dimitris Kaitantzidis <44621809+DimK10@users.noreply.github.com >
2025-01-13 19:06:48 +00:00
Ludy
89d319332a
Add: require-hashes pre-commit ( #2684 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #(issue_number)
## 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/ )
- [x] 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)
2025-01-13 18:27:27 +00:00
github-actions[bot]
225e797176
📝 Update README: Translation Progress Table ( #2683 )
...
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>
2025-01-13 16:35:19 +00:00
Peter Dave Hello
5e28023853
Update and improve Portuguese locale using Claude 3.5 Sonnet ( #2682 )
...
# Description
Leverage Claude 3.5 Sonnet from Anthropic, a cutting-edge LLM model, to
improve translation outcomes. In #2164 , the previous use of Qwen2.5 7b
(a smaller and less advanced AI model) was an earlier attempt that may
have resulted in suboptimal quality and user experience. While relying
solely on LLMs for translation is generally not ideal, adopting a more
advanced model like Claude 3.5 allows us to address these earlier
limitations and ensures significantly better results, even for a
language I do not understand.
Furthermore, I also use the powerful frontier OpenAI GPT-4o and Google
Gemini-1.5-Pro for proofreading, and thoroughly examined and verified
line breaks to ensure accuracy and facilitate easier contributions and
improvements by others.
## 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/ )
- [x] 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)
2025-01-13 16:21:32 +00:00
Anthony Stirling
4ef118c4eb
Version bump ( #2678 )
...
# 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)
2025-01-12 16:22:13 +00:00
dependabot[bot]
92401b9e7f
Bump com.diffplug.spotless from 6.25.0 to 7.0.1 ( #2630 )
...
Bumps com.diffplug.spotless from 6.25.0 to 7.0.1.
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-12 15:59:46 +00:00
Anthony Stirling
c78f924522
[Snyk] Security upgrade alpine from 3.20.3 to 3.21.2 ( #2669 )
...

### Snyk has created this PR to fix 1 vulnerabilities in the dockerfile
dependencies of this project.
Keeping your Docker base image up-to-date means you’ll benefit from
security fixes in the latest version of your chosen image.
#### Snyk changed the following file(s):
- `Dockerfile`
We recommend upgrading to `alpine:3.21.2`, as this image has only **0**
known vulnerabilities. To do this, merge this pull request, then verify
your application still works as expected.
#### Vulnerabilities that will be fixed with an upgrade:
| | Issue | Score |
:-------------------------:|:-------------------------|:-------------------------
 | CVE-2024-9143
<br/>[SNYK-ALPINE320-OPENSSL-8235201](https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201 )
| **54**
 | CVE-2024-9143
<br/>[SNYK-ALPINE320-OPENSSL-8235201](https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201 )
| **54**
---
> [!IMPORTANT]
>
> - Check the changes in this PR to ensure they won't cause issues with
your project.
> - Max score is 1000. Note that the real score may have changed since
the PR was raised.
> - This PR was automatically created by Snyk using the credentials of a
real user.
---
**Note:** _You are seeing this because you or someone else with access
to this repository has authorized Snyk to open fix PRs._
For more information: <img
src="https://api.segment.io/v1/pixel/track?data=eyJ3cml0ZUtleSI6InJyWmxZcEdHY2RyTHZsb0lYd0dUcVg4WkFRTnNCOUEwIiwiYW5vbnltb3VzSWQiOiJhYmYwMzliMi05OTRlLTRkMmMtYWZjOS04YzIwNWYxOWUwNTQiLCJldmVudCI6IlBSIHZpZXdlZCIsInByb3BlcnRpZXMiOnsicHJJZCI6ImFiZjAzOWIyLTk5NGUtNGQyYy1hZmM5LThjMjA1ZjE5ZTA1NCJ9fQ== "
width="0" height="0"/>
🧐 [View latest project
report](https://app.snyk.io/org/frooodle/project/6c268b92-2569-4b08-8058-1f8f5d4acd0d?utm_source=github&utm_medium=referral&page=fix-pr )
📜 [Customise PR
templates](https://docs.snyk.io/scan-using-snyk/pull-requests/snyk-fix-pull-or-merge-requests/customize-pr-templates?utm_source=github&utm_content=fix-pr-template )
🛠 [Adjust project
settings](https://app.snyk.io/org/frooodle/project/6c268b92-2569-4b08-8058-1f8f5d4acd0d?utm_source=github&utm_medium=referral&page=fix-pr/settings )
📚 [Read about Snyk's upgrade
logic](https://docs.snyk.io/scan-with-snyk/snyk-open-source/manage-vulnerabilities/upgrade-package-versions-to-fix-vulnerabilities?utm_source=github&utm_content=fix-pr-template )
---
**Learn how to fix vulnerabilities with free interactive lessons:**
🦉 [Learn about vulnerability in an interactive lesson of Snyk
Learn.](https://learn.snyk.io/?loc=fix-pr )
[//]: #
'snyk:metadata:{"customTemplate":{"variablesUsed":[],"fieldsUsed":[]},"dependencies":[{"name":"alpine","from":"3.20.3","to":"3.21.2"}],"env":"prod","issuesToFix":["SNYK-ALPINE320-OPENSSL-8235201","SNYK-ALPINE320-OPENSSL-8235201"],"prId":"abf039b2-994e-4d2c-afc9-8c205f19e054","prPublicId":"abf039b2-994e-4d2c-afc9-8c205f19e054","packageManager":"dockerfile","priorityScoreList":[54],"projectPublicId":"6c268b92-2569-4b08-8058-1f8f5d4acd0d","projectUrl":"https://app.snyk.io/org/frooodle/project/6c268b92-2569-4b08-8058-1f8f5d4acd0d?utm_source=github&utm_medium=referral&page=fix-pr ","prType":"fix","templateFieldSources":{"branchName":"default","commitMessage":"default","description":"default","title":"default"},"templateVariants":["updated-fix-title","priorityScore"],"type":"auto","upgrade":["SNYK-ALPINE320-OPENSSL-8235201","SNYK-ALPINE320-OPENSSL-8235201"],"vulns":["SNYK-ALPINE320-OPENSSL-8235201"],"patch":[],"isBreakingChange":false,"remediationStrategy":"vuln"}'
---------
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
2025-01-12 15:53:10 +00:00
github-actions[bot]
630f31c3f8
📝 Update README: Translation Progress Table ( #2677 )
...
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>
2025-01-12 15:48:03 +00:00
Peter Dave Hello
7dca87b377
Update and improve zh_TW Traditional Chinese locale ( #2674 )
...
# Description
Update and improve zh_TW Traditional Chinese locale
## 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/ )
- [x] 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)
2025-01-12 15:39:38 +00:00
Ludy
8619b1cf59
Restriction of username and email ( #2676 )
...
# Description
-
https://github.com/Stirling-Tools/Stirling-PDF/security/code-scanning/8
-
https://github.com/Stirling-Tools/Stirling-PDF/security/code-scanning/9
-
https://github.com/Stirling-Tools/Stirling-PDF/security/code-scanning/21
-
https://github.com/Stirling-Tools/Stirling-PDF/security/code-scanning/22
## 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/ )
- [x] 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)
2025-01-12 15:30:17 +00:00
github-actions[bot]
c6c6cbeaa9
📝 Update README: Translation Progress Table ( #2675 )
...
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>
2025-01-12 14:50:22 +00:00
Ludy
c17b4e29ff
cache the release notes in the browser session ( #2673 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes
https://github.com/Stirling-Tools/Stirling-PDF/security/code-scanning/164
## 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/ )
- [x] 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)
2025-01-12 13:46:46 +00:00
Ludy
d2d8e2ef42
update gradle-wrapper binaries ( #2671 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #(issue_number)
## 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/ )
- [x] 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)
2025-01-12 13:46:40 +00:00
Ludy
62e96e3f94
Improves the release for multi OS ( #2670 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #(issue_number)
## 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/ )
- [x] 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)
2025-01-12 13:46:35 +00:00
Peter Dave Hello
f95eea07fb
Update and improve Hungarian translations using Claude 3.5 Sonnet ( #2549 )
...
# Description
Leverage Claude 3.5 Sonnet from Anthropic, a frontier LLM model, to
enhance translation quality. The previous use of Qwen2.5 7b, a smaller
and less advanced AI model, may have affected the quality and user
experience(#2164 ). Typically, relying solely on LLMs for translation
without verification is not preferred. However, given these concerns,
using a frontier LLM model along with references from other language
versions should lead to improved results, even for a language I don't
even understand.
I also use the powerful frontier OpenAI O1 and Google Gemini-1.5-Pro for
proofreading, and manually confirmed line breaks to facilitate easier
contributions and improvements by others.
## Checklist
- [x] 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)
2025-01-12 13:45:18 +00:00
Anthony Stirling
1bd7e420e5
install paths dynmaic ( #2668 )
...
# 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)
2025-01-12 00:28:05 +00:00
Ludy
76cbf94fdc
Fix: Thymeleaf syntax (/*[[...]]*/) ( #2659 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #(issue_number)
## 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/ )
- [x] 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)
2025-01-12 00:18:35 +00:00
Ludy
b2da426cc1
change from pypdf2 to pypdf ( #2666 )
...
# Description
addition to #2636
## 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/ )
- [x] 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)
2025-01-11 21:06:46 +00:00
Ludy
cce4693aea
Fix: NoSuchFileException if configs\db\backup is not present on first start ( #2665 )
...
# Description
```bash
20:38:21.452 [restartedMain] ERROR s.s.S.c.s.database.DatabaseService - Error reading backup directory: configs\db\backup
java.nio.file.NoSuchFileException: configs\db\backup
at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:85)
at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103)
at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108)
at java.base/sun.nio.fs.WindowsDirectoryStream.<init>(WindowsDirectoryStream.java:86)
at java.base/sun.nio.fs.WindowsFileSystemProvider.newDirectoryStream(WindowsFileSystemProvider.java:541)
at java.base/java.nio.file.Files.newDirectoryStream(Files.java:613)
at stirling.software.SPDF.config.security.database.DatabaseService.getBackupList(DatabaseService.java:80)
at stirling.software.SPDF.config.security.database.DatabaseService.exportDatabase(DatabaseService.java:156)
at stirling.software.SPDF.config.security.UserService.saveUser(UserService.java:214)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:359)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:723)
at stirling.software.SPDF.config.security.UserService$$SpringCGLIB$$3.saveUser(<generated>)
at stirling.software.SPDF.config.security.InitialSecuritySetup.createDefaultAdminUser(InitialSecuritySetup.java:76)
at stirling.software.SPDF.config.security.InitialSecuritySetup.initializeAdminUser(InitialSecuritySetup.java:67)
at stirling.software.SPDF.config.security.InitialSecuritySetup.init(InitialSecuritySetup.java:42)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMethod.invoke(InitDestroyAnnotationBeanPostProcessor.java:457)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:401)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:219)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:423)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1800)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:601)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:523)
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:336)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:289)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:334)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.instantiateSingleton(DefaultListableBeanFactory.java:1122)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingleton(DefaultListableBeanFactory.java:1093)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:1030)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:987)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:627)
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:146)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752)
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:439)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:318)
at stirling.software.SPDF.SPDFApplication.main(SPDFApplication.java:117)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:50)
```
## 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/ )
- [x] 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)
2025-01-11 21:06:11 +00:00
Ludy
1c82523dc5
add zip files and reorganize ( #2664 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #(issue_number)
## 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/ )
- [x] 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)
2025-01-11 21:04:52 +00:00
Ludy
2241e2c1f2
Add: Harden Runner ( #2661 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #(issue_number)
## 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/ )
- [x] 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)
2025-01-10 11:25:40 +00:00
Ludy
c11076ee94
Fix: Pinned-Dependencies sync_files.yml ( #2660 )
...
# Description
https://github.com/Stirling-Tools/Stirling-PDF/security/code-scanning/58
## Checklist
- [x] 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)
2025-01-10 11:25:23 +00:00
reecebrowne
9273b163a8
New icons ( #2658 )
...
# Description
Updates some icons on the navbar
Closes #()

## 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
- [ x] I have attached images of the change if it is UI based
- [ x] I have commented my code, particularly in hard-to-understand
areas
- [ x] 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/ )
- [ x] My changes generate no new warnings
- [ x] 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)
---------
Co-authored-by: Reece Browne <reece@stirling.pdf >
2025-01-09 20:56:52 +00:00
Ludy
5e0adc6234
Add: Cosign Sign ( #2633 )
...
# Description
@M0NsTeRRR Can you check the correctness
## 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
- [x] 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/ )
- [x] 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)
2025-01-09 20:56:20 +00:00
github-actions[bot]
e5f39b79f7
📝 Update README: Translation Progress Table ( #2655 )
...
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>
2025-01-09 14:42:49 +00:00
Anthony Stirling
b98f8627ac
Csrf fix and ssoAutoLogin for enterprise users ( #2653 )
...
This pull request includes several changes to the
`SecurityConfiguration` and other related classes to enhance security
and configuration management. The most important changes involve adding
new beans, modifying logging levels, and updating dependency injections.
Enhancements to security configuration:
*
[`src/main/java/stirling/software/SPDF/config/security/SecurityConfiguration.java`](diffhunk://#diff-49df1b16b72e9fcaa7d0c58f46c94ffda0033f5f5e3ddab90a88e2f9022b66f4L3-L36):
Added new dependencies and beans for `GrantedAuthoritiesMapper`,
`RelyingPartyRegistrationRepository`, and
`OpenSaml4AuthenticationRequestResolver`. Removed unused imports and
simplified the class by removing the `@Lazy` annotation from
`UserService`.
[[1]](diffhunk://#diff-49df1b16b72e9fcaa7d0c58f46c94ffda0033f5f5e3ddab90a88e2f9022b66f4L3-L36)
[[2]](diffhunk://#diff-49df1b16b72e9fcaa7d0c58f46c94ffda0033f5f5e3ddab90a88e2f9022b66f4L46-L63)
[[3]](diffhunk://#diff-49df1b16b72e9fcaa7d0c58f46c94ffda0033f5f5e3ddab90a88e2f9022b66f4L75-R52)
[[4]](diffhunk://#diff-49df1b16b72e9fcaa7d0c58f46c94ffda0033f5f5e3ddab90a88e2f9022b66f4R66-L98)
[[5]](diffhunk://#diff-49df1b16b72e9fcaa7d0c58f46c94ffda0033f5f5e3ddab90a88e2f9022b66f4L109-R85)
[[6]](diffhunk://#diff-49df1b16b72e9fcaa7d0c58f46c94ffda0033f5f5e3ddab90a88e2f9022b66f4R96-R98)
Logging improvements:
*
[`src/main/java/stirling/software/SPDF/EE/KeygenLicenseVerifier.java`](diffhunk://#diff-742f789731a32cb5aa20f7067ef18049002eec2a4909ef6f240d2a26bdcb53c4L97-R97):
Changed the logging level from `info` to `debug` for the license
validation response body to reduce log verbosity in production.
Configuration updates:
*
[`src/main/java/stirling/software/SPDF/EE/EEAppConfig.java`](diffhunk://#diff-d842c2a4cf43f37ab5edcd644b19a51d614cb0e39963789e1c7e9fb28ddc1de8R30-R34):
Added a new bean `ssoAutoLogin` to manage single sign-on auto-login
configuration in the enterprise edition.
These changes collectively enhance the security configuration and
logging management of the application.
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)
2025-01-09 14:40:51 +00:00
thiagoor-cpu
1ed1b17510
Update messages_pt_BR.properties ( #2654 )
...
Up-to-date translation PT-BR
# Description
Up-to-date translation PT-BR
Closes #(issue_number)
## 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)
2025-01-09 14:35:43 +00:00
Ludy
ded3915424
Fix: py Vulnerabilities ( #2636 )
...
# Description
https://github.com/Stirling-Tools/Stirling-PDF/security/code-scanning/158
## Checklist
- [x] 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)
2025-01-08 20:16:13 +00:00
Ludy
a979b526c4
Pinned-Dependencies actions/upload-artifact ( #2634 )
...
# Description
https://github.com/Stirling-Tools/Stirling-PDF/security/code-scanning/157
## Checklist
- [x] 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)
2025-01-08 20:12:11 +00:00
github-actions[bot]
5272e4c7ff
📝 Update README: Translation Progress Table ( #2651 )
...
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>
2025-01-08 19:59:22 +00:00
github-actions[bot]
e95cbecab4
Update translation files ( #2650 )
...
Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-08 19:41:27 +00:00
Ludy
85d2f6f0cc
Fix: sync-readme ( #2649 )
...
# 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)
2025-01-08 19:34:13 +00:00
Ludy
5ef8c6be55
Update ignore_translation.toml ( #2648 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #(issue_number)
## Checklist
- [x] 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/ )
- [x] 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)
2025-01-08 19:31:09 +00:00
Anthony Stirling
f8e1ce6a7b
csrf fixes ( #2647 )
...
# 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)
2025-01-08 17:10:34 +00:00
Ludy
ad50e90a03
Defines a unique Python version ( #2646 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #(issue_number)
## 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/ )
- [x] 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)
2025-01-08 15:33:35 +00:00
Anthony Stirling
a4afe5b708
@Qualifier("runningEE")
2025-01-08 15:22:04 +00:00
Khangey
d1ed70146c
Update languages.html ( #2643 )
...
# 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)
2025-01-08 12:58:03 +00:00
Khangey
fe84128297
Create messages_zh_BO.properties ( #2642 )
...
# 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)
2025-01-08 12:57:46 +00:00
Anthony Stirling
690527aabd
Update README.md
2025-01-08 12:57:33 +00:00
github-actions[bot]
2b27cbbd4c
📝 Update README: Translation Progress Table ( #2639 )
...
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>
2025-01-08 11:25:51 +00:00
albanobattistella
544e838f7c
Update messages_it_IT.properties ( #2640 )
...
# 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)
2025-01-08 11:20:39 +00:00
Ludy
f379c27bd7
Add Conditional Handling for H2SQL Databases and Improve Database Compatibility ( #2632 )
...
# Description
1. **Conditional Support for DatabaseController**:
- The `DatabaseController` is now annotated with
`@Conditional(H2SQLCondition.class)` to ensure it is only available for
H2SQL database setups.
- This prevents unnecessary exposure of endpoints when the application
is configured for H2SQL.
2. **Database Web Template Adjustments**:
- The UI elements related to database management are conditionally
hidden when the database type is not supported (e.g., `databaseVersion
== 'Unknown'`).
- Improves user experience by avoiding unsupported operations for
non-H2SQL or unknown databases.
3. **Model Attribute Updates**:
- Added a check in `DatabaseWebController` to set an informational
message (`notSupported`) when the database version is unknown.
4. **H2 Database Compatibility**:
- Additional adjustments to ensure the application gracefully handles
H2-specific functionality without affecting other database
configurations.
5. **Build File Updates**:
- Updated the `build.gradle` file to exclude `H2SQLCondition` and
related controllers when specific configurations (e.g., security or
database type) are disabled.
### Benefits:
- Enhances application flexibility by adapting to the configured
database type.
- Improves user feedback with clear messaging and UI adjustments for
unsupported operations.
- Prevents accidental exposure of database endpoints in H2SQL setups.
## 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
- [x] 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/ )
- [x] 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)
2025-01-08 10:22:45 +00:00
Ludy
8d4c762c7e
excludes BackupNotFoundException.java + add label by ( #2629 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #(issue_number)
## 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/ )
- [x] 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)
2025-01-07 17:22:49 +00:00
Anthony Stirling
bad5a2bc8b
Update settings.yml.template
2025-01-07 15:32:12 +00:00
github-actions[bot]
e17dfcb369
📝 Update README: Translation Progress Table ( #2618 )
...
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>
2025-01-07 15:10:04 +00:00
Khiet Tam Nguyen
6d73f01107
fix(ui): make div for table container responsive ( #2622 )
...
# Description
Added bootstrap `table-responsive` class to the div container to prevent
the table overflowing in small-width devices (horizontal scroll is
enabled instead if it does not fit).
Before:

After:

Closes #2621
## 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
- [x] I have attached images of the change if it is UI based
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] 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/ )
- [x] My changes generate no new warnings
- [x] 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)
2025-01-07 11:34:26 +00:00
albanobattistella
c6c1dceaa2
Update messages_it_IT.properties ( #2624 )
...
# 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)
2025-01-07 11:02:49 +00:00
github-actions[bot]
59c28f10f9
Update 3rd Party Licenses ( #2617 )
...
Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-06 20:15:50 +00:00
github-actions[bot]
f5afce8fc1
Update translation files ( #2615 )
...
Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-06 20:15:08 +00:00
Dario Ghunney Ware
41dce06804
#2270 : External DB Support ( #2457 )
...
# Description
External DB support for Stirling PDF. You can now choose between the
default H2 or PostgreSQL by setting the new `enableCustomDatabase`
property to `true` or `false`.
To enable your own custom (PostgreSQL) database:
- Set `enableCustomDatabase` to `true`
- Add your database url to `customDatabaseUrl`
- Set your `username` and `password`
Closes #2270
## 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
- [x] I have attached images of the change if it is UI based
- [x] 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/ )
- [x] My changes generate no new warnings
- [x] 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)
2025-01-06 18:58:26 +00:00
Anthony Stirling
7382efd80d
Update PR-Demo-Comment.yml
2025-01-06 17:58:07 +00:00
reecebrowne
98d4443ebd
Manual redact tooltips ( #2614 )
...
# Description
Added tooltips and translations to all visible buttons on manual redact
## 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
- [ X] I have attached images of the change if it is UI based
- [ X] I have commented my code, particularly in hard-to-understand
areas
- [ X] 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/ )
- [X ] My changes generate no new warnings
- [ X] 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)
2025-01-06 17:43:52 +00:00
Anthony Stirling
ddbef1c82b
Update README.md
2025-01-06 15:30:11 +00:00
github-actions[bot]
52bf4381ab
Update 3rd Party Licenses ( #2613 )
...
Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-06 12:43:20 +00:00
github-actions[bot]
d8a4f44862
📝 Update README: Translation Progress Table ( #2612 )
...
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>
2025-01-06 12:42:21 +00:00
Anthony Stirling
ed633616e7
File paths dynamic ( #2605 )
...
# 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)
---------
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
Co-authored-by: a <a>
2025-01-06 12:41:30 +00:00
github-actions[bot]
f08f8c734b
Update translation files ( #2611 )
...
Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-06 12:28:41 +00:00
Omar Ahmed Hassan
22af79a279
Feature: Support manual redaction ( #2433 )
...
# Description
## Manual Redaction:
- ### Text Selection-based redaction:
-

- Users can now redact currently selected text by selecting the text
then clicking `ctrl + s` shortcut or by pressing on **apply/save/disk
icon** in the toolbar.
- Users can delete/cancel the redacted area by clicking on the box
containing the text, then clicking on `delete/trash` icon or by using
the shortcut `delete`.
- Users can customize the color of the redacted area/text (after the
redaction was applied) by simply clicking on the box containing the
text/area then clicking on the `color palette` icon and choosing the
color they want.
- Users can choose to select the color of redaction before redacting
text or applying changes (this only affects newly created redaction
areas, to change the color of an existing one; check the previous bullet
point).
- ### Draw/Area-based redaction:
-

- Users can now redact an area in the page by selecting the then
clicking `ctrl + s` shortcut or by pressing on **apply/save/disk icon**
in the toolbar.
- Users can delete/cancel the redacted area by clicking on the drawn
box, then clicking on `delete/trash` icon or by using the shortcut
`delete` (requires temporarily turning off drawing mode).
- Users can customize the color of the redacted area (after the
redaction was applied) by simply clicking on the box containing the area
then clicking on the `color palette` icon and choosing the color they
want.
- Users can choose to select the color of redaction before drawing the
box or applying changes (this only affects newly created redaction
areas, to change the color of an existing one; check the previous bullet
point).
- ### Page-based redaction:
-

- Users can now redact **ENTIRE** pages by specifying the page
number(s), range(s) or functions.
- Users can customize the color of page-based redaction (doesn't affect
text-based nor draw-based redactions).
### Redaction modes:
There are three modes of redaction/operation currently supported
- Text Selection-based redaction (TEXT)
- Draw/Area-based redaction (DRAWING)
- None - by simply not choosing any of the above modes (NONE).
## How to use:
- **Text Selection-based redaction:** click on this icon in the toolbar

to enable `text-selection redaction mode` then select the text you want
to redact then press `ctrl + s` or click on the disk/save icon
.
- **Draw/Area-based redaction:** click on this icon in the toolbar

to enable `draw/area-based redaction` then `left mouse click (LMB)` on
the starting point of the rectangle, then once you are satisfied with
the rectangle's placement/dimensions then `left mouse click (LMB)` again
to apply the redaction.
- **Example:** `Left mouse click (LMB)` then move mouse to the right
then bottom then `Left mouse click (LMB)`.
- Note: Red box/rectangle borders indicate that you have not yet saved
(you need to left click on the page to save)

once saved the borders will become green

(they also become clickable/hover-able when drawing mode is off).
- **Page-based redactions:**: Insert the page number(s), range(s) and/or
functions (separated by `,`) then select your preferred color and click
on `Redact` to submit.

- **Color Customizations:**
- You can change the redaction color for new redactions by clicking on
this icon in the toolbar
.
- You can change the redaction color for existing redactions by hovering
over the redaction box then clicking on it (`Left mouse click LMB`) then
clicking on color palette (highlighted in red in the picture)

then select your preferred color.
- **Deletions:**
- You can delete a redacted area by hovering over the redaction box then
clicking on it (`Left mouse click LMB`) then clicking on the trash icon
(highlighted in red in the picture)
.
## Card in the home page:

Closes #465
## 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
- [x] 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)
---------
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2025-01-06 11:38:44 +00:00
albanobattistella
79f6598508
Update messages_it_IT.properties ( #2610 )
...
# 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)
2025-01-04 20:27:37 +00:00
github-actions[bot]
e754e6012a
📝 Update README: Translation Progress Table ( #2608 )
...
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>
2025-01-04 18:07:06 +00:00
Ludy
3227da55e0
Bump docker-compose from v2.29.1 to v2.32.1 ( #2600 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #(issue_number)
## Checklist
- [x] 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)
2025-01-04 18:06:51 +00:00
Ludy
709a79c3d9
Update labeler-config.yml ( #2601 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #(issue_number)
## Checklist
- [x] 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)
2025-01-04 18:06:40 +00:00
github-actions[bot]
77bb15bc8b
Update 3rd Party Licenses ( #2604 )
...
Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-04 18:06:15 +00:00
github-actions[bot]
beaa86cbf9
Update translation files ( #2609 )
...
Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-04 18:06:02 +00:00
Sai Kumar
b8303e3860
Pdf to image custom page selection ( #2576 )
...
# Description
Implemented custom page selection for the pdf-to-image feature, allowing
users to specify which PDF pages to convert to images.
1. Variable Renaming: Changed singleOrMultiple to imageResultType
because it supports three options: single, multiple, and custom.
2. New Field: Added pageNumbers to accept user-defined page selections.
This field appears only when custom is selected in the UI.
3. New Method: Added getPageIndicesToConvert to process and validate the
specified page numbers.
4. Method Update: Updated convertFromPdf to handle custom page numbers,
ensuring only selected pages are converted.
5. Translation Properties: Added two new English translation properties,
custom and customPageNumber, to all language files with placeholder
values. These will need to be translated into country-specific languages
in the future.
Note: If an invalid page number is provided (zero, negative, or exceeds
page count), a single image containing all PDF pages is generated.
Closes #918
## 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
- [x] I have attached images of the change if it is UI based
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] 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/ )
- [x] My changes generate no new warnings
- [x] 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)


---------
Co-authored-by: Sai Kumar J <saikumar@Sais-MacBook-Air.local >
Co-authored-by: Ludy <Ludy87@users.noreply.github.com >
Co-authored-by: saikumar <saikumar.jetti@gmail.com >
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2025-01-04 18:01:13 +00:00
Anthony Stirling
5ba98e4411
Revert "removes unused implementation com.unboundid.product.scim2" ( #2607 )
...
Reverts Stirling-Tools/Stirling-PDF#2599
2025-01-04 00:27:43 +00:00
Ludy
116dfcc065
removes unused implementation com.unboundid.product.scim2 ( #2599 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #(issue_number)
## 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/ )
- [x] 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)
2025-01-04 00:09:39 +00:00
Ludy
2d76927b3c
fixes: untrusted code ( #2598 )
...
# Description
https://github.com/Stirling-Tools/Stirling-PDF/security/code-scanning/151
Closes #(issue_number)
## Checklist
- [x] 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)
2025-01-03 12:40:51 +00:00
Ludy
41c269f208
Bump gradle-version from 8.7 to 8.12 ( #2596 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #(issue_number)
## 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/ )
- [x] 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)
2025-01-03 11:26:40 +00:00
reecebrowne
38633d4db1
Green buttons ( #2597 )
...
# Description
Making buttons green
Closes #()

## 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
- [X ] I have attached images of the change if it is UI based
- [ X] I have commented my code, particularly in hard-to-understand
areas
- [ X] 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/ )
- [ X] My changes generate no new warnings
- [ X] 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)
Co-authored-by: Reece Browne <reece@stirling.pdf >
2025-01-03 11:23:26 +00:00
github-actions[bot]
0ff45c656a
📝 Update README: Translation Progress Table ( #2593 )
...
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>
2025-01-02 20:39:00 +00:00
Ludy
bc282c6aa5
Update PR-Demo-Comment.yml ( #2594 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #(issue_number)
## Checklist
- [x] 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)
2025-01-02 20:38:45 +00:00
albanobattistella
50575bc80b
Update messages_it_IT.properties ( #2591 )
...
# 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)
2025-01-02 20:22:35 +00:00
Ludy
6f04f01c2b
changes the permission deploy-pr ( #2592 )
...
# 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)
2025-01-02 20:21:27 +00:00
Ludy
e80eaaa6d1
changes the permission to write issues ( #2590 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #(issue_number)
## Checklist
- [x] 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)
2025-01-02 19:42:24 +00:00
github-actions[bot]
01288dafe8
📝 Update README: Translation Progress Table ( #2587 )
...
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>
Co-authored-by: Ludy <Ludy87@users.noreply.github.com >
2025-01-02 18:43:44 +00:00
Anthony Stirling
e3c7b6f955
Update README.md
2025-01-02 18:41:33 +00:00
Ludy
875f5a85ef
Token-Permissions & Pinned-Dependencies ( #2586 )
...
# 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)
2025-01-02 18:22:14 +00:00
swanemar
ef174a1e8a
additional Swedish translations ( #2585 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #(issue_number)
## 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
- [X] 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)
2025-01-02 18:21:39 +00:00
Anthony Stirling
958c214605
Update build.gradle
2025-01-02 17:48:27 +00:00
Ludy
56ab9c3eee
Update messages_de_DE.properties ( #2583 )
...
# 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)
2025-01-02 17:38:23 +00:00
Ludy
7b768db969
Fix: Translation Verification hard-coded repo properties ( #2584 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #(issue_number)
## Checklist
- [x] 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)
2025-01-02 17:28:32 +00:00
github-actions[bot]
36c4d8552d
📝 Update README: Translation Progress Table ( #2580 )
...
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>
2025-01-02 15:58:24 +00:00
Ludy
4544fb7211
Fix: Translation Verification ( #2581 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #(issue_number)
## 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)
2025-01-02 15:58:08 +00:00
github-actions[bot]
807639308a
Update translation files ( #2582 )
...
Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-02 15:54:07 +00:00
reecebrowne
49fb634690
Feature/improved signature element ( #2489 )
...
# 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)
---------
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
Co-authored-by: Reece Browne <reece@stirling.pdf >
2025-01-02 15:49:29 +00:00
github-actions[bot]
715efca25d
Update translation files ( #2579 )
...
Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-02 15:01:30 +00:00
dependabot[bot]
a4c988c7b2
Bump gradle from 8.11-jdk17 to 8.12-jdk17 ( #2556 )
...
Bumps gradle from 8.11-jdk17 to 8.12-jdk17.
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-02 14:55:42 +00:00
Ludy
f45de05c99
Fixes SSO login rejection ( #2566 )
...
# Description
## 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
- [x] 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/ )
- [x] 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)
2025-01-02 14:52:07 +00:00
Omar Ahmed Hassan
d5faddbc85
Enhancement: Enhance NFunction evaluation and support advanced NFunctions ( #2577 )
...
# Description
Enhance NFunction sanitization and support advanced functions:
- Start page counting from 1 rather than 0 as PDFs are one based from
the user's perspective, thus functions results would be affected by
starting with "0" rather than "1".
- Ignore out of bound results rather than stopping iterations to work
with functions such as (n - 4) when page count is 10 as we would get
positive values when n > 4.
- Remove spaces to support expressions such as 2n + 1 rather just 2n+1.
- Support advanced functions as follows:
- Support expressions such as follows 5(n-1), n(n-1), expressions
followed by opening rounded without '*' operator.
- Support expressions such as follows (n-1)5, (n-1)n, expressions
preceded closing rounded without '*' operator.
- Support consecutive "n" expressions, examples: nnn, 2nn, nn*3, nnnn.
Closes #(issue_number)
## 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
- [x] 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/ )
- [x] 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)
2025-01-02 14:48:20 +00:00
dependabot[bot]
5e173b92d4
Bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 ( #2574 )
...
Bumps
[peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request )
from 7.0.5 to 7.0.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/peter-evans/create-pull-request/releases ">peter-evans/create-pull-request's
releases</a>.</em></p>
<blockquote>
<h2>Create Pull Request v7.0.6</h2>
<p>⚙️ Fixes an issue with commit signing where unicode characters in
file paths were not preserved.</p>
<h2>What's Changed</h2>
<ul>
<li>build(deps-dev): bump <code>@vercel/ncc</code> from 0.38.1 to
0.38.2 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3365 ">peter-evans/create-pull-request#3365</a></li>
<li>Update distribution by <a
href="https://github.com/actions-bot "><code>@actions-bot</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3370 ">peter-evans/create-pull-request#3370</a></li>
<li>build(deps): bump
<code>@octokit/plugin-rest-endpoint-methods</code> from 13.2.4 to
13.2.5 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3375 ">peter-evans/create-pull-request#3375</a></li>
<li>build(deps-dev): bump <code>@types/node</code> from 18.19.50 to
18.19.54 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3376 ">peter-evans/create-pull-request#3376</a></li>
<li>build(deps): bump <code>@octokit/plugin-paginate-rest</code> from
11.3.3 to 11.3.5 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3377 ">peter-evans/create-pull-request#3377</a></li>
<li>Update distribution by <a
href="https://github.com/actions-bot "><code>@actions-bot</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3388 ">peter-evans/create-pull-request#3388</a></li>
<li>build(deps-dev): bump <code>@types/node</code> from 18.19.54 to
18.19.55 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3400 ">peter-evans/create-pull-request#3400</a></li>
<li>build(deps): bump <code>@actions/core</code> from 1.10.1 to 1.11.1
by <a href="https://github.com/dependabot "><code>@dependabot</code></a>
in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3401 ">peter-evans/create-pull-request#3401</a></li>
<li>build(deps): bump
<code>@octokit/plugin-rest-endpoint-methods</code> from 13.2.5 to
13.2.6 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3403 ">peter-evans/create-pull-request#3403</a></li>
<li>build(deps-dev): bump eslint-plugin-import from 2.30.0 to 2.31.0 by
<a href="https://github.com/dependabot "><code>@dependabot</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3402 ">peter-evans/create-pull-request#3402</a></li>
<li>build(deps): bump <code>@octokit/plugin-throttling</code> from
9.3.1 to 9.3.2 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3404 ">peter-evans/create-pull-request#3404</a></li>
<li>Update distribution by <a
href="https://github.com/actions-bot "><code>@actions-bot</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3423 ">peter-evans/create-pull-request#3423</a></li>
<li>build(deps-dev): bump typescript from 5.6.2 to 5.6.3 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3441 ">peter-evans/create-pull-request#3441</a></li>
<li>build(deps): bump undici from 6.19.8 to 6.20.1 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3442 ">peter-evans/create-pull-request#3442</a></li>
<li>Update distribution by <a
href="https://github.com/actions-bot "><code>@actions-bot</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3451 ">peter-evans/create-pull-request#3451</a></li>
<li>build(deps-dev): bump <code>@types/node</code> from 18.19.55 to
18.19.58 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3457 ">peter-evans/create-pull-request#3457</a></li>
<li>build(deps-dev): bump <code>@types/jest</code> from 29.5.13 to
29.5.14 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3462 ">peter-evans/create-pull-request#3462</a></li>
<li>build(deps-dev): bump <code>@types/node</code> from 18.19.58 to
18.19.60 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3463 ">peter-evans/create-pull-request#3463</a></li>
<li>chore: don't bundle undici by <a
href="https://github.com/benmccann "><code>@benmccann</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3475 ">peter-evans/create-pull-request#3475</a></li>
<li>Update distribution by <a
href="https://github.com/actions-bot "><code>@actions-bot</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3478 ">peter-evans/create-pull-request#3478</a></li>
<li>chore: use node-fetch-native support for proxy env vars by <a
href="https://github.com/peter-evans "><code>@peter-evans</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3483 ">peter-evans/create-pull-request#3483</a></li>
<li>build(deps-dev): bump <code>@types/node</code> from 18.19.60 to
18.19.64 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3488 ">peter-evans/create-pull-request#3488</a></li>
<li>build(deps-dev): bump undici from 6.20.1 to 6.21.0 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3499 ">peter-evans/create-pull-request#3499</a></li>
<li>build(deps-dev): bump <code>@vercel/ncc</code> from 0.38.2 to
0.38.3 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3500 ">peter-evans/create-pull-request#3500</a></li>
<li>docs: note <code>push-to-repo</code> classic PAT
<code>workflow</code> scope requirement by <a
href="https://github.com/scop "><code>@scop</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3511 ">peter-evans/create-pull-request#3511</a></li>
<li>docs: spelling fixes by <a
href="https://github.com/scop "><code>@scop</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3512 ">peter-evans/create-pull-request#3512</a></li>
<li>build(deps-dev): bump typescript from 5.6.3 to 5.7.2 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3516 ">peter-evans/create-pull-request#3516</a></li>
<li>build(deps-dev): bump prettier from 3.3.3 to 3.4.0 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3517 ">peter-evans/create-pull-request#3517</a></li>
<li>build(deps-dev): bump <code>@types/node</code> from 18.19.64 to
18.19.66 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3518 ">peter-evans/create-pull-request#3518</a></li>
<li>docs(README): clarify that an existing open PR is managed by <a
href="https://github.com/caugner "><code>@caugner</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3498 ">peter-evans/create-pull-request#3498</a></li>
<li>Update distribution by <a
href="https://github.com/actions-bot "><code>@actions-bot</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3529 ">peter-evans/create-pull-request#3529</a></li>
<li>build(deps): bump <code>@octokit/plugin-paginate-rest</code> from
11.3.5 to 11.3.6 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3542 ">peter-evans/create-pull-request#3542</a></li>
<li>build(deps-dev): bump <code>@types/node</code> from 18.19.66 to
18.19.67 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3543 ">peter-evans/create-pull-request#3543</a></li>
<li>build(deps-dev): bump prettier from 3.4.0 to 3.4.1 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3544 ">peter-evans/create-pull-request#3544</a></li>
<li>build(deps-dev): bump eslint-import-resolver-typescript from 3.6.3
to 3.7.0 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3559 ">peter-evans/create-pull-request#3559</a></li>
<li>build(deps-dev): bump prettier from 3.4.1 to 3.4.2 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3560 ">peter-evans/create-pull-request#3560</a></li>
<li>build(deps-dev): bump <code>@types/node</code> from 18.19.67 to
18.19.68 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3570 ">peter-evans/create-pull-request#3570</a></li>
<li>build(deps): bump p-limit from 6.1.0 to 6.2.0 by <a
href="https://github.com/dependabot "><code>@dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3578 ">peter-evans/create-pull-request#3578</a></li>
<li>Update distribution by <a
href="https://github.com/actions-bot "><code>@actions-bot</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3583 ">peter-evans/create-pull-request#3583</a></li>
<li>fix: preserve unicode in filepaths when commit signing by <a
href="https://github.com/peter-evans "><code>@peter-evans</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3588 ">peter-evans/create-pull-request#3588</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/benmccann "><code>@benmccann</code></a>
made their first contribution in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3475 ">peter-evans/create-pull-request#3475</a></li>
<li><a href="https://github.com/scop "><code>@scop</code></a> made their
first contribution in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3511 ">peter-evans/create-pull-request#3511</a></li>
<li><a href="https://github.com/caugner "><code>@caugner</code></a> made
their first contribution in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/3498 ">peter-evans/create-pull-request#3498</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="67ccf781d6 "><code>67ccf78</code></a>
fix: preserve unicode in filepaths when commit signing (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/3588 ">#3588</a>)</li>
<li><a
href="bb88e27d3f "><code>bb88e27</code></a>
build: update distribution (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/3583 ">#3583</a>)</li>
<li><a
href="b378ed537a "><code>b378ed5</code></a>
build(deps): bump p-limit from 6.1.0 to 6.2.0 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/3578 ">#3578</a>)</li>
<li><a
href="fa9200e5b4 "><code>fa9200e</code></a>
build(deps-dev): bump <code>@types/node</code> from 18.19.67 to
18.19.68 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/3570 ">#3570</a>)</li>
<li><a
href="16e0059bfd "><code>16e0059</code></a>
build(deps-dev): bump prettier from 3.4.1 to 3.4.2 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/3560 ">#3560</a>)</li>
<li><a
href="5bffd5ae80 "><code>5bffd5a</code></a>
build(deps-dev): bump eslint-import-resolver-typescript (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/3559 ">#3559</a>)</li>
<li><a
href="a22a0ddc21 "><code>a22a0dd</code></a>
build(deps-dev): bump prettier from 3.4.0 to 3.4.1 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/3544 ">#3544</a>)</li>
<li><a
href="b27ce378c8 "><code>b27ce37</code></a>
build(deps-dev): bump <code>@types/node</code> from 18.19.66 to
18.19.67 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/3543 ">#3543</a>)</li>
<li><a
href="4e0cc19e22 "><code>4e0cc19</code></a>
build(deps): bump <code>@octokit/plugin-paginate-rest</code> from
11.3.5 to 11.3.6 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/3542 ">#3542</a>)</li>
<li><a
href="25b6871a4e "><code>25b6871</code></a>
docs: update scopes for push-to-fork</li>
<li>Additional commits viewable in <a
href="5e914681df...67ccf781d6 ">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores )
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-02 14:24:04 +00:00
reecebrowne
574c474804
Fix file drag and drop ( #2575 )
...
# Description
Drag and drop only loading first page.
Closes #(2560)
## 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
- [ X] I have attached images of the change if it is UI based
- [ X] I have commented my code, particularly in hard-to-understand
areas
- [ X] 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/ )
- [ X] My changes generate no new warnings
- [ X] 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-31 10:44:49 +00:00
Ludy
2e23149090
extends the .gitignore for cert and ssh ( #2572 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #(issue_number)
## 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
- [x] 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/ )
- [x] 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-30 23:20:10 +00:00
Anthony Stirling
7be8db7832
Move docs to website ( #2571 )
...
# 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-30 15:49:28 +00:00
Ludy
702433d4c5
removed actions/checkout for PR branch, use gh ( #2567 )
...
# Description
changes the permission
https://github.com/Stirling-Tools/Stirling-PDF/security/code-scanning/104
## 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-29 14:44:50 +00:00
Ludy
0e824005c3
add permissions for check_properties.yml ( #2564 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #(issue_number)
## Checklist
- [x] 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-27 18:13:31 +00:00
github-actions[bot]
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
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
0f24fa104e
Update push-docker only sigh fat and normal
2024-12-26 13:32:22 +00:00
Anthony Stirling
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
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
Ludy
2abfe599ed
Fix: duplicated mapping key ( #2550 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #(issue_number)
## Checklist
- [x] 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-22 16:51:22 +00:00
Ludy
cbdec6ec25
rollback check_properties.yml ( #2551 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #(issue_number)
## 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-22 16:50:42 +00:00
Ludy
d4f25db647
used pre-commit/action ( #2548 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #(issue_number)
## Checklist
- [x] 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-22 16:36:46 +00:00
Ludy
0f1b94303f
add label Security to changed files ( #2547 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #(issue_number)
## Checklist
- [x] 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-22 15:49:32 +00:00
Ludy
4dfdf2d8ec
Update pre_commit.yml ( #2546 )
2024-12-22 15:02:23 +00:00
Anthony Stirling
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
3ae732352e
Merge pull request #2541 from Stirling-Tools/docker-rename
...
Docker rename for standardisation
2024-12-22 13:44:21 +00:00
Anthony Stirling
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 git@github.com: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
a0f3d7b7d4
Update push-docker.yml
2024-12-22 12:41:53 +00:00
Ludy87
7223b379e7
Introduces pre-commit github-action
...
https://github.com/Stirling-Tools/Stirling-PDF/blob/main/.pre-commit-config.yaml
2024-12-22 13:36:26 +01:00
Ludy87
e833d688e7
Update multiOSReleases.yml
2024-12-22 13:13:24 +01:00
Ludy87
74cab98a1b
Rollback action-gh-release version from v2.2.0 to v2.1.0
...
https://github.com/softprops/action-gh-release/issues/556
2024-12-22 13:12:48 +01: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
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
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
b2628d4c3f
Merge pull request #2536 from Stirling-Tools/docker-labels
...
Docker labels
2024-12-22 10:52:48 +00:00
Anthony Stirling
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
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
Ludy87
6697cccfa9
Bump peter-evans/create-pull-request from 6.1.0 to 7.0.5
2024-12-22 01:41:45 +01:00
Anthony Stirling
9820a3276d
Update Dockerfile
2024-12-22 00:11:06 +00:00
Anthony Stirling
fb6cefa301
Update Dockerfile-ultra-lite
2024-12-22 00:10:48 +00:00
Anthony Stirling
974b947fc3
Update Dockerfile-fat
2024-12-22 00:10:31 +00:00
Anthony Stirling
4e45bae856
Update Dockerfile
2024-12-22 00:09:52 +00:00
Anthony Stirling
74c6ea7c60
Merge branch 'main' into cosign
2024-12-21 23:50:29 +00:00
Anthony Stirling
15abef1b82
Update push-docker.yml
2024-12-21 23:49:30 +00:00
Anthony Stirling
fb61fea3e4
Merge pull request #2534 from Ludy87/token_permissions_2
...
[Security] Token permissions no. 2
2024-12-21 23:41:37 +00:00
Ludy87
f29d4db31e
[Security] Token permissions no. 2
2024-12-22 00:33:41 +01:00
Anthony Stirling
b86eac20ea
Merge pull request #2533 from Ludy87/token_permissions
...
[Security] Token permissions
2024-12-21 23:03:10 +00:00
Ludy87
7ccb9db9f9
Update update-translations.yml
2024-12-21 23:48:09 +01:00
Ludy87
e920eb0555
Update check_properties.yml
2024-12-21 23:48:02 +01:00
Ludy87
822ccbabdf
Update build.yml
2024-12-21 23:47:53 +01:00
Ludy87
0d2b5f605f
Permission Position moved to top level
2024-12-21 23:40:53 +01:00
Anthony Stirling
76924ccd2f
Merge pull request #2532 from Ludy87/fix_Dangerous_Workflow_4
...
[Security] Dangerous-Workflow
2024-12-21 22:17:57 +00:00
Ludy87
12e8aceb4c
[Security] Dangerous-Workflow
...
https://github.com/Ludy87/test_java/security/code-scanning/26
2024-12-21 23:15:24 +01:00
Anthony Stirling
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
Ludy
d2e3c2a12c
Merge branch 'main' into fix_pre_commit_config_2
2024-12-21 18:03:05 +01:00
Anthony Stirling
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
Ludy87
ae44c4c723
Update check_properties.yml
2024-12-21 17:50:42 +01:00
Anthony Stirling
a7f900b959
Merge pull request #2529 from Ludy87/remove_duplicate_permission
...
Removing duplicate permissions
2024-12-21 16:35:11 +00:00
Anthony Stirling
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
Ludy87
f09e70218d
Update check_properties.yml
2024-12-21 17:17:26 +01:00
Ludy
e0d37d2e10
Merge branch 'main' into remove_duplicate_permission
2024-12-21 17:06:27 +01:00
Ludy87
70cc03fc63
Removing duplicate permissions
2024-12-21 17:05:45 +01:00
Anthony Stirling
4ee756f7dd
Merge pull request #2528 from Ludy87/fix_dangerous_workflow
...
Update check_properties.yml
2024-12-21 16:03:33 +00:00
Ludy87
67a08a7c05
Update check_properties.yml
2024-12-21 16:59:33 +01:00
Anthony Stirling
d136f9bd31
Update README.md
2024-12-21 15:55:47 +00:00
Anthony Stirling
a909592533
Update CODEOWNERS
2024-12-21 15:01:16 +00:00
Ludy
6a609712ba
Merge branch 'main' into fix_pre_commit_config_2
2024-12-21 15:36:58 +01:00
Anthony Stirling
238db1aaff
Update scorecards.yml
2024-12-21 14:34:29 +00:00
Ludy87
c08329ec48
Update .pre-commit-config.yaml no. 2
2024-12-21 15:34:07 +01:00
Anthony Stirling
1defa441d6
Update scorecards.yml
2024-12-21 14:31:25 +00:00
Anthony Stirling
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
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 <action@github.com >
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
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
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
d3e0c0bce1
Merge branch 'main' into dependabot/gradle/org.springframework.boot-3.4.1
2024-12-21 13:52:21 +00:00
Anthony Stirling
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]
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](dc50aa9510...62b2cac7ed )
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-21 13:51:06 +00:00
Anthony Stirling
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
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
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
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]
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](e7a8f85e1c...7b4da11513 )
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-21 13:02:26 +00:00
dependabot[bot]
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](de749cf181...b54af0c258 )
---
updated-dependencies:
- dependency-name: crazy-max/ghaction-github-labeler
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-21 13:02:23 +00:00
Anthony Stirling
ff99c46434
Rename codeql.yml to codeql.yml-disabled
2024-12-21 13:01:19 +00:00
Anthony Stirling
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
125bebf9ff
Merge branch 'main' into dependabot/gradle/org.springframework.boot-3.4.1
2024-12-21 12:52:46 +00:00
Anthony Stirling
dd03875ece
Merge branch 'main' into dependabot/gradle/io.spring.dependency-management-1.1.7
2024-12-21 12:52:40 +00:00
Anthony Stirling
6456a28436
Merge branch 'main' into dependabot/gradle/springBootVersion-3.4.1
2024-12-21 12:52:32 +00:00
Anthony Stirling
1bfa534dcd
Update gradle-wrapper.properties
2024-12-21 12:52:14 +00:00
Ludy87
7b78c5cbf1
Update .pre-commit-config.yaml
2024-12-21 13:50:03 +01:00
Anthony Stirling
adb715f2f2
Update codeql.yml
2024-12-21 12:45:41 +00:00
Anthony Stirling
b3230f1e52
Merge branch 'main' into dependabot/gradle/springBootVersion-3.4.1
2024-12-21 12:43:52 +00:00
Anthony Stirling
e5d62042c4
Merge branch 'main' into dependabot/gradle/org.springframework.boot-3.4.1
2024-12-21 12:41:16 +00:00
Anthony Stirling
801a2a792b
Update codeql.yml
2024-12-21 12:40:33 +00:00
dependabot[bot]
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] <support@github.com >
2024-12-21 12:38:15 +00:00
dependabot[bot]
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] <support@github.com >
2024-12-21 12:38:00 +00:00
dependabot[bot]
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] <support@github.com >
2024-12-21 12:37:52 +00:00
dependabot[bot]
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] <support@github.com >
2024-12-21 12:37:29 +00:00
Anthony Stirling
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
ca9abf76be
Update .pre-commit-config.yaml
2024-12-21 12:35:38 +00:00
Anthony Stirling
3870f73949
Update dependabot.yml
2024-12-21 12:30:44 +00:00
StepSecurity Bot
dc5b214932
[StepSecurity] Apply security best practices
...
Signed-off-by: StepSecurity Bot <bot@stepsecurity.io >
2024-12-21 12:28:35 +00:00
Anthony Stirling
bba3d65368
Create SECURITY.md
2024-12-21 00:23:58 +00:00
Anthony Stirling
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
a71cb7f5d9
Merge pull request #2509 from Ludy87/btn_standardize
...
standardize the submit button
2024-12-20 10:24:49 +00:00
Ludy87
a9e250547a
standardize the submit button
2024-12-20 11:08:57 +01:00
Anthony Stirling
30bcdbd7be
Merge pull request #2507 from Ludy87/remove_redundant_entries
...
remove redundant entries
2024-12-20 09:13:28 +00:00
Ludy87
61603aebb2
remove redundant entries
2024-12-20 09:59:12 +01:00
Peter Dave Hello
26340626df
Update and improve zh_TW Traditional Chinese locale
2024-12-20 03:55:31 +08:00
Anthony Stirling
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
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
95a9e10dc8
Update releaseArtifacts.yml
2024-12-19 10:52:41 +00:00
Anthony Stirling
4d6368048c
Update build.gradle
2024-12-18 21:28:23 +00:00
Anthony Stirling
4e715a82e0
Merge pull request #2501 from Ludy87/missing_pdflib
...
[Bugfix] A variety of tools miss PDFLib
2024-12-18 21:12:08 +00:00
Ludy87
164381e940
some tools lack PDFLib
2024-12-18 21:03:08 +01:00
Anthony Stirling
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
c0ef624a1d
Merge pull request #2499 from albanobattistella/patch-62
...
Update messages_it_IT.properties
2024-12-18 14:42:48 +00:00
albanobattistella
b9ae90274f
Update messages_it_IT.properties
2024-12-18 15:34:39 +01:00
Anthony Stirling
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
Ludy87
a531f53893
Exclude Sensitive and Error-Prone Fields from toString() in SAML2 Configuration
2024-12-18 13:40:24 +01:00
Anthony Stirling
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
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
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
reecebrowne
a72615cc86
Merge branch 'main' into bug/2490/2488/image-to-pdf
2024-12-18 10:40:54 +00:00
Anthony Stirling
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
github-actions[bot]
2335ecf017
📝 Sync README
...
> Made via sync_files.yml
2024-12-18 10:34:08 +00:00
Anthony Stirling
a79318bf0c
Merge pull request #2491 from Ludy87/database_create_m
...
Adds manual backup creation
2024-12-18 10:33:50 +00:00
Reece Browne
9eed761346
Correct default fit
2024-12-18 00:36:04 +00:00
Reece Browne
12d86049f6
Add default to convert image to pdf api
2024-12-18 00:30:06 +00:00
Reece Browne
e9f80d03ea
Fix missing info in form data
2024-12-18 00:16:01 +00:00
Omar Ahmed Hassan
42c238d87d
Pass form to submitMultiPdfForm
...
- Pass form to submitMultiPdfForm to use in FormData creation.
2024-12-18 01:28:04 +02:00
Ludy87
051cd2d0d5
Adds manual backup creation
2024-12-17 23:23:16 +01:00
Anthony Stirling
eb1301464d
Update build.gradle
2024-12-17 13:59:30 +00:00
Anthony Stirling
720705e422
Merge pull request #2466 from reecebrowne/bug/fix-multitool-drag
...
Fix drag and drop bugs and clean up UI
2024-12-17 13:53:17 +00:00
Anthony Stirling
db3a8a8483
Merge branch 'main' into bug/fix-multitool-drag
2024-12-17 13:51:51 +00:00
Reece Browne
2bdda9acba
Fix drop on self bug
...
Fix highlight fadeout bug
UI tweaks
2024-12-17 13:47:44 +00:00
Anthony Stirling
8053035158
Merge pull request #2485 from omar-ahmed42/fix-2478-draggableElement-null
...
Fix draggableElement is null by removing draggable.js
2024-12-17 11:16:22 +00:00
Anthony Stirling
bd20d3ad93
Merge branch 'main' into fix-2478-draggableElement-null
2024-12-17 11:14:59 +00:00
Anthony Stirling
c6700b34b0
Merge pull request #2484 from Stirling-Tools/sync_readme
...
📝 Update README: Translation Progress Table
2024-12-17 10:51:11 +00:00
github-actions[bot]
25b66a0775
📝 Sync README
...
> Made via sync_files.yml
2024-12-17 10:48:55 +00:00
Anthony Stirling
ac9f4a4c7e
Merge pull request #2483 from Ludy87/german__17_12
...
Update messages_de_DE.properties
2024-12-17 10:48:38 +00:00
Ludy
3a0d89bd7c
Merge branch 'main' into german__17_12
2024-12-17 11:47:44 +01:00
Omar Ahmed Hassan
5d4769df56
Remove unused draggable.js file
...
- Remove draggable.js as the draggability feature already works without and it wasn't used anywhere except in sign.html (which throw an exception already as draggableElement was null, and yet the functionality was working as expected, thus we don't need it)
2024-12-17 12:47:13 +02:00
Ludy87
80b9d2691a
Update messages_de_DE.properties
2024-12-17 11:46:50 +01:00
Anthony Stirling
99c598096e
Merge pull request #2482 from Stirling-Tools/update-3rd-party-licenses
...
Update 3rd Party Licenses
2024-12-17 10:46:06 +00:00
Anthony Stirling
b3dfdba9cb
Merge pull request #2476 from omar-ahmed42/fix-img-to-pdf-2456
...
Fix img to pdf merge conversion type
2024-12-17 10:36:38 +00:00
Anthony Stirling
c2e96c5f1d
Merge branch 'main' into fix-img-to-pdf-2456
2024-12-17 10:35:22 +00:00
GitHub Action
cffdbc5e7b
Update 3rd Party Licenses
...
Signed-off-by: GitHub Action <action@github.com >
2024-12-17 10:28:26 +00:00
Anthony Stirling
e8d7b4aded
Merge pull request #2472 from Stirling-Tools/dependabot/gradle/org.springframework-spring-webmvc-6.2.1
...
Bump org.springframework:spring-webmvc from 6.2.0 to 6.2.1
2024-12-17 10:27:49 +00:00
dependabot[bot]
d672ad22bc
Bump org.springframework:spring-webmvc from 6.2.0 to 6.2.1
...
Bumps [org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework ) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.0...v6.2.1 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-webmvc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-17 10:26:24 +00:00
Anthony Stirling
2c0a9ae082
Merge pull request #2469 from Stirling-Tools/dependabot/gradle/io.micrometer-micrometer-core-1.14.2
...
Bump io.micrometer:micrometer-core from 1.14.1 to 1.14.2
2024-12-17 10:25:35 +00:00
dependabot[bot]
bbedf22678
Bump io.micrometer:micrometer-core from 1.14.1 to 1.14.2
...
Bumps [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer ) from 1.14.1 to 1.14.2.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases )
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.14.1...v1.14.2 )
---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-17 10:24:19 +00:00
Anthony Stirling
e9431ba6b5
Merge pull request #2474 from Stirling-Tools/dependabot/gradle/org.springframework.security-spring-security-saml2-service-provider-6.4.2
...
Bump org.springframework.security:spring-security-saml2-service-provider from 6.4.1 to 6.4.2
2024-12-17 10:23:37 +00:00
dependabot[bot]
d74c521bc0
Bump org.springframework.security:spring-security-saml2-service-provider
...
Bumps [org.springframework.security:spring-security-saml2-service-provider](https://github.com/spring-projects/spring-security ) from 6.4.1 to 6.4.2.
- [Release notes](https://github.com/spring-projects/spring-security/releases )
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc )
- [Commits](https://github.com/spring-projects/spring-security/compare/6.4.1...6.4.2 )
---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-saml2-service-provider
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-17 10:22:25 +00:00
Anthony Stirling
fa57ee4ef9
Merge pull request #2471 from Stirling-Tools/dependabot/gradle/io.github.pixee-java-security-toolkit-1.2.1
...
Bump io.github.pixee:java-security-toolkit from 1.2.0 to 1.2.1
2024-12-17 10:21:39 +00:00
dependabot[bot]
be3cbcc7cd
Bump io.github.pixee:java-security-toolkit from 1.2.0 to 1.2.1
...
Bumps [io.github.pixee:java-security-toolkit](https://github.com/pixee/java-security-toolkit ) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/pixee/java-security-toolkit/releases )
- [Commits](https://github.com/pixee/java-security-toolkit/compare/v1.2.0...1.2.1 )
---
updated-dependencies:
- dependency-name: io.github.pixee:java-security-toolkit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-17 10:20:25 +00:00
Anthony Stirling
317d985166
Merge pull request #2481 from Ludy87/bump_googleJavaFormat_1_25_2
...
Bump googleJavaFormat from 1.22.0 to 1.25.2
2024-12-17 10:19:37 +00:00
Anthony Stirling
64f8348215
Merge branch 'main' into bump_googleJavaFormat_1_25_2
2024-12-17 10:18:20 +00:00
Anthony Stirling
7f045dbcc7
Merge pull request #2480 from Ludy87/logger
...
Remove Direct Logger and Use Lombok `@Slf4j`
2024-12-17 10:17:51 +00:00
Ludy87
343e38a5fd
Bump googleJavaFormat from 1.22.0 to 1.25.2
2024-12-17 11:01:17 +01:00
Ludy87
af100d4190
Remove Direct Logger and Use Lombok @Slf4j
2024-12-17 10:26:18 +01:00
Omar Ahmed Hassan
4998ad064a
Fix form data files being replaced by the last decrypted file
2024-12-17 01:01:15 +02:00
Omar Ahmed Hassan
64ee26facf
Use file-input-change event to disable/enable conversionType
2024-12-17 01:00:21 +02:00
Anthony Stirling
e273b9a3ad
Merge pull request #2468 from omar-ahmed42/fix-langs-env-override
...
Fix: Rename LANGS variable in init.sh to avoid clashing with LANGS env
2024-12-16 22:41:13 +00:00
Omar Ahmed Hassan
42541a7174
Rename LANGS variable in init.sh to avoid overriding font LANGS
...
Rename LANGS variable in init.sh for TESSERACT_LANGS languages as it conflicts with the variable LANGS that is responsible for installing fonts
2024-12-16 23:55:03 +02:00
Anthony Stirling
ca3002f925
Merge branch 'main' into bug/fix-multitool-drag
2024-12-16 21:21:10 +00:00
Anthony Stirling
6c172af3c1
Merge pull request #2467 from Stirling-Tools/Frooodle-patch-2
...
update python version used in pre commits
2024-12-16 21:21:01 +00:00
Anthony Stirling
60ced19f64
Update build.yml
2024-12-16 20:59:47 +00:00
Reece Browne
88079ddf7f
Reduce opacity of dragged page on multidrag not just single
2024-12-16 19:37:15 +00:00
Reece Browne
9b6dcdcd06
Fix drag and drop bugs and clean up UI
2024-12-16 19:07:15 +00:00
Anthony Stirling
63eb94c0a6
Merge pull request #2463 from reecebrowne/bug/fix_merge
...
Add missing pdflib
2024-12-16 14:11:36 +00:00
Reece Browne
0a6b6453b2
Update build number
2024-12-16 14:03:38 +00:00
Reece Browne
2931e348a9
Add missing pdflib
2024-12-16 13:55:44 +00:00
Anthony Stirling
c71ca21532
Update multiOSReleases.yml
2024-12-14 11:08:35 +00:00
Anthony Stirling
0e4c3d5dbc
Update releaseArtifacts.yml
2024-12-14 11:01:49 +00:00
Anthony Stirling
92cabf125e
Merge pull request #2453 from Stirling-Tools/csrf2
...
Csrf fixes
2024-12-14 10:59:50 +00:00
Anthony Stirling
818bed3154
Update build.gradle
2024-12-14 10:43:35 +00:00
a
faf3454a02
Merge remote-tracking branch 'origin/main' into csrf2
2024-12-14 10:42:26 +00:00
Anthony Stirling
1f1c414138
csrf fixes
2024-12-14 10:42:07 +00:00
Anthony Stirling
f1c5384a37
Merge pull request #2445 from Stirling-Tools/sync_readme
...
📝 Update README: Translation Progress Table
2024-12-13 20:33:21 +00:00
Anthony Stirling
5607f7079e
Merge pull request #2441 from reecebrowne/bug/csrf-decryption-API
...
CSRF token for decryption
2024-12-13 20:33:03 +00:00
Anthony Stirling
3b8723975d
Merge branch 'main' into bug/csrf-decryption-API
2024-12-13 20:31:49 +00:00
Anthony Stirling
41a3d28c90
Merge pull request #2439 from Stirling-Tools/update-3rd-party-licenses
...
Update 3rd Party Licenses
2024-12-13 20:31:23 +00:00
GitHub Action
f7afe73cb4
Update 3rd Party Licenses
...
Signed-off-by: GitHub Action <action@github.com >
2024-12-13 20:26:32 +00:00
github-actions[bot]
73e5246191
📝 Sync README
...
> Made via sync_files.yml
2024-12-13 20:25:58 +00:00
Anthony Stirling
1f39481efe
Merge branch 'main' into bug/csrf-decryption-API
2024-12-13 20:25:52 +00:00
Anthony Stirling
5ac2260d78
Merge pull request #2451 from Stirling-Tools/testStuff Full local webUI client
...
Full local webUI client
2024-12-13 20:25:39 +00:00
Anthony Stirling
bae83a281c
Update Dockerfile
2024-12-13 20:07:45 +00:00
Anthony Stirling
dd2aae60ad
Update Dockerfile-fat
2024-12-13 20:07:30 +00:00
Anthony Stirling
30ee33002d
Merge branch 'main' into testStuff
2024-12-13 19:31:53 +00:00
Anthony Stirling
24717dde19
finish
2024-12-13 18:20:54 +00:00
Anthony Stirling
509a305985
logs and cleanup
2024-12-13 16:58:34 +00:00
Anthony Stirling
13572a7f18
remove non windows for now
2024-12-13 16:04:45 +00:00
Anthony Stirling
ebd0ddc6ad
test
2024-12-13 12:14:21 +00:00
Anthony Stirling
43c4ec1089
fixes!
2024-12-13 11:31:49 +00:00
Anthony Stirling
1ccdc1697b
dif main class
2024-12-13 10:49:04 +00:00
Anthony Stirling
2297c5dc95
Merge pull request #2442 from lhui/main
...
add and refactor CN translate
2024-12-13 10:29:13 +00:00
Anthony Stirling
859c9942e6
Merge pull request #2444 from tkymmm/main
...
Update messages_ja_JP.properties
2024-12-13 10:28:57 +00:00
Anthony Stirling
c723696bd0
Merge pull request #2443 from albanobattistella/patch-61
...
Update messages_it_IT.properties
2024-12-13 10:28:46 +00:00
Anthony Stirling
fe198458ca
fix main class
2024-12-13 10:28:03 +00:00
tkymmm
378aca4460
Update messages_ja_JP.properties
2024-12-13 13:23:26 +09:00
Anthony Stirling
9870e6ad7c
fix
2024-12-13 00:59:42 +00:00
Anthony Stirling
40b5904726
test
2024-12-13 00:52:12 +00:00
Anthony Stirling
de3f59cf44
destination = "${projectDir}/build/jpackage"
2024-12-13 00:47:37 +00:00
Anthony Stirling
4ae7c83357
tests
2024-12-13 00:44:32 +00:00
Anthony Stirling
f127271709
test
2024-12-13 00:31:39 +00:00
Anthony Stirling
f899088c75
test
2024-12-13 00:29:03 +00:00
Anthony Stirling
d55e007f93
test dirs
2024-12-13 00:24:51 +00:00
Anthony Stirling
ccdcb05e65
x test
2024-12-13 00:13:47 +00:00
Anthony Stirling
e6c2ad8c9c
test
2024-12-13 00:00:56 +00:00
Anthony Stirling
32aa623c8b
test
2024-12-12 23:57:12 +00:00
Anthony Stirling
23888c5d2c
test
2024-12-12 23:50:51 +00:00
Anthony Stirling
2f23eb69c6
naming
2024-12-12 23:40:49 +00:00
Anthony Stirling
446cedf26e
unix name
2024-12-12 23:26:23 +00:00
Anthony Stirling
f950e25dad
versioning
2024-12-12 23:22:19 +00:00
Anthony Stirling
65a86a6e97
remove mac 18+
2024-12-12 23:16:27 +00:00
Anthony Stirling
7f4134f52d
info
2024-12-12 23:08:28 +00:00
Anthony Stirling
55969697b8
build
2024-12-12 23:05:59 +00:00
Anthony Stirling
86662d9cf6
more testing
2024-12-12 23:03:42 +00:00
albanobattistella
2437460c73
Update messages_it_IT.properties
2024-12-12 19:00:26 +01:00
lihui
a7960d992c
add and refactor CN translate
2024-12-13 00:42:18 +08:00
Reece Browne
c98cd8117f
CSRF token for decryption
2024-12-12 13:07:50 +00:00
Anthony Stirling
50c5efac87
Merge pull request #2440 from MaratheHarshad/fix/collapsible-menus-on-reload
...
Fix collapsed menu issue on page reload
2024-12-12 11:48:54 +00:00
Anthony Stirling
0952245b23
Merge pull request #2425 from Stirling-Tools/dependabot/docker/alpine-3.21.0
...
Bump alpine from 3.20.3 to 3.21.0
2024-12-12 11:32:16 +00:00
dependabot[bot]
83ddfdf152
Bump alpine from 3.20.3 to 3.21.0
...
Bumps alpine from 3.20.3 to 3.21.0.
---
updated-dependencies:
- dependency-name: alpine
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-12 11:29:57 +00:00
Anthony Stirling
08777c78b1
Merge pull request #2423 from Stirling-Tools/dependabot/gradle/org.thymeleaf.extras-thymeleaf-extras-springsecurity5-3.1.3.RELEASE
...
Bump org.thymeleaf.extras:thymeleaf-extras-springsecurity5 from 3.1.2.RELEASE to 3.1.3.RELEASE
2024-12-12 11:29:22 +00:00
Anthony Stirling
c6980e9693
Merge pull request #2434 from Ludy87/security_fix_1
...
Security fix: Server-Side Request Forgery
2024-12-12 11:28:56 +00:00
Anthony Stirling
fc514ee65b
Merge pull request #2436 from Stirling-Tools/snyk-fix-9e2683c5d747da5ff97f3f913479b288
...
[Snyk] Security upgrade alpine from 3.20.3 to 3.21.0
2024-12-12 11:28:37 +00:00
Harshad Marathe
44be2b99d2
Fix collapsed menu after reload on state closed
2024-12-12 16:55:40 +05:30
Anthony Stirling
549824c91f
Merge pull request #2438 from Stirling-Tools/sync_readme
...
📝 Update README: Translation Progress Table
2024-12-12 11:08:31 +00:00
github-actions[bot]
1c0d1efda6
📝 Sync README
...
> Made via sync_files.yml
2024-12-12 11:01:38 +00:00
Anthony Stirling
9d8d90bf2f
Merge pull request #2432 from Stirling-Tools/update_translation_files
...
Update translation files
2024-12-12 11:01:22 +00:00
snyk-bot
a7e7d57b23
fix: Dockerfile-ultra-lite to reduce vulnerabilities
...
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201
- https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201
2024-12-12 00:48:00 +00:00
Anthony Stirling
e014bb023b
fixes
2024-12-11 23:21:56 +00:00
Anthony Stirling
1c5dfc46a0
fixes
2024-12-11 23:13:23 +00:00
Anthony Stirling
11273b1589
fix gha release
2024-12-11 22:29:58 +00:00
Anthony Stirling
dd5af46906
gha fix
2024-12-11 22:17:27 +00:00
Anthony Stirling
c20d37518d
prop fixes
2024-12-11 22:09:35 +00:00
Anthony Stirling
eb20f51958
headless
2024-12-11 21:56:50 +00:00
Anthony Stirling
97d28ac6d2
Windows UI .exe
2024-12-11 21:54:05 +00:00
Anthony Stirling
026fe8150d
Merge pull request #2427 from Stirling-Tools/testStuff
...
X-API-key to X-API-KEY and enable CSRF protection for all users
2024-12-11 21:52:57 +00:00
Ludy87
c3f88f716c
Update GeneralUtils.java
2024-12-11 21:10:18 +01:00
Ludy87
67f983f00d
Security fix: Server-Side Request Forgery
...
https://github.com/Stirling-Tools/Stirling-PDF/security/advisories/GHSA-4v4c-9hpr-93vx
2024-12-11 21:06:07 +01:00
github-actions[bot]
9167f12296
Update translation files
...
Signed-off-by: GitHub Action <action@github.com >
2024-12-11 17:28:28 +00:00
Anthony Stirling
93e190fdeb
Merge pull request #2412 from reecebrowne/feature/1856/decrypt
...
Feature/1856/decrypt
2024-12-11 17:27:28 +00:00
Anthony Stirling
82bebf5c62
Merge branch 'main' into feature/1856/decrypt
2024-12-11 17:26:14 +00:00
Reece Browne
bb3f076e6d
Final pages fixed for decryption
2024-12-11 16:55:27 +00:00
Reece Browne
64dfa4b841
Tweak additional files to integrate decryption and clean up js
2024-12-10 22:21:00 +00:00
thiagoor-cpu
0f6f3f305a
Update messages_pt_BR.properties ( #2429 )
...
Up-to-date translation PT-BR
2024-12-10 20:40:28 +00:00
Anthony Stirling
58c7d7b9a8
X-API-key to X-API-KEY
2024-12-10 20:39:24 +00:00
Reece Browne
ef8231de3a
Add Decrypt to all relevant pages
2024-12-10 16:39:06 +00:00
Anthony Stirling
c1c3eba398
ensure csrf is enabled
2024-12-10 11:17:50 +00:00
dependabot[bot]
52693541d9
Bump org.thymeleaf.extras:thymeleaf-extras-springsecurity5
...
Bumps org.thymeleaf.extras:thymeleaf-extras-springsecurity5 from 3.1.2.RELEASE to 3.1.3.RELEASE.
---
updated-dependencies:
- dependency-name: org.thymeleaf.extras:thymeleaf-extras-springsecurity5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-12-09 22:44:23 +00:00
Anthony Stirling
1639e0fc4c
format
2024-12-09 20:41:13 +00:00
Anthony Stirling
0652299bec
fixes
2024-12-09 20:40:59 +00:00
Reece Browne
1d6511b043
Check if file is encrypted without password
2024-12-09 13:20:08 +00:00
F43Z
a400fe6015
feat: fa locale added ( #2416 )
...
* feat: fa locale added
* fix: fa_locale issues fixed
* Update settings.json
2024-12-08 20:19:52 +00:00
Sai Kumar
b47df3d252
Text color selection for watermark ( #2415 )
...
* added custom color selection for Watermark
* using the same translation as AddStampRequest.customColor for the new watermark.customColor
* fixed the space issue between words
2024-12-07 14:19:50 +00:00
Michael Bohn
cb6e1cd94e
Update messages_de_DE.properties ( #2410 )
...
Some minor changes/fixes to german translation.
2024-12-07 12:15:52 +00:00
Reece Browne
6ee6254f5a
Additional decryption translations
2024-12-06 21:26:28 +00:00
Reece Browne
f2c9549ba1
Password prompt translations
2024-12-06 20:53:16 +00:00
Reece Browne
58278c07ff
Translations for errors
2024-12-06 20:46:04 +00:00
Reece Browne
4d017610b8
PDF decryption
2024-12-06 19:08:18 +00:00
Reece Browne
dcafc0d487
Merge branch 'decrypt' of https://github.com/Stirling-Tools/Stirling-PDF
2024-12-06 15:33:44 +00:00
github-actions[bot]
2ec8c97737
📝 Update README: Translation Progress Table ( #2409 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-12-06 12:27:14 +00:00
Anthony Stirling
397a07afe8
english translation fixes ( #2408 )
...
* english
* Update messages_en_GB.properties
2024-12-06 12:25:08 +00:00
github-actions[bot]
b072c39fd9
📝 Update README: Translation Progress Table ( #2406 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-12-06 10:28:05 +00:00
Ludy
1bc6b4149c
Update German translation + remove unnecessary comment ( #2405 )
2024-12-06 10:23:00 +00:00
Anthony Stirling
5a5a8bb7ba
quick fixes ( #2404 )
2024-12-05 19:55:34 +00:00
github-actions[bot]
b6eca59f23
📝 Update README: Translation Progress Table ( #2402 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-12-05 19:54:34 +00:00
Anthony Stirling
7108424a92
Update build.gradle
2024-12-05 19:16:18 +00:00
albanobattistella
400965ffc8
Update messages_it_IT.properties ( #2401 )
2024-12-05 17:39:49 +00:00
github-actions[bot]
1895a04394
📝 Update README: Translation Progress Table ( #2399 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-12-05 17:00:41 +00:00
Omar Ahmed Hassan
f8f137a30a
Feature: Show permissions as a separate tab ( #2396 )
...
Show permissions as a separate tab
- Move permissions code into a separate for better readability and maintainability.
- Separate `Permissions` node from `Encryption` so that it would be displayed in the frontend as a separate tab.
- Use more user friendly permission labels such as replacing `canModify` with `Modifying` and values such as `Allowed` and `Not Allowed` instead of `true`, `false`.
- Show permissions regardless of the encryption state.
2024-12-05 17:00:23 +00:00
github-actions[bot]
f6a2d4784b
Update translation files ( #2398 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-12-05 16:02:35 +00:00
reecebrowne
526dc9f911
Only download one file on sign cert ( #2397 )
2024-12-05 15:58:27 +00:00
Anthony Stirling
cce9f74eb9
PDF Cert validation ( #2394 )
...
* verifyCerts
* cert info
* Hardening suggestions for Stirling-PDF / certValidate (#2395 )
* Protect `readLine()` against DoS
* Switch order of literals to prevent NullPointerException
---------
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
* some basic html excaping and translation fixing
---------
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
Co-authored-by: a <a>
2024-12-05 15:56:22 +00:00
Omar Ahmed Hassan
0e3865618d
Fix missing upload button ( #2393 )
...
The code snippet `input[type=file]{ display: none;}` was unintentionally hiding the upload button, to fix this, it was changed to only target input within `.input-container`
2024-12-05 11:16:16 +00:00
reecebrowne
d888ed1ae0
Feature/undo page break ( #2389 )
...
* Fix delete selected
Fix add page break where selected
Added undo logic for page breaks
* Add pages undo capability
* Fix page break when selected logic
2024-12-05 10:43:31 +00:00
Anthony Stirling
99d1b46d97
Update MetricsAggregatorService.java
2024-12-03 15:26:40 +00:00
Anthony Stirling
32e46eeb73
Update build.gradle
2024-12-03 10:54:07 +00:00
Omar Ahmed Hassan
b7da84d257
Fix deserialization failure in Change Metadata ( #2382 )
...
* Fix deserialization failure from String to Map
Fix deserialization failure from String to Map that caused the following exception:
Resolved [org.springframework.web.bind.MethodArgumentNotValidException: Validation failed for argument [0] in public org.springframework.http.ResponseEntity<byte[]> stirling.software.SPDF.controller.api.misc.MetadataController.metadata(stirling.software.SPDF.model.api.misc.MetadataRequest) throws java.io.IOException: [Field error in object 'metadataRequest' on field 'allRequestParams': rejected value [{"customKey1" : "YourCustomKey", "customKeyValue1", "YourCustomValue"}]; codes [typeMismatch.metadataRequest.allRequestParams,typeMismatch.allRequestParams,typeMismatch.java.util.Map,typeMismatch];
* Fix form binding for dynamic Map entries in Change Metadata
- Implemented support for dynamic key-value inputs in Change Metadata form using proper `name` attributes for Map (`allRequestParams`) binding.
- Fix form binding for dynamic Map (`allRequestParams`) entries in Change Metadata as the `allRequestParams` (Map name) was being sent as an empty map.
2024-12-03 08:28:34 +00:00
github-actions[bot]
1c1ead5d62
📝 Update README: Translation Progress Table ( #2381 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-12-02 19:25:16 +00:00
albanobattistella
6ff53aa5b3
Update messages_it_IT.properties ( #2380 )
2024-12-02 18:59:05 +00:00
github-actions[bot]
8d60b08cd9
📝 Update README: Translation Progress Table ( #2379 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-12-02 18:32:07 +00:00
github-actions[bot]
64cf5167c0
Update translation files ( #2378 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-12-02 18:18:16 +00:00
Omar Ahmed Hassan
de4637e8d4
Fix drag and drop area for file choosers by adding separate ones ( #2368 )
...
* Add separate drag and drop area for file choosers
- Add separate drag and drop area for file choosers
### Why?
Previously, when there were multiple file choosers in the same page, if you attempted to drag and drop any files, they would be added to both file choosers as it was designed at first to handle 1 file chooser present, now that we have multiple ones, it is necessary to adapt our design to match the changing functionality.
### Can you not preserve the old overlay when there's only one file chooser present?
Yes, we can, but imagine as a user, you try to drag and drop a file in one page and the fields turn into drag and drop areas then you go to another page and try to drag and drop again but you encounter the old overlay instead, as a user you might get confused and ask yourself "What changed?" or if a user is telling another user the steps to drag and drop files and he didn't know about this case, then it would still be confusing, thus consistency is preferred in this case.
* Update file chooser UI
* Add support for listing and removing selected files and their file icons
- Selected files are listed below the file chooser in a selected files container.
- Users can now remove uploaded/selected files.
- Hide selected files container/box unless there are files selected/uploaded.
- Add separate overlay for each drag & drop area.
## FAQ:
- Why did you assign a unique id to each file? isn't the filename enough?
= Because a user might upload multiple files with the same name, if the user wanted to remove one of them, how would we differentiate between them? we won't be able to unless we assign an identifier, you might argue "we remove based on the filename and size", then what if the user uploaded the same file more than once (intentionally), then we would accidentally remove all the files even though that is not what the user wanted, so going with unique ID approach would prevent this issue/problem from occurring in the first place.
* Rename remove-file css class to remove-selected-file
- Rename remove-file css class to remove-selected-file to avoid css conflict with remove-file in merge.css
* Use input element to dispatch event on file removal
Use the correct element to dispatch "file-input-change" (input element is the correct one).
* Adapt file chooser UI to themes
- Adapt file chooser UI to themes by adjusting their font colors and background colors.
- Make text more visible in overlay by increasing the font size by 0.1rem and setting font weight to 550.
* Remove extra overlay border
- Removing overlay's border as it is unnecessary and only causing a double border issue on the file input container.
* Remove Browse button, highlight file chooser and make it clickable
- Remove browse button.
- Make the entire file chooser container clickable.
- Add glowing effect on hover for file chooser.
- Change color of file chooser on hover.
* Replace crypto.randomUUID() with UUID.uuidv4()
- Replace crypto.randomUUID() with UUID.uuidv4() as crypto.randomUUID() is only supported in secured contexts such as localhost 127.0.0.1 and over HTTPS
* Fix merge file removal not being reflected in file chooser
- Files removed from the list in merge page would now be reflected in the file chooser's container.
* Make inputElement optional in removeFileById
- Make inputElement optional in removeFileById, this way we could control changing inputElements files.
* Add translation support to file chooser
---------
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-12-02 18:10:12 +00:00
Sai Kumar
3c0a8071dc
added support for new line break in stampController ( #2370 )
...
added support for new line in stampController
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-12-02 17:48:19 +00:00
Omar Ahmed Hassan
04ccdf6f76
Fix: prevent fileInput.js from adding event listeners more than once ( #2365 )
...
Fix fileInput.js adding event listeners more than once
- Fix a bug that caused fileInput.js to add event listeners more than once per HTML file as it's included in fileSelector fragment in fragments/common.html thus it's being loaded N times where N is the number of file selectors / custom file chooser / file input elements per HTML file, which resulted in each event actions being executed N times as well, which was prevalent in drag and drop operations such as dragging and dropping a file called y.png, it would be duplicated N times (as in /sign path).
2024-12-02 17:41:11 +00:00
Omar Ahmed Hassan
db02fba31f
Fix translations for watermark spacers ( #2369 )
...
Fix translations by adding a space between width/height and spacer and capitalize the first letter
2024-12-02 17:01:19 +00:00
Omar Ahmed Hassan
5b6f649e4e
Fix submit button in crop by adding id ( #2374 )
...
- Add missing ID to submit button in crop page.
2024-12-02 10:40:46 +00:00
Omar Ahmed Hassan
de23bb702c
Fix allowing multiple files to be dropped onto a single file input ( #2359 )
...
Fix a bug that allowed multiple files to be dropped onto a single-file input element
- Fix a bug that allowed multiple files to be dropped onto a single-file input element by accepting only the first file.
2024-11-29 17:31:14 +00:00
github-actions[bot]
25e564154e
Update 3rd Party Licenses ( #2362 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-11-29 15:41:29 +00:00
Anthony Stirling
3633a979d3
fixes and other changes and debug of WIP SAML ( #2360 )
...
* backup
* remove debugs
* oauth to saml and compare fixes etc
* ee flag for saml
* more fixes
* info to debug
* remove unused repo
* spring dev fix for saml
* debugs
* saml stuff
* debugs
* fix
2024-11-29 15:11:59 +00:00
Omar Ahmed Hassan
99d481d69f
Fix Array.from syntax in nonmultiple file upload ( #2357 )
...
- Fix Array.from syntax in nonmultiple file upload as Array.from(<non-array or string>) returns an empty array which is the case when a file is selected from an input element (when multiple attribute isn't supported) which can be found in Array.from(element.files[0]) -> results in an empty array.
2024-11-29 12:22:52 +00:00
github-actions[bot]
a5ba6c403a
📝 Update README: Translation Progress Table ( #2356 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-28 15:39:39 +00:00
albanobattistella
b2e6d89d16
Update messages_it_IT.properties ( #2355 )
2024-11-28 14:42:55 +00:00
github-actions[bot]
b59d2d15b4
Update translation files ( #2354 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-28 14:42:29 +00:00
Omar Ahmed Hassan
61e750646c
Feature: Undo Redo options multi tool #2297 ( #2348 )
...
* Implement Command class for Command Pattern
Created a base `Command` class to implement the **Command Pattern**. This class provides a skeletal implementation for `execute`, `undo`, and `redo` methods.
**Note:** This class is intended to be subclassed and not instantiated directly.
* Add undo/redo stacks and operations
* Use rotate element command to perform execute/undo/redo operations
* Handle commands executed through events
- Add "command-execution" event listener to execute commands that are not invoked from the same class while adding the command to the undo stack and clearing the redo stack.
* Add and use rotate all command to rotate/redo/undo all elements
* Use command pattern to delete pages
* Use command pattern for page selection
* Use command pattern to move pages up and down
* Use command pattern to remove selected pages
* Use command pattern to perform the splitting operation
* Add undo/redo functionality with filename input exclusion
- Implement undo (Ctrl+Z) and redo (Ctrl+Y) functionality.
- Prevent undo/redo actions when the filename input field is focused.
- Ensures proper handling of undo/redo actions without interfering with text editing.
* Introduce UndoManager for managing undo/redo operations
- Encapsulate undo/redo stacks and operations within UndoManager.
- Simplify handling of undo/redo functionality through a dedicated manager.
* Call execute on splitAllCommand
- Fix a bug that caused split all functionality to not work as execute() wasn't called on splitAllCommand
* Add undo/redo buttons to multi tool
- Add undo/redo buttons to multi tool
- Dispatch an event upon state change (such as changes in the undo/redo stacks) to update the UI accordingly.
* Add undo/redo to translations
* Replace hard-coded "Undo"/"Redo" with translation keys in multi tool
---------
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-11-28 14:25:13 +00:00
Omar Ahmed Hassan
de9c21b3de
Fix: page break insertion functionality in Multi Tool ( #2350 )
...
Fix page break insertion functionality
- Page Break insertion functionality now successfully inserts page breaks upon request
2024-11-28 10:21:14 +00:00
Nureddin Farzaliyev
b32d6cb858
Azerbaijani Language Translation ( #2347 )
...
* Azerbaijani flag and dropdown item added
* Azerbaijani Language file Added
* AZ - ignore_translation.toml init
* AZ Translation Enterprise Edition Section
* Translation for Generic
* translation-az pipeline
* Translation for Analytics
* Translation for NAVBAR
* Translation for SETTINGS
* translation-az homepage
* Translation for #login
* Translation for (showJS)
* Translation for #showJS
* Translation for #PDFToWord
* Translation for #PDFToPresentation
* Translation for #PDFToText
* Translation for #PDFToHTML
* Translation for #PDFToXML
* Translation for #PDFToCSV
* Translation for #repair
* Translation for #pageLayout
* Translation for #pdfToSinglePage
* Translation for #pageExtracter
* Translation for #getPdfInfo
* Translation for #markdown-to-pdf
* Translation for #PDFToXML
* Translation for #html-to-pdf
* Translation for #PDFToHTML
* Translation for #PDFToText
* Translation for #PDFToPresentation
* Translation for #PDFToWord
* Translation for #PDFToCSV
* Translation for #url-to-pdf
* Translation for #pdfToImage
* Translation for #BookToPDF
* Translation for #PDFToBook
* Translation for #autoRedact
* Translation for #Add image
* Translation for #File to PDF
* Translation for (remove-image)
* Translation for (remove-image)
* Translation for (survey)
* Translation for (licenses)
* Translation for (printFile)
* Translation for (split-bysections)
* Translation for (overlay-pdfs)
* Translation for (split-by-size-or-count)
* Translation for (addPageNumbers)
* Translation for (adjustContrast)
* Translation for (autoSplitPDF)
* Translation for (scalePages)
* Translation for (removeCertSign)
* Translation for (removeAnnotations)
* Translation for (sign)
* Translation for (flatten)
* Translation for (extractImages)
* Translation for (merge)
* Translation for (view pdf)
* Translation for (pageRemover)
* Translation for (rotate)
* az Translation for replace-invert-color
* az Translation for addstamprequest
* Translation for (remove-image)
* Translation for #url-to-pdf
* Update messages_az_AZ.properties
* Update README.md
* Update README.md
* Update messages_az_AZ.properties
* Translation for #compress
* Translation for #Change permissions
* Translation for #remove password
* Translation for #pdfToPDFA
* Translation for #changeMetadata
* Translation for #merge
* Translation for #split-pdfs
* translation-az addpass
* translation-az watermark
* translation-az removeblanks
* translation-az compare
* translation-az certsign
* Translation for #pdfOrganiser
* Translation for #multiTool
* Translation for #multiTool
* az translation scannerimagesplit
* az translation ocr
* az translation fix
* az translation linebreak fix
* az translation linebreak fix
---------
Co-authored-by: Lucifer25x <lucifer25x@protonmail.com >
Co-authored-by: islamd7 <vusal04999@gmail.com >
Co-authored-by: Valida Rahmanova <validerehmanova04@gmail.com >
Co-authored-by: yusif043-bit <yusif.abbaszade.043@gmail.com >
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-11-27 18:09:42 +00:00
pixeebot[bot]
d832a90de0
(CodeQL) Fixed finding: "Arbitrary file access during archive extraction ("Zip Slip")
...
" (#2344 )
(CodeQL) Fixed finding: "Arbitrary file access during archive extraction ("Zip Slip")
"
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
2024-11-27 07:16:03 +00:00
Anthony Stirling
212e521238
Update MetricsAggregatorService.java
2024-11-26 21:30:47 +00:00
github-actions[bot]
0915e72a3d
📝 Update README: Translation Progress Table ( #2341 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-26 20:52:54 +00:00
github-actions[bot]
ee5013651f
Update 3rd Party Licenses ( #2342 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-11-26 20:52:39 +00:00
github-actions[bot]
4aa44e6fc0
Update translation files ( #2343 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-26 20:51:57 +00:00
github-actions[bot]
41c743a9f8
Update 3rd Party Licenses ( #2337 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-11-26 20:51:02 +00:00
Anthony Stirling
833b3c45c6
Removal of Ghostscript to use qpdf and tesseract directly ( #2338 )
...
* navbar fix multi tool and compress location
* release notes and ghostscript removal
* cleanups
* formatting
* update docs
* more
* more
* docs
* release bump
* Hardening suggestions for Stirling-PDF / ghostscript (#2339 )
* Protect `readLine()` against DoS
* Sanitized user-provided file names in HTTP multipart uploads
---------
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
---------
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
2024-11-26 20:50:35 +00:00
Omar Ahmed Hassan
654bc94d44
Fix: input file overwrite in merge ( #2335 )
...
* Fix input files being overwritten by newly uploaded files
- Fix a bug that caused existing selected/uploaded files to be overwritten when a new input file is uploaded through input element.
- Add source property to change event to differentiate between uploaded files using input element and drag/drop uploads to avoid processing drag/drop files more than once, thus avoiding file duplication (file duplication resulting from copying drop/drop files to input files on each 'change' event).
* Dispatch and use file-input-change instead of change event for merging
- Dispatch "file-input-change" event after each "change" event in file upload, to notify other functions/components relying on the files provided by the \<input\> element.
- Use "file-input-change" instead of "change" event to display the latest version of uploaded files.
# FAQ:
- Why use "file-input-change" instead of "change" in merge.js?
= "change" event is automatically triggered when a file is uploaded through \<input\> element which would replace all the existing selected/uploaded files including the drag/drop files.
## Example:
Let's say that the user wants to upload/select the x.pdf, y.pdf and z.pdf all together:
- user selects "x.pdf" -> file selected successfully.
= selected files: x.pdf
- user drags and drops "y.pdf" -> file dropped successfully
= selected files: x.pdf, y.pdf
- user selects again using \<input\> "z.pdf" -> file selected succesfully overwriting selected files.
= selected files: z.pdf
2024-11-26 20:41:08 +00:00
dependabot[bot]
86fa404c90
Bump commons-io:commons-io from 2.17.0 to 2.18.0 ( #2333 )
...
Bumps commons-io:commons-io from 2.17.0 to 2.18.0.
---
updated-dependencies:
- dependency-name: commons-io:commons-io
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-26 20:38:51 +00:00
Anthony Stirling
1db1370420
Update README.md
2024-11-26 10:26:44 +00:00
github-actions[bot]
ee4b7e02ab
📝 Update README: Translation Progress Table ( #2327 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-26 08:17:56 +00:00
albanobattistella
e6c5634165
Update messages_it_IT.properties ( #2334 )
2024-11-26 08:17:09 +00:00
Anthony Stirling
5188eb3b04
Update build.gradle
2024-11-26 08:16:45 +00:00
Anthony Stirling
3fa6bcb2ee
navbar fix multi tool and compress location ( #2331 )
2024-11-25 21:42:49 +00:00
github-actions[bot]
0b359ad4a8
Update translation files ( #2329 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-25 20:55:56 +00:00
reecebrowne
23ee77f6ab
Additional sign tooltips ( #2328 )
...
* Add tooltip to sign add to all pages feature
* Additional Tooltips
2024-11-25 20:43:05 +00:00
github-actions[bot]
bfc1ed2b39
Update translation files ( #2326 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-25 20:13:03 +00:00
reecebrowne
da46d942ba
Add tooltip to sign add to all pages feature ( #2325 )
2024-11-25 20:11:27 +00:00
Anthony Stirling
5936e856f0
metrics
2024-11-25 14:02:17 +00:00
github-actions[bot]
fd906d36dd
Update 3rd Party Licenses ( #2321 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-11-24 17:21:54 +00:00
Ludy
8f4709d82e
Bump com.h2database:h2 from 2.1.214 to 2.3.232 ( #2314 )
2024-11-24 14:36:53 +00:00
dependabot[bot]
8445f2719b
Bump org.springframework:spring-webmvc from 6.1.14 to 6.2.0 ( #2268 )
...
Bumps [org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework ) from 6.1.14 to 6.2.0.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.14...v6.2.0 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-webmvc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-11-24 14:36:30 +00:00
github-actions[bot]
eaa64e1471
Update 3rd Party Licenses ( #2318 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-11-24 12:16:01 +00:00
Ludy
4abb0cb85e
Fix: id for submit button added ( #2320 )
2024-11-24 10:31:50 +00:00
Omar Ahmed Hassan
afad06bed4
Extract tables from PDF to CSV using Tabula ( #2312 )
...
* Add Tabula dependency and exclude slf4j-simple
- Add tabula-java dependency to extract tables into CSV.
- Exclude slf4j-simple due to Logback
* Add a flexible CSVWriter
- Add FlexibleCSVWriter which extends CSVWriter to pass a custom CSVFormat, as CSVWriter's parameterized constructor (that allows changing CSVFormat) is protected.
* Use Tabula in extracting tables from PDF
- Use Tabula in extracting tables from PDF instead of the existing implementation
* Delete PDFTableStripper as It is unneeded
- Delete PDFTableStripper as It is unneeded as Tabula-Java is used instead.
* Use correct class in ExtractCSVController logger
* Exclude gson and bcprov-jdk15on dependencies from tabula
- Exclude gson and bcprov-jdk15on from tabula-java due to detected security vulnerabilities.
2024-11-23 23:28:44 +00:00
github-actions[bot]
faa8a9752c
📝 Update README: Translation Progress Table ( #2317 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-23 23:05:40 +00:00
Omar Ahmed Hassan
989538e340
Update Arabic Language for Multi tool section ( #2316 )
...
* Update Arabic Language for Multi tool section
* Add a back line at 955-956
2024-11-23 22:36:21 +00:00
Ludy
5b8bdc3352
improves readability ( #2313 )
2024-11-23 22:09:46 +00:00
Thomas BERNARD
f559eaa4e8
French translation (again) ( #2315 )
...
* French translations for multiTool
* fix french translation invalidPasswordMessage/confirmPasswordErrorMessage
* french translation : reset/navbar.search/sign.saved
* fix my invalidPasswordMessage french translation :)
2024-11-23 22:09:27 +00:00
github-actions[bot]
f306e00fba
Update 3rd Party Licenses ( #2310 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-11-23 12:16:20 +00:00
github-actions[bot]
e09d6f9998
📝 Update README: Translation Progress Table ( #2311 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-23 12:16:16 +00:00
Ludy
3a27aa16d5
Improves security when processing properties files ( #2303 )
...
* Improves security when processing properties files
* Check for spaces in the key
---------
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-11-23 11:49:49 +00:00
Ludy
9a96109ea2
Fix: Prevents duplicate listing of search results ( #2306 )
2024-11-23 11:37:13 +00:00
albanobattistella
ad1cce378f
Update messages_it_IT.properties ( #2307 )
...
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-11-23 10:53:26 +00:00
Ludy
9abb105835
Fix: Fixes dependency bug and replaces obsolete method ( #2309 )
2024-11-23 10:51:17 +00:00
Renan
204bae3bc1
Sign multiple PDF pages at the same time in the same location ( #2008 ) ( #2278 )
...
* Sign multiple PDF pages at the same time in the same location (#2008 )
* Modifying the functionality of how the signature is added to all pages (#2008 )
* Adding the functionality to reverse the addition on all pages and implementing buttons to navigate to the first and last pages (#2008 )
2024-11-22 17:40:09 +00:00
reecebrowne
547f23fe78
Posthog multitool ( #2301 )
...
* Posthog functionality
* Posthog in multitool
* check if anylitics enabled
2024-11-22 17:38:44 +00:00
Rafael Encinas
543ad083a2
Fix file clear for errors ( #2302 )
...
* Prevent file input from being removed when an error occurs
* Fix a bug preventing fetch when 'Bored waiting' btn isn't present
2024-11-22 17:11:23 +00:00
github-actions[bot]
61bccd1d8b
📝 Update README: Translation Progress Table ( #2300 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-22 15:27:11 +00:00
github-actions[bot]
83be709299
Update translation files ( #2298 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-22 15:17:04 +00:00
reecebrowne
0e602153f3
Feature/2198/multitool multi select move pages ( #2294 )
...
* Multitool - Select multiple pages for rotation tool
* Multitool multi select delete feature
* Multitool multi select UI improvements and big fixes
* Multitool multi select select all and UI improvements
* Multi tool multi select, download selected, clean up and bug fixes
* Groundwork for multiselect drag and drop
* Multi select drag and drop finalised
* Update translation files
Signed-off-by: GitHub Action <action@github.com >
* Turn off select mode after multidrag
---------
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-22 11:39:22 +00:00
Anthony Stirling
597619740a
Update build.gradle
2024-11-22 09:29:41 +00:00
github-actions[bot]
41a39a0a94
Update 3rd Party Licenses ( #2295 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-11-22 09:22:03 +00:00
dependabot[bot]
b14fba064d
Bump org.springframework.security:spring-security-saml2-service-provider from 6.3.4 to 6.4.1 ( #2296 )
...
Bump org.springframework.security:spring-security-saml2-service-provider
Bumps [org.springframework.security:spring-security-saml2-service-provider](https://github.com/spring-projects/spring-security ) from 6.3.4 to 6.4.1.
- [Release notes](https://github.com/spring-projects/spring-security/releases )
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc )
- [Commits](https://github.com/spring-projects/spring-security/compare/6.3.4...6.4.1 )
---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-saml2-service-provider
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-22 09:19:58 +00:00
alonsofabila-dev
bd29dd1ac3
Bored waiting button doesnt remove itself after processing ( #2079 ) ( #2235 )
...
Fix: Bored waiting button doesnt remove itself after processing (#2079 )
hide bored waiting? button after request handling both success and error cases to properly hide the button.
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-11-22 09:14:26 +00:00
dependabot[bot]
6d3f14375e
Bump bouncycastleVersion from 1.78.1 to 1.79 ( #2177 )
...
Bumps `bouncycastleVersion` from 1.78.1 to 1.79.
Updates `org.bouncycastle:bcprov-jdk18on` from 1.78.1 to 1.79
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html )
- [Commits](https://github.com/bcgit/bc-java/commits )
Updates `org.bouncycastle:bcpkix-jdk18on` from 1.78.1 to 1.79
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html )
- [Commits](https://github.com/bcgit/bc-java/commits )
---
updated-dependencies:
- dependency-name: org.bouncycastle:bcprov-jdk18on
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.bouncycastle:bcpkix-jdk18on
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-22 09:06:30 +00:00
dependabot[bot]
888aec5701
Bump io.micrometer:micrometer-core from 1.13.6 to 1.14.1 ( #2253 )
...
Bumps [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer ) from 1.13.6 to 1.14.1.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases )
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.13.6...v1.14.1 )
---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-22 09:06:16 +00:00
dependabot[bot]
92e7e85e77
Bump gradle from 8.7-jdk17 to 8.11-jdk17 ( #2269 )
...
* Bump gradle from 8.7-jdk17 to 8.11-jdk17
Bumps gradle from 8.7-jdk17 to 8.11-jdk17.
---
updated-dependencies:
- dependency-name: gradle
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update gradle-wrapper.properties
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-11-22 09:02:22 +00:00
github-actions[bot]
3bf467e4ff
📝 Update README: Translation Progress Table ( #2283 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-22 08:45:22 +00:00
yusif043-bit
dc1887db4d
Translation az ( #2287 )
...
* Azerbaijani flag and dropdown item added
* Azerbaijani Language file Added
* AZ - ignore_translation.toml init
* AZ Translation Enterprise Edition Section
* Translation for Generic
* translation-az pipeline
* Translation for Analytics
* Translation for NAVBAR
* Translation for SETTINGS
* translation-az homepage
* Translation for #login
* Translation for (showJS)
* Translation for #showJS
* Translation for #PDFToWord
* Translation for #PDFToPresentation
* Translation for #PDFToText
* Translation for #PDFToHTML
* Translation for #PDFToXML
* Translation for #PDFToCSV
* Translation for #repair
* Translation for #pageLayout
* Translation for #pdfToSinglePage
* Translation for #pageExtracter
* Translation for #getPdfInfo
* Translation for #markdown-to-pdf
* Translation for #PDFToXML
* Translation for #html-to-pdf
* Translation for #PDFToHTML
* Translation for #PDFToText
* Translation for #PDFToPresentation
* Translation for #PDFToWord
* Translation for #PDFToCSV
* Translation for #url-to-pdf
* Translation for #pdfToImage
* Translation for #BookToPDF
* Translation for #PDFToBook
* Translation for #autoRedact
* Translation for #Add image
* Translation for #File to PDF
* Translation for (remove-image)
* Translation for (remove-image)
* Translation for (survey)
* Translation for (licenses)
* Translation for (printFile)
* Translation for (split-bysections)
* Translation for (overlay-pdfs)
* Translation for (split-by-size-or-count)
* Translation for (addPageNumbers)
* Translation for (adjustContrast)
* Translation for (autoSplitPDF)
* Translation for (scalePages)
* Translation for (removeCertSign)
* Translation for (removeAnnotations)
* Translation for (sign)
* Translation for (flatten)
* Translation for (extractImages)
* Translation for (merge)
* Translation for (view pdf)
* Translation for (pageRemover)
* Translation for (rotate)
* az Translation for replace-invert-color
* az Translation for addstamprequest
* Translation for (remove-image)
* Translation for #url-to-pdf
* Update messages_az_AZ.properties
* Update README.md
* Update README.md
* Update messages_az_AZ.properties
---------
Co-authored-by: NureddinFarzaliyev <nureddin.fa@gmail.com >
Co-authored-by: Lucifer25x <lucifer25x@protonmail.com >
Co-authored-by: islamd7 <vusal04999@gmail.com >
Co-authored-by: Valida Rahmanova <validerehmanova04@gmail.com >
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-11-22 08:44:48 +00:00
albanobattistella
bab2052a60
Update messages_it_IT.properties ( #2289 )
...
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-11-22 08:37:31 +00:00
Ludy
7773df7443
Fix: Convert a single string in the array to a list array ( #2293 )
2024-11-21 21:18:41 +00:00
Ludy
32d575b4e9
try to reduce the permission; update only translation files ( #2291 )
2024-11-21 20:00:12 +00:00
reecebrowne
4ebeedc028
Hover tools tooltips ( #2290 )
...
* Multi-tool advert on pages that share functionality
* Update translation files
Signed-off-by: GitHub Action <action@github.com >
* Rtl CSS
* Upgraded tooltips on multitool. Order selected pages list. Repositionicons. Minor additional tweaks
* restore gb translations
* Update translation files
Signed-off-by: GitHub Action <action@github.com >
* remove blankspace
* Restore hover tooltips
* Update translation files
Signed-off-by: GitHub Action <action@github.com >
---------
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-21 19:33:19 +00:00
reecebrowne
b4b005bc2e
Feature/ux improvements ( #2288 )
...
* Multi-tool advert on pages that share functionality
* Update translation files
Signed-off-by: GitHub Action <action@github.com >
* Rtl CSS
* Upgraded tooltips on multitool. Order selected pages list. Repositionicons. Minor additional tweaks
* restore gb translations
* Update translation files
Signed-off-by: GitHub Action <action@github.com >
* remove blankspace
---------
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-21 17:34:50 +00:00
Omar Ahmed Hassan
b92bcfe915
Update Arabic language ( #2282 )
2024-11-21 14:54:05 +00:00
Omar Ahmed Hassan
aeca2b23d9
Fix: Expand and de-clutter menus for matching search results in homepage #2264 ( #2277 )
...
* Hide empty menus that don't match search criteria
- Hide empty menus (accordions/feature groups) that don't match search criteria.
* Expand menus automatically for matching search results
- Fix a bug where menus (accordions/feature groups) did not automatically expand on the homepage when search results matched.
---------
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-11-21 14:24:45 +00:00
Anthony Stirling
68349c4426
Update downloader.js
2024-11-21 11:47:47 +00:00
Ludy
0f6d5e5a41
Note for PR creators added ( #2279 )
2024-11-21 11:31:32 +00:00
Ludy
df1c5476d9
Update German language ( #2276 )
2024-11-20 19:45:44 +00:00
Anthony Stirling
d0d6a70250
Metrics changes ( #2273 )
...
* Update downloader.js
* Update downloader.js
* Update common.html
* Update downloader.js
2024-11-20 10:32:44 +00:00
Anthony Stirling
a6ae3734ca
Frooodle patch 8 ( #2275 )
...
* Update check_properties.yml
* Update messages_en_GB.properties
* Update messages_en_GB.properties
2024-11-20 09:44:51 +00:00
Anthony Stirling
c239d95131
Update PR-Demo-cleanup.yml
2024-11-20 08:41:29 +00:00
Anthony Stirling
d591874da6
Update PR-Demo-cleanup.yml
2024-11-20 08:28:51 +00:00
Anthony Stirling
6c623d8d84
Update MetricsAggregatorService.java ( #2272 )
2024-11-20 08:20:01 +00:00
Rafael Encinas
e059caa14e
Fix id typo for "cropPdfCanvas" querySelector ( #2271 )
...
Fix id typo
2024-11-20 07:53:14 +00:00
dependabot[bot]
8eab35761d
Bump org.projectlombok:lombok from 1.18.34 to 1.18.36 ( #2266 )
...
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok ) from 1.18.34 to 1.18.36.
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown )
- [Commits](https://github.com/projectlombok/lombok/compare/v1.18.34...v1.18.36 )
---
updated-dependencies:
- dependency-name: org.projectlombok:lombok
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-18 23:16:31 +00:00
Anthony Stirling
c43af24ffe
Update PR-Demo-Comment.yml
2024-11-17 16:17:44 +00:00
Anthony Stirling
e1b3cc736c
Update PR-Demo-Comment.yml
2024-11-17 15:54:50 +00:00
Anthony Stirling
0fb9e18636
Update PR-Demo-Comment.yml
2024-11-17 15:53:29 +00:00
Ludy
5e1aac0b84
Read login data from application.properties ( #2263 )
...
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-11-17 14:08:41 +00:00
Anthony Stirling
60bf649260
Update and rename PR-Demos.yml to PR-Demo-cleanup.yml
2024-11-17 13:43:48 +00:00
Anthony Stirling
a58696a38e
Create PR-Demo-Comment.yml ( #2261 )
...
* Create PR-Demo-Comment.yml
* Update PR-Demo-Comment.yml
2024-11-17 13:32:14 +00:00
Ludy
44abc67678
shows the titles of the buttons ( #2262 )
...
* shows the titles of the buttons
* Update navbar.css
2024-11-17 12:33:41 +00:00
Anthony Stirling
d1e690ff8d
Update PR-Demos.yml
2024-11-17 10:13:59 +00:00
Anthony Stirling
5dc8fa08ee
Create PR-Demos.yml ( #2260 )
...
* Create PR-Demos.yml
* Update build.gradle
* Update build.gradle
* Update PR-Demos.yml
* Update PR-Demos.yml
* Update PR-Demos.yml
* Update PR-Demos.yml
* Update PR-Demos.yml
* Update PR-Demos.yml
* Update PR-Demos.yml
* Update PR-Demos.yml
* Update PR-Demos.yml
2024-11-16 22:24:00 +00:00
Anthony Stirling
db028dfe27
docker move
2024-11-16 11:31:26 +00:00
Anthony Stirling
c24c504350
Delete Jenkinsfile
2024-11-16 11:22:17 +00:00
Anthony Stirling
5dcfe64d1c
Update README.md
2024-11-16 11:11:12 +00:00
Anthony Stirling
d843696703
Update README.md
2024-11-16 11:07:54 +00:00
Dimitris Kaitantzidis
67de8a9460
Fix canvas pdf to csv ( #2228 )
...
* WIP: fixes canvas and rect to crop - small problem in smaller screens - neew to fix re render page on resize
* Closes #2209
* Closes #2227
2024-11-16 11:02:20 +00:00
Anthony Stirling
b26aa3417e
Update build.gradle
2024-11-16 11:01:44 +00:00
Renan
8dfb5940ca
Fixing bug: Add Image makes random changes to image ( #2246 ) ( #2256 )
...
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-11-16 08:55:40 +00:00
Anthony Stirling
0ce479e1e3
Update push-docker.yml
2024-11-16 08:43:42 +00:00
Anthony Stirling
cca3b6b525
Update multi-tool.html
2024-11-16 08:40:34 +00:00
github-actions[bot]
03529567ba
📝 Update README: Translation Progress Table ( #2254 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-15 22:18:01 +00:00
Anthony Stirling
781a52c759
Update ignore_translation.toml
2024-11-15 22:15:36 +00:00
Anthony Stirling
be2c103065
Update build.gradle
2024-11-15 21:56:57 +00:00
albanobattistella
80fd2eff5f
Update messages_it_IT.properties ( #2250 )
...
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-11-15 21:53:39 +00:00
github-actions[bot]
65abfd9c7a
Update translation files ( #2252 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-11-15 21:52:28 +00:00
Rafael Encinas
1833d7cd73
Clear file inputs after jobs ( #2248 )
2024-11-15 20:21:23 +00:00
reecebrowne
fd93dad9a5
Multitool advertising ( #2247 )
...
* Multi-tool advert on pages that share functionality
* Update translation files
Signed-off-by: GitHub Action <action@github.com >
---------
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-11-15 18:57:51 +00:00
albanobattistella
ef18b17890
Update messages_it_IT.properties ( #2239 )
2024-11-15 11:27:02 +00:00
Ludy
d3ae9f9a81
Prohibit the registration of unauthorized usernames ( #2240 )
2024-11-15 09:36:59 +00:00
Ludy
4a70d680a4
added title display on hovering, added missing german translations ( #2237 )
...
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-11-15 09:28:37 +00:00
Ludy
82ebd3dba9
Add: missing swagger Tag ( #2238 )
2024-11-15 09:25:17 +00:00
MaratheHarshad
15848e3de6
Fix: Ensure backend receives false when checkbox is unchecked in split-pdf-by-chapters feature ( #2234 )
...
* Implemented hidden input tags to resolve issue with file input handling
* Cleanup: Remove log statements for production readiness
---------
Co-authored-by: Harshad Marathe <harshad@DESKTOP-1MNKUHA>
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-11-14 21:46:24 +00:00
github-actions[bot]
ea0d9301ff
📝 Update README: Translation Progress Table ( #2236 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-14 20:22:45 +00:00
reecebrowne
b27e1f254c
Feature/1976/multi tool multiple pages ( #2200 )
...
* Multitool - Select multiple pages for rotation tool
* Multitool multi select delete feature
* Multitool multi select UI improvements and big fixes
* Multitool multi select select all and UI improvements
* Multi tool multi select, download selected, clean up and bug fixes
* Comments
* Update buttons for page selection
* Update translation files
Signed-off-by: GitHub Action <action@github.com >
* Multitool multiselect split functionality and UI updates
* Download selected button, additional tooltips
* Update translation files
Signed-off-by: GitHub Action <action@github.com >
* revert CertSignController
* remove material icons
* restore to previous certsigncontroller
* Update CertSignController.java
---------
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-11-14 20:00:36 +00:00
Anthony Stirling
7f30882e5e
Setup new docker org stirlingtools/stirling-pdf ( #2232 )
...
* Update push-docker.yml
* Update push-docker.yml
* Update push-docker.yml
2024-11-14 11:20:17 +00:00
Anthony Stirling
26c0a92e30
Update pull_request_template.md
2024-11-13 13:59:22 +00:00
Renan
5cf53e39d0
Increase watermark coverage to fill page ( #2049 ) ( #2220 )
...
* Increase watermark coverage to fill page (#2049 )
* Increase watermark coverage to fill page with the new calculation (#2049 )
2024-11-13 11:12:30 +00:00
Dimitris Kaitantzidis
7f566d5de8
Fix canvas crop ( #2221 )
...
* WIP: fixes canvas and rect to crop - small problem in smaller screens - neew to fix re render page on resize
* Closes #2209
2024-11-13 10:35:02 +00:00
S. Neuhaus
caa32c5bae
Mention HTTP error 413 in FAQ ( #2226 )
2024-11-13 10:33:27 +00:00
Ludy
41c41cc88c
adds missing dependencies in the endpoints ( #2224 )
2024-11-13 08:54:11 +00:00
leo-jmateo
c2acd74447
Catalan Translation - Stirling PDF String Updates ( #2222 )
...
* Update messages_ca_CA.properties
Partial Catalan Translation Contribution for Stirling PDF
Hi,
I’ve completed a partial Catalan translation for Stirling PDF, covering all strings up to the Pipeline section. I focused on maintaining consistency in terminology to ensure a smooth user experience in Catalan.
* Update messages_ca_CA.properties
Update on Catalan Translation Verification – Test 2 Passed
Hi [Developer’s Name],
I’ve now completed the verification for Test 2 and ensured that all keys in messages_en_GB.properties align with those in messages_ca_CA.properties. The files should now be fully synchronized with no missing or extra keys.
I’ll proceed to re-run the tests to confirm everything is in order.
Please feel free to review the updated pull request, and let me know if there’s anything further you’d like me to adjust.
Thank you for your support!
Best regards,
* Catalan Translation - Stirling PDF String Updates
Hi,
I have worked on the Catalan translation for some of the text strings in the Stirling PDF project. Attached are my contributions, which include the relevant strings for various parts of the system. I’ve made a few small adjustments to ensure the translation is as accurate and coherent as possible in technical contexts.
Changes made:
1. Translation of strings related to PDF manipulation tools (e.g., Add Watermark, Split PDF, etc.).
2. Adjustments of terms for better accuracy, such as using “Eliminar” instead of “Treure” or “Esborrar”.
3. Review of technical translations to ensure consistency, such as using “Nombre” instead of “Quantitat” for referring to the number of documents or pages.
Attached are the modified strings for your review:
• [Attach the modified strings file]
If you have any questions or need further adjustments, I’m happy to help.
Thank you for your attention and for all your work on the project!
Best regards,
* Catalan Translation - Stirling PDF String Updates
Hi,
I have worked on the Catalan translation for some of the text strings in the Stirling PDF project. Attached are my contributions, which include the relevant strings for various parts of the system. I’ve made a few small adjustments to ensure the translation is as accurate and coherent as possible in technical contexts.
Changes made:
1. Translation of strings related to PDF manipulation tools (e.g., Add Watermark, Split PDF, etc.).
2. Adjustments of terms for better accuracy, such as using “Eliminar” instead of “Treure” or “Esborrar”.
3. Review of technical translations to ensure consistency, such as using “Nombre” instead of “Quantitat” for referring to the number of documents or pages.
Attached are the modified strings for your review:
• [Attach the modified strings file]
If you have any questions or need further adjustments, I’m happy to help.
Thank you for your attention and for all your work on the project!
Best regards,
* Catalan Translation - Stirling PDF String Updates
Hi,
I have worked on the Catalan translation for some of the text strings in the Stirling PDF project. Attached are my contributions, which include the relevant strings for various parts of the system. I’ve made a few small adjustments to ensure the translation is as accurate and coherent as possible in technical contexts.
Changes made:
1. Translation of strings related to PDF manipulation tools (e.g., Add Watermark, Split PDF, etc.).
2. Adjustments of terms for better accuracy, such as using “Eliminar” instead of “Treure” or “Esborrar”.
3. Review of technical translations to ensure consistency, such as using “Nombre” instead of “Quantitat” for referring to the number of documents or pages.
Attached are the modified strings for your review:
• [Attach the modified strings file]
If you have any questions or need further adjustments, I’m happy to help.
Thank you for your attention and for all your work on the project!
Best regards,
* Catalan Translation - Stirling PDF String Updates
* 📝 Sync README
> Made via sync_files.yml
---------
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-13 07:54:49 +00:00
Ludy
4d5d0e3cef
Removes references to nonexistent endpoint ( #2223 )
2024-11-13 07:51:47 +00:00
MaratheHarshad
df6af8766f
Restricting file input to .md files for Markdown to PDF conversion ( #2219 )
...
Co-authored-by: Harshad Marathe <harshad@DESKTOP-1MNKUHA>
2024-11-12 16:58:51 +00:00
Anthony Stirling
0dd4456ae8
Update HowToUseOCR.md
2024-11-12 13:31:34 +00:00
Anthony Stirling
b0c8912742
Update README.md
2024-11-12 11:06:04 +00:00
github-actions[bot]
467be09749
📝 Update README: Translation Progress Table ( #2214 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-11 23:16:05 +00:00
Anthony Stirling
ceabcf2b3d
Update get-info-on-pdf.html #2212
2024-11-11 23:12:57 +00:00
leo-jmateo
361a0c9be8
Update messages_ca_CA.properties ( #2210 )
...
* Update messages_ca_CA.properties
Partial Catalan Translation Contribution for Stirling PDF
Hi,
I’ve completed a partial Catalan translation for Stirling PDF, covering all strings up to the Pipeline section. I focused on maintaining consistency in terminology to ensure a smooth user experience in Catalan.
* Update messages_ca_CA.properties
Update on Catalan Translation Verification – Test 2 Passed
Hi [Developer’s Name],
I’ve now completed the verification for Test 2 and ensured that all keys in messages_en_GB.properties align with those in messages_ca_CA.properties. The files should now be fully synchronized with no missing or extra keys.
I’ll proceed to re-run the tests to confirm everything is in order.
Please feel free to review the updated pull request, and let me know if there’s anything further you’d like me to adjust.
Thank you for your support!
Best regards,
---------
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-11-11 22:38:54 +00:00
Ludy
128ca8e224
Fix: Reading the username based on the login method. ( #2211 )
2024-11-11 11:55:46 +00:00
Anthony Stirling
7d1d6d1f12
Update Version-groups.md
2024-11-11 10:40:27 +00:00
Ludovic Ortega
645c786d95
feat: move helm chart to https://github.com/Stirling-Tools/Stirling-PDF-chart ( #2208 )
...
* feat: remove helm chart
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr >
* feat: mention kubernetes in install doc
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr >
---------
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr >
2024-11-10 13:48:58 +00:00
Ludy
862a88e2e9
Fix: missing opener for View PDF #2206 ( #2207 )
...
Fix missing opener for View PDF #2206
2024-11-10 13:24:12 +00:00
github-actions[bot]
2f92aa90ef
💾 Update Version ( #2205 )
...
💾 Sync Versions
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-09 23:11:42 +00:00
Anthony Stirling
ba8dd04086
Update build.gradle
2024-11-09 23:11:10 +00:00
github-actions[bot]
c13509cf67
💾 Update Version ( #2204 )
...
💾 Sync Versions
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-09 23:10:30 +00:00
Anthony Stirling
0ab02e6ceb
Update build.gradle
2024-11-09 23:02:12 +00:00
Anthony Stirling
af52652aee
Rename release-helm-charts.yml to release-helm-charts.yml-disabled
2024-11-09 23:01:55 +00:00
Anthony Stirling
e534f022f5
Rename lint-helm-charts.yml to lint-helm-charts.yml-disabled
2024-11-09 23:01:26 +00:00
Ludy
84867a7ad7
Fix: Card has no favorite icon ( #2203 )
...
fixes the bug if the card has no favorite icon
2024-11-09 15:07:51 +00:00
Renan
e97cb9d49e
Add option to insert blank page between pages in Multi-tool ( #2194 ) ( #2201 )
2024-11-08 22:51:03 +00:00
Anthony Stirling
1b0c1b6cff
Searchbar in nav auto select, and exe nolonger disable CLI ( #2197 )
...
* fix remmeber me
* remove uselss comment
* Update translation files (#2185 )
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
* exe no longer disable CLI
---------
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Action <action@github.com >
Co-authored-by: a <a>
2024-11-07 21:50:47 +00:00
Rafael Encinas
7eea7fb3cb
[Feature] Set Executor Instances limits dynamically from properties ( #2193 )
...
* Update 'ProcessExecutor.java' to use dynamic process limits from properties
* Move limits location out of 'application.properties'
* Rename 'SemaphoreLimit' to 'SessionLimit' and bundle with 'Timeout...' into one parent class
2024-11-07 00:43:57 +00:00
github-actions[bot]
c921b5d76f
📝 Update README: Translation Progress Table ( #2190 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-05 23:28:15 +00:00
Peter Dave Hello
26ec0c5d77
Update and improve zh_TW Traditional Chinese locale ( #2188 )
2024-11-05 23:26:26 +00:00
ninjat
404e31468e
Added input sanitization to fix self-xss issue ( #2189 )
2024-11-05 21:44:24 +00:00
Anthony Stirling
0c0f61aa0d
fix remmeber me ( #2184 )
...
* fix remmeber me
* remove uselss comment
* Update translation files (#2185 )
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
---------
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Action <action@github.com >
2024-11-05 14:31:31 +00:00
Ludovic Ortega
40ffb6559d
feat: add helm chart github action ( #2113 )
...
* feat: add helm chart github action
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr >
* fix: remove test branch
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr >
* fix: run helm-docs-built after syncing version
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr >
* fix: helm repo url
---------
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr >
2024-11-04 20:13:26 +00:00
github-actions[bot]
645c5ff36f
📝 Update README: Translation Progress Table ( #2165 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-03 22:47:28 +00:00
MaratheHarshad
83db7a22f5
Fix: Navbar layout overflow ( #2162 )
...
Fix: Navbar layout overflow using Bootstrap class .navbar-expand-xl
Co-authored-by: Harshad Marathe <harshad@DESKTOP-1MNKUHA>
2024-11-03 20:59:57 +00:00
Ludy
ebfccfa835
Corrects AI generated translation ( #2166 )
2024-11-03 20:39:00 +00:00
Saud Fatayerji
aa810163d2
Completed translations for 19 languages using AI ( #2164 )
...
Created translations for various languages using AI
2024-11-03 20:14:45 +00:00
github-actions[bot]
dcb69ad66a
📝 Update README: Translation Progress Table ( #2160 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-03 18:05:03 +00:00
Ludy
1a19024961
Fix: Auto language detection #2122 ( #2148 )
...
* Fix: Auto language detection #2122
* add LanguageService and AdditionalLanguageJsController
* hidden swagger
2024-11-03 14:20:26 +00:00
albanobattistella
68c9601245
Update messages_it_IT.properties ( #2161 )
2024-11-03 14:16:06 +00:00
Ludy
7ec343d9ce
Fix: Add missing .map file for minified files ( #2156 )
2024-11-03 07:55:39 +00:00
Ludy
6f42d976f6
Fix: Path correction to draggable.js #2154 + little makeup ( #2159 )
2024-11-03 07:26:45 +00:00
Ludy
cf13803fd4
Fix: redeclaration of const and add: tranlation placeholder for Session Expiry Messages ( #2158 )
...
Fix: redeclaration of const
2024-11-03 07:24:16 +00:00
Ludy
a8d0d1a871
re-config labeler & add new labels ( #2153 )
...
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-11-03 07:21:56 +00:00
Ludy
a5aac01b4d
fixed minor bugs in Markdown ( #2152 )
2024-11-03 07:20:10 +00:00
albanobattistella
2be14788b1
Update messages_it_IT.properties ( #2146 )
2024-11-01 16:32:52 +00:00
github-actions[bot]
217404be7f
📝 Update README: Translation Progress Table ( #2136 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-31 20:33:03 +00:00
github-actions[bot]
d3dc3e07b2
Update translation files ( #2145 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-10-31 20:22:11 +00:00
Eric
94702dbafa
fix signature logo not loading and add option to disable it ( #2143 )
...
* fix signature logo not loading and add option to disable it
* Hardening suggestions for Stirling-PDF / fix-sig-logo (#2144 )
Modernize and secure temp file creation
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
---------
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
2024-10-31 20:18:42 +00:00
Anthony Stirling
febc3cf48b
Update pull_request_template.md
2024-10-31 17:46:30 +00:00
Philip H.
c5abb47403
navbar.css: prevent overlapping of elements ( #2140 )
...
go-pro-link is overlapping the settings button
2024-10-31 17:45:44 +00:00
Anthony Stirling
0e3c9bcc10
Update README.md
2024-10-31 14:52:41 +00:00
github-actions[bot]
384c3ee88f
💾 Update Version ( #2139 )
...
💾 Sync Versions
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-31 13:06:55 +00:00
Anthony Stirling
5f7a0537f9
Update build.gradle
2024-10-31 13:06:12 +00:00
Anthony Stirling
5aa5628465
[bug fix] Update compress-pdf.html ( #2138 )
...
Update compress-pdf.html
2024-10-31 10:59:51 +00:00
albanobattistella
0d91bca932
Update messages_it_IT.properties ( #2135 )
2024-10-30 19:55:54 +00:00
Ludovic Ortega
8e88591499
chore(helm): bump chart version according to semver ( #2109 )
...
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr >
2024-10-30 13:49:28 +00:00
github-actions[bot]
3e051d0105
Update 3rd Party Licenses ( #2134 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-10-30 13:00:51 +00:00
dependabot[bot]
4a9b16ff8f
Bump org.springframework.security:spring-security-saml2-service-provider from 6.3.3 to 6.3.4 ( #2052 )
...
Bump org.springframework.security:spring-security-saml2-service-provider
Bumps [org.springframework.security:spring-security-saml2-service-provider](https://github.com/spring-projects/spring-security ) from 6.3.3 to 6.3.4.
- [Release notes](https://github.com/spring-projects/spring-security/releases )
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc )
- [Commits](https://github.com/spring-projects/spring-security/compare/6.3.3...6.3.4 )
---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-saml2-service-provider
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-30 12:58:47 +00:00
github-actions[bot]
a7082ecd85
💾 Update Version ( #2132 )
...
💾 Sync Versions
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-30 12:48:44 +00:00
github-actions[bot]
966e6a4923
📝 Update README: Translation Progress Table ( #2133 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-30 12:48:30 +00:00
Anthony Stirling
27d2681a97
Feature/save signs ( #2127 )
...
* apply fix
* Fixes empty th:action
* Update build.gradle
* fix
* formatting
* Save signatures
* Fix code scanning alert no. 42: Uncontrolled data used in path expression
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* fix UserServiceInterface
* Merge branch 'feature/saveSigns' of
git@github.com:Stirling-Tools/Stirling-PDF.git into feature/saveSigns
* 0.31.0 bump and further csrf
* formatting
* preview name
* add
* sign doc
* Update translation files (#2128 )
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
---------
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: Dimitrios Kaitantzidis <james_k23@hotmail.gr >
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: a <a>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Action <action@github.com >
2024-10-30 12:46:44 +00:00
github-actions[bot]
ed75fa4e1b
📝 Update README: Translation Progress Table ( #2129 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-29 19:05:01 +00:00
Rania Amina
9b9752bd7a
Update id_ID Translation and fix some grammars ( #2108 )
...
* Update id_ID Translation and fix some grammars
* sync lines to fix build warning
* get back new line at end of file
---------
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-10-29 19:03:00 +00:00
Anthony Stirling
903dc7638c
Fix csrf ( #2126 )
...
* apply fix
* Fixes empty th:action
* Update build.gradle
* fix
* formatting
---------
Co-authored-by: Dimitrios Kaitantzidis <james_k23@hotmail.gr >
2024-10-29 17:56:29 +00:00
github-actions[bot]
c39b111edc
📝 Update README: Translation Progress Table ( #2121 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-29 16:31:25 +00:00
github-actions[bot]
d910929aa6
Update translation files ( #2125 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-10-29 16:30:44 +00:00
reecebrowne
a9ce0e80ee
Feature/298 improve compare performance ( #2124 )
...
* Implement Diff.js
* Compare feature - add service worker and improve efficiency for large files
* Compare - messages updated to be compatable with language packs
* Compare - Acknowledge Diff.js usage
* Add message warning there is no text in uploaded pdf to messages file
---------
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-10-29 15:56:45 +00:00
Florian Fish
4922ab700e
Add new french translations ( #2120 )
...
Add new french translations and improve simple quote
2024-10-29 10:12:49 +00:00
github-actions[bot]
01f3c138a6
Update 3rd Party Licenses ( #2119 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-10-28 23:22:15 +00:00
github-actions[bot]
4e21f76979
📝 Update README: Translation Progress Table ( #2103 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-28 23:22:02 +00:00
dependabot[bot]
a9ccd85e75
Bump org.springframework.boot from 3.3.4 to 3.3.5 ( #2118 )
...
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot ) from 3.3.4 to 3.3.5.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.4...v3.3.5 )
---
updated-dependencies:
- dependency-name: org.springframework.boot
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-28 23:19:59 +00:00
dependabot[bot]
6f407f1d2f
Bump springBootVersion from 3.3.4 to 3.3.5 ( #2117 )
...
Bumps `springBootVersion` from 3.3.4 to 3.3.5.
Updates `org.springframework.boot:spring-boot-starter-web` from 3.3.4 to 3.3.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.4...v3.3.5 )
Updates `org.springframework.boot:spring-boot-starter-jetty` from 3.3.4 to 3.3.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.4...v3.3.5 )
Updates `org.springframework.boot:spring-boot-starter-thymeleaf` from 3.3.4 to 3.3.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.4...v3.3.5 )
Updates `org.springframework.boot:spring-boot-starter-security` from 3.3.4 to 3.3.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.4...v3.3.5 )
Updates `org.springframework.boot:spring-boot-starter-data-jpa` from 3.3.4 to 3.3.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.4...v3.3.5 )
Updates `org.springframework.boot:spring-boot-starter-oauth2-client` from 3.3.4 to 3.3.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.4...v3.3.5 )
Updates `org.springframework.boot:spring-boot-starter-test` from 3.3.4 to 3.3.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.4...v3.3.5 )
Updates `org.springframework.boot:spring-boot-starter-actuator` from 3.3.4 to 3.3.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.4...v3.3.5 )
Updates `org.springframework.boot:spring-boot-devtools` from 3.3.4 to 3.3.5
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.4...v3.3.5 )
---
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.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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-28 23:19:36 +00:00
pixeebot[bot]
af5e2b6895
Modernize and secure temp file creation ( #2106 )
...
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
2024-10-28 23:19:12 +00:00
Ludy
d2046c64d8
Optimierung der SAML2-Integration und Verbesserung der Zertifikats- und Fehlerbehandlung ( #2105 )
...
* certificate processing
* Hides dialog when provider list is empty
* removed: unused
2024-10-27 22:17:36 +00:00
Manuel Mora Gordillo
1b88d89191
Spanish translate ( #2102 )
...
* Spanish translate
* Added blank line
---------
Co-authored-by: Manu <manuel@fusiontelecom.co >
2024-10-25 13:20:13 +01:00
github-actions[bot]
03bf98265b
📝 Update README: Translation Progress Table ( #2072 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-24 14:21:17 +01:00
Anthony Stirling
89da2a5c01
Auto detect presence of external dependencies (LibreOffice etc) and disable/enable features dynamically ( #2082 )
...
* Create ExternalAppDepConfig.java
* Update EndpointConfiguration.java
* Hardening suggestions for Stirling-PDF / ExternalAppDepConfig (#2083 )
Switch order of literals to prevent NullPointerException
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
---------
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
2024-10-24 13:59:17 +01:00
swanemar
a10d06b693
added some missing translations ( #2085 )
2024-10-24 10:35:32 +00:00
Eric
a7ed99084f
visual certificate signing ( #2084 )
...
add visual digital signature
2024-10-24 07:08:09 +01:00
github-actions[bot]
88f3594d80
Update 3rd Party Licenses ( #2080 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-10-23 12:28:58 +01:00
Eric
e0b77ca274
extract and apply the image orientation from exif data in imageToPdf ( #2073 )
2024-10-23 12:17:40 +01:00
albanobattistella
bac81c930d
Update messages_it_IT.properties ( #2077 )
2024-10-23 12:16:49 +01:00
Corbinian Grimm
2f49626a4c
Update messages_de_DE.properties ( #2070 )
...
* Update messages_de_DE.properties
Completed translations for German language.
* Update messages_de_DE.properties
2024-10-22 21:53:13 +01:00
Anthony Stirling
83ef003505
Update PostHogService.java
2024-10-22 15:36:54 +01:00
Anthony Stirling
949b87005c
Fix metricCollection
2024-10-22 15:36:22 +01:00
a
532f7cdbbf
Merge branch 'main' of git@github.com:Stirling-Tools/Stirling-PDF.git into main
2024-10-22 12:22:20 +01:00
Anthony Stirling
51c4a60313
Remove pro badge if enabled
2024-10-22 12:22:08 +01:00
reecebrowne
aa00808219
Removed horizontal scroll logic from multi-tool template ( #2065 )
...
* Removed horizontal scroll logic from multi-tool template
* Remove unused horizontalScroll.js
2024-10-22 12:02:00 +01:00
github-actions[bot]
5d40175e18
💾 Update Version ( #2064 )
...
💾 Sync Versions
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-22 11:30:59 +01:00
Anthony Stirling
a40fdd5a0b
Fixes for analyticsPrompt
2024-10-22 11:10:09 +01:00
github-actions[bot]
6ea7ffc36c
📝 Update README: Translation Progress Table ( #2062 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-22 09:54:46 +01:00
Thomas BERNARD
39e0fd8eef
French translation improvements ( #2061 )
...
* fix a spelling mistake in a french message
n'importe quel fichier au singulier
* Translate "Remove Certificate Sign" to French
* french translation for pdfToPDFA.pdfWithDigitalSignature
* fix french translation for BootToPDF and PDFToBook
* Translate "Remove image" to French
* Translate "Split PDF by Chapters" to French
* fr translation : Popular => Populaire
* french translation for adminUserSettings.* messages
* french translation for session.expired
2024-10-22 08:11:48 +01:00
Anthony Stirling
cae8cd0aa9
Add on hover color to sign ( #2059 )
...
* Fixed layering issue with z-index, and added smoother transitions for… (#1996 )
Fixed layering issue with z-index, and added smoother transitions for signing
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
* Delete package-lock.json
---------
Co-authored-by: Surya Karthikeyan Vijayalakshmi <108506548+SuryaKV101@users.noreply.github.com >
2024-10-22 00:44:22 +01:00
Anthony Stirling
04d5ae1912
Default terms and conditions to stirlingpdf.com ( #2058 )
2024-10-22 00:42:17 +01:00
github-actions[bot]
e01ba93cf8
Update 3rd Party Licenses ( #2057 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-10-22 00:41:44 +01:00
github-actions[bot]
edd0ec9d23
Update 3rd Party Licenses ( #2056 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-10-22 00:22:01 +01:00
dependabot[bot]
899f3d267b
Bump org.commonmark:commonmark from 0.23.0 to 0.24.0 ( #2054 )
...
Bumps [org.commonmark:commonmark](https://github.com/commonmark/commonmark-java ) from 0.23.0 to 0.24.0.
- [Release notes](https://github.com/commonmark/commonmark-java/releases )
- [Changelog](https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md )
- [Commits](https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.23.0...commonmark-parent-0.24.0 )
---
updated-dependencies:
- dependency-name: org.commonmark:commonmark
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-22 00:21:14 +01:00
dependabot[bot]
88c0a9e26b
Bump org.springframework:spring-webmvc from 6.1.13 to 6.1.14 ( #2053 )
...
Bumps [org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework ) from 6.1.13 to 6.1.14.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.13...v6.1.14 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-webmvc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-22 00:19:52 +01:00
dependabot[bot]
dc6cec9daf
Bump org.commonmark:commonmark-ext-gfm-tables from 0.23.0 to 0.24.0 ( #2055 )
...
Bumps [org.commonmark:commonmark-ext-gfm-tables](https://github.com/commonmark/commonmark-java ) from 0.23.0 to 0.24.0.
- [Release notes](https://github.com/commonmark/commonmark-java/releases )
- [Changelog](https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md )
- [Commits](https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.23.0...commonmark-parent-0.24.0 )
---
updated-dependencies:
- dependency-name: org.commonmark:commonmark-ext-gfm-tables
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-22 00:19:14 +01:00
github-actions[bot]
a64dd2e282
📝 Update README: Translation Progress Table ( #2047 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-20 21:02:09 +01:00
github-actions[bot]
c9b7d848b4
Update translation files ( #2048 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-10-20 21:01:50 +01:00
Anthony Stirling
89a9ba6ebc
remove unused translation
2024-10-20 21:00:16 +01:00
Patryk Marszelewski
22249ef9bf
Update messages_pl_PL.properties ( #2042 )
2024-10-20 20:34:39 +01:00
github-actions[bot]
619a863b99
Update 3rd Party Licenses ( #2044 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-10-20 20:32:57 +01:00
Peter Dave Hello
e098b2999c
Update and improve zh_TW Traditional Chinese locale ( #2046 )
...
This is a small follow-up to #2030 , but it will significantly improve the user experience for Traditional Chinese users.
2024-10-20 20:32:40 +01:00
IT Creativity + Art Team
1149f2a30d
Update messages_bg_BG.properties ( #2045 )
...
Update messages_bg_BG.properties
2024-10-20 20:32:18 +01:00
Ludy
eff1843061
Major Enhancements to SAML2 and OAuth2 Integration with Simplified Security Configurations ( #2040 )
...
* implement Saml2 login/logout
* changed: deprecation code
* relyingPartyRegistrations only enabled samle
2024-10-20 12:30:58 +01:00
Anthony Stirling
227d18a469
bug Update remove image to show on api docs
2024-10-18 22:22:44 +01:00
Anthony Stirling
84abd60c4f
Update PdfImageRemovalController.java
2024-10-18 21:34:25 +01:00
pixeebot[bot]
09c9944fc3
Switch order of literals to prevent NullPointerException ( #2035 )
...
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
2024-10-18 07:15:10 +01:00
pixeebot[bot]
b31564968c
Introduced protections against system command injection ( #2011 )
...
* Introduced protections against system command injection
* Update translation files (#2034 )
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
---------
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Action <action@github.com >
2024-10-18 00:10:42 +01:00
github-actions[bot]
ca535b0abe
Update 3rd Party Licenses ( #2033 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-10-17 23:57:01 +01:00
github-actions[bot]
376ec865b8
Update 3rd Party Licenses ( #2032 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-10-17 23:50:06 +01:00
dependabot[bot]
094ed12b85
Bump io.micrometer:micrometer-core from 1.13.4 to 1.13.6 ( #2019 )
...
Bumps [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer ) from 1.13.4 to 1.13.6.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases )
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.13.4...v1.13.6 )
---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-17 23:48:53 +01:00
dependabot[bot]
fe92f99093
Bump org.apache.xmlgraphics:batik-all from 1.17 to 1.18 ( #2018 )
...
Bumps org.apache.xmlgraphics:batik-all from 1.17 to 1.18.
---
updated-dependencies:
- dependency-name: org.apache.xmlgraphics:batik-all
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-17 23:48:41 +01:00
dependabot[bot]
46a6a585a9
Bump imageioVersion from 3.11.0 to 3.12.0 ( #1998 )
...
Bumps `imageioVersion` from 3.11.0 to 3.12.0.
Updates `com.twelvemonkeys.imageio:imageio-batik` from 3.11.0 to 3.12.0
Updates `com.twelvemonkeys.imageio:imageio-bmp` from 3.11.0 to 3.12.0
Updates `com.twelvemonkeys.imageio:imageio-jpeg` from 3.11.0 to 3.12.0
Updates `com.twelvemonkeys.imageio:imageio-tiff` from 3.11.0 to 3.12.0
Updates `com.twelvemonkeys.imageio:imageio-webp` from 3.11.0 to 3.12.0
---
updated-dependencies:
- dependency-name: com.twelvemonkeys.imageio:imageio-batik
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.twelvemonkeys.imageio:imageio-bmp
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.twelvemonkeys.imageio:imageio-jpeg
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.twelvemonkeys.imageio:imageio-tiff
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: com.twelvemonkeys.imageio:imageio-webp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-17 23:48:06 +01:00
github-actions[bot]
8e9acdd053
📝 Update README: Translation Progress Table ( #2031 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-17 23:47:11 +01:00
albanobattistella
8aadef1412
Update messages_it_IT.properties ( #2022 )
2024-10-17 23:42:58 +01:00
thiagoor-cpu
80d80f7d8f
Update messages_pt_BR.properties ( #2029 )
...
Several changes to pt_BR version
2024-10-17 23:42:47 +01:00
Peter Dave Hello
4132e5b78b
Update and improve zh_TW Traditional Chinese locale ( #2030 )
2024-10-17 23:22:14 +01:00
Anthony Stirling
bd36841094
Update DeveloperGuide.md
2024-10-16 18:56:51 +01:00
Anthony Stirling
22b727df17
Update DeveloperGuide.md
2024-10-15 18:12:25 +01:00
Anthony Stirling
6bb2910b2d
Update DeveloperGuide.md
2024-10-15 18:11:28 +01:00
Anthony Stirling
c2236349ac
Create DeveloperGuide.md
2024-10-15 18:10:53 +01:00
Anthony Stirling
320bd14d1e
Update CONTRIBUTING.md
2024-10-15 17:22:15 +01:00
Anthony Stirling
9ee5dc3486
Update CONTRIBUTING.md
2024-10-15 17:20:57 +01:00
github-actions[bot]
dfad952612
📝 Update README: Translation Progress Table ( #2021 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-15 13:43:38 +01:00
albanobattistella
e023b13505
Update messages_it_IT.properties ( #2020 )
2024-10-15 13:35:38 +01:00
github-actions[bot]
2078b75790
📝 Update README: Translation Progress Table ( #2015 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-14 22:36:38 +01:00
github-actions[bot]
23bda46653
Update 3rd Party Licenses ( #2016 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-10-14 22:36:19 +01:00
github-actions[bot]
73b87c15cc
💾 Update Version ( #2014 )
...
💾 Sync Versions
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-14 22:35:33 +01:00
Anthony Stirling
c85463bc18
Frooodle/license ( #1994 )
2024-10-14 22:34:41 +01:00
github-actions[bot]
ceeecc37ab
📝 Update README: Translation Progress Table ( #1991 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-05 09:25:26 +01:00
albanobattistella
fec717484f
Update messages_it_IT.properties ( #1990 )
2024-10-05 09:22:12 +01:00
NorthOuterTowner
85e1716aa2
Update messages_zh_CN.properties ( #1989 )
2024-10-05 09:21:57 +01:00
github-actions[bot]
2a6b4ca87f
📝 Update README: Translation Progress Table ( #1988 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-04 22:15:30 +01:00
github-actions[bot]
e325943f16
Update translation files ( #1987 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-10-04 22:14:58 +01:00
Charan19001A0231
48aae48f0e
Added page counts to merge pdf tool ( #1986 )
...
* Added page counts to merge pdf tool
* used page and pages in en_GB and hindi properties file
2024-10-04 22:14:15 +01:00
Hashim
494bc2c09f
commit for feature developing invert-replace color of a pdf for stirl… ( #1982 )
...
commit for feature developing invert-replace color of a pdf for stirling PDF
2024-10-04 16:53:00 +01:00
bxjyj
45e4c15d2d
Searchbar Dynamically Resizes ( #1985 )
...
Fixed Searchbar sizing
2024-10-04 16:22:35 +01:00
github-actions[bot]
22a58ad0c3
📝 Update README: Translation Progress Table ( #1981 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-10-03 09:48:29 +01:00
dogancandemir
bb37ba1f30
Turkish translation ( #1980 )
...
* up to Settings translation completed
* up to HomePage translation completed
* up to WebPages translation completed
* Whole translation done!
2024-10-02 22:20:25 +01:00
FiratUsta
092b4cc5cb
[Bug Fix] New Home Page Bug Fixes ( #1973 )
...
* Fix favorites section being cut off if it has too many items.
* Fix the group collapse transition animation playing on page load.
2024-09-30 12:00:30 +01:00
github-actions[bot]
86bb37aa7a
Update 3rd Party Licenses ( #1956 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-09-25 23:14:22 +01:00
dependabot[bot]
da988e8127
Bump org.springframework.boot from 3.3.3 to 3.3.4 ( #1954 )
...
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot ) from 3.3.3 to 3.3.4.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.3...v3.3.4 )
---
updated-dependencies:
- dependency-name: org.springframework.boot
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-25 13:46:46 +01:00
HardikaZalavadia
b8115531e2
fix Show Javascript card layout ( #1959 )
2024-09-24 20:33:13 +01:00
dependabot[bot]
9b96367496
Bump commons-io:commons-io from 2.16.1 to 2.17.0 ( #1955 )
...
Bumps commons-io:commons-io from 2.16.1 to 2.17.0.
---
updated-dependencies:
- dependency-name: commons-io:commons-io
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-24 13:27:46 +01:00
dependabot[bot]
3ded6de576
Bump springBootVersion from 3.3.3 to 3.3.4 ( #1953 )
...
Bumps `springBootVersion` from 3.3.3 to 3.3.4.
Updates `org.springframework.boot:spring-boot-starter-web` from 3.3.3 to 3.3.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.3...v3.3.4 )
Updates `org.springframework.boot:spring-boot-starter-jetty` from 3.3.3 to 3.3.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.3...v3.3.4 )
Updates `org.springframework.boot:spring-boot-starter-thymeleaf` from 3.3.3 to 3.3.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.3...v3.3.4 )
Updates `org.springframework.boot:spring-boot-starter-security` from 3.3.3 to 3.3.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.3...v3.3.4 )
Updates `org.springframework.boot:spring-boot-starter-data-jpa` from 3.3.3 to 3.3.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.3...v3.3.4 )
Updates `org.springframework.boot:spring-boot-starter-oauth2-client` from 3.3.3 to 3.3.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.3...v3.3.4 )
Updates `org.springframework.boot:spring-boot-starter-test` from 3.3.3 to 3.3.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.3...v3.3.4 )
Updates `org.springframework.boot:spring-boot-starter-actuator` from 3.3.3 to 3.3.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.3...v3.3.4 )
Updates `org.springframework.boot:spring-boot-devtools` from 3.3.3 to 3.3.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.3...v3.3.4 )
---
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.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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-24 13:27:37 +01:00
maxi322
1c6e5df77d
[fix]: check for encryption in PageNumbers ( #1949 )
...
[fix]: check for empty password encryption on load
Co-authored-by: maxi322 <maxi322@users.noreply.github.com >
2024-09-23 20:52:57 +01:00
Aman Khan
df901db1f8
[Bug fix] Tooltip support added for Theme & Settings in the Navigation bar ( #1947 )
...
* length of card which was getting displayed on hovering is reduced
* issue #1818 solved
* issue #1818 fixed
* theme.css changed to previous code
* issue #1801 fixed
* navbar.html updated
* multi language fixed
2024-09-23 11:49:50 +01:00
Akhil Sharma
fde1f626eb
Added functionality to use the next available port ( #1913 )
...
* Added [Feature Request]: command flag to use the next available port #1882
* Added [Feature Request]: command flag to use the next available port #1882
* minor changes - build successful
* Update: port finding starts from 0 instead of default 8080 port
* Update: port finding starts from 0 instead of default 8080 port
---------
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-09-22 23:47:11 +01:00
yubiuser
f47ed3b42e
Fix startup errors on ultra-lite image ( #1950 )
...
* Add installFonts.sh to ultra-lite image
Signed-off-by: yubiuser <github@yubiuser.dev >
* Create /usr/share/fonts/opentype/noto on ultra-lite images
Signed-off-by: yubiuser <github@yubiuser.dev >
---------
Signed-off-by: yubiuser <github@yubiuser.dev >
2024-09-22 21:25:38 +01:00
Diallo
a81856d83b
remove style color ( #1948 )
2024-09-22 11:23:16 +01:00
Aman Khan
d6e9e8b20b
[Bug fix] Favorite Icon highlighted with yellow color when selected ( #1934 )
...
* length of card which was getting displayed on hovering is reduced
* issue #1818 solved
* issue #1818 fixed
* theme.css changed to previous code
2024-09-21 10:53:01 +01:00
github-actions[bot]
0f43062cc1
Update 3rd Party Licenses ( #1944 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-09-20 23:28:38 +01:00
dependabot[bot]
f72e5c8bca
Bump org.commonmark:commonmark from 0.22.0 to 0.23.0 ( #1922 )
...
Bumps [org.commonmark:commonmark](https://github.com/commonmark/commonmark-java ) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/commonmark/commonmark-java/releases )
- [Changelog](https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md )
- [Commits](https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.22.0...commonmark-parent-0.23.0 )
---
updated-dependencies:
- dependency-name: org.commonmark:commonmark
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-20 23:25:56 +01:00
dependabot[bot]
936f36f171
Bump org.springframework:spring-webmvc from 6.1.9 to 6.1.13 ( #1921 )
...
Bumps [org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework ) from 6.1.9 to 6.1.13.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.9...v6.1.13 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-webmvc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-20 23:25:39 +01:00
MrErne
dab230e3f8
Update LocalRunGuide.md ( #1885 )
...
Update documentation about listen IP
2024-09-20 23:24:20 +01:00
FabioL
0d3ac8bebe
Smaller italian optimizations ( #1943 )
...
* Smaller italian optimizations
* Minor fixes
---------
Co-authored-by: loviuz <loviuz@mailbox.org >
2024-09-20 23:11:01 +01:00
FiratUsta
6e1a5d2ea0
Home page improvements ( #1940 )
...
* Add feautre group header fragment for homepage.
* Add feature group headers to feature groups.
* Style feature groups.
* Add collapsing/expanding functionality as well as a favorites section.
* Cards are now sorted in the order of update link > favorite > alphabetical on the homepage.
* Decrease space between section title and cards.
* Add filtering buttons and view options to homepage.
* Hide list view button in preparation for release.
---------
Co-authored-by: FiratUsta <ahmetfiratusta@gmail.com >
2024-09-20 11:29:00 +00:00
HardikaZalavadia
35490f6ff7
[fix]: home button on view PDF page ( #1933 )
...
home button visible in view PDF page
2024-09-19 13:00:54 +01:00
HardikaZalavadia
9f63b0b115
[FIX]: Reduce card size in "Get info on PDF" page ( #1932 )
...
Reduce card size in get info on pdf page
2024-09-18 19:40:40 +01:00
github-actions[bot]
c2a8771c66
📝 Update README: Translation Progress Table ( #1928 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-17 22:40:04 +01:00
Aman Khan
f87801323c
length of card which was getting displayed on hovering is reduced ( #1915 )
2024-09-17 22:37:10 +01:00
tkymmm
bed6227bbe
Update messages_ja_JP.properties ( #1912 )
2024-09-17 22:36:39 +01:00
P1LH4
24f99fce31
Updating pt-BR translation file. ( #1920 )
2024-09-17 22:36:16 +01:00
ipod86
ba2311b3e5
Update messages_de_DE.properties ( #1927 )
...
Translated Lines 80-84
2024-09-17 22:35:22 +01:00
Saidul Arefin
688e01d70d
fixed colorspace array exception ( #1925 )
...
* fixed colorspace array exception
* used lsf4j logger instead of prntln
* removed unnecessary comment
2024-09-17 12:29:11 +01:00
albanobattistella
0014560a96
Update messages_it_IT.properties ( #1910 )
2024-09-15 20:34:18 +01:00
Eric
cbf1c3a59b
feat: rotate preview in multitool ( #1909 )
2024-09-15 18:31:19 +01:00
Eric
b13b925bf0
Fix pdfa conversion ( #1907 )
...
* fix: use gs to convert to pdfa and return output by reading file as bytes
* feat: update translation files for pdfToPDFA.credit
* Hardening suggestions for Stirling-PDF / fix_pdfa_conversion (#1908 )
Switch order of literals to prevent NullPointerException
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
---------
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
2024-09-15 18:01:33 +01:00
Eric
c6c33d611a
Load pdf libs when needed ( #1902 )
...
* feat: only load pdf-lib when its used
* feat: only load pdfjs when its used
2024-09-15 08:24:04 +01:00
github-actions[bot]
d389b5e2f3
💾 Update Version ( #1900 )
...
💾 Sync Versions
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-14 23:44:13 +01:00
Anthony Stirling
de97492f39
Update build.gradle
2024-09-14 23:43:30 +01:00
Anthony Stirling
9661e94092
Css changes ( #1899 )
...
* #1841
Signed-off-by: a <a>
* #1841 for watermark
Signed-off-by: a <a>
* #1869 and ensure naming
Signed-off-by: a <a>
---------
Signed-off-by: a <a>
Co-authored-by: a <a>
2024-09-14 23:20:29 +01:00
Aharnish Solanki
2cfb553320
Fix: Left-align the submit button on each card for pdf operation ( #1897 )
2024-09-14 20:35:26 +01:00
Anthony Stirling
909a3347a0
Update messages_it_IT.properties
2024-09-14 16:37:02 +01:00
Anthony Stirling
de4144a1a4
Metadata handling for all PDF endpoints ( #1894 )
...
* Add image support to multi-tool page
Related to #278
* changes to support image types
* final touches
* final touches
* final touches
Signed-off-by: a <a>
* final touches
Signed-off-by: a <a>
* final touches
Signed-off-by: a <a>
* final touches
Signed-off-by: a <a>
* final touches
Signed-off-by: a <a>
* final touches
Signed-off-by: a <a>
* final touches
Signed-off-by: a <a>
* Update translation files (#1888 )
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
* final touches
Signed-off-by: a <a>
---------
Signed-off-by: a <a>
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: a <a>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Action <action@github.com >
2024-09-14 16:29:39 +01:00
github-actions[bot]
bb1c859e0d
📝 Update README: Translation Progress Table ( #1890 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-14 10:46:25 +01:00
Charan19001A0231
b2862a3fc4
Update add-watermark.html ( #1893 )
...
shifted add watermark submit button to left
2024-09-14 10:46:16 +01:00
albanobattistella
8788a7ee34
Update messages_it_IT.properties ( #1891 )
2024-09-13 18:17:19 +01:00
Anthony Stirling
8c01425eee
Lots of changes ( #1889 )
...
* Add image support to multi-tool page
Related to #278
* changes to support image types
* final touches
* final touches
* final touches
Signed-off-by: a <a>
* final touches
Signed-off-by: a <a>
* final touches
Signed-off-by: a <a>
* final touches
Signed-off-by: a <a>
* final touches
Signed-off-by: a <a>
* final touches
Signed-off-by: a <a>
* final touches
Signed-off-by: a <a>
* Update translation files (#1888 )
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
---------
Signed-off-by: a <a>
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: a <a>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Action <action@github.com >
2024-09-13 16:42:38 +01:00
Anthony Stirling
4d47e535b5
Update README.md
2024-09-12 13:30:05 +01:00
see-more
1fb78c3124
fix:Remove add image and Align download input file with same width as pdf file input ( #1884 )
...
fix:Remove add image button as the button was non functional. Align download input file with same width as pdf file input
2024-09-12 11:47:13 +00:00
Anthony Stirling
6a9dd4ea95
Delete CNAME
2024-09-10 22:59:45 +01:00
Anthony Stirling
0773b8e11b
Create CNAME
2024-09-10 22:10:15 +01:00
github-actions[bot]
184d89c44a
Update 3rd Party Licenses ( #1873 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-09-10 11:19:24 +01:00
github-actions[bot]
df2e9bfc6e
📝 Update README: Translation Progress Table ( #1872 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-10 11:18:49 +01:00
dependabot[bot]
0045fe852b
Bump com.fathzer:javaluator from 3.0.4 to 3.0.5 ( #1867 )
...
Bumps [com.fathzer:javaluator](https://github.com/fathzer/javaluator ) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/fathzer/javaluator/releases )
- [Commits](https://github.com/fathzer/javaluator/compare/v3.0.4...v3.0.5 )
---
updated-dependencies:
- dependency-name: com.fathzer:javaluator
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-10 11:18:24 +01:00
dependabot[bot]
7d46d61d9e
Bump io.micrometer:micrometer-core from 1.13.3 to 1.13.4 ( #1866 )
...
Bumps [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer ) from 1.13.3 to 1.13.4.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases )
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.13.3...v1.13.4 )
---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-10 11:14:30 +01:00
O2bmm
f8404ce9e9
Update messages_zh_CN.properties ( #1871 )
2024-09-10 11:14:01 +01:00
Tim
7fad973a77
Changed Spacing between between Buttons and Spacing of Settings Menu ( #1864 )
...
Co-authored-by: TSO <tim.sommer@bieber-marburg.de >
2024-09-10 08:02:56 +01:00
dependabot[bot]
6410a99cf3
Bump alpine from 3.20.2 to 3.20.3 ( #1865 )
...
Bumps alpine from 3.20.2 to 3.20.3.
---
updated-dependencies:
- dependency-name: alpine
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-09 23:47:16 +01:00
github-actions[bot]
62e7c7e073
📝 Update README: Translation Progress Table ( #1863 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-09 22:35:49 +01:00
Anthony Stirling
1d29a500b3
Update messages_en_US.properties
2024-09-09 22:19:23 +01:00
Anthony Stirling
08b085c763
Update messages_en_GB.properties
2024-09-09 22:19:06 +01:00
Tim
f256e8f029
Changed <br> to get a consistent overlay-pdf form ( #1849 )
...
Repaired the overlay-pdfs.counts.label to be displayed and not deleted on change
2024-09-09 18:58:35 +01:00
designtesbrot
0ad8c635ad
fix(stamp): radius styles of color input ( #1862 )
...
Closes 1830
2024-09-09 18:58:04 +01:00
albanobattistella
12ff0ecac2
Update messages_it_IT.properties ( #1854 )
2024-09-09 14:50:57 +01:00
Anthony Stirling
291bad4a2a
Update messages_en_US.properties
2024-09-09 11:35:36 +01:00
Anthony Stirling
c6ee96512a
Update messages_en_GB.properties
2024-09-09 11:35:14 +01:00
Anthony Stirling
db563c765d
Minor fixes stopping invalid sessions ( #1850 )
...
* Update UserAuthenticationFilter.java
* Update RequestUriUtils.java
* Update RequestUriUtils.java
* Update RequestUriUtilsTest.java
2024-09-08 22:06:46 +01:00
github-actions[bot]
6f52189ed2
📝 Update README: Translation Progress Table ( #1851 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-08 21:59:06 +01:00
Ignacio Carrera
580313151b
Page Scale: add pageSize KEEP #1798 ( #1800 )
...
* add `scalePages.keepPageSize` i18n key (#1798 )
* add KEEP option to frontend (#1798 )
* extract ScalePagesController.getTargetSize() (#1798 )
* make ScalePageController honor `pageSize` value `KEEP`
* PR feedback: make caption shorter, avoid unnecessary verbosity (#1798 )
* Update messages_ar_AR.properties
---------
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-09-08 21:52:50 +01:00
Dinesh Sharma
765289c89e
Fixed reduce extra space between input field & button #1829 ( #1848 )
...
* Add <br> when Bored Waiting Button Appears
* Added <br> below progress bar as well
* Removed <br>
Two <br> tags were added which were taking lot of space. I dynamically added space when needed.
2024-09-08 19:08:21 +00:00
Anthony Stirling
3d8686211d
[Snyk] Security upgrade alpine from 3.20.2 to 3.20.3 ( #1840 )
...
fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7895537
- https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7895537
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
2024-09-08 13:11:47 +01:00
Anthony Stirling
0a98e3bde3
[Snyk] Security upgrade alpine from 3.20.2 to 3.20.3 ( #1839 )
...
fix: Dockerfile-ultra-lite to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7895537
- https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-7895537
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
2024-09-08 13:11:33 +01:00
FiratUsta
78211d09c5
[Bug Fix] Fix Firefox Page Drag Bug ( #1837 )
...
Fix a bug where the file drop prompt would show during page drag on Firefox.
Co-authored-by: kazandaki <ahmetfiratusta@gmail.com >
2024-09-07 22:34:36 +01:00
FiratUsta
82219dd899
[Bug Fix] Multiple Bug Fixes ( #1836 )
...
* Fix the add file button on the multi-tools page.
* Fix a bug where the page numbers wouldn't be removed on page move on Firefox.
---------
Co-authored-by: kazandaki <ahmetfiratusta@gmail.com >
2024-09-07 21:40:19 +01:00
FiratUsta
3c04486348
Add document splitting functionality to the multi-tools page ( #1808 )
...
* Add a split button on top of the insert button in multitool viewer.
* Add placeholder splitFileButtonCallback method.
* Remove unused splitFileButtonContainer element.
* Add this binding to setActions for splitFileButtonCallback
* Add test log for adding separators.
* Add test log for adding separators.
* Remove test logs and add visual indicators to separators instead.
* Add splitting functionality to multi-tools.
* Prevent trying to split from index 0.
* Hide the split button for the first page to avoid confusion.
* Change the class name 'cutBefore' to 'split-before' to fall mroe in line with already existing classes.
* Add dummy methods for splitting and compressing documents.
* Remove form submission, begin work on client side splitting.
* Add client side document splitting.
* Add client side archiving for the split documents.
* Fix a bug that adds an empty page to splitted documents due to a sorting error.
* Add a 'Split All' button and the relevant functionality.
---------
Co-authored-by: kazandaki <ahmetfiratusta@gmail.com >
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-09-07 11:25:39 +01:00
Anthony Stirling
7ccb4d59b0
Footer link to Stirlingpdf.com ( #1827 )
...
* fix
* remove donate
* Footer to have link to website
---------
Co-authored-by: a <a>
2024-09-06 15:56:55 +01:00
github-actions[bot]
d9309563d6
📝 Update README: Translation Progress Table ( #1826 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-06 11:19:44 +01:00
Anthony Stirling
9da7dd45c1
Update messages_ar_AR.properties ( #1825 )
...
* Update messages_ar_AR.properties
* Update messages_ar_AR.properties
2024-09-06 11:15:23 +01:00
github-actions[bot]
93e51e47ff
📝 Update README: Translation Progress Table ( #1823 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-06 10:16:49 +01:00
Anthony Stirling
1fe5db3611
Update messages_ro_RO.properties ( #1822 )
...
* Update messages_ro_RO.properties
* Update messages_ro_RO.properties
2024-09-06 10:16:10 +01:00
github-actions[bot]
d9d39570a2
📝 Update README: Translation Progress Table ( #1821 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-06 09:58:33 +01:00
Anthony Stirling
9a49a554b1
Update messages_sv_SE.properties ( #1820 )
2024-09-06 09:57:15 +01:00
github-actions[bot]
f2573fd297
📝 Update README: Translation Progress Table ( #1816 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-05 20:28:06 +01:00
Anthony Stirling
f05a3927fd
Update messages_da_DK.properties
2024-09-05 20:27:27 +01:00
Anthony Stirling
fbf97c486b
Update messages_da_DK.properties
2024-09-05 20:20:59 +01:00
albanobattistella
87ca994ec6
Update messages_it_IT.properties ( #1815 )
2024-09-05 20:16:17 +01:00
Anthony Stirling
d72009dddb
test ( #1814 )
...
* Update messages_da_DK.properties
* Update messages_da_DK.properties
* Update messages_da_DK.properties
* Update messages_da_DK.properties
* Update messages_da_DK.properties
2024-09-05 20:15:51 +01:00
github-actions[bot]
6944df435f
📝 Update README: Translation Progress Table ( #1813 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-05 18:44:12 +01:00
github-actions[bot]
60ba90b32d
Update translation files ( #1812 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-09-05 18:17:29 +01:00
creator1999
c650a766a9
Added functionality to set font size and font type in both frontend and backend. ( #1783 )
...
* Added variables
* Added functionality to add font size and font type in both frontend and backend
* new changes suggested has been added
---------
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-09-05 17:54:38 +01:00
FiratUsta
d5b0f1f4ab
Fix insertFileButton referencing the old addPdfs method. ( #1809 )
2024-09-05 15:14:22 +01:00
github-actions[bot]
81dbfa220f
📝 Update README: Translation Progress Table ( #1806 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-05 09:39:31 +01:00
Krishna Vamsi Sistla
86cbde4ec2
Language change contribution (Hindi) ( #1799 )
...
Update messages_hi_IN.properties
Added few words to hindi language
2024-09-05 09:29:47 +01:00
Ludy
ff519adebb
Add info translation ( #1791 )
...
* adds the note about adding new translation tags
* Update pull_request_template.md
---------
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-09-05 09:23:04 +01:00
Rudra-241
03887cc9f9
Feature: Split PDFs by Chapters/Bookmarks ( #1786 )
...
* feature:split pdf by chapters
* Update SplitPdfByChaptersController.java
* Update SplitPdfByChaptersController.java
* Update SplitPdfByChaptersController.java
2024-09-04 20:21:35 +01:00
Ludy
c1f78d0f9b
Validates the file name ( #1793 )
2024-09-02 21:03:04 +01:00
Ludy
b31d565c75
removes duplicate dependencies ( #1792 )
2024-09-02 21:01:50 +01:00
github-actions[bot]
8eecab51f5
📝 Update README: Translation Progress Table ( #1789 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-09-02 12:59:15 +01:00
Ludy
085c5c06d3
Update messages_de_DE.properties ( #1784 )
...
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-09-02 12:51:10 +01:00
Anthony Stirling
2bfd81a495
Delete .github/FUNDING.yml
2024-09-02 11:23:07 +01:00
Anthony Stirling
bbf8015c50
Update README.md
2024-09-02 11:22:39 +01:00
Anthony Stirling
da6b66e199
Update LICENSE to MIT
2024-09-02 11:01:17 +01:00
Ludy
42677fbd5d
Fix: wrong selected repository; disable Push - missing permission ( #1785 )
2024-08-31 21:48:40 +01:00
Anthony Stirling
7d73337461
Update README.md
2024-08-31 15:35:38 +01:00
Ludy
a14b78ff91
Extends the checking of message*.properties ( #1781 )
2024-08-31 14:54:11 +01:00
Ludy
09e963b160
correction action bot ( #1782 )
2024-08-31 15:30:18 +02:00
github-actions[bot]
6ffccc5f52
📝 Update README: Translation Progress Table ( #1777 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-08-30 21:54:39 +01:00
NeilJared
b871ff94cd
Updated es_ES translation ( #1776 )
...
* Update messages_es_ES.properties
Updated es_ES translation (100% done)
* Update messages_es_ES.properties
Updated es_ES translation (100% completed)
2024-08-30 22:18:37 +02:00
Anthony Stirling
68bc4d82de
Add image support to multi-tool page ( #1769 )
...
* Add image support to multi-tool page
Related to #278
* changes to support image types
* final touches
---------
Co-authored-by: a <a>
2024-08-29 10:07:31 +01:00
github-actions[bot]
316021453f
Update 3rd Party Licenses ( #1767 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-08-27 20:33:10 +01:00
dependabot[bot]
c1a01ac283
Bump org.springframework.boot from 3.3.2 to 3.3.3 ( #1764 )
...
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot ) from 3.3.2 to 3.3.3.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.2...v3.3.3 )
---
updated-dependencies:
- dependency-name: org.springframework.boot
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-27 10:56:44 +01:00
dependabot[bot]
c42fbbbf8c
Bump springBootVersion from 3.3.2 to 3.3.3 ( #1763 )
...
Bumps `springBootVersion` from 3.3.2 to 3.3.3.
Updates `org.springframework.boot:spring-boot-starter-web` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.2...v3.3.3 )
Updates `org.springframework.boot:spring-boot-starter-jetty` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.2...v3.3.3 )
Updates `org.springframework.boot:spring-boot-starter-thymeleaf` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.2...v3.3.3 )
Updates `org.springframework.boot:spring-boot-starter-security` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.2...v3.3.3 )
Updates `org.springframework.boot:spring-boot-starter-data-jpa` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.2...v3.3.3 )
Updates `org.springframework.boot:spring-boot-starter-oauth2-client` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.2...v3.3.3 )
Updates `org.springframework.boot:spring-boot-starter-test` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.2...v3.3.3 )
Updates `org.springframework.boot:spring-boot-starter-actuator` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.2...v3.3.3 )
Updates `org.springframework.boot:spring-boot-devtools` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.2...v3.3.3 )
---
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.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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-27 10:56:37 +01:00
github-actions[bot]
aa66538c54
📝 Update README: Translation Progress Table ( #1766 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-08-27 10:46:50 +01:00
Anthony Stirling
47314a0f38
Extract images enhancements ( #1757 )
...
* fix
* extarct images
* langs
* logging
* cuke fix
---------
Co-authored-by: a <a>
2024-08-27 10:46:18 +01:00
Ludy
63dfcfe688
Change display name WEPB to WEBP ( #1762 )
...
Update pdf-to-img.html
2024-08-26 20:17:45 +01:00
Ludy
1732531174
Introduces the checking of message_*.properties ( #1758 )
...
* Introduces the checking of message_*.properties
* Update check_properties.yml
2024-08-25 22:04:28 +01:00
maxi322
363f5a4c23
Update german translation ( #1759 )
...
Co-authored-by: maxi322 <maxi322@users.noreply.github.com >
2024-08-25 21:33:06 +01:00
github-actions[bot]
d75e4f1318
💾 Update Version ( #1755 )
...
💾 Sync Versions
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-08-24 17:14:47 +01:00
Anthony Stirling
4088132597
Update build.gradle
2024-08-24 17:14:16 +01:00
github-actions[bot]
7b9d419267
Update 3rd Party Licenses ( #1754 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-08-24 17:12:27 +01:00
Anthony Stirling
9b710b489e
Fixes #1552 and #1554 ( #1753 )
...
* fix
* cleanups!
* fix
* fix for #1552 pipeline not accepting non pdfs
* fix for #1154 font not accepting numbers etc
* Update User.java
---------
Co-authored-by: a <a>
2024-08-24 17:08:51 +01:00
Anthony Stirling
e2ff418c89
Increase linecounts to check #1618 ( #1752 )
...
Increase linecounts to check #1618
2024-08-24 15:32:33 +01:00
albanobattistella
be006f08a6
Update messages_it_IT.properties ( #1751 )
2024-08-24 15:34:02 +02:00
Ludy
b007c805bf
Removes double equal signs ( #1750 )
2024-08-23 22:55:01 +01:00
github-actions[bot]
24be10eed4
Update 3rd Party Licenses ( #1746 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-08-23 22:49:31 +01:00
Dimitris Kaitantzidis
0854a1d26e
Fixes LazyInitializationException in User entity ( #1749 )
...
Temp integration of playground dist files of pdfme as-is to investigate the result
2024-08-23 21:37:45 +01:00
Ludy
33c7bb7e13
Add: Make Login Attempt Service deactivatable ( #1747 )
2024-08-23 14:46:09 +01:00
Anthony Stirling
cdf31622e2
Fixes for eager loading ( #1748 )
...
* fix
* cleanups!
* fix
---------
Co-authored-by: a <a>
2024-08-23 14:45:53 +01:00
Anthony Stirling
c7e5987342
Cleanup logs ( #1739 )
...
* fix
* cleanups!
---------
Co-authored-by: a <a>
2024-08-23 11:52:45 +01:00
Ludy
d3ef335c24
Fix: validations is not a permitted attribute - dropdown ( #1745 )
2024-08-23 11:52:31 +01:00
Ludy
b23784f598
Fix: authentication ApiKey NullPointerException ( #1744 )
2024-08-23 12:10:58 +02:00
Ludy
90cbcde029
Fix: Missing multi-selection and Python validation ( #1740 )
...
Missing multi-selection and Python validation
2024-08-23 09:28:06 +01:00
Anthony Stirling
382edc01f8
Multiple flag fix ( #1742 )
...
* fix
* multiple file logic cleanup
* fix
---------
Co-authored-by: a <a>
2024-08-23 09:17:50 +01:00
github-actions[bot]
dee912f075
📝 Update README: Translation Progress Table ( #1734 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-08-22 21:47:37 +01:00
albanobattistella
faed367cde
Update messages_it_IT.properties ( #1732 )
2024-08-22 11:54:55 +01:00
Anthony Stirling
788744c1be
Update pull_request_template.md
2024-08-21 20:43:13 +01:00
github-actions[bot]
686b88d21d
📝 Update README: Translation Progress Table ( #1731 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-08-21 11:37:45 +01:00
Ludy
1a594b27ab
Fix: introduces the verification of the python installation ( #1730 )
...
* Fix: introduces the verification of the python installation
* Update ExtractImageScansController.java
* Update CheckProgramInstall.java
2024-08-21 11:16:29 +01:00
Anthony Stirling
9f0088c839
Create release.yml
2024-08-20 22:56:15 +01:00
github-actions[bot]
5564a6e730
💾 Update Version ( #1727 )
...
💾 Sync Versions
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-08-20 17:49:33 +01:00
Anthony Stirling
8a58647ffd
Update build.gradle
2024-08-20 17:49:10 +01:00
Anthony Stirling
37dcae282a
ExtractImagesController. null checks
2024-08-20 17:20:18 +01:00
Ludy
58618b3a21
Add: Convert PDF to WebP ( #1666 )
...
* Add PDF to WebP
* add swagger param
* back
* creates a custom image for Docker from pymupdf
* Converting with pdf2image and Pillow instead of pymupdf
* webp remove to pdf-to-img
* remove mupdf
2024-08-20 16:17:54 +01:00
github-actions[bot]
4a4c7faf47
📝 Update README: Translation Progress Table ( #1725 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-08-20 10:59:08 +01:00
github-actions[bot]
66324a5bdc
Update 3rd Party Licenses ( #1724 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-08-20 10:57:53 +01:00
Guilherme L. Leite Marques
3bd18f7c5e
Updated pt_BR ignored translations; Improved pt_BR translation ( #1705 )
...
* Updated pt_BR ignored translations
* Fixed blank lines
2024-08-20 10:57:42 +01:00
dependabot[bot]
e693bbb2bd
Bump com.bucket4j:bucket4j_jdk17-core from 8.13.1 to 8.14.0 ( #1720 )
...
Bumps [com.bucket4j:bucket4j_jdk17-core](https://github.com/bucket4j/bucket4j ) from 8.13.1 to 8.14.0.
- [Release notes](https://github.com/bucket4j/bucket4j/releases )
- [Commits](https://github.com/bucket4j/bucket4j/commits/8.14.0 )
---
updated-dependencies:
- dependency-name: com.bucket4j:bucket4j_jdk17-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-20 10:55:00 +01:00
Црнобог
f11ad92fa5
Typing error in README.md ( #1721 )
...
Misstype | Sebian => Serbian
2024-08-20 10:54:44 +01:00
Anthony Stirling
f443a4e0de
reduce google font size ( #1723 )
...
* Delete src/main/resources/static/fonts/google-symbol.woff2
* Add files via upload
2024-08-20 09:57:12 +01:00
PingLin8888
fa0152aa2d
Fix ConcurrentModificationException by modifying resources outside the iteration. ( #1719 )
...
Fix ConcurrentModificationException by collecting XObject names
- Changed to use a list to collect XObject names before removal.
- Avoids ConcurrentModificationException by modifying resources outside the iteration.
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-08-19 19:42:55 +01:00
Ludy
e1d0f2cd3e
Fix: YamlFile - String length limit disable ( #1716 )
...
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-08-19 15:03:05 +01:00
Ludy
81e2a77e57
Fix: Failed authentication #1704 ( #1708 )
...
* Fix: Failed authentication #1704
* Update account.html
2024-08-19 15:02:40 +01:00
Ludy
6c9a4e8acc
Add Option to Specify Installation Method in Bug Report Template ( #1710 )
...
* Add Option to Specify Installation Method in Bug Report Template
* Update 1-bug.yml
2024-08-19 15:00:23 +01:00
albanobattistella
8e5b3ea7f1
Update messages_it_IT.properties ( #1713 )
2024-08-19 15:00:12 +01:00
Ludy
b47f8a2c17
corrects the link to the country selection ( #1717 )
2024-08-19 15:00:00 +01:00
Ludy
56a07bbf3a
increases some versions in the workflows ( #1707 )
2024-08-18 13:07:14 +01:00
github-actions[bot]
987d793ef4
Update 3rd Party Licenses ( #1701 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-08-16 13:27:18 +01:00
github-actions[bot]
ea85d76f5b
💾 Update Version ( #1700 )
...
💾 Sync Versions
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-08-16 13:24:53 +01:00
Anthony Stirling
fc762329a8
Update build.gradle
2024-08-16 13:24:32 +01:00
github-actions[bot]
48bae227f6
💾 Update Version ( #1699 )
...
💾 Sync Versions
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-08-16 12:52:25 +01:00
Anthony Stirling
9773138612
Update build.gradle
2024-08-16 12:51:59 +01:00
github-actions[bot]
1927801894
Update 3rd Party Licenses ( #1698 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-08-16 12:47:46 +01:00
Anthony Stirling
3cd6f462a8
Update build.gradle to use commmon versions ( #1697 )
...
* Update build.gradle
* Update build.gradle
2024-08-16 12:44:25 +01:00
github-actions[bot]
6dab3980fc
Update 3rd Party Licenses ( #1696 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-08-16 12:15:55 +01:00
Anthony Stirling
ea2d755808
Update licenses-update.yml
2024-08-16 12:15:07 +01:00
dependabot[bot]
05efcedea8
Bump ch.qos.logback:logback-classic from 1.5.6 to 1.5.7 ( #1685 )
...
* Bump ch.qos.logback:logback-classic from 1.5.6 to 1.5.7
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback ) from 1.5.6 to 1.5.7.
- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.6...v_1.5.7 )
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update build.gradle
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-08-16 12:03:59 +01:00
Ludy
29fcbf30d7
Admin panel - Enhanced User Management & Fix : #1630 ( #1658 )
...
* Prevents SSO login due to faulty verification
* add translation & fix show error message
* Update settings.yml.template
---------
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-08-16 11:57:37 +01:00
github-actions[bot]
2cbe34ea24
Update 3rd Party Licenses ( #1695 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-08-16 11:52:51 +01:00
dependabot[bot]
29f43c010e
Bump io.micrometer:micrometer-core from 1.13.0 to 1.13.3 ( #1689 )
...
Bumps [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer ) from 1.13.0 to 1.13.3.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases )
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.13.0...v1.13.3 )
---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-08-16 11:51:40 +01:00
Anthony Stirling
8602f38fbf
Update build.yml
2024-08-16 11:44:49 +01:00
Anthony Stirling
f5258c593b
Update auto-labeler.yml
2024-08-16 11:15:37 +01:00
Anthony Stirling
e89ac84928
Update build.yml
2024-08-16 11:09:17 +01:00
Anthony Stirling
8997855922
Update auto-labeler.yml
2024-08-16 11:02:38 +01:00
Anthony Stirling
09c93cebe3
PR changes ( #1693 )
...
* Update licenses-update.yml
* Update build.yml
* Update test.yml
* Delete .github/workflows/test.yml
* Update build.yml
* Update build.yml
* Update auto-labeler.yml
* Update build.yml
* Update auto-labeler.yml
* Update labeler-config.yml
2024-08-16 11:00:10 +01:00
github-actions[bot]
00d65596d1
Update 3rd Party Licenses ( #1687 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-08-16 08:48:42 +01:00
dependabot[bot]
851b43fadf
Bump com.github.jk1.dependency-license-report from 2.8 to 2.9 ( #1690 )
...
Bumps com.github.jk1.dependency-license-report from 2.8 to 2.9.
---
updated-dependencies:
- dependency-name: com.github.jk1.dependency-license-report
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-16 00:04:43 +02:00
dependabot[bot]
d5ac560452
Bump org.apache.pdfbox:pdfbox from 3.0.2 to 3.0.3 ( #1691 )
...
Bumps org.apache.pdfbox:pdfbox from 3.0.2 to 3.0.3.
---
updated-dependencies:
- dependency-name: org.apache.pdfbox:pdfbox
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-15 23:57:45 +02:00
dependabot[bot]
4ea323b879
Bump edu.sc.seis.launch4j from 3.0.5 to 3.0.6 ( #1686 )
...
Bumps edu.sc.seis.launch4j from 3.0.5 to 3.0.6.
---
updated-dependencies:
- dependency-name: edu.sc.seis.launch4j
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-15 21:41:03 +00:00
dependabot[bot]
5c84ae1b53
Bump org.springframework:spring-webmvc from 6.1.9 to 6.1.12 ( #1680 )
...
Bumps [org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework ) from 6.1.9 to 6.1.12.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.9...v6.1.12 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-webmvc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-15 21:36:26 +00:00
dependabot[bot]
96a8898c15
Bump com.bucket4j:bucket4j_jdk17-core from 8.12.1 to 8.13.1 ( #1683 )
...
Bumps [com.bucket4j:bucket4j_jdk17-core](https://github.com/bucket4j/bucket4j ) from 8.12.1 to 8.13.1.
- [Release notes](https://github.com/bucket4j/bucket4j/releases )
- [Commits](https://github.com/bucket4j/bucket4j/commits )
---
updated-dependencies:
- dependency-name: com.bucket4j:bucket4j_jdk17-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-15 21:34:04 +00:00
dependabot[bot]
1cca13334e
Bump org.projectlombok:lombok from 1.18.32 to 1.18.34 ( #1684 )
...
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok ) from 1.18.32 to 1.18.34.
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown )
- [Commits](https://github.com/projectlombok/lombok/compare/v1.18.32...v1.18.34 )
---
updated-dependencies:
- dependency-name: org.projectlombok:lombok
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-15 23:31:57 +02:00
dependabot[bot]
264763dd4c
Bump io.github.pixee:java-security-toolkit from 1.1.3 to 1.2.0 ( #1667 )
...
Bumps [io.github.pixee:java-security-toolkit](https://github.com/pixee/java-security-toolkit ) from 1.1.3 to 1.2.0.
- [Release notes](https://github.com/pixee/java-security-toolkit/releases )
- [Commits](https://github.com/pixee/java-security-toolkit/compare/v1.1.3...v1.2.0 )
---
updated-dependencies:
- dependency-name: io.github.pixee:java-security-toolkit
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-15 22:01:41 +01:00
dependabot[bot]
eafbfb8dbf
Bump org.apache.pdfbox:xmpbox from 3.0.2 to 3.0.3 ( #1670 )
...
Bumps org.apache.pdfbox:xmpbox from 3.0.2 to 3.0.3.
---
updated-dependencies:
- dependency-name: org.apache.pdfbox:xmpbox
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-15 22:01:03 +01:00
Anthony Stirling
6fa7c2e5e1
Update dependabot.yml
2024-08-15 22:00:02 +01:00
Anthony Stirling
909054a49d
Update dependabot.yml
2024-08-15 21:57:37 +01:00
kmau
711501a382
Update messages_it_IT.properties - remove image in home ( #1661 )
2024-08-15 09:46:54 +00:00
github-actions[bot]
e45b512087
📝 Update README: Translation Progress Table ( #1675 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-08-15 09:45:19 +00:00
Ludy
d32da95f55
tessdata available to local Windows users ( #1677 )
...
tessdata available to local Windows users
2024-08-15 11:43:56 +02:00
Rafael Martins
b54d73d723
Updated brazilian portuguese translation ( #1673 )
...
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-08-14 10:59:06 +00:00
Ludy
503a1c9526
redesign footer ( #1674 )
...
* redesign footer
* remove about test
2024-08-13 23:54:33 +02:00
Ludy
f176558a39
Fix: Conditional Attribute Binding for the multiple Attribute in the File Selector Fragment ( #1665 )
2024-08-12 17:22:32 +01:00
github-actions[bot]
68c387086c
📝 Update README: Translation Progress Table ( #1655 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-08-09 08:58:31 +01:00
Anthony Stirling
f165439d26
Update remove-pages.html
...
#1656
2024-08-09 08:57:29 +01:00
tkymmm
6649ffd7a0
Updated Japanese translation ( #1654 )
...
* Update messages_ja_JP.properties
Updated Japanese translation
* Update messages_ja_JP.properties
Updated Japanese translation
2024-08-09 07:39:35 +01:00
github-actions[bot]
8dbbacb09e
📝 Update README: Translation Progress Table ( #1651 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-08-08 22:29:02 +01:00
albanobattistella
908b409155
Update messages_it_IT.properties ( #1649 )
2024-08-08 22:06:13 +01:00
github-actions[bot]
4ad716f281
Update 3rd Party Licenses ( #1648 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-08-08 21:41:40 +01:00
Diallo
148feda83f
Bug fix UI crash when url is unrechable ( #1642 )
...
* feat: Add URL reachability check in ConvertWebsiteToPDF
* Add tests for URL reachability in ConvertWebsiteToPdfTest
* test: Update URL in ConvertWebsiteToPdfTest for testing
2024-08-08 20:35:15 +00:00
dependabot[bot]
771b312ee8
Bump com.twelvemonkeys.imageio:imageio-tiff from 3.10.1 to 3.11.0 ( #1503 )
...
* Bump com.twelvemonkeys.imageio:imageio-tiff from 3.10.1 to 3.11.0
Bumps com.twelvemonkeys.imageio:imageio-tiff from 3.10.1 to 3.11.0.
---
updated-dependencies:
- dependency-name: com.twelvemonkeys.imageio:imageio-tiff
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update build.gradle
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-08-08 21:33:14 +01:00
github-actions[bot]
00a0670954
📝 Update README: Translation Progress Table ( #1647 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-08-08 21:17:18 +01:00
github-actions[bot]
39423c247c
💾 Update Version ( #1646 )
...
💾 Sync Versions
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-08-08 21:17:08 +01:00
Anthony Stirling
6d8d0bad56
langs
2024-08-08 21:15:41 +01:00
Anthony Stirling
a3374745f8
formatting
2024-08-08 21:13:59 +01:00
dependabot[bot]
d65a637a46
Bump alpine from 3.20.0 to 3.20.1 ( #1505 )
...
* Bump alpine from 3.20.0 to 3.20.1
Bumps alpine from 3.20.0 to 3.20.1.
---
updated-dependencies:
- dependency-name: alpine
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update Dockerfile
* Update Dockerfile-fat
* Update Dockerfile-ultra-lite
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-08-08 20:49:56 +01:00
PingLin8888
d0bf385d69
Issue1632 remove images ( #1645 )
...
* Implemented PdfImageRemovalService.java and PdfImageRemovalController.java. Image can be removed testing using Postman, but the file size doesn't change.
* Fix removal logic in service file to decrease file size.
* Implement "Remove Image" feature on the website
Updated the front-end code to integrate the "Remove Image" feature. The new functionality is now fully operational on the website, allowing users to remove images as expected.
* Add comments to PdfImageRemovalController and PdfImageRemovalService.
* Change the google material icon in navbar, homepage and remove-image-pdf.html.
2024-08-08 20:38:36 +01:00
github-actions[bot]
bc35745768
📝 Update README: Translation Progress Table ( #1640 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-08-07 22:19:08 +01:00
HimaGirija
e50391a44a
Added multithreaded feature for image extraction ( #1641 )
...
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-08-07 22:16:57 +01:00
arsvendg
96b080528b
Changes norwegian translation ( #1639 )
...
* Minor correction
* Endringer oversettelser
* Changes norwegian translation
2024-08-07 09:44:44 +01:00
Anthony Stirling
f35cbc4310
enhancement auto have label
2024-08-06 10:57:18 +01:00
github-actions[bot]
c09fc1541f
📝 Update README: Translation Progress Table ( #1636 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-08-06 10:51:50 +01:00
Anthony Stirling
dff53310a7
lang
2024-08-06 10:50:47 +01:00
mylk13
ec537c6fde
Add a checkbox to WatermarkController to convert the pdf to pdf-image ( #1633 )
...
* Add a checkbox to WatermarkController to convert the pdf to pdf-image
* 381: Fix messages_en_GB
---------
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-08-06 08:11:52 +00:00
dependabot[bot]
ce70796fff
Bump org.mockito:mockito-inline from 3.12.4 to 5.2.0 ( #1635 )
...
Bumps [org.mockito:mockito-inline](https://github.com/mockito/mockito ) from 3.12.4 to 5.2.0.
- [Release notes](https://github.com/mockito/mockito/releases )
- [Commits](https://github.com/mockito/mockito/compare/v3.12.4...v5.2.0 )
---
updated-dependencies:
- dependency-name: org.mockito:mockito-inline
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-06 09:10:14 +01:00
Mateusz Tylec
7db7192d95
Update polish translation ( #1631 )
2024-08-04 21:26:55 +01:00
github-actions[bot]
d00e7fe958
Update 3rd Party Licenses ( #1627 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-08-03 13:47:59 +01:00
Anthony Stirling
510f39ad41
Update examples.feature
2024-08-03 13:47:47 +01:00
Ludy
950a0c4b21
Bump org.springframework.boot from 3.3.0 to 3.3.2 & Gradle 8 compatibility ( #1626 )
...
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-08-03 13:18:51 +01:00
Ludy
e6793bd04a
Fix: fail JUnit test ( #1625 )
2024-08-03 12:52:50 +01:00
Anthony Stirling
0f60974a57
Update examples.feature ( #1624 )
2024-08-03 10:44:17 +01:00
dependabot[bot]
0ed4c16dc0
Bump io.spring.dependency-management from 1.1.5 to 1.1.6 ( #1579 )
...
Bumps [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin ) from 1.1.5 to 1.1.6.
- [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.5...v1.1.6 )
---
updated-dependencies:
- dependency-name: io.spring.dependency-management
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-03 10:33:57 +01:00
Manohar Mannam
ea6d4a293e
blank pages returns removed pages for verification #1574 ( #1619 )
...
separated blank and non-blank pages and created unified ZIP archive
Co-authored-by: mannam <101550345+ManoharMannam@users.noreply.github.com >
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-08-03 09:30:53 +00:00
Anthony Stirling
191e79da18
Update test.yml ( #1623 )
...
* Update test.yml
* Update SPdfApplication.java
2024-08-03 10:29:34 +01:00
Ludy
c54c18b247
Add: Irish and Danish to the table ( #1622 )
2024-08-03 10:16:26 +01:00
github-actions[bot]
39cbb5e7d9
📝 Update README: Translation Progress Table ( #1615 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-08-01 00:10:12 +01:00
LizardWizardGB
3df0474ed2
Danish language ( #1606 )
...
* Update languages.html
Added an entry for "Danish".
* Update languages.html
filename of flag was wrong.
* Danish flag svg
* Create messages_da_DK.properties
Initial commit of danish translation.
* Update messages_da_DK.properties
* Update messages_da_DK.properties
2024-07-31 21:25:57 +01:00
congyuluo
9ff2cb63d0
Refactored Identifiers ( #1609 )
2024-07-31 21:25:48 +01:00
github-actions[bot]
d8087d8c55
📝 Update README: Translation Progress Table ( #1613 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-07-31 21:25:37 +01:00
Aindriú Mac Giolla Eoin
0dfb4d77c0
Added Irish Language ( #1607 )
...
Adding Irish Language
2024-07-31 18:17:01 +00:00
Ludy
065f53e577
Optimize Editor and Git Ignore Settings for Improved Consistency and Security ( #1611 )
2024-07-31 18:49:52 +01:00
github-actions[bot]
c899f605a9
📝 Update README: Translation Progress Table ( #1601 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-07-27 09:11:41 +01:00
DeH40
47de0f84db
Update messages_zh_CN.properties ( #1599 )
...
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-07-27 09:11:16 +01:00
Ludy
543b96c033
Add: Vietnam to the table ( #1600 )
...
* Add: Vietnam to the table
* Update labeler-config.yml
2024-07-27 08:37:22 +01:00
github-actions[bot]
c1126e57bd
📝 Update README: Translation Progress Table ( #1598 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-07-26 16:01:23 +01:00
an-777
7c5077006d
Update messages_zh_TW.properties: Translate English sentence to Traditional Chinese ( #1596 )
...
* Update messages_zh_TW.properties
* fix eof
2024-07-26 13:19:20 +01:00
github-actions[bot]
3e7889cee8
📝 Update README: Translation Progress Table ( #1597 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-07-26 13:06:48 +01:00
Son Tran Lam
281047f42a
Translate to Vietnamese ( #1591 )
...
* Translate to Vietnamese
* Add translation for Vietnamese
* - Remove invalid properties and duplicated values.
- Add blank lines to align with the original format of en_GB file
* fix eof
* add empty lines to align with the template format. The number of line is equal with the reference en_GB file now
* change some translations to be more natural and easier to understand
2024-07-26 13:01:17 +01:00
github-actions[bot]
07f85ea8b4
📝 Update README: Translation Progress Table ( #1587 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-07-26 13:00:54 +01:00
Jean-Baptiste WITTNER
e07f73dce7
[Helm][K8S] Add rootPath helm ( #1593 )
...
* Update of values.yaml to use a new variable to manage the application rootpath
* Use rootPath of values in deployment to manage rootPath and probes
2024-07-24 21:58:04 +01:00
albanobattistella
bfe38c71e8
Update messages_it_IT.properties ( #1588 )
2024-07-23 20:18:00 +01:00
Clara Bujeda
072090d41b
Update of what was missing in messages_es_ES.properties ( #1586 )
...
I have translated what was missing from translating so everything would be translated.
2024-07-23 18:51:46 +01:00
Ludy
560936e182
remove new lines and obsolete spaces ( #1585 )
2024-07-23 16:57:21 +01:00
Ludy
6eb79e65fa
minor changes in the DEV tools and more ( #1578 )
2024-07-22 21:15:10 +01:00
github-actions[bot]
cbe92269f4
Update 3rd Party Licenses ( #1572 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-07-20 10:49:09 +01:00
dependabot[bot]
81871a6f10
Bump springBootVersion from 3.3.0 to 3.3.2 ( #1570 )
...
Bumps `springBootVersion` from 3.3.0 to 3.3.2.
Updates `org.springframework.boot:spring-boot-starter-web` from 3.3.0 to 3.3.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.0...v3.3.2 )
Updates `org.springframework.boot:spring-boot-starter-jetty` from 3.3.0 to 3.3.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.0...v3.3.2 )
Updates `org.springframework.boot:spring-boot-starter-thymeleaf` from 3.3.0 to 3.3.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.0...v3.3.2 )
Updates `org.springframework.boot:spring-boot-starter-security` from 3.3.0 to 3.3.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.0...v3.3.2 )
Updates `org.springframework.boot:spring-boot-starter-data-jpa` from 3.3.0 to 3.3.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.0...v3.3.2 )
Updates `org.springframework.boot:spring-boot-starter-oauth2-client` from 3.3.0 to 3.3.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.0...v3.3.2 )
Updates `org.springframework.boot:spring-boot-starter-test` from 3.3.0 to 3.3.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.0...v3.3.2 )
Updates `org.springframework.boot:spring-boot-starter-actuator` from 3.3.0 to 3.3.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.0...v3.3.2 )
Updates `org.springframework.boot:spring-boot-devtools` from 3.3.0 to 3.3.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.0...v3.3.2 )
---
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.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] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-20 10:42:03 +01:00
github-actions[bot]
cf2a7896da
📝 Update README: Translation Progress Table ( #1571 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-07-20 10:41:32 +01:00
Oğuz Ersen
6a3d95ba09
Add missing Turkish translation ( #1549 )
...
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-07-20 09:15:03 +00:00
Ludy
85ed0c38d1
Adding declaration as repository component & changing primary key type ( #1559 )
...
* Adding declaration as repository component & changing primary key type
* Update AuthorityRepository.java
* Update PersistentLoginRepository.java
---------
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-07-20 10:13:49 +01:00
Ludy
6c7dc34640
Add: Label manager ( #1560 )
2024-07-20 09:57:27 +01:00
Anthony Stirling
ecfdfa5644
Update init-without-ocr.sh
2024-07-20 09:56:39 +01:00
Anthony Stirling
11e279bd12
Remove calibre for now
2024-07-20 09:54:46 +01:00
Anthony Stirling
929f0bbbe5
version bump, multi file fix and disable survey ( #1550 )
...
* version bump, multi file fix and disable survey
* example test stuff
* logs
* Update docker-compose-latest.yml
---------
Co-authored-by: a <a>
2024-07-20 09:53:58 +01:00
Ludy
5751b1ac2d
adds Thai to the languages table ( #1555 )
...
This PR makes #1554 obsolete
2024-07-11 23:35:01 +01:00
taesaeng28
4bf78ffd5d
Added support for Thai language ( #1551 )
...
* Added support for Thai language
* Correct Thai national flag proportions in SVG
* Remove th_TH from env.LANGS
causer
Failed tests:
Stirling-PDF-Regression
Some tests failed.
Error: Process completed with exit code 1.
* fix incorrect syntax
2024-07-10 18:05:29 +00:00
pixeebot[bot]
b7d37deb85
Refactored to use parameterized SQL APIs ( #1545 )
...
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
2024-07-09 21:18:32 +01:00
Anthony Stirling
f4082e3f96
Update PasswordController.java
2024-07-07 22:51:59 +01:00
Anthony Stirling
c93a48b40d
Merge branch 'main' into decrypt
2024-07-07 22:50:41 +01:00
Anthony Stirling
75e10efcbd
auto decrypt, update discord, fix multi file support for some inputs
2024-07-07 22:49:21 +01:00
github-actions[bot]
2a65fd0825
📝 Update README: Translation Progress Table ( #1538 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-07-07 11:45:50 +01:00
Ludy
422264a288
added non-translatable strings ( #1537 )
...
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-07-06 21:54:04 +00:00
github-actions[bot]
695fbb0150
📝 Update README: Translation Progress Table ( #1536 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-07-06 21:48:53 +00:00
Ludy
a17105e650
Create stale.yml ( #1530 )
...
* Create stale.yml
* Update stale.yml
2024-07-06 20:25:38 +00:00
Ludy
32ac38e93f
Add missing translations strings ( #1535 )
...
* Add missing translations strings
* Update messages_de_DE.properties
2024-07-06 19:48:39 +01:00
Ludy
3c0d2b908f
Update messages_de_DE.properties ( #1532 )
...
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-07-06 18:17:30 +00:00
Ludy
ab62a93a0d
Fix labeler 2 ( #1534 )
2024-07-06 19:15:19 +01:00
Ludy
5189708d25
Fix labeler ( #1533 )
...
* Update labeler.yml
* Update labeler.yml
2024-07-06 17:48:06 +01:00
Ludy
19831c050c
Add labeler action for pull requests ( #1529 )
...
* Automatically label PRs
* Update labeler-config.yml
2024-07-06 15:43:53 +01:00
albanobattistella
e426d99145
Update messages_it_IT.properties ( #1527 )
2024-07-06 12:27:19 +00:00
Ludy
4088208fc8
adding documentation for database import and export ( #1528 )
...
* adding documentation for database import and export
* Update DATABASE.md
2024-07-06 13:24:32 +01:00
albanobattistella
31ce5b1221
Update messages_it_IT.properties ( #1526 )
...
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-07-05 20:50:22 +01:00
Ludy
be05db22f5
Preparation for Switching to a New Database Version ( #1521 )
...
* preparing to switch to a new database version
* add PreAuthorize
---------
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-07-05 20:48:33 +01:00
Ludy
79927416e5
standardize the layout ( #1525 )
2024-07-04 21:13:03 +00:00
Shawn Johnston
f95ee31bbd
Highlight color selection for the Compare PDFs page. ( #1515 )
...
* Update compare.html
* Update compare.html
* Conform to text requirements
Changed text in some labels to conform to Thymeleaf format.
* Add GB to th:text for label
2024-07-04 21:11:41 +00:00
Ludy
40042c37f2
[Bugfix] the Manifest Syntax error ( #1524 )
...
Fixes the Manifest Syntax error
2024-07-04 21:05:45 +00:00
Ludy
1c90b65bca
removes empty list entries ( #1523 )
2024-07-04 21:04:21 +00:00
Ludy
2971425544
[Bugfix] Prevents the deletion of productive data ( #1522 )
...
prevents the deletion of productive data
2024-07-04 22:02:35 +01:00
Prerak Trivedi
a9ee698432
Update README.md ( #1518 )
...
removed dead link to a screenshot
2024-07-02 20:29:22 +01:00
github-actions[bot]
15b5d51957
📝 Update README: Translation Progress Table ( #1514 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-06-30 15:11:18 +01:00
eruditus-ginkgo
92893b8d4c
Update messages_zh_CN.properties ( #1513 )
...
Translate untranslated text to Simplified Chinese;
Standardize Chinese expressions for identical English phrases;
Remove spaces between Chinese and English text for consistency.
2024-06-29 17:45:31 +01:00
Ludy
3a6969cad0
Fix: synchronizing the browser settings to the database #1481 ( #1510 )
...
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-06-26 20:48:50 +00:00
Ludy
88e8663d44
Rename from translation_status.toml to ignore_translation.toml and more ( #1511 )
2024-06-26 21:47:20 +01:00
github-actions[bot]
a2d7490d45
📝 Update README: Translation Progress Table ( #1507 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-06-25 23:21:57 +01:00
Alex
c363a1c4e0
Add some translations and add ignored translations ( #1501 )
...
* Create ignore_translation.toml
Added ignored translations
* Update messages_nl_NL.properties
Changed a few translations to be better
* Update ignore_translation.toml
Deleted wrong ignore
2024-06-25 23:16:09 +01:00
Anthony Stirling
9e84836cfe
Update pipeline.html
2024-06-22 23:29:36 +01:00
ProvaTeams
c8a2789caf
Missing description for Split function in top bar ( #1492 )
2024-06-20 20:39:59 +01:00
Anthony Stirling
202b996c2b
Update README.md
2024-06-19 21:05:56 +01:00
github-actions[bot]
e766a5f583
Update 3rd Party Licenses ( #1490 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-06-19 18:37:43 +01:00
dependabot[bot]
c7d18939fc
Bump org.springframework:spring-webmvc from 6.1.5 to 6.1.9 ( #1462 )
...
Bumps [org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework ) from 6.1.5 to 6.1.9.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.5...v6.1.9 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-webmvc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-06-19 18:25:09 +01:00
dependabot[bot]
34e198d8e6
Bump com.twelvemonkeys.imageio:imageio-jpeg from 3.10.1 to 3.11.0 ( #1486 )
...
Bumps com.twelvemonkeys.imageio:imageio-jpeg from 3.10.1 to 3.11.0.
---
updated-dependencies:
- dependency-name: com.twelvemonkeys.imageio:imageio-jpeg
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-19 18:24:09 +01:00
anthonyp-cns
f6a31e6ed0
Update README.md adjusting system to security as shown later in the readme for consistency ( #1488 )
...
Update README.md
Updated readme changing system to security tag to make enabling logins easy to find / implement for new users via docker environment variable
2024-06-19 06:14:52 +01:00
github-actions[bot]
7768dc9fd9
📝 Update README: Translation Progress Table ( #1485 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-06-17 20:37:27 +01:00
Alex
b739d3847e
Update messages_nl_NL.properties ( #1483 )
...
Added new translations
2024-06-17 20:36:41 +01:00
M0C
a3e5cb51b0
Polish translation ( #1482 )
...
pigers full polish translation
2024-06-17 20:36:29 +01:00
Anthony Stirling
ab7a41d155
Update README.md
2024-06-17 18:40:07 +01:00
Anthony Stirling
3576c32c52
add fat jar
2024-06-16 15:42:45 +01:00
Ludy
f43fe15193
further bug fixes when using context path ( #1475 )
...
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-06-15 22:07:09 +01:00
arsvendg
234ae17dc8
Edit norwegian translations ( #1476 )
...
* Minor correction
* Endringer oversettelser
2024-06-15 21:40:52 +01:00
github-actions[bot]
7ee14ac794
📝 Update README: Translation Progress Table ( #1473 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-06-15 16:08:07 +01:00
albanobattistella
ba604bda3e
Update messages_it_IT.properties ( #1472 )
2024-06-15 15:21:08 +01:00
Ludy
036c10fc27
added: Differentiate login methods and more ( #1471 )
...
- Added Portuguese in the table (README.md)
- ApplicationProperties.class diluted, provider outsourced to its own class
- Added UnsupportedProviderException to indicate a meaningful error
- Closes #1357
- Closes #1238
2024-06-15 13:15:09 +01:00
github-actions[bot]
baa9410242
📝 Update README: Translation Progress Table ( #1469 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-06-15 12:07:20 +01:00
Ludy
ab2fe5ef81
Add: missing string pdfOrganiser.mode.10 ( #1468 )
...
* Add: missing string pdfOrganiser.mode.10
* Update messages_it_IT.properties
2024-06-15 12:06:38 +01:00
github-actions[bot]
a926289fb0
Update 3rd Party Licenses ( #1466 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-06-15 11:50:58 +01:00
Anthony Stirling
b711be3061
Update build.gradle
2024-06-15 11:50:31 +01:00
Ludy
f07ba9192b
Updating build.gradle libraries ( #1465 )
2024-06-15 11:47:16 +01:00
github-actions[bot]
dc2f891632
Update 3rd Party Licenses ( #1464 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-06-15 10:32:23 +01:00
Ludy
fe9c5a7351
Change: method write and read settings.yml #1441 ( #1463 )
...
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-06-15 09:05:31 +01:00
github-actions[bot]
d575ba8f9a
💾 Update Version ( #1461 )
...
💾 Sync Versions
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-06-15 00:42:11 +01:00
Anthony Stirling
accab3b5bf
Update build.gradle
2024-06-15 00:41:43 +01:00
Sebastian Espei
8cbb4367ab
PDF-to-Image different page formats fix ( #1460 )
...
* Improve the PDF rendering process for pages of varying sizes
This commit includes changes to handle the rendering of PDF documents with pages of different sizes. The updated code calculates the dimensions of each page upfront and assembles a final combined image that accommodates for the differing page dimensions. This approach avoids repetitive renderings of the same page sizes.
* Refactor image preparation for Pdf to Image
2024-06-14 23:39:30 +01:00
Thomas
3ede204918
Fixed a spelling mistake in French ( #1459 )
...
"en temps que" is not correct, it should be written "en tant que"
2024-06-14 19:39:25 +01:00
imgbot[bot]
32030e8d85
[ImgBot] Optimize images ( #1455 )
...
*Total -- 1,022.17kb -> 830.16kb (18.79%)
/src/main/resources/static/images/flags/ro.svg -- 3.37kb -> 0.61kb (81.88%)
/src/main/resources/static/pdfjs/images/annotation-noicon.svg -- 0.15kb -> 0.08kb (46.84%)
/src/main/resources/static/pdfjs-legacy/images/annotation-noicon.svg -- 0.15kb -> 0.08kb (46.84%)
/src/main/resources/static/pdfjs/images/annotation-paperclip.svg -- 0.54kb -> 0.33kb (39.31%)
/src/main/resources/static/pdfjs-legacy/images/annotation-paperclip.svg -- 0.54kb -> 0.33kb (39.31%)
/images/stirling-home-dark.png -- 365.99kb -> 242.29kb (33.8%)
/docs/stirling.svg -- 3.99kb -> 2.72kb (31.87%)
/src/main/resources/static/favicon.svg -- 3.99kb -> 2.72kb (31.87%)
/images/login-light.png -- 44.09kb -> 30.17kb (31.56%)
/docs/stirling-transparent.svg -- 13.68kb -> 9.37kb (31.53%)
/images/login-dark.png -- 45.22kb -> 31.00kb (31.46%)
/src/main/resources/static/pdfjs-legacy/images/annotation-note.svg -- 1.02kb -> 0.70kb (31.12%)
/src/main/resources/static/pdfjs/images/annotation-note.svg -- 1.02kb -> 0.70kb (31.12%)
/images/settings-light.png -- 63.36kb -> 43.84kb (30.8%)
/src/main/resources/static/pdfjs-legacy/images/toolbarButton-editorStamp.svg -- 0.72kb -> 0.50kb (30.52%)
/src/main/resources/static/pdfjs/images/toolbarButton-editorStamp.svg -- 0.72kb -> 0.50kb (30.52%)
/src/main/resources/static/pdfjs/images/toolBarButton-home.svg -- 1.19kb -> 0.91kb (23.4%)
/src/main/resources/static/pdfjs-legacy/images/toolBarButton-home.svg -- 1.19kb -> 0.91kb (23.4%)
/src/main/resources/static/pdfjs/images/annotation-check.svg -- 0.41kb -> 0.31kb (22.65%)
/src/main/resources/static/pdfjs-legacy/images/annotation-check.svg -- 0.41kb -> 0.31kb (22.65%)
/src/main/resources/static/pdfjs-legacy/images/annotation-newparagraph.svg -- 0.42kb -> 0.32kb (22.54%)
/src/main/resources/static/pdfjs/images/annotation-newparagraph.svg -- 0.42kb -> 0.32kb (22.54%)
/src/main/resources/static/pdfjs/images/annotation-insert.svg -- 0.40kb -> 0.31kb (22.06%)
/src/main/resources/static/pdfjs-legacy/images/annotation-insert.svg -- 0.40kb -> 0.31kb (22.06%)
/src/main/resources/static/images/flags/cz.svg -- 0.26kb -> 0.22kb (17.04%)
/src/main/resources/static/pdfjs/images/annotation-pushpin.svg -- 1.34kb -> 1.13kb (16%)
/src/main/resources/static/pdfjs-legacy/images/annotation-pushpin.svg -- 1.34kb -> 1.13kb (16%)
/src/main/resources/static/pdfjs-legacy/images/annotation-comment.svg -- 0.86kb -> 0.73kb (15.63%)
/src/main/resources/static/pdfjs/images/annotation-comment.svg -- 0.86kb -> 0.73kb (15.63%)
/src/main/resources/static/images/flags/in.svg -- 1.06kb -> 0.91kb (14.59%)
/src/main/resources/static/pdfjs-legacy/images/annotation-paragraph.svg -- 1.12kb -> 0.97kb (12.69%)
/src/main/resources/static/pdfjs/images/annotation-paragraph.svg -- 1.12kb -> 0.97kb (12.69%)
/src/main/resources/static/images/flags/kr.svg -- 1.01kb -> 0.88kb (12.61%)
/src/main/resources/static/pdfjs/images/loading-dark.svg -- 1.70kb -> 1.49kb (12.27%)
/src/main/resources/static/images/github.svg -- 2.02kb -> 1.80kb (10.69%)
/src/main/resources/static/safari-pinned-tab.svg -- 1.77kb -> 1.58kb (10.39%)
/src/main/resources/static/images/flags/jp.svg -- 0.45kb -> 0.41kb (8.82%)
/src/main/resources/static/images/flags/hu.svg -- 0.22kb -> 0.20kb (8.77%)
/src/main/resources/static/images/flags/pl.svg -- 0.21kb -> 0.20kb (8.22%)
/src/main/resources/static/images/flags/bg.svg -- 0.28kb -> 0.25kb (8.13%)
/src/main/resources/static/images/flags/ru.svg -- 0.28kb -> 0.25kb (8.13%)
/src/main/resources/static/images/flags/it.svg -- 0.28kb -> 0.26kb (7.96%)
/src/main/resources/static/images/flags/ua.svg -- 0.23kb -> 0.21kb (7.76%)
/src/main/resources/static/pdfjs-legacy/images/annotation-help.svg -- 2.12kb -> 1.96kb (7.29%)
/src/main/resources/static/pdfjs/images/annotation-help.svg -- 2.12kb -> 1.96kb (7.29%)
/src/main/resources/static/images/flags/us.svg -- 0.85kb -> 0.79kb (7.21%)
/src/main/resources/static/pdfjs/images/annotation-key.svg -- 1.42kb -> 1.33kb (6.47%)
/src/main/resources/static/pdfjs-legacy/images/annotation-key.svg -- 1.42kb -> 1.33kb (6.47%)
/src/main/resources/static/images/docker.svg -- 0.90kb -> 0.85kb (5.65%)
/src/main/resources/static/images/flags/gr.svg -- 0.85kb -> 0.80kb (5.53%)
/src/main/resources/static/images/flags/no.svg -- 0.31kb -> 0.29kb (5.35%)
/src/main/resources/static/images/flags/de.svg -- 0.21kb -> 0.19kb (5.24%)
/src/main/resources/static/images/flags/tr.svg -- 0.54kb -> 0.51kb (5.09%)
/src/main/resources/static/images/flags/pt_br.svg -- 6.34kb -> 6.03kb (4.92%)
/src/main/resources/static/images/flags/fr.svg -- 0.23kb -> 0.21kb (4.76%)
/src/main/resources/static/images/flags/nl.svg -- 0.21kb -> 0.21kb (4.55%)
/src/main/resources/static/images/flags/id.svg -- 0.17kb -> 0.17kb (4.49%)
/src/main/resources/static/pdfjs-legacy/images/loading.svg -- 1.52kb -> 1.46kb (4.04%)
/src/main/resources/static/pdfjs/images/loading.svg -- 1.52kb -> 1.46kb (4.04%)
/src/main/resources/static/images/flags/pt_pt.svg -- 8.12kb -> 7.80kb (3.91%)
/src/main/resources/static/images/flags/cn.svg -- 0.78kb -> 0.75kb (3.9%)
/src/main/resources/static/images/flags/se.svg -- 0.21kb -> 0.20kb (3.76%)
/src/main/resources/static/images/flags/gb.svg -- 0.52kb -> 0.51kb (3.18%)
/src/main/resources/static/images/flags/es-ct.svg -- 0.25kb -> 0.24kb (3.14%)
/src/main/resources/static/pdfjs/images/toolbarButton-editorHighlight.svg -- 0.89kb -> 0.86kb (2.97%)
/src/main/resources/static/pdfjs-legacy/images/toolbarButton-editorHighlight.svg -- 0.89kb -> 0.86kb (2.97%)
/src/main/resources/static/pdfjs/images/editor-toolbar-delete.svg -- 0.89kb -> 0.86kb (2.64%)
/src/main/resources/static/pdfjs-legacy/images/editor-toolbar-delete.svg -- 0.89kb -> 0.86kb (2.64%)
/src/main/resources/static/images/flags/eu.svg -- 0.59kb -> 0.57kb (2.33%)
/src/main/resources/static/images/flags/sk.svg -- 1.17kb -> 1.15kb (1.92%)
/src/main/resources/static/images/flags/es.svg -- 89.66kb -> 88.07kb (1.77%)
/src/main/resources/static/pdfjs/images/toolbarButton-editorFreeText.svg -- 0.49kb -> 0.48kb (1.61%)
/src/main/resources/static/pdfjs-legacy/images/toolbarButton-editorFreeText.svg -- 0.49kb -> 0.48kb (1.61%)
/src/main/resources/static/pdfjs-legacy/images/secondaryToolbarButton-lastPage.svg -- 0.25kb -> 0.25kb (1.56%)
/src/main/resources/static/pdfjs/images/secondaryToolbarButton-lastPage.svg -- 0.25kb -> 0.25kb (1.56%)
/src/main/resources/static/pdfjs/images/secondaryToolbarButton-firstPage.svg -- 0.25kb -> 0.25kb (1.54%)
/src/main/resources/static/pdfjs-legacy/images/secondaryToolbarButton-firstPage.svg -- 0.25kb -> 0.25kb (1.54%)
/src/main/resources/static/images/clipboard.svg -- 0.48kb -> 0.48kb (1.41%)
/src/main/resources/static/images/arrow-right-short.svg -- 0.31kb -> 0.30kb (1.27%)
/src/main/resources/static/pdfjs/images/toolbarButton-viewOutline.svg -- 0.32kb -> 0.32kb (1.2%)
/src/main/resources/static/pdfjs-legacy/images/toolbarButton-viewOutline.svg -- 0.32kb -> 0.32kb (1.2%)
/src/main/resources/static/images/flags/rs.svg -- 179.94kb -> 177.79kb (1.19%)
/src/main/resources/static/images/flags/sa.svg -- 10.04kb -> 9.93kb (1.13%)
/src/main/resources/static/pdfjs/images/secondaryToolbarButton-spreadNone.svg -- 0.39kb -> 0.38kb (1.01%)
/src/main/resources/static/pdfjs-legacy/images/secondaryToolbarButton-spreadNone.svg -- 0.39kb -> 0.38kb (1.01%)
/src/main/resources/static/pdfjs/images/secondaryToolbarButton-documentProperties.svg -- 0.41kb -> 0.40kb (0.96%)
/src/main/resources/static/pdfjs-legacy/images/secondaryToolbarButton-documentProperties.svg -- 0.41kb -> 0.40kb (0.96%)
/src/main/resources/static/images/Files.svg -- 1.32kb -> 1.31kb (0.89%)
/src/main/resources/static/rainbow.svg -- 0.45kb -> 0.44kb (0.87%)
/src/main/resources/static/pdfjs/images/altText_add.svg -- 0.90kb -> 0.89kb (0.87%)
/src/main/resources/static/pdfjs-legacy/images/altText_add.svg -- 0.90kb -> 0.89kb (0.87%)
/src/main/resources/static/pdfjs/images/toolbarButton-zoomOut.svg -- 0.46kb -> 0.46kb (0.85%)
/src/main/resources/static/pdfjs-legacy/images/toolbarButton-zoomOut.svg -- 0.46kb -> 0.46kb (0.85%)
/src/main/resources/static/pdfjs/images/toolbarButton-viewAttachments.svg -- 0.56kb -> 0.55kb (0.7%)
/src/main/resources/static/pdfjs-legacy/images/toolbarButton-viewAttachments.svg -- 0.56kb -> 0.55kb (0.7%)
/src/main/resources/static/pdfjs-legacy/images/secondaryToolbarButton-rotateCw.svg -- 0.56kb -> 0.56kb (0.69%)
/src/main/resources/static/pdfjs/images/secondaryToolbarButton-rotateCw.svg -- 0.56kb -> 0.56kb (0.69%)
/src/main/resources/static/pdfjs/images/findbarButton-next.svg -- 0.56kb -> 0.56kb (0.69%)
/src/main/resources/static/pdfjs-legacy/images/findbarButton-next.svg -- 0.56kb -> 0.56kb (0.69%)
/src/main/resources/static/pdfjs-legacy/images/findbarButton-previous.svg -- 0.56kb -> 0.56kb (0.69%)
/src/main/resources/static/pdfjs/images/findbarButton-previous.svg -- 0.56kb -> 0.56kb (0.69%)
/src/main/resources/static/pdfjs-legacy/images/secondaryToolbarButton-rotateCcw.svg -- 0.58kb -> 0.58kb (0.67%)
/src/main/resources/static/pdfjs/images/secondaryToolbarButton-rotateCcw.svg -- 0.58kb -> 0.58kb (0.67%)
/src/main/resources/static/moon.svg -- 0.58kb -> 0.58kb (0.67%)
/src/main/resources/static/pdfjs/images/toolbarButton-currentOutlineItem.svg -- 0.59kb -> 0.59kb (0.66%)
/src/main/resources/static/pdfjs-legacy/images/toolbarButton-currentOutlineItem.svg -- 0.59kb -> 0.59kb (0.66%)
/src/main/resources/static/images/flags/hr.svg -- 40.21kb -> 39.97kb (0.6%)
/src/main/resources/static/pdfjs-legacy/images/toolbarButton-viewLayers.svg -- 0.66kb -> 0.65kb (0.6%)
/src/main/resources/static/pdfjs/images/toolbarButton-viewLayers.svg -- 0.66kb -> 0.65kb (0.6%)
/src/main/resources/static/pdfjs/images/toolbarButton-presentationMode.svg -- 0.67kb -> 0.66kb (0.59%)
/src/main/resources/static/pdfjs-legacy/images/toolbarButton-menuArrow.svg -- 0.67kb -> 0.66kb (0.59%)
/src/main/resources/static/pdfjs-legacy/images/toolbarButton-presentationMode.svg -- 0.67kb -> 0.66kb (0.59%)
/src/main/resources/static/pdfjs/images/toolbarButton-menuArrow.svg -- 0.67kb -> 0.66kb (0.59%)
/src/main/resources/static/pdfjs-legacy/images/toolbarButton-pageUp.svg -- 0.67kb -> 0.66kb (0.59%)
/src/main/resources/static/pdfjs/images/toolbarButton-pageUp.svg -- 0.67kb -> 0.66kb (0.59%)
/src/main/resources/static/pdfjs/images/toolbarButton-download.svg -- 1.01kb -> 1.01kb (0.58%)
/src/main/resources/static/pdfjs-legacy/images/toolbarButton-download.svg -- 1.01kb -> 1.01kb (0.58%)
/src/main/resources/static/pdfjs-legacy/images/toolbarButton-pageDown.svg -- 0.68kb -> 0.68kb (0.57%)
/src/main/resources/static/pdfjs/images/toolbarButton-pageDown.svg -- 0.68kb -> 0.68kb (0.57%)
/src/main/resources/static/pdfjs/images/secondaryToolbarButton-spreadOdd.svg -- 0.69kb -> 0.69kb (0.56%)
/src/main/resources/static/pdfjs-legacy/images/secondaryToolbarButton-spreadOdd.svg -- 0.69kb -> 0.69kb (0.56%)
/src/main/resources/static/pdfjs-legacy/images/altText_done.svg -- 1.06kb -> 1.06kb (0.55%)
/src/main/resources/static/pdfjs/images/altText_done.svg -- 1.06kb -> 1.06kb (0.55%)
/src/main/resources/static/pdfjs/images/secondaryToolbarButton-scrollPage.svg -- 0.71kb -> 0.71kb (0.55%)
/src/main/resources/static/pdfjs-legacy/images/secondaryToolbarButton-scrollPage.svg -- 0.71kb -> 0.71kb (0.55%)
/src/main/resources/static/images/book.svg -- 0.75kb -> 0.75kb (0.52%)
/src/main/resources/static/pdfjs-legacy/images/secondaryToolbarButton-spreadEven.svg -- 0.76kb -> 0.75kb (0.52%)
/src/main/resources/static/pdfjs/images/secondaryToolbarButton-spreadEven.svg -- 0.76kb -> 0.75kb (0.52%)
/src/main/resources/static/pdfjs-legacy/images/gv-toolbarButton-download.svg -- 0.76kb -> 0.76kb (0.51%)
/src/main/resources/static/pdfjs/images/gv-toolbarButton-download.svg -- 0.76kb -> 0.76kb (0.51%)
/src/main/resources/static/pdfjs/images/toolbarButton-editorInk.svg -- 1.16kb -> 1.16kb (0.5%)
/src/main/resources/static/pdfjs-legacy/images/toolbarButton-editorInk.svg -- 1.16kb -> 1.16kb (0.5%)
/src/main/resources/static/sun.svg -- 0.81kb -> 0.80kb (0.48%)
/src/main/resources/static/pdfjs/images/toolbarButton-bookmark.svg -- 0.84kb -> 0.84kb (0.46%)
/src/main/resources/static/pdfjs-legacy/images/toolbarButton-bookmark.svg -- 0.84kb -> 0.84kb (0.46%)
/src/main/resources/static/images/file-earmark-pdf.svg -- 1.50kb -> 1.49kb (0.46%)
/src/main/resources/static/pdfjs/images/cursor-editorInk.svg -- 1.29kb -> 1.29kb (0.45%)
/src/main/resources/static/pdfjs-legacy/images/cursor-editorInk.svg -- 1.29kb -> 1.29kb (0.45%)
/src/main/resources/static/pdfjs/images/toolbarButton-print.svg -- 0.91kb -> 0.90kb (0.43%)
/src/main/resources/static/pdfjs-legacy/images/toolbarButton-print.svg -- 0.91kb -> 0.90kb (0.43%)
/src/main/resources/static/pdfjs/images/toolbarButton-zoomIn.svg -- 0.94kb -> 0.93kb (0.42%)
/src/main/resources/static/pdfjs-legacy/images/toolbarButton-zoomIn.svg -- 0.94kb -> 0.93kb (0.42%)
/src/main/resources/static/pdfjs-legacy/images/secondaryToolbarButton-scrollVertical.svg -- 0.95kb -> 0.94kb (0.41%)
/src/main/resources/static/pdfjs/images/secondaryToolbarButton-scrollVertical.svg -- 0.95kb -> 0.94kb (0.41%)
/src/main/resources/static/pdfjs-legacy/images/secondaryToolbarButton-scrollHorizontal.svg -- 0.95kb -> 0.94kb (0.41%)
/src/main/resources/static/pdfjs/images/secondaryToolbarButton-scrollHorizontal.svg -- 0.95kb -> 0.94kb (0.41%)
/src/main/resources/static/pdfjs/images/toolbarButton-secondaryToolbarToggle.svg -- 1.05kb -> 1.05kb (0.37%)
/src/main/resources/static/pdfjs-legacy/images/toolbarButton-secondaryToolbarToggle.svg -- 1.05kb -> 1.05kb (0.37%)
/src/main/resources/static/pdfjs-legacy/images/secondaryToolbarButton-selectTool.svg -- 1.06kb -> 1.06kb (0.37%)
/src/main/resources/static/pdfjs/images/secondaryToolbarButton-selectTool.svg -- 1.06kb -> 1.06kb (0.37%)
/src/main/resources/static/pdfjs/images/loading-icon.gif -- 2.49kb -> 2.48kb (0.35%)
/src/main/resources/static/pdfjs-legacy/images/loading-icon.gif -- 2.49kb -> 2.48kb (0.35%)
/src/main/resources/static/pdfjs/images/cursor-editorFreeText.svg -- 1.42kb -> 1.41kb (0.34%)
/src/main/resources/static/pdfjs-legacy/images/cursor-editorFreeText.svg -- 1.42kb -> 1.41kb (0.34%)
/src/main/resources/static/pdfjs/images/secondaryToolbarButton-scrollWrapped.svg -- 1.20kb -> 1.20kb (0.33%)
/src/main/resources/static/pdfjs-legacy/images/secondaryToolbarButton-scrollWrapped.svg -- 1.20kb -> 1.20kb (0.33%)
/src/main/resources/static/pdfjs/images/toolbarButton-search.svg -- 1.21kb -> 1.20kb (0.32%)
/src/main/resources/static/pdfjs-legacy/images/toolbarButton-search.svg -- 1.21kb -> 1.20kb (0.32%)
/src/main/resources/static/images/discord.svg -- 1.24kb -> 1.24kb (0.31%)
/src/main/resources/static/pdfjs/images/secondaryToolbarButton-handTool.svg -- 1.31kb -> 1.31kb (0.3%)
/src/main/resources/static/pdfjs-legacy/images/secondaryToolbarButton-handTool.svg -- 1.31kb -> 1.31kb (0.3%)
/src/main/resources/static/pdfjs-legacy/images/toolbarButton-viewThumbnail.svg -- 1.36kb -> 1.36kb (0.29%)
/src/main/resources/static/pdfjs/images/toolbarButton-viewThumbnail.svg -- 1.36kb -> 1.36kb (0.29%)
/src/main/resources/static/pdfjs/images/toolbarButton-openFile.svg -- 1.37kb -> 1.36kb (0.29%)
/src/main/resources/static/pdfjs-legacy/images/toolbarButton-openFile.svg -- 1.37kb -> 1.36kb (0.29%)
/src/main/resources/static/pdfjs-legacy/images/toolbarButton-sidebarToggle.svg -- 1.52kb -> 1.52kb (0.26%)
/src/main/resources/static/pdfjs/images/toolbarButton-sidebarToggle.svg -- 1.52kb -> 1.52kb (0.26%)
/src/main/resources/static/images/update.svg -- 0.40kb -> 0.40kb (0.24%)
/src/main/resources/static/pdfjs/images/cursor-editorFreeHighlight.svg -- 2.87kb -> 2.86kb (0.2%)
/src/main/resources/static/pdfjs-legacy/images/cursor-editorFreeHighlight.svg -- 2.87kb -> 2.86kb (0.2%)
/src/main/resources/static/pdfjs-legacy/images/cursor-editorTextHighlight.svg -- 5.28kb -> 5.27kb (0.19%)
/src/main/resources/static/pdfjs/images/cursor-editorTextHighlight.svg -- 5.28kb -> 5.27kb (0.19%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com >
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com >
2024-06-14 19:38:54 +01:00
tkymmm
b7d55a3f78
Update messages_ja_JP.properties ( #1457 )
...
Updated Japanese translation
2024-06-14 19:32:39 +01:00
albanobattistella
699545ddbe
Update messages_it_IT.properties ( #1454 )
2024-06-13 21:51:39 +01:00
Pavlo K
54b3f17bf9
Add missing of Ukrainian translation to the resource file ( #1448 )
2024-06-13 18:14:09 +01:00
HHHHHMMMM
f2015cecbd
When converting PDF to word, add parameters to speed up soffice startup ( #1450 )
...
When converting PDF to word, add parameters to speed up soffice startup
2024-06-13 18:13:38 +01:00
Sebastian Espei
f60a8d87d2
Add Odd-Even Merge operation mode ( #1445 )
...
* Add ODD_EVEN_MERGE sort type
* Add process method to merge odd and even PDF pages
* Add test cases for Odd-Even merge method
* Add Odd-Even Merge mode in PDF Organizer webpage
This also add a new translatable text message variable pdfOrganiser.mode.10 with translation for english and german
* Add ODD_EVEN_MERGE documentation to RearrangePagesRequest
* Add english translation for pdfOrganiser.mode.10
---------
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-06-12 22:21:02 +01:00
github-actions[bot]
eccebd265f
📝 Update README: Translation Progress Table ( #1447 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-06-12 22:15:32 +01:00
Anthony Stirling
889c9a114b
survey ( #1446 )
...
* survey
* LANGS
2024-06-12 22:12:42 +01:00
github-actions[bot]
9fd561ecf6
📝 Update README: Translation Progress Table ( #1431 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-06-12 20:36:35 +01:00
Ludy
1e72960c5f
Bugfix: missing contextPath ( #1434 )
2024-06-12 20:36:18 +01:00
小麥
5a50c54f29
Update messages_zh_TW.properties: Translate English sentence to Chinese ( #1438 )
...
Update messages_zh_TW.properties
Translate more sentence to zh_TW.
Fix sentence to fit the "Chinese copywriting guidelines".
2024-06-12 20:34:56 +01:00
Ludy
446bc68768
change to Pdf.js-Legacy Version 4.3.136 ( #1444 )
...
* add: PDF.js-Legacy
* change path
2024-06-12 20:33:25 +01:00
Abdulwahhab A Alzahrani
76660eb791
Update messages_ar_AR.properties ( #1430 )
...
translate to Arabic
2024-06-09 21:20:35 +01:00
github-actions[bot]
e0ce3c90de
💾 Update Version ( #1429 )
...
💾 Sync Versions
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-06-09 17:45:13 +01:00
Anthony Stirling
aaf94fa981
Update build.gradle
2024-06-09 17:44:31 +01:00
dependabot[bot]
d1aa56266e
Bump gradle from 7.6-jdk17 to 8.0-jdk17 ( #1371 )
...
* Bump gradle from 7.6-jdk17 to 8.0-jdk17
Bumps gradle from 7.6-jdk17 to 8.0-jdk17.
---
updated-dependencies:
- dependency-name: gradle
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* Update Dockerfile-fat
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-06-09 16:00:04 +01:00
github-actions[bot]
790d4f053d
Update 3rd Party Licenses ( #1428 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-06-09 15:56:15 +01:00
dependabot[bot]
e5b25ac8a5
Bump commons-io:commons-io from 2.15.1 to 2.16.1 ( #1055 )
...
Bumps commons-io:commons-io from 2.15.1 to 2.16.1.
---
updated-dependencies:
- dependency-name: commons-io:commons-io
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-06-09 15:54:50 +01:00
Anthony Stirling
b365155e62
Update githubVersion.js
2024-06-09 15:30:20 +01:00
github-actions[bot]
f4f80a54a8
📝 Update README: Translation Progress Table ( #1427 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-06-09 14:20:42 +01:00
github-actions[bot]
681a8d3443
📝 Update README: Translation Progress Table ( #1426 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-06-09 14:05:16 +01:00
Ludy
7543f49ba4
Add: Option to remove the digital signature when merging ( #1424 )
2024-06-09 13:58:05 +01:00
albanobattistella
2e11b632dd
Update messages_it_IT.properties ( #1423 )
2024-06-09 13:57:13 +01:00
Anthony Stirling
63bdc0d59e
Pipeline fixes for json lists + delete func ( #1425 )
...
* init
* revert
* pipelines fixes for lists
* pipeline fixes to allow json lists
* formatting
* pipeline changes
* langs
---------
Co-authored-by: a <a>
2024-06-09 13:56:55 +01:00
Anthony Stirling
56fdf1f3a1
Feature request template ( #1422 )
...
* Create 2-feature.yml
* Update 2-feature.yml
* Update 2-feature.yml
2024-06-09 11:06:17 +01:00
Ludy
a6069c0f9e
Add template for bug issues ( #1419 )
2024-06-09 10:45:36 +01:00
Ludy
327a44d487
Bump PDF.js from 4.3.118 to 4.3.136 ( #1420 )
...
Changelog: https://github.com/mozilla/pdf.js/releases/tag/v4.3.136
2024-06-09 10:45:25 +01:00
Ludy
7a15930453
add password validator ( #1418 )
2024-06-08 22:36:23 +01:00
github-actions[bot]
517e54517c
📝 Update README: Translation Progress Table ( #1416 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-06-08 16:07:54 +01:00
Anthony Stirling
ef59ea6fe4
Images and login context ( #1417 )
...
* init
* revert
2024-06-08 16:07:23 +01:00
imgbot[bot]
10472a6467
[ImgBot] Optimize images ( #1412 )
...
*Total -- 412.00kb -> 334.04kb (18.92%)
/images/settings.png -- 12.04kb -> 5.53kb (54.07%)
/images/stirling-home-light.png -- 118.54kb -> 81.18kb (31.51%)
/images/login-light.png -- 30.08kb -> 24.98kb (16.94%)
/images/login-dark.png -- 29.44kb -> 25.32kb (13.98%)
/images/stirling-home.jpg -- 166.42kb -> 144.85kb (12.96%)
/docs/stirling-pdf.png -- 53.00kb -> 49.69kb (6.24%)
/src/main/resources/static/pdfjs/images/loading-icon.gif -- 2.49kb -> 2.48kb (0.35%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com >
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com >
2024-06-08 15:55:41 +01:00
Ludy
9a9429c15c
Bugfix: fixes API query, replaces password comparisons, fixes duplicate ids ( #1415 )
...
fixes API query, replaces password comparisons, fixes duplicate ids
2024-06-08 12:37:06 +01:00
github-actions[bot]
b17912d607
📝 Update README: Translation Progress Table ( #1414 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-06-07 22:59:41 +01:00
albanobattistella
ff315d9d96
Update messages_it_IT.properties ( #1413 )
2024-06-07 22:58:51 +01:00
github-actions[bot]
67f72ad17b
📝 Update README: Translation Progress Table ( #1410 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-06-07 22:27:58 +01:00
Ludy
8f55c38391
add: redesign addUsers.html ( #1407 )
...
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-06-07 22:27:16 +01:00
Anthony Stirling
8245d77c84
Merge pull request #1406 from SorCelien/main
...
New fr_FR ignore
2024-06-07 22:24:01 +01:00
Anthony Stirling
f5628f16d9
Merge branch 'main' into main
2024-06-07 22:22:32 +01:00
Anthony Stirling
47907daea0
Merge pull request #1405 from SorCelien/patch-1
...
fr messages: more translations
2024-06-07 22:21:55 +01:00
Anthony Stirling
664253532e
Merge pull request #1404 from Ludy87/bypass_github
...
Add: Bypass for too many requests to the github api
2024-06-07 22:20:44 +01:00
Célien
6108b38098
Merge pull request #1 from SorCelien/patch-1
...
fr messages: more translations
2024-06-07 18:06:37 +02:00
Célien
a634c63176
New fr_FR ignore
2024-06-07 17:45:21 +02:00
Célien
109ed6a719
Nex fr_FR ignore
2024-06-07 17:40:33 +02:00
Célien
ac9312bd7e
fr messages: more translations
...
mainly oauth translations
2024-06-07 17:35:36 +02:00
Ludy87
a743493cd3
Update navbar.html
2024-06-07 17:24:42 +02:00
Ludy87
c35355f01a
Update githubVersion.js
2024-06-07 17:07:14 +02:00
Ludy87
ed910da288
Add: Bypass for too many requests to the github api
2024-06-07 16:54:47 +02:00
Anthony Stirling
fc0878704d
Merge pull request #1385 from jimdouk/main
...
Enhance Test Coverage for SPDF/Utils Classes
2024-06-07 09:38:56 +01:00
Anthony Stirling
d5c71c8425
Merge pull request #1399 from Stirling-Tools/sync_version
...
💾 Update Version
2024-06-07 09:38:24 +01:00
GitHub Action action@github.com
afbe8f7abe
💾 Sync Versions
...
> Made via sync_files.yml
2024-06-07 08:37:00 +00:00
Anthony Stirling
3a97ff0e5e
Update build.gradle
2024-06-07 09:36:46 +01:00
Anthony Stirling
4f5b19edfb
Merge pull request #1397 from Stirling-Tools/pixeebot/drip-2024-06-07-sonar-java/avoid-implicit-public-constructor-s1118
...
(Sonar) Fixed finding: "Utility classes should not have public constructors"
2024-06-07 09:09:10 +01:00
pixeebot[bot]
88338b4dbc
(Sonar) Fixed finding: "Utility classes should not have public constructors"
2024-06-07 07:52:26 +00:00
jimdouk
fc249661e2
Merge branch 'main' of https://github.com/jimdouk/Stirling-PDF
2024-06-07 10:38:21 +03:00
jimdouk
805848e627
Fix one test in Class ProcessExecutorTest
2024-06-07 10:38:05 +03:00
Dimitris Doukas
fdae1c9756
Merge branch 'main' into main
2024-06-07 09:21:06 +03:00
Anthony Stirling
32b3cfca41
Merge pull request #1396 from Stirling-Tools/pixeebot/drip-2024-06-07-sonar-java/add-missing-override-s1161
...
(Sonar) Fixed finding: "`@Override` should be used on overriding and implementing methods"
2024-06-07 06:27:02 +01:00
pixeebot[bot]
9147d364bc
(Sonar) Fixed finding: "@Override should be used on overriding and implementing methods"
2024-06-07 04:38:10 +00:00
Anthony Stirling
6606850e4a
fix version number
2024-06-06 22:38:22 +01:00
Anthony Stirling
7b08d98232
Merge pull request #1394 from Stirling-Tools/disableConfigUpdater
...
Disable config updater
2024-06-06 22:05:53 +01:00
Anthony Stirling
03150c6462
format
2024-06-06 21:59:13 +01:00
a
a3bf7baf35
Merge branch 'disableConfigUpdater' of git@github.com:Stirling-Tools/Stirling-PDF.git into disableConfigUpdater
2024-06-06 21:57:30 +01:00
Anthony Stirling
6c09bcf23c
resolve #1386
2024-06-06 21:57:18 +01:00
Anthony Stirling
e11fa01d10
Merge pull request #1393 from Stirling-Tools/disableConfigUpdater
...
resolve admin config with custom path
2024-06-06 21:43:15 +01:00
Anthony Stirling
d60107f48b
Merge branch 'main' into disableConfigUpdater
2024-06-06 21:36:04 +01:00
Anthony Stirling
0b449af9ba
resolve path
2024-06-06 21:34:56 +01:00
Anthony Stirling
4c9c0207ba
fancy button
2024-06-06 21:27:58 +01:00
Anthony Stirling
d36a59442f
th action
2024-06-06 21:24:41 +01:00
Anthony Stirling
fd4c75279f
init
2024-06-06 21:23:33 +01:00
Anthony Stirling
fd5f5025ce
Merge pull request #1391 from Stirling-Tools/sync_version
...
💾 Update Version
2024-06-06 20:34:52 +01:00
GitHub Action action@github.com
319ecbcbc1
💾 Sync Versions
...
> Made via sync_files.yml
2024-06-06 19:23:20 +00:00
Anthony Stirling
04b0bcde61
Merge pull request #1388 from Stirling-Tools/disableConfigUpdater
...
remove settings files update for now
2024-06-06 20:23:04 +01:00
Anthony Stirling
6499b759d9
Merge pull request #1390 from Ludy87/replace_hardcoded
...
Enhance OAuth2 Client Registration with Dynamic Provider Details
2024-06-06 20:22:40 +01:00
Anthony Stirling
2081c4872d
Merge pull request #1389 from Ludy87/fix_langues_cz_de_nb
...
Minor corrections in the languages
2024-06-06 20:21:05 +01:00
Ludy87
37c75971f2
Update ApplicationProperties.java
2024-06-06 21:14:34 +02:00
Ludy87
7d9edfca6d
Enhance OAuth2 Client Registration with Dynamic Provider Details
2024-06-06 21:03:06 +02:00
Anthony Stirling
a40696f16e
remove settings files update for now
2024-06-06 19:49:53 +01:00
Ludy87
515b5b1492
Minor corrections in the languages
2024-06-06 20:42:50 +02:00
jimdouk
5277cf2b59
Add junit tests for utils classes
2024-06-06 12:54:12 +03:00
Anthony Stirling
e824a3e7bd
Update build.gradle
2024-06-05 23:18:52 +01:00
Anthony Stirling
9fd508fcc7
Update README.md
2024-06-05 23:17:38 +01:00
Anthony Stirling
a0227a4bdd
Merge pull request #1382 from Stirling-Tools/tweaks
...
tweaks and fix for #1381
2024-06-05 22:35:22 +01:00
Anthony Stirling
87be41117f
tweaks and fix for #1381
2024-06-05 21:16:22 +01:00
Anthony Stirling
3e9123fcd5
Merge pull request #1376 from arsvendg/main
...
Small adjustmens to language file
2024-06-05 18:28:48 +01:00
arsvendg
7e7c6a3832
Small adjustmens to language file
2024-06-05 13:21:17 +02:00
Anthony Stirling
cce31ee0f6
Merge pull request #1373 from arsvendg/main
...
Norwegian translation
2024-06-05 08:40:19 +01:00
arsvendg
746f341d6a
Merge branch 'Stirling-Tools:main' into main
2024-06-05 09:07:11 +02:00
Anthony Stirling
f35bf120e9
Update flatten.html
2024-06-04 20:17:27 +01:00
arsvendg
1fd4ce339f
Update languages.html
2024-06-04 00:05:34 +02:00
arsvendg
af736ca33a
Add files via upload
2024-06-04 00:03:56 +02:00
arsvendg
0878dd10b8
Add files via upload
2024-06-04 00:03:23 +02:00
Anthony Stirling
948ddb06bc
Merge pull request #1362 from Stirling-Tools/sonar
...
Sonar
2024-06-02 12:12:41 +01:00
Anthony Stirling
efc07522ab
minor
2024-06-02 12:04:29 +01:00
Anthony Stirling
31938b662c
format
2024-06-02 12:02:01 +01:00
Anthony Stirling
eb526a5d0c
logging and try catch
2024-06-02 11:59:43 +01:00
Anthony Stirling
c4a620e3f5
init sonar
2024-06-02 11:42:30 +01:00
Anthony Stirling
17bf6237a2
Update push-docker.yml
2024-06-02 10:52:08 +01:00
Anthony Stirling
086daf8351
Merge pull request #1361 from Stirling-Tools/sync_version
...
💾 Update Version
2024-06-02 10:32:41 +01:00
GitHub Action action@github.com
2741094a8a
💾 Sync Versions
...
> Made via sync_files.yml
2024-06-02 09:28:30 +00:00
Anthony Stirling
b4dc766f7a
Update build.gradle
2024-06-02 10:28:16 +01:00
Anthony Stirling
75e2cfb234
Merge pull request #1359 from albanobattistella/patch-29
...
Update messages_it_IT.properties
2024-06-01 22:32:34 +01:00
Anthony Stirling
c5f7000e72
Merge pull request #1360 from Ludy87/remove_digi_sign
...
new workaround for remove digital signature
2024-06-01 22:31:05 +01:00
Ludy87
ca0432e0b4
notification
2024-06-01 21:33:21 +02:00
Ludy87
5799e61385
new workaround for remove digital signature
2024-06-01 21:30:05 +02:00
albanobattistella
f2784c85d6
Update messages_it_IT.properties
2024-06-01 21:07:02 +02:00
Anthony Stirling
01a3fa8cfe
Update push-docker.yml
2024-06-01 14:12:57 +01:00
Anthony Stirling
41138cb2be
Merge pull request #1356 from Stirling-Tools/fatDockerAutomation
...
automate fat docker
2024-06-01 14:03:20 +01:00
Anthony Stirling
995de6abc3
automate fat docker
2024-06-01 13:55:28 +01:00
Anthony Stirling
36deb32f07
Merge pull request #1355 from Stirling-Tools/fatDocker
...
fat docker
2024-06-01 13:06:51 +01:00
Anthony Stirling
6a38c55867
remove headless due to com.sun.imageio.plugins.jpeg.JPEGImageWriter
2024-06-01 12:57:11 +01:00
Anthony Stirling
96e390c98d
Merge branch 'main' into fatDocker
2024-06-01 12:41:51 +01:00
Anthony Stirling
52978ec9ad
fat docker
2024-06-01 12:38:10 +01:00
Anthony Stirling
fcd4af2d09
Merge pull request #1354 from foivospro/main
...
Fix Error When Submitting Crop Tool Without Making a Selection
2024-06-01 12:02:18 +01:00
foiv
963c1f4874
fix the crop problem
2024-06-01 13:58:56 +03:00
Anthony Stirling
aa42806a9e
Merge pull request #1352 from Ludy87/fix_admin_exe_windows
...
Fix: Initialization Issue and Enhance Configuration Management for Co…
2024-06-01 09:41:54 +01:00
Ludy87
19c564a6f7
Fix: Initialization Issue and Enhance Configuration Management for ConfigInitializer #1324
2024-05-31 23:51:42 +02:00
Anthony Stirling
6afbd8bd24
Update build.gradle
2024-05-31 21:04:42 +01:00
Anthony Stirling
76bfc09a44
Merge pull request #1344 from andrewdolphin/main
...
Update view-pdf.html
2024-05-31 20:55:22 +01:00
Anthony Stirling
6df412c576
Merge pull request #1347 from Stirling-Tools/sync_readme
...
📝 Update README: Translation Progress Table
2024-05-31 20:55:09 +01:00
Anthony Stirling
37bb890cb9
Merge branch 'main' into sync_readme
2024-05-31 20:54:55 +01:00
Anthony Stirling
9bd15d7ef3
Update README.md
2024-05-31 20:53:05 +01:00
Anthony Stirling
b0671943f7
Merge pull request #1345 from onyxfin/main
...
Croatian language Translation.
2024-05-31 20:50:30 +01:00
GitHub Action action@github.com
7cbad4df4f
📝 Sync README
...
> Made via sync_files.yml
2024-05-31 19:50:13 +00:00
Anthony Stirling
e27651826e
Merge pull request #1346 from Ludy87/remove_cert_sign
...
add remove digital signature
2024-05-31 20:49:57 +01:00
onyxfin
5b0de9eac1
Update languages.html
2024-05-31 15:45:47 +02:00
onyxfin
b646d8c481
Add files via upload
2024-05-31 15:24:01 +02:00
andrewdolphin
cd2f628168
Update view-pdf.html
...
Remove bootstrap.css which regresses a previous issue that caused imported images to incorrectly resize.
Reintroduce "Import image" option.
2024-05-31 12:16:57 +01:00
Ludy87
aef0d32b5b
add remove digital signature
2024-05-31 11:31:07 +02:00
onyxfin
e761ad8e51
Merge pull request #1 from onyxfin/onyxfin-patch-1
...
Add files via upload
2024-05-30 22:11:09 +02:00
onyxfin
059296d444
Add files via upload
2024-05-30 22:01:29 +02:00
Anthony Stirling
9c1de1cb10
Merge pull request #1336 from Stirling-Tools/sync_readme
...
📝 Update README: Translation Progress Table
2024-05-30 20:55:34 +01:00
Anthony Stirling
ebba39ce10
Merge pull request #1334 from Ludy87/fix_docker_sso
...
add properties Docker
2024-05-30 20:54:28 +01:00
Anthony Stirling
361b4c2db4
Merge pull request #1333 from Ludy87/fix_viewer_pdf
...
Fix: Can't select the Draw tool in View #1328
2024-05-30 20:54:15 +01:00
Anthony Stirling
d221654121
Merge pull request #1331 from pcanham/hotfix/typo-fix-for-google
...
fix: type correction around google OAUTH2 provider
2024-05-30 20:54:08 +01:00
GitHub Action action@github.com
7ac41d7863
📝 Sync README
...
> Made via sync_files.yml
2024-05-30 19:54:03 +00:00
Anthony Stirling
f1476d197f
Merge pull request #1326 from NicolasFR/feat/utf8-mdToPdf
...
feat: Force UTF-8 encoding of input characters
2024-05-30 20:53:58 +01:00
Anthony Stirling
4a53195c25
Merge pull request #1322 from albanobattistella/patch-28
...
Update messages_it_IT.properties
2024-05-30 20:53:50 +01:00
Anthony Stirling
e2bed6f6af
Merge pull request #1321 from nimdassdev/main
...
Update messages_bg_BG.properties
2024-05-30 20:53:45 +01:00
Anthony Stirling
5d6e23d4b7
Merge pull request #1282 from kkdlau/bugfix/1214-grab-zero-byte-pdf
...
#1214 Only take pdf that are good for processing
2024-05-30 20:53:21 +01:00
Ludy87
dfb8ba857f
add properties Docker
2024-05-30 11:52:13 +02:00
Ludy87
1572404e6f
Fix: Can't select the Draw tool in View #1328
2024-05-30 11:42:49 +02:00
Paul Canham
76dc90d587
fi: type correction around google OAUTH2 provider
2024-05-30 09:42:23 +01:00
Anthony Stirling
316b4e42af
Update README.md
2024-05-29 23:36:14 +01:00
Nicolas
f61bbd312f
feat: Force UTF-8 encoding of input characters
2024-05-29 22:09:09 +02:00
Danny Lau
65b9544942
#1214 Fix unable to create FileMonitor if the root directory does not exist
2024-05-29 23:03:24 +08:00
albanobattistella
7e8b86e6eb
Update messages_it_IT.properties
2024-05-29 12:08:25 +02:00
IT Creativity + Art Team
2ab5bc1e18
Update messages_bg_BG.properties
...
Updated/improved Bulgarian language strings. Thank you.
2024-05-29 09:56:21 +03:00
Anthony Stirling
01b2613efe
Merge pull request #1319 from Stirling-Tools/sync_version
...
💾 Update Version
2024-05-28 19:56:37 +01:00
GitHub Action action@github.com
50fc13b30c
💾 Sync Versions
...
> Made via sync_files.yml
2024-05-28 18:56:27 +00:00
Anthony Stirling
b7dc248f93
Update build.gradle
2024-05-28 19:56:09 +01:00
Anthony Stirling
8b05204047
Merge pull request #1318 from Stirling-Tools/uiChange
...
UI changes credit 'dev-cb' in cloudron forum
2024-05-28 19:54:30 +01:00
a
18680f2847
Merge branch 'uiChange' of git@github.com:Stirling-Tools/Stirling-PDF.git into uiChange
2024-05-28 19:48:11 +01:00
Anthony Stirling
6c790299aa
readd hover
2024-05-28 19:48:02 +01:00
Anthony Stirling
65d662588e
Merge branch 'main' into uiChange
2024-05-28 19:45:01 +01:00
Anthony Stirling
ab7acb5db3
changes credit dev-cb in cloudron forum
2024-05-28 19:44:35 +01:00
Anthony Stirling
dde0f5cd10
Merge pull request #1317 from Stirling-Tools/sync_readme
...
📝 Update README: Translation Progress Table
2024-05-28 19:25:03 +01:00
GitHub Action action@github.com
5d70217961
📝 Sync README
...
> Made via sync_files.yml
2024-05-28 17:33:09 +00:00
Anthony Stirling
a0f0a446de
Merge pull request #1311 from Ludy87/add_oauth2InvalidIdToken
...
add invalid Id Token message
2024-05-28 18:32:50 +01:00
Dimitris Doukas
52e9689431
Merge branch 'Stirling-Tools:main' into main
2024-05-28 11:43:21 +03:00
Ludy87
cd6f3862f6
add invalid Id Token message
2024-05-28 10:27:44 +02:00
Anthony Stirling
0f4eb8398a
Merge pull request #1309 from Stirling-Tools/cukeGHA
...
gha
2024-05-27 22:40:21 +01:00
Anthony Stirling
c9a3f48e5a
Update requirements.txt
2024-05-27 22:34:36 +01:00
Anthony Stirling
a7f67961e7
Merge branch 'main' into cukeGHA
2024-05-27 22:30:41 +01:00
Anthony Stirling
32209534a0
gha
2024-05-27 22:30:25 +01:00
Anthony Stirling
7196f0f970
Merge pull request #1308 from Stirling-Tools/update-3rd-party-licenses
...
Update 3rd Party Licenses
2024-05-27 18:19:01 +01:00
GitHub Action
64d0be5ffa
Update 3rd Party Licenses
...
Signed-off-by: GitHub Action <action@github.com >
2024-05-27 17:18:00 +00:00
Anthony Stirling
31be5baf3d
Merge pull request #1305 from miniupnp/fix-fr-messages
...
fix fr messages: fix a typo "Redimensionner"
2024-05-27 18:17:52 +01:00
Anthony Stirling
4781fd515b
Merge pull request #1307 from Stirling-Tools/upgrades
...
Tomcat to Jetty and other changes
2024-05-27 18:17:26 +01:00
Anthony Stirling
11497f52d4
gradle bump
2024-05-27 18:12:06 +01:00
Anthony Stirling
fa934f06ab
Merge branch 'main' into upgrades
2024-05-27 17:58:31 +01:00
Anthony Stirling
3d78e01559
cuke
2024-05-27 17:53:33 +01:00
Anthony Stirling
65f9438639
deletion changes
2024-05-27 17:53:18 +01:00
Anthony Stirling
6ffa80c386
changes
2024-05-27 16:31:00 +01:00
Thomas Bernard
8eb7b18089
fix fr messages: fix a typo "Redimensionner"
...
not "redimmensionner"
2024-05-27 14:02:41 +02:00
Anthony Stirling
9041441c46
Merge pull request #1304 from Stirling-Tools/sync_readme
...
📝 Update README: Translation Progress Table
2024-05-27 12:29:47 +01:00
Anthony Stirling
502a4b1cc3
Merge pull request #1300 from Ludy87/bump_pdf_js
...
Bump PDF.js from 3.11.174 to 4.3.118
2024-05-27 12:29:34 +01:00
GitHub Action action@github.com
ce13648075
📝 Sync README
...
> Made via sync_files.yml
2024-05-27 11:10:29 +00:00
Anthony Stirling
9644557a9e
Merge pull request #1302 from Stirling-Tools/fix-crop-pdf-name
...
fix: change "crop image" to "crop pdf"
2024-05-27 12:10:13 +01:00
Anthony Stirling
01964add79
Merge pull request #1303 from miniupnp/fix-fr-messages
...
Fix fr messages
2024-05-27 12:10:05 +01:00
BERNARD Thomas
822e771f45
fix fr messages: if all pages are merged, it is "fusionner LES pages"
2024-05-27 10:44:54 +02:00
BERNARD Thomas
c0888fb938
fr messages: more translations (were in english)
2024-05-27 10:44:54 +02:00
BERNARD Thomas
5cdb3bee21
fr messages: "Menu Pipeline (Beta)" to be consistent with en_US message
2024-05-27 10:44:54 +02:00
BERNARD Thomas
4cce6c1c21
fr messages: improvement
2024-05-27 10:44:54 +02:00
BERNARD Thomas
b928e294d1
fix fr messages: be more consistent with uppercase 1st letter
2024-05-27 10:44:54 +02:00
BERNARD Thomas
ec3aa17f65
fr messages: better translation for "bored"
2024-05-27 10:44:54 +02:00
BERNARD Thomas
851d77de8e
fix fr messages: View & Edit = Voir et modifier
2024-05-27 10:44:54 +02:00
BERNARD Thomas
137fdaca6a
fix fr messages: "Mangues" is a better translation for "Languages" (English, French, etc.)
2024-05-27 10:44:54 +02:00
BERNARD Thomas
7371f4e87f
fix fr messages: Multi tools = Outils Multiples
2024-05-27 10:44:54 +02:00
BERNARD Thomas
6529eb6b61
fix fr messages: fix typo OUtils => Outils
2024-05-27 10:44:53 +02:00
Ludy87
729af56d1b
add: application icon/appname
2024-05-27 07:58:56 +02:00
sbplat
9f4a600eba
fix: change "crop image" to "crop pdf"
2024-05-26 21:17:20 -04:00
Ludy87
ddb2528ecf
Bump PDF.js from 3.11.174 to 4.3.118
2024-05-26 23:29:28 +02:00
Anthony Stirling
eb5aeb4595
Merge pull request #1292 from wahab95/main
...
update gradle wrapper version
2024-05-26 18:45:10 +01:00
Anthony Stirling
b93bff5cad
Merge pull request #1297 from Stirling-Tools/cucumber
...
Cucumber testcases
2024-05-26 16:25:35 +01:00
Anthony Stirling
3ae891c62e
cucumber
2024-05-26 15:58:33 +01:00
Anthony Stirling
48bd060d6e
Merge remote-tracking branch 'origin/main' into cucumber
2024-05-26 15:32:34 +01:00
Anthony Stirling
5dee64ab7b
changes
2024-05-26 15:31:34 +01:00
Anthony Stirling
a2f66493ea
Merge pull request #1296 from Stirling-Tools/sync_readme
...
📝 Update README: Translation Progress Table
2024-05-26 14:18:11 +01:00
Anthony Stirling
37a0103699
Update FUNDING.yml
2024-05-26 14:16:29 +01:00
GitHub Action action@github.com
2dabf8955d
📝 Sync README
...
> Made via sync_files.yml
2024-05-26 12:47:16 +00:00
Anthony Stirling
9ab471fb63
Merge pull request #1293 from wai4y/chore/add-translation-for-chinese-text
...
chore: add some Chinese text translation
2024-05-26 13:47:02 +01:00
Anthony Stirling
801fd8bb21
Merge pull request #1295 from albanobattistella/patch-27
...
Update messages_it_IT.properties
2024-05-26 13:46:41 +01:00
wai4y
5e9c780d31
chore: revert change for multi tool translation
2024-05-26 21:21:30 +09:00
albanobattistella
bbaaaf7ae6
Update messages_it_IT.properties
2024-05-26 11:58:31 +02:00
wai4y
befd0974f3
chore: add some Chinese text translation
2024-05-26 18:05:56 +09:00
work
250c317155
update gradle wrapper version
2024-05-25 23:51:34 +03:00
Anthony Stirling
2c148eb0c0
Merge pull request #1287 from Ludy87/add_oauth2
...
add: multi OAuth2 option README.md, small cosmetic repairs
2024-05-25 20:22:05 +01:00
Anthony Stirling
ead8010bd1
Merge pull request #1286 from Stirling-Tools/sync_readme
...
📝 Update README: Translation Progress Table
2024-05-25 20:19:41 +01:00
Ludy
0962159523
Merge branch 'main' into add_oauth2
2024-05-25 21:10:52 +02:00
Ludy87
cbb4ccd4b7
add: multi OAuth2 option README.md, small cosmetic repairs
2024-05-25 21:10:12 +02:00
GitHub Action action@github.com
41e73e4fd1
📝 Sync README
...
> Made via sync_files.yml
2024-05-25 19:06:53 +00:00
Anthony Stirling
86a6ea5a26
Merge pull request #1285 from Ludy87/fix_languages
...
Fix: remove dublicate en_GB, missing translation German
2024-05-25 20:06:34 +01:00
Ludy87
ce5af5ddde
Fix: remove dublicate en_GB, missing translation German
2024-05-25 20:44:51 +02:00
Anthony Stirling
0d193cd235
Merge pull request #1283 from miniupnp/fix-fr-translation
...
fix fr translation of "Sign"
2024-05-25 17:41:46 +01:00
Anthony Stirling
f06d755899
Merge pull request #1284 from Ludy87/add_multi_oauth2
...
add multi OAuth2 Provider
2024-05-25 17:41:31 +01:00
Ludy87
4dcf2f5870
Update CustomOAuth2LogoutSuccessHandler.java
2024-05-25 18:25:13 +02:00
Ludy87
c2179ccd63
add multi OAuth2 Provider
2024-05-25 18:19:03 +02:00
Danny Lau
17ef2e9b5d
Merge branch 'main' into bugfix/1214-grab-zero-byte-pdf
2024-05-25 08:20:57 +08:00
Thomas BERNARD
94445bceb1
fix fr translation of "Sign"
...
To Sign is "Signer" not "Signaliser"
2024-05-24 19:20:06 +02:00
Danny Lau
801dcdb463
#1214 Only take files that are good for processing
2024-05-25 00:22:01 +08:00
Anthony Stirling
7b49d85804
Merge pull request #1281 from Stirling-Tools/sync_version
...
💾 Update Version
2024-05-23 21:26:25 +01:00
GitHub Action action@github.com
4190aa20a6
💾 Sync Versions
...
> Made via sync_files.yml
2024-05-23 20:17:48 +00:00
Anthony Stirling
5a832198b4
Update build.gradle
2024-05-23 21:17:20 +01:00
Anthony Stirling
2066bb2ae8
Merge pull request #1276 from Zoey2936/patch-1
...
update alpine to v3.20.0
2024-05-23 20:15:22 +01:00
Anthony Stirling
5d64c97406
Merge pull request #1280 from Stirling-Tools/revert-1204-Deletion-of-Files-using-Merge
...
Revert "User Friendly Merge File Selection"
2024-05-23 19:53:02 +01:00
Anthony Stirling
d648c6d4b4
Revert "User Friendly Merge File Selection"
2024-05-23 19:52:49 +01:00
Zoey
435bfa3b3f
update to alpine v3.20.0 (3/3)
2024-05-23 00:03:00 +02:00
Zoey
4d0135d7b7
update to alpine v3.20.0 (2/3)
2024-05-23 00:02:55 +02:00
Zoey
5975928e89
update to alpine v3.20.0 (1/2)
2024-05-22 23:58:01 +02:00
Anthony Stirling
0f8d2937eb
Merge pull request #1275 from Stirling-Tools/sync_version
...
💾 Update Version
2024-05-22 22:33:25 +01:00
Anthony Stirling
53fcc51541
Merge pull request #1274 from Stirling-Tools/test
...
cleanup html for reverse proxy
2024-05-22 22:33:10 +01:00
GitHub Action action@github.com
23b60c73a0
💾 Sync Versions
...
> Made via sync_files.yml
2024-05-22 21:32:26 +00:00
Anthony Stirling
65321991c6
Update build.gradle
2024-05-22 22:32:11 +01:00
Anthony Stirling
9d56014ca0
thymeleaf
2024-05-22 21:48:23 +01:00
Anthony Stirling
7b2493a838
test random stuff
2024-05-22 21:45:35 +01:00
Anthony Stirling
1d4db6493d
Merge pull request #1265 from pcanham/feature/expand-sso-dockercompose-example
...
Add in oauth scope environment variable to docker-compose example
2024-05-22 19:41:00 +01:00
Anthony Stirling
c4bfb44f72
Merge pull request #1272 from t71rs/Update-ReadMe
...
Updated ReadMe Screenshot
2024-05-22 19:40:34 +01:00
Anthony Stirling
d9e7ae1380
Update README.md
2024-05-22 19:11:18 +01:00
ge64qev
47b10d45d2
Fixed black edge at the side of the screenshot
2024-05-22 11:44:29 +02:00
ge64qev
ffd27acedc
Changed screenshot in ReadMe with a screenshot of new UI
2024-05-22 09:30:07 +02:00
Paul Canham
841b8a6439
chore: correcting typo in docker-compose example for sso
2024-05-21 23:01:40 +01:00
Paul Canham
611d2b22d2
feat: expand on sso example showing ability to alter oauth2 scope
2024-05-21 23:00:49 +01:00
Anthony Stirling
4bad105119
Merge pull request #1204 from t71rs/Deletion-of-Files-using-Merge
...
User Friendly Merge File Selection
2024-05-21 20:44:47 +01:00
Anthony Stirling
c7b3f89f48
Merge pull request #1256 from zallaevan/main
...
Amended typo: trailing space
2024-05-21 20:43:16 +01:00
Anthony Stirling
1dd0852e54
Merge pull request #1263 from Houba28/cz_translations
...
Czech translations
2024-05-21 20:42:58 +01:00
Jan Vochomurka
c1bb1002f5
Merge branch 'main' into cz_translations
2024-05-21 14:37:54 +02:00
Jan Vochomurka
367146b9ad
added czech translations
2024-05-21 14:34:49 +02:00
Evan Zhang
1f1cdf6fe8
Amended typo: trailing space
...
Trailing space before colon in the `settings.yml` has been fixed.
2024-05-21 00:50:03 +02:00
Anthony Stirling
84b355951f
Merge pull request #1255 from limonkufu/main
...
Add missing Turkish translation
2024-05-20 23:32:59 +01:00
Ugur Yilmaz
bfb82e38ab
Add missing translation and improve some wordings to be more natural for Turkish
2024-05-20 21:48:11 +00:00
Anthony Stirling
149249c6ac
Merge pull request #1253 from Stirling-Tools/configFixes
...
Config fixes
2024-05-20 18:46:59 +01:00
Anthony Stirling
4232f359c7
bump
2024-05-20 18:44:13 +01:00
Anthony Stirling
6adeecac9c
fix tool removal in navbar
2024-05-20 18:43:47 +01:00
a
0cc12f4456
Merge branch 'main' of git@github.com:Stirling-Tools/Stirling-PDF.git into main
2024-05-20 18:18:40 +01:00
Anthony Stirling
2646af19b3
config fix and book icons
2024-05-20 18:18:26 +01:00
Anthony Stirling
ea02369c76
Merge pull request #1243 from Stirling-Tools/sync_readme
...
📝 Update README: Translation Progress Table
2024-05-19 23:26:49 +01:00
Anthony Stirling
e48c125f2c
Merge pull request #1244 from Stirling-Tools/sync_version
...
💾 Update Version
2024-05-19 23:26:40 +01:00
GitHub Action action@github.com
46c9055e11
💾 Sync Versions
...
> Made via sync_files.yml
2024-05-19 22:26:29 +00:00
GitHub Action action@github.com
d9206df038
📝 Sync README
...
> Made via sync_files.yml
2024-05-19 22:26:28 +00:00
Anthony Stirling
5dee084ad6
Update build.gradle
2024-05-19 23:26:15 +01:00
Anthony Stirling
2319ab3d9e
Update home.html
2024-05-19 23:17:04 +01:00
Anthony Stirling
7fbb94f2bd
Merge pull request #1240 from leknoppix/main
...
🐛 FIX: Update French Traduction
2024-05-19 22:25:48 +01:00
Pascal Canadas
4167e13f76
🐛 FIX: Update French Traduction
2024-05-19 22:03:37 +02:00
Anthony Stirling
1609173907
Merge pull request #1237 from Stirling-Tools/sync_readme
...
📝 Update README: Translation Progress Table
2024-05-19 17:59:53 +01:00
Anthony Stirling
d142f0abd6
Merge pull request #1236 from Stirling-Tools/sync_version
...
💾 Update Version
2024-05-19 16:56:25 +01:00
Anthony Stirling
c2949d8944
Merge pull request #1234 from Stirling-Tools/sync_readme
...
📝 Update README: Translation Progress Table
2024-05-19 16:56:18 +01:00
GitHub Action action@github.com
4b2d02ee14
📝 Sync README
...
> Made via sync_files.yml
2024-05-19 15:56:17 +00:00
GitHub Action action@github.com
4766201621
💾 Sync Versions
...
> Made via sync_files.yml
2024-05-19 15:56:15 +00:00
Anthony Stirling
d9043c9100
Update build.gradle
2024-05-19 16:56:02 +01:00
Anthony Stirling
d52b0d0082
Update merge-pdfs.html
2024-05-19 16:55:44 +01:00
GitHub Action action@github.com
ecfbaef933
📝 Sync README
...
> Made via sync_files.yml
2024-05-19 15:17:23 +00:00
Anthony Stirling
c5e6555bb5
Merge pull request #1233 from HNPorts/main
...
Update messages_tr_TR.properties
2024-05-19 16:17:09 +01:00
Han
81d7cc0a40
Update messages_tr_TR.properties
2024-05-19 18:02:27 +03:00
Anthony Stirling
02524c64d5
Merge pull request #1230 from Stirling-Tools/sync_version
...
💾 Update Version
2024-05-19 13:28:31 +01:00
GitHub Action action@github.com
7d6846920e
💾 Sync Versions
...
> Made via sync_files.yml
2024-05-19 12:27:16 +00:00
Anthony Stirling
2443ed2020
quick cache fix
2024-05-19 13:27:00 +01:00
Anthony Stirling
0dd91f209a
Merge pull request #1229 from Stirling-Tools/sync_readme
...
📝 Update README: Translation Progress Table
2024-05-19 12:26:55 +01:00
GitHub Action action@github.com
869e2dc62d
📝 Sync README
...
> Made via sync_files.yml
2024-05-19 11:06:36 +00:00
Anthony Stirling
a28f14b70e
Merge pull request #1227 from albanobattistella/patch-26
...
Update messages_it_IT.properties
2024-05-19 12:06:23 +01:00
Anthony Stirling
b5de6a73cc
Merge pull request #1228 from Stirling-Tools/config
...
Config
2024-05-19 12:05:47 +01:00
Anthony Stirling
45e2623b9b
change configs
2024-05-19 12:00:46 +01:00
albanobattistella
6d95bfdee0
Update messages_it_IT.properties
2024-05-19 12:57:34 +02:00
a
f9111e556c
Merge remote-tracking branch 'origin/main' into config
2024-05-19 11:54:58 +01:00
Anthony Stirling
fa746a2b51
config stuff
2024-05-19 11:54:45 +01:00
Anthony Stirling
e43292f4dd
Merge pull request #1226 from Ludy87/validation_username_password
...
bg-card will be added to the class and password/username validation
2024-05-19 11:52:52 +01:00
Anthony Stirling
c56c5f80ab
Merge pull request #1225 from Ludy87/add_missing_settings
...
adds all available settings to settings.yml
2024-05-19 11:52:04 +01:00
Ludy87
f2eb5dd7d3
bg-card will be added to the class and password/username validation
...
bg-card should not be an id, ids should be unique in their use.
2024-05-19 12:44:54 +02:00
Ludy87
ffe221b93c
Update README.md
2024-05-19 11:36:50 +02:00
Ludy87
3f252e29a1
adds all available settings to settings.yml
2024-05-19 11:35:46 +02:00
Anthony Stirling
7c0fd02126
Merge pull request #1224 from Ludy87/fix_system_exit
...
Fix: Removes username validation check
2024-05-19 10:25:41 +01:00
Ludy87
7109dd7905
Fix: Removes username validation check
...
- Removes username validation check
- Ignores API users in user counting
2024-05-19 10:52:11 +02:00
Anthony Stirling
e30665e7c8
Merge pull request #1223 from Stirling-Tools/sync_version
...
💾 Update Version
2024-05-19 00:03:17 +01:00
GitHub Action action@github.com
514606789e
💾 Sync Versions
...
> Made via sync_files.yml
2024-05-18 23:00:29 +00:00
Anthony Stirling
dd1a441f92
Merge pull request #1222 from Stirling-Tools/minorSizes
...
sizes
2024-05-19 00:00:15 +01:00
Anthony Stirling
31c48aec90
sizes
2024-05-18 23:59:40 +01:00
Anthony Stirling
6709e0c46d
Merge pull request #1221 from Stirling-Tools/sync_readme
...
📝 Update README: Translation Progress Table
2024-05-18 23:33:54 +01:00
GitHub Action action@github.com
10dd5e4a40
📝 Sync README
...
> Made via sync_files.yml
2024-05-18 22:30:52 +00:00
Anthony Stirling
6fc9a2032a
Merge pull request #1201 from Ludy87/add_functions_oauth2
...
extends the functionality of oauth in Stirling PDF
2024-05-18 23:30:37 +01:00
Ludy87
ffec5f7b54
extends the functionality of oauth in Stirling PDF 2.
2024-05-18 23:47:05 +02:00
Anthony Stirling
b904a46bca
Update CustomAuthenticationSuccessHandler.java
2024-05-18 19:39:35 +01:00
Anthony Stirling
26a457f9d0
Update InitialSecuritySetup.java
2024-05-18 19:38:39 +01:00
Anthony Stirling
e9042e0b7e
Update login.html
2024-05-18 19:37:11 +01:00
Anthony Stirling
521dff737f
Merge branch 'main' into add_functions_oauth2
2024-05-18 19:24:02 +01:00
Anthony Stirling
2968a696cd
error banner fixes
2024-05-18 18:40:13 +01:00
a
e0d3bbf13b
Merge branch 'main' of git@github.com:Stirling-Tools/Stirling-PDF.git into main
2024-05-18 18:39:46 +01:00
Anthony Stirling
89e763d959
error banner fixes
2024-05-18 18:39:38 +01:00
Anthony Stirling
1f9a0ed0e3
Merge pull request #1193 from Stirling-Tools/redesign
...
Redesign
2024-05-18 14:14:31 +01:00
Anthony Stirling
f203e07f55
Merge remote-tracking branch 'origin/main' into redesign
2024-05-18 13:53:34 +01:00
Anthony Stirling
56d4c02445
readd searchbar
2024-05-18 13:43:00 +01:00
Ludy
c20936b485
Merge branch 'main' into add_functions_oauth2
2024-05-18 13:52:53 +02:00
Anthony Stirling
389323c190
transition only on change not load
2024-05-18 12:48:01 +01:00
Anthony Stirling
f0dd48b3b1
font load detection
2024-05-18 12:47:21 +01:00
Anthony Stirling
b860146c93
logging for #1024 and jdk bump
2024-05-17 19:18:57 +01:00
Anthony Stirling
23b662e5dc
Merge pull request #1211 from Stirling-Tools/sync_readme
...
📝 Update README: Translation Progress Table
2024-05-15 22:27:38 +01:00
GitHub Action action@github.com
7160ba47b1
📝 Sync README
...
> Made via sync_files.yml
2024-05-15 08:34:47 +00:00
Anthony Stirling
bdea990b18
Merge pull request #1208 from p3lo/slovakia-translation
...
Slovak translation
2024-05-15 09:34:32 +01:00
p3lo
1cbc6307c3
Added Slovak language to supported languages table
2024-05-15 10:13:03 +02:00
p3lo
1e42f54ec7
Added slovak translation
2024-05-14 22:56:36 +02:00
Anthony Stirling
44e85a1d38
Merge pull request #1205 from foivospro/main
...
Fix rotation function
2024-05-14 18:01:15 +01:00
Anthony Stirling
54073767af
Merge pull request #1207 from urjeetpatel/main
...
fix Remove Redundant Back to Main Page Button
2024-05-14 18:01:02 +01:00
Urjeet Patel
3fa41e058a
fix: Remove Redundant Back to Main Page Button
...
Remove Redundant Back to Main Page Button. this fixes #489
Closes #489
2024-05-14 16:43:18 +00:00
foiv
44f9313012
Fix Rotation function
2024-05-14 12:11:30 +03:00
ge64qev
ce3e98e240
Deleted Console logs and adjusted some comments.
2024-05-14 09:13:39 +02:00
ge64qev
36192ba560
Change the SortFiles Method, so it works with the filesWithUniqueID Array
2024-05-14 08:49:27 +02:00
ge64qev
0e262dc2bd
Added a unique id for all files to be a able to delete duplicate files.
2024-05-13 22:27:25 +02:00
Ludy87
dcf13e9ade
Update InitialSecuritySetup.java
2024-05-12 20:17:46 +02:00
Ludy87
811c19e00d
extends the functionality of oauth in Stirling PDF
2024-05-12 19:58:34 +02:00
Anthony Stirling
f2b7aeeb1c
Merge pull request #1199 from jimdouk/fixFrontEndIssue
...
Enhance UI Search Functionality in Navbar
2024-05-12 14:36:52 +01:00
Dimitris Doukas
840694c527
Update search functionality on navbar
2024-05-12 14:07:43 +03:00
Dimitris Doukas
21e5002d73
Merge branch 'Stirling-Tools:main' into fixFrontEndIssue
2024-05-12 13:55:51 +03:00
Rectos VX
36d6c06237
Update: fix dropdown hover + icon titles on mobile
2024-05-10 15:44:54 +04:00
ge64qev
c1fea7c92f
A duplicate Warning is displayed if the same file is added twice to the merging process
2024-05-10 10:53:27 +02:00
Anthony Stirling
29ec42bc35
Merge branch 'main' into redesign
2024-05-09 19:49:06 +01:00
Anthony Stirling
425502b3e3
Merge pull request #1192 from Stirling-Tools/sync_readme
...
📝 Update README: Translation Progress Table
2024-05-09 17:50:44 +01:00
Anthony Stirling
692a526900
Merge pull request #1188 from bluestero/main
...
Install locally on a machine with no-root, docker, apt, yum, and apk via nix package manager.
2024-05-09 17:50:30 +01:00
Rectos VX
3a27d97811
Update: change update icon + animation
2024-05-09 17:31:12 +04:00
GitHub Action action@github.com
af91c73e7a
📝 Sync README
...
> Made via sync_files.yml
2024-05-08 21:22:18 +00:00
Anthony Stirling
526a30d033
Merge pull request #1191 from nimdassdev/main
...
Updated/improved Bulgarian language strings. Thank you.
2024-05-08 22:22:03 +01:00
IT Creativity + Art Team
bf8d6d2337
Update messages_bg_BG.properties
...
Updated/improved Bulgarian language strings. Thank you.
2024-05-08 23:43:51 +03:00
IT Creativity + Art Team
5628300f51
Merge branch 'Stirling-Tools:main' into main
2024-05-08 23:00:20 +03:00
Rectos VX
72ba97a00c
Update: open dropdown on hover
2024-05-08 20:21:07 +04:00
Rectos VX
1634987171
Update: local font + fix home card layout
2024-05-08 18:24:55 +04:00
Rectos VX
0f43723250
Update: fix dropdown text wrap
2024-05-08 17:42:36 +04:00
Rectos VX
34e2128a39
Update: fix error page theme
2024-05-08 16:26:14 +04:00
Ahmed Khatib
0a0887aafc
Fixed the bad working regarding language packs. Explained the dbus variable change before running the jar file.
2024-05-08 01:52:41 +05:30
Anthony Stirling
7c0c33ca63
Merge pull request #1180 from subarudad/fix_readme
...
Update README.md: minor spelling fix
2024-05-07 21:04:59 +01:00
Ahmed Khatib
8b2f24affd
Added the export command before running.
2024-05-08 01:22:52 +05:30
Ahmed Khatib
cbe750c76c
Small typo in apt-get update.
2024-05-08 01:15:43 +05:30
Ahmed Khatib
5f6d24f805
Added support for non-root and nix package manager for local installation. Fixed a bad small line break issue.
2024-05-08 01:14:08 +05:30
Anthony Stirling
be5d5fdf04
Merge pull request #1179 from Stirling-Tools/pixeebot/drip-2024-05-07-pixee-java/strip-http-header-newlines
...
Introduced protections against HTTP header injection / smuggling attacks
2024-05-07 19:14:29 +01:00
brucengumetro
a04dc605df
minor spelling fix
2024-05-07 16:05:01 +07:00
pixeebot[bot]
503acc9408
Introduced protections against HTTP header injection / smuggling attacks
2024-05-07 03:44:03 +00:00
Anthony Stirling
9b166da57d
Merge pull request #1177 from albanobattistella/patch-25
...
Update messages_it_IT.properties
2024-05-06 12:45:29 +01:00
albanobattistella
66e566555e
Update messages_it_IT.properties
2024-05-06 13:32:23 +02:00
ge64qev
7ba0067688
Made it possible to add files via the selector "File by File".
2024-05-06 11:18:59 +02:00
Anthony Stirling
f7aebf22c8
Merge pull request #1172 from Stirling-Tools/sync_version
...
💾 Update Version
2024-05-05 21:08:23 +01:00
GitHub Action action@github.com
bb0b5f0528
💾 Sync Versions
...
> Made via sync_files.yml
2024-05-05 19:50:36 +00:00
Anthony Stirling
9e3d5a5bc5
Update build.gradle
2024-05-05 20:50:22 +01:00
Anthony Stirling
9ba5c6d4be
Merge pull request #1171 from Stirling-Tools/timeouts
...
Timeouts #1094
2024-05-05 20:47:17 +01:00
Anthony Stirling
00f7fe7ac3
Update application.properties
2024-05-05 20:46:22 +01:00
Anthony Stirling
f4fcede771
Update ProcessExecutor.java
2024-05-05 20:45:52 +01:00
Anthony Stirling
b69646d00b
Merge branch 'main' into 0.22.8Clone
2024-05-05 20:28:25 +01:00
Anthony Stirling
9e81b161c3
Merge pull request #1170 from Rectos28/redesign
...
Redesign using MD3 system
2024-05-05 18:46:44 +01:00
github-actions[bot]
66ce7511ca
📝 Update README: Translation Progress Table ( #1168 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-05-05 14:01:42 +01:00
Anthony Stirling
d17db24aa9
#1160 update rhefs ( #1169 )
...
Update common.html
2024-05-05 13:53:26 +01:00
Anthony Stirling
ac5273244c
flatten ( #1167 )
2024-05-05 13:33:17 +01:00
Rectos VX
27113f99cb
Remove: old icon svg file
2024-05-05 15:46:06 +04:00
Rectos VX
fa31a4e340
Update: some margins in some places
2024-05-05 15:43:03 +04:00
Rectos VX
4d53119390
Update: add new tags to all languages
2024-05-05 15:23:42 +04:00
Rectos VX
303b8e032b
Update: updated all pages to new theme system
2024-05-05 15:19:53 +04:00
Anthony Stirling
d6b1fec69d
Update Dockerfile
2024-05-05 12:18:52 +01:00
Rectos VX
5c572a7d89
Update: changed JS to new theme system + Darkmode system
2024-05-05 15:12:30 +04:00
Rectos VX
04d1ff3822
Update: Changed pages css to adapte new theme system
2024-05-05 15:07:44 +04:00
Rectos VX
eb8a494b5c
Remove: Deleted old theme css
2024-05-05 14:53:22 +04:00
Rectos VX
4dfac2f46f
Add: New theme css system
2024-05-05 14:50:36 +04:00
albanobattistella
547f231e29
Update messages_it_IT.properties ( #1165 )
2024-05-05 11:40:18 +01:00
Anthony Stirling
38979dd362
lets try this again (Config fix) ( #1159 )
...
* Introducing a custom settings file
* formats
* chnages
* Update README.md
* fixes
---------
Co-authored-by: a <a>
2024-05-03 22:23:21 +01:00
Anthony Stirling
890163053b
introduces custom settings file ( #1158 )
...
* Introducing a custom settings file
* formats
* chnages
* Update README.md
2024-05-03 20:43:48 +01:00
t71rs
fbbc71d7e6
Drag&drop bug ( #1157 )
...
* Fixed issue that Drag and Droppped Files can not be deleted
* Deleted unnecessary Comment
2024-05-03 19:09:36 +01:00
Anthony Stirling
4372536c17
Remove ChatGPT mention to avoid confusion
2024-05-03 10:40:22 +01:00
github-actions[bot]
7f577a6052
📝 Update README: Translation Progress Table ( #1155 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-05-02 22:02:33 +01:00
Sahil Phule
d7afc574a6
Change User Roles ( #1153 )
...
* Modify user service and controller
* Modify Template
* Add messages
* Fix Username output
* Add tooltip
* Change Role Modify logic
* Add Roles from database to existing users
* Add default select Fillers
* Indent JS
* Add Change Role Related Translations
* Remove unnecessary Whitespace and imports
2024-05-02 21:52:50 +01:00
Dimitris Doukas
caa5525ddd
Merge branch 'Stirling-Tools:main' into main
2024-05-02 15:41:23 +03:00
github-actions[bot]
c622ee915b
📝 Update README: Translation Progress Table ( #1151 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-04-30 23:04:59 +01:00
albanobattistella
d0df392eef
Update messages_it_IT.properties ( #1148 )
2024-04-30 23:04:05 +01:00
Ludy
1c33500815
Update messages_de_DE.properties ( #1149 )
2024-04-30 23:03:50 +01:00
t71rs
d730c6a12f
Arrow key support signing ( #1143 )
...
* Added Arrow Key functionality for the Sign page.
* Added Arrow Key functionality for the Sign page.
* Adjusted step size, so it is relative to the size of the draggable
* Enabled Arrow Key support also for Add-Image
---------
Co-authored-by: Eric <71648843+sbplat@users.noreply.github.com >
2024-04-30 13:02:12 -04:00
Sahil Phule
b71f6f93b1
Add translations for OAUTH2 Related Text ( #1146 )
2024-04-30 08:02:15 +01:00
github-actions[bot]
32dd328048
Update 3rd Party Licenses ( #1144 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-04-29 22:05:54 +01:00
Sahil Phule
d9fa8f7b48
Add OAUTH2 OIDC login support ( #1140 )
...
* Somewhat working
* Change Autocreate logic
* Add OAuth Error Message if Auto create Disabled
* Display OAUTH2 username(email) in Account Settings
* Disable Change user/pass for Oauth2 user
* Hide SSO Button if SSO login Disabled
* Remove some spaces and comments
* Add OAUTH2 Login example docker-compose file
* Add Some Comments
* Hide Printing of Client secret
* Remove OAUTH2 Beans
and replace with applicationProperties
* Add conditional annotation to Bean Creation
* Update settings.yml.template
Add OAUTH2 enabling template.
* Update messages_en_GB.properties
2024-04-29 22:01:22 +01:00
Anthony Stirling
777e512e61
fonts noto fix #974 ( #1139 )
...
fix #974
2024-04-28 23:33:55 +01:00
Anthony Stirling
e7e3b34b37
fix for #1035 ( #1137 )
...
* fix for #1035
* Update ConvertImgPDFController.java
2024-04-28 22:37:40 +01:00
github-actions[bot]
6ed9e1c707
📝 Update README: Translation Progress Table ( #1134 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-04-28 10:40:01 +01:00
Ludy
318076254d
Handling Untranslatable Strings ( #1133 )
2024-04-27 23:26:12 +01:00
github-actions[bot]
4fea8d10f8
💾 Update Version ( #1130 )
...
💾 Sync Versions
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-04-27 11:04:28 +01:00
Anthony Stirling
8c9d6f7b66
Custom HTML support #355 ( #1129 )
...
* test
* settings
* version
2024-04-27 11:03:57 +01:00
Anthony Stirling
30444fc9bb
commit ( #1128 )
...
* commit
* formatting
2024-04-26 23:27:40 +01:00
Han
70349d642b
Update messages_tr_TR.properties ( #1126 )
...
* Update messages_tr_TR.properties
* Update messages_tr_TR.properties
2024-04-26 19:37:09 +01:00
albanobattistella
afaec64afd
Update messages_it_IT.properties ( #1120 )
2024-04-24 21:57:56 +01:00
github-actions[bot]
2a9fdff605
📝 Update README: Translation Progress Table ( #1119 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-04-24 19:59:53 +01:00
Anthony Stirling
34c7ee46a0
lang adds
2024-04-24 19:59:01 +01:00
phfuh
5ee702f364
PDF to PDF/A language files ( #1118 )
...
* Update messages_en_GB.properties
* Update messages_en_US.properties
* Update messages_de_DE.properties
2024-04-24 19:56:35 +01:00
Ludy
1b5d21a22e
Bugfix: Login page shows wrong selected country flag/language ( #1117 )
...
Closes #1116
2024-04-24 09:10:16 +01:00
Anthony Stirling
c3e5157dee
Delete CNAME
2024-04-23 22:35:21 +01:00
Anthony Stirling
6d859e4c25
Create CNAME
2024-04-23 22:34:29 +01:00
diemade
95a9aca5b5
Update CONTRIBUTING.md ( #1115 )
...
adding a chapter on how to edit Docs
2024-04-23 22:32:12 +01:00
github-actions[bot]
4c8f582c56
💾 Update Version ( #1108 )
...
💾 Sync Versions
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-04-21 23:08:06 +01:00
Anthony Stirling
71e93e3cb5
print (WIP), fake scan (WIP) and text conversion for ultra-lite ( #1098 )
...
* Changes!
* lang
* fake scan init, print init and pdf to text for exe
* Hardening suggestions for Stirling-PDF / changes (#1099 )
* Switch order of literals to prevent NullPointerException
* Introduced protections against predictable RNG abuse
---------
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
* Update README.md
* install custom fonts
* Formats etc
* version bump
* disable WIP work
* remove chinese font
---------
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
Co-authored-by: systo <systo@host.docker.internal >
2024-04-21 23:06:44 +01:00
github-actions[bot]
6c052a7b25
📝 Update README: Translation Progress Table ( #1107 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-04-21 23:00:40 +01:00
NeilJared
1e0ec8345a
>Updated es_ES (100% completed) ( #1106 )
...
Update messages_es_ES.properties
Updated es_ES translation (100% done)
2024-04-21 22:50:36 +01:00
diemade
eddcc11fe4
German translation for Print Tool ( #1104 )
...
* Update messages_de_DE.properties
Only full sentences should end in a period,
* Update messages_de_DE.properties
* Update messages_de_DE.properties
---------
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-04-21 22:31:45 +01:00
Ludy
3189d9dda8
Check DOCKER_ENABLE_SECURITY for UI ( #1103 )
...
When using `DOCKER_ENABLE_SECURITY=false`, the logout button and `Account Settings` are no longer displayed.
2024-04-21 21:16:39 +01:00
Ludy
5185fd13b8
updating the build files ( #1100 )
2024-04-21 16:30:17 +01:00
Ludy
a5000fbbc5
UI: settings show/hide update display ( #1072 )
...
* UI: settings show/hide update display
This PR replaces the PR #1003
In this PR, the visual for available update is added to the foreground.
There are new settings to generally show/hide the update display, and only administrators receive the update display.
* change to `Bean`
* Update AppUpdateShowService.java
* add update message
* revision service
* change shouldShow
* Update githubVersion.js
* rm folder
* Update AppUpdateService.java
2024-04-21 12:15:18 +01:00
albanobattistella
e74a8e434b
Update messages_it_IT.properties ( #1096 )
2024-04-21 09:16:05 +01:00
phfuh
b702f5772d
Add selection for PDF/A output format ( #1095 )
...
* Create PdfToPdfARequest.java
* Change class, add output format
* Add input field for output format
* Change output format selection order
2024-04-21 08:44:05 +01:00
github-actions[bot]
214e23fd93
📝 Update README: Translation Progress Table ( #1093 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-04-20 20:45:45 +01:00
Han
943071ebb7
Update messages_tr_TR.properties ( #1092 )
2024-04-20 19:18:20 +01:00
github-actions[bot]
c575ed2036
📝 Update README: Translation Progress Table ( #1091 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-04-20 15:28:10 +01:00
Anthony Stirling
06a178cc03
Cache form inputs between runs ( #1066 )
...
* Changes!
* lang
2024-04-20 14:46:49 +01:00
diemade
73f90885b4
Update messages_de_DE.properties ( #1069 )
...
Only full sentences should end in a period,
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-04-20 10:45:58 +01:00
Dimitris Doukas
9402109663
Merge branch 'Stirling-Tools:main' into main
2024-04-15 17:05:08 +03:00
Ludy
ace4e200b1
Fix: Resolve Username Case Sensitivity Issue in Login Flow ( #1070 )
...
* Fix: Username changing
The only situation where the username must be unique is when changing the username.
* Update UserController.java
2024-04-14 22:07:03 +01:00
github-actions[bot]
032388a8e3
📝 Update README: Translation Progress Table ( #1063 )
...
📝 Sync README
> Made via sync_files.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-04-11 22:49:12 +01:00
albanobattistella
276b6e521a
Update messages_it_IT.properties ( #1062 )
2024-04-11 22:40:05 +01:00
Ludy
35a4462a86
replace comma to dot ( #1057 )
...
In several countries the comma is used as a decimal, the PR will replace the comma with a dot.
2024-04-09 17:47:53 +01:00
pixeebot[bot]
5564f378e5
(Sonar) Fix "String#replace should be preferred to String#replaceAll" ( #1056 )
...
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
2024-04-09 06:52:52 +01:00
Ludy
66d5f3e4b5
add sync-readme ( #1051 )
2024-04-08 23:33:58 +01:00
Dimitris Kaitantzidis
0f367c23aa
359 split metadata lost ( #1049 )
...
* Closes #359
* Adds a minor fix, the modified date should be changed after a modification is made.
2024-04-08 20:53:00 +00:00
Ludy
7dd1679588
Ukrainian - add missing strings ( #1048 )
...
add missing strings
2024-04-08 21:37:30 +01:00
Foivos Proestakis
6b186d5d8e
Improve Greek translation ( #1046 )
...
* Update and Improve Greek translation
# Update Greek Translations
## Description
- Updated translations for all pages and content on the website.
- Corrected grammatical errors or typos in the Greek translation.
- Improved the overall readability and flow of the translated text.
This commit aims to enhance the user experience for Greek-speaking users of the website.
* Update messages_el_GR.properties
2024-04-08 21:29:31 +01:00
Ludy
d53be3aa14
add Ukrainian README, languages.html and correction FR, IT ( #1044 )
2024-04-08 21:29:13 +01:00
Eric
3dbfde534e
fix: missing pdf to html endpoint ( #1043 )
...
* fix: missing pdf to html endpoint
* refactor: remove unused variable
---------
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-04-08 21:28:57 +01:00
vkykalo
9a57842ece
Feature: Add Ukrainian Language Support ( #1039 )
...
* Add uk_UA lang
* Add added error translation block into uk_UA lang
---------
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-04-08 21:27:55 +01:00
CocoMaster-AI
ec83b9a17d
Update ja_JP,ko_KR,ru_RU,zh_TW.properties ( #1036 )
2024-04-08 21:27:36 +01:00
Ludy
59a19b0091
Update messages_de_DE.properties ( #1045 )
2024-04-08 20:25:14 +00:00
Dimitris Kaitantzidis
471865e4a3
Closes #359 ( #1047 )
2024-04-08 21:23:03 +01:00
Anthony Stirling
3868b4eca2
updates
2024-04-05 13:05:16 +01:00
Han
64f8765115
Update messages_tr_TR.properties ( #1032 )
...
update TR
2024-04-05 12:58:54 +01:00
github-actions[bot]
3804656218
💾 Update Version ( #1033 )
...
💾 Sync Versions
> Made via sync_versions.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-04-05 12:58:05 +01:00
Anthony Stirling
a5d824213c
OCR fix for #1019
2024-04-05 12:51:22 +01:00
albanobattistella
160a4e9f8d
Update messages_it_IT.properties ( #1031 )
2024-04-04 21:52:24 +01:00
Ludy
74a0574462
Update progress of language ( #1029 )
2024-04-04 10:16:10 +01:00
Muhammad Sani Ibrahim
1cf23b3542
Update README.md ( #606 )
...
Make the English more standard
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-04-03 22:51:59 +01:00
github-actions[bot]
2ef1242cd8
💾 Update Version ( #1015 )
...
💾 Sync Versions
> Made via sync_versions.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-04-03 22:41:33 +01:00
pixeebot[bot]
54c3bee205
Replaced Stream.collect(Collectors.toList()) with Stream.toList() (Sonar) ( #1018 )
...
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
2024-04-03 22:41:24 +01:00
NicolasFR
a63c0a3625
lang: update fr_FR ( #1020 )
...
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-04-03 22:41:07 +01:00
Dimitris Doukas
3103a0bffc
Enhance description for "Split PDF" functionality ( #1025 )
...
* Update screen of homepage
* Fix description for "Split PDF" except AR
* Fix description for "Split PDF" in AR
* Fix one mistake on AR
* Keep clear this branch from other branches
2024-04-03 22:40:35 +01:00
Dimitris Doukas
5d71ffbfaa
Update homepage screen in README ( #1021 )
...
Update screen of homepage
2024-04-03 22:40:09 +01:00
CocoMaster-AI
c0c137d1b0
Sponsor information supports translate now ( #1023 )
...
Sponsored information supports translate now
2024-04-03 10:02:01 +01:00
Dimitris Doukas
a05cfd52cb
Merge branch 'updatereadme'
2024-04-02 21:01:07 +03:00
Dimitris Doukas
ad0967f7d0
Update screen of homepage
2024-04-02 12:50:53 +03:00
Anthony Stirling
8625db2885
Update build.gradle
2024-04-01 22:10:33 +01:00
Anthony Stirling
a2a969a0a0
Chinese font and word conv fix ( #1014 )
...
* remove lite package
* alphine update for word conversion issue #995
2024-04-01 22:04:27 +01:00
Anthony Stirling
8a6386ca73
remove lite package ( #1012 )
2024-04-01 18:33:58 +01:00
NicolasFR
255c018415
Update messages_fr_FR.properties ( #1011 )
...
fix(lang): fix a translation error
2024-04-01 17:55:22 +01:00
albanobattistella
df27ed6907
Update messages_it_IT.properties ( #1010 )
2024-04-01 15:04:05 +01:00
CocoMaster-AI
989491b903
Extract text from error pages and sync text variable to all lang ( #1008 )
...
* feat: extract text from error pages
* feat: sync text variables to langs.properties
---------
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-04-01 11:04:56 +01:00
NicolasFR
664dd62d8b
doc: add --break-system-packages ( #1001 )
...
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-04-01 10:56:33 +01:00
albanobattistella
3d6b145db5
Update messages_it_IT.properties ( #1002 )
2024-03-30 19:51:44 +00:00
CocoMaster-AI
37a63242a6
Update messages_ru_RU.properties ( #999 )
2024-03-30 10:26:51 +00:00
Eric
dfb8c64f5a
fix: switch to pdftohtml for pdf to html conversions ( #998 )
...
* fix: switch to pdftohtml for pdf to html conversions
* build: include poppler-utils in dockerfile for pdftohtml
2024-03-29 17:02:33 -04:00
github-actions[bot]
27bbf7a513
💾 Update Version ( #997 )
...
💾 Sync Versions
> Made via sync_versions.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-03-29 11:04:05 +00:00
Anthony Stirling
ca890e4b32
Pipeline fix quick
2024-03-29 11:03:13 +00:00
CocoMaster-AI
4834d01223
feat: translate messages_ko_KR.properties, messages_ru_RU.properties completed ( #996 )
...
* feat: translate ko_KR.properties completed
* feat: feat: translate ru_RU.properties completed
2024-03-29 10:17:10 +00:00
albanobattistella
84b3bb1aed
Update messages_it_IT.properties ( #993 )
2024-03-28 20:50:29 +00:00
Anthony Stirling
a9679da719
Revert weasy
2024-03-28 19:38:56 +00:00
Anthony Stirling
f10b3ffe3c
multiTool.uploadPrompts
2024-03-28 17:45:58 +00:00
SuperFan
ea982d6412
fix: Add MultiTool UploadPrompts zh_CN And en_US ( #977 )
...
Co-authored-by: superfan <admin@henniubi.com >
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-03-28 17:44:21 +00:00
pixeebot[bot]
1035a3be31
Define a constant for a literal string that is duplicated n times (Sonar) ( #978 )
...
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
2024-03-28 17:44:10 +00:00
github-actions[bot]
c16db14cd9
Update 3rd Party Licenses ( #992 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-03-28 17:43:30 +00:00
github-actions[bot]
1698f9d5df
💾 Update Version ( #991 )
...
💾 Sync Versions
> Made via sync_versions.yml
Co-authored-by: GitHub Action action@github.com <GitHub Action action@github.com >
2024-03-28 17:43:20 +00:00
Anthony Stirling
08e43cc89c
fix #986 and #989
2024-03-28 17:09:21 +00:00
NicolasFR
fb1baaa275
fix: Fix package name of openjdk for debian ( #990 )
2024-03-28 16:53:54 +00:00
CocoMaster-AI
eda838d6f8
feat: Extract translation text from html and finished the mainly translation of zh_CN, zh_TW, ja_JP file ( #987 )
...
* feat: translate zh_cn properties
* feat: adjust some description messages_zh_CN.properties
* feat: translate zh_TW file done
* feat: zh_CN semantic optimization
* feat: Supplementary ja_JP translation
* feat: extract rest text
* feat: Sync to all lang.properties
* feat: translate zh_CN, zh_TW, ja_JP file
* fix: small bug
---------
Co-authored-by: yanyu_lin <yanyu_lin@bestsign.cn >
2024-03-28 16:53:39 +00:00
Anthony Stirling
2fff3083ae
Update TextFinder.java ( #980 )
2024-03-26 19:25:16 +00:00
tkymmm
7e2d58b3e8
Update messages_ja_JP.properties ( #975 )
2024-03-26 06:55:51 +00:00
NeilJared
31ec385282
Update messages_es_ES.properties ( #969 )
...
Updated es_ES translation (100% done)
2024-03-25 19:07:53 +00:00
Anthony Stirling
14ef7c0a72
dummy commit ( #968 )
...
Update README.md
2024-03-24 10:16:14 +00:00
Anthony Stirling
c9331afeac
github bug
2024-03-22 20:15:53 +00:00
Anthony Stirling
09cb92e235
github bug
2024-03-22 20:15:42 +00:00
Anthony Stirling
6bd6e6563b
Update Chart.yaml
2024-03-22 20:01:37 +00:00
Anthony Stirling
3c08c20426
Update build.gradle
2024-03-22 19:57:43 +00:00
Anthony Stirling
3800e3e465
Update view-pdf.html
2024-03-22 18:15:10 +00:00
github-actions[bot]
e2bd73dbf3
Update 3rd Party Licenses ( #966 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-03-21 21:42:34 +00:00
github-actions[bot]
a20c3018ae
Update 3rd Party Licenses ( #965 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-03-21 21:41:09 +00:00
dependabot[bot]
7f17b33859
Bump org.apache.pdfbox:pdfbox from 3.0.1 to 3.0.2 ( #963 )
...
Bumps org.apache.pdfbox:pdfbox from 3.0.1 to 3.0.2.
---
updated-dependencies:
- dependency-name: org.apache.pdfbox:pdfbox
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-21 21:40:59 +00:00
dependabot[bot]
029937a1c5
Bump org.springframework.boot:spring-boot-starter-test from 3.2.3 to 3.2.4 ( #961 )
...
Bump org.springframework.boot:spring-boot-starter-test
Bumps [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot ) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.3...v3.2.4 )
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-test
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-21 21:24:20 +00:00
dependabot[bot]
cfcf02708c
Bump org.springframework.boot from 3.2.3 to 3.2.4 ( #962 )
...
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot ) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.3...v3.2.4 )
---
updated-dependencies:
- dependency-name: org.springframework.boot
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-21 21:24:15 +00:00
dependabot[bot]
c1724ef74c
Bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.2.0 to 2.4.0 ( #964 )
...
Bump org.springdoc:springdoc-openapi-starter-webmvc-ui
Bumps [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi ) from 2.2.0 to 2.4.0.
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases )
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md )
- [Commits](https://github.com/springdoc/springdoc-openapi/compare/v2.2.0...v2.4.0 )
---
updated-dependencies:
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-21 21:24:06 +00:00
github-actions[bot]
3c53f97c36
Update 3rd Party Licenses ( #960 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-03-21 21:17:53 +00:00
dependabot[bot]
aa895d10ac
Bump org.springframework.boot:spring-boot-starter-thymeleaf from 3.2.3 to 3.2.4 ( #954 )
...
Bump org.springframework.boot:spring-boot-starter-thymeleaf
Bumps [org.springframework.boot:spring-boot-starter-thymeleaf](https://github.com/spring-projects/spring-boot ) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.3...v3.2.4 )
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-thymeleaf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-21 21:13:55 +00:00
dependabot[bot]
6c603618ce
Bump org.springframework.boot:spring-boot-starter-security from 3.2.3 to 3.2.4 ( #956 )
...
Bump org.springframework.boot:spring-boot-starter-security
Bumps [org.springframework.boot:spring-boot-starter-security](https://github.com/spring-projects/spring-boot ) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.3...v3.2.4 )
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-security
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-21 21:12:33 +00:00
dependabot[bot]
78aa0d4c61
Bump org.springframework.boot:spring-boot-starter-data-jpa from 3.2.3 to 3.2.4 ( #953 )
...
Bump org.springframework.boot:spring-boot-starter-data-jpa
Bumps [org.springframework.boot:spring-boot-starter-data-jpa](https://github.com/spring-projects/spring-boot ) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.3...v3.2.4 )
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-data-jpa
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-21 21:10:56 +00:00
dependabot[bot]
da3fc72e5c
Bump org.projectlombok:lombok from 1.18.28 to 1.18.32 ( #955 )
...
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok ) from 1.18.28 to 1.18.32.
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown )
- [Commits](https://github.com/projectlombok/lombok/compare/v1.18.28...v1.18.32 )
---
updated-dependencies:
- dependency-name: org.projectlombok:lombok
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-21 21:09:30 +00:00
dependabot[bot]
a800766cb8
Bump org.commonmark:commonmark from 0.21.0 to 0.22.0 ( #957 )
...
Bumps [org.commonmark:commonmark](https://github.com/commonmark/commonmark-java ) from 0.21.0 to 0.22.0.
- [Release notes](https://github.com/commonmark/commonmark-java/releases )
- [Changelog](https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md )
- [Commits](https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.21.0...commonmark-parent-0.22.0 )
---
updated-dependencies:
- dependency-name: org.commonmark:commonmark
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-21 21:08:00 +00:00
Ludy
67a1529dc7
Change to html5 ( #958 )
...
* Change to html5
with Nu Html Checker
* Update scale-pages.html
* Update sign.html
* Update common.html
* Update common.html
* Update login.html
2024-03-21 20:58:01 +00:00
github-actions[bot]
77354f47bf
Update 3rd Party Licenses ( #952 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-03-21 20:12:47 +00:00
dependabot[bot]
49ea07fd13
Bump io.github.pixee:java-security-toolkit from 1.1.2 to 1.1.3 ( #946 )
...
Bumps [io.github.pixee:java-security-toolkit](https://github.com/pixee/java-security-toolkit ) from 1.1.2 to 1.1.3.
- [Release notes](https://github.com/pixee/java-security-toolkit/releases )
- [Commits](https://github.com/pixee/java-security-toolkit/compare/v1.1.2...v1.1.3 )
---
updated-dependencies:
- dependency-name: io.github.pixee:java-security-toolkit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-21 20:09:55 +00:00
dependabot[bot]
bb69c67b52
Bump org.springframework.boot:spring-boot-starter-actuator from 3.2.3 to 3.2.4 ( #950 )
...
Bump org.springframework.boot:spring-boot-starter-actuator
Bumps [org.springframework.boot:spring-boot-starter-actuator](https://github.com/spring-projects/spring-boot ) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.3...v3.2.4 )
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-actuator
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-21 20:09:37 +00:00
dependabot[bot]
6b29c28e2e
Bump org.springframework.boot:spring-boot-devtools from 3.2.3 to 3.2.4 ( #949 )
...
Bumps [org.springframework.boot:spring-boot-devtools](https://github.com/spring-projects/spring-boot ) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.3...v3.2.4 )
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-devtools
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-21 20:09:32 +00:00
dependabot[bot]
ba0fe43f31
Bump org.springframework.boot:spring-boot-starter-web from 3.2.3 to 3.2.4 ( #948 )
...
Bump org.springframework.boot:spring-boot-starter-web
Bumps [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot ) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.3...v3.2.4 )
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-web
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-21 20:09:23 +00:00
dependabot[bot]
e54597f108
Bump com.github.jk1.dependency-license-report from 2.5 to 2.6 ( #932 )
...
Bumps com.github.jk1.dependency-license-report from 2.5 to 2.6.
---
updated-dependencies:
- dependency-name: com.github.jk1.dependency-license-report
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-21 20:09:10 +00:00
dependabot[bot]
9809ad9d7b
Bump io.micrometer:micrometer-core from 1.12.3 to 1.12.4 ( #930 )
...
Bumps [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer ) from 1.12.3 to 1.12.4.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases )
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.12.3...v1.12.4 )
---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-21 19:36:45 +00:00
dependabot[bot]
1d4ad19acd
Bump org.springframework:spring-webmvc from 6.1.4 to 6.1.5 ( #934 )
...
Bumps [org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework ) from 6.1.4 to 6.1.5.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.4...v6.1.5 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-webmvc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-21 19:36:12 +00:00
dependabot[bot]
2c24e754be
Bump org.apache.pdfbox:xmpbox from 3.0.1 to 3.0.2 ( #933 )
...
Bumps org.apache.pdfbox:xmpbox from 3.0.1 to 3.0.2.
---
updated-dependencies:
- dependency-name: org.apache.pdfbox:xmpbox
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-21 19:35:55 +00:00
albanobattistella
4a3326a560
Update messages_it_IT.properties ( #927 )
2024-03-17 14:24:07 +00:00
Ludy
24862e2d4a
changes characters in multiple languages - Unicode ascii ( #925 )
...
* unicode to readable font
* Update messages_de_DE.properties
2024-03-17 11:09:55 +00:00
Ludy
51bb26ae34
Fix: Error after logging out and selecting another language ( #924 )
...
Fix exception url after logout
2024-03-17 09:57:17 +00:00
Anthony Stirling
f474651f36
lang, save to browser ( #923 )
2024-03-17 09:33:05 +00:00
tongkl1
11193b1b6d
Fix typo in example yaml file ( #922 )
2024-03-16 09:49:28 +00:00
github-actions[bot]
3066b3e500
Update 3rd Party Licenses ( #919 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-03-14 23:00:38 +00:00
dependabot[bot]
217f112bc4
Bump com.google.zxing:core from 3.5.2 to 3.5.3 ( #779 )
...
Bumps [com.google.zxing:core](https://github.com/zxing/zxing ) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/zxing/zxing/releases )
- [Changelog](https://github.com/zxing/zxing/blob/master/CHANGES )
- [Commits](https://github.com/zxing/zxing/compare/zxing-3.5.2...zxing-3.5.3 )
---
updated-dependencies:
- dependency-name: com.google.zxing:core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-03-14 22:59:27 +00:00
github-actions[bot]
e1bb0cf5ec
Update 3rd Party Licenses ( #914 )
...
Signed-off-by: GitHub Action <action@github.com >
Co-authored-by: GitHub Action <action@github.com >
2024-03-13 22:45:32 +00:00
Anthony Stirling
3930c25a75
Frooodle patch 2 ( #913 )
...
* Update licenses-update.yml
* Update build.gradle
2024-03-13 22:34:24 +00:00
Anthony Stirling
b27e79cb52
Update build.gradle ( #912 )
2024-03-13 22:29:55 +00:00
Anthony Stirling
daf6486b86
Update licenses-update.yml ( #911 )
2024-03-13 22:26:39 +00:00
Ludy
1af41f8ea5
🔨 add Developer tools/scripts ( #828 )
...
* 🔨 add Developer tools
* Update downloader.js
* Update game.js
* Update .pre-commit-config.yaml
* Update sync_versions.yml
* removed: mixed line ending tool
* Update swagger.yml
* Update push-docker.yml
* Update build.yml
---------
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-03-13 22:18:15 +00:00
Listiges Känguru
70e4ac21df
Update messages_de_DE.properties ( #903 )
...
Added missing translations, improved some existing translations.
2024-03-13 22:11:43 +00:00
Anthony Stirling
95d9d85ca2
dep bumps and nonroot bypass ( #910 )
...
* dep bumps and nonroot bypass
* log changing
2024-03-13 22:09:56 +00:00
Ludy
9cc7a49d12
Enforcing Username Uniqueness ( #906 )
...
* Enforcing Username Uniqueness
Changes in UserService.java:
Added a new method findByUsername to allow searching for usernames regardless of case sensitivity.
Added a new method isUsernameValid to validate the username.
Changes in UserController.java:
Updated the changeUsername method to ensure the new username is valid before changing it.
Updated the editUser method to ensure the new username is unique and valid.
Changes in UserRepository.java:
Added a custom JPQL query to search for usernames regardless of case sensitivity.
Changes in HTML templates (account.html and addUsers.html):
Error messages are displayed if a username is invalid or already exists.
* JPAs auto
2024-03-13 22:09:16 +00:00
Anthony Stirling
ae73595335
Number of fixes and making pipline LIVE ! ( #907 )
...
Closes #889 and #332
#710
#901
#885
2024-03-13 19:15:10 +00:00
pavedroad
ac620082ec
chore: fix some typos ( #900 )
...
Signed-off-by: pavedroad <qcqs@outlook.com >
2024-03-12 19:42:15 -04:00
Anthony Stirling
1e4134c7d1
Number fxes ( #898 )
...
* init
* user and pass to just pass lang update
* session management fixes and avoid demo user locking
* fix for UMASK and extract cleanups
* fixes for user #889 and #332
* increase session count for demo site
* fix
* gcc
* formatting
* number fixes init
* || true test
* version bump
* Hardening suggestions for Stirling-PDF / numberFxes (#899 )
Switch order of literals to prevent NullPointerException
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
---------
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
2024-03-10 14:00:00 +00:00
albanobattistella
a7bcdd0003
Update messages_it_IT.properties ( #891 )
2024-03-09 14:03:58 +00:00
Anthony Stirling
121af0501a
fixes for user permissions ( #892 )
2024-03-09 14:03:46 +00:00
Ludy
82c4e9cf41
Fix TypeError by rotation ( #890 )
...
Fixes the error in the PDF multitool when rotating all pages at the same time.
2024-03-09 12:18:00 +00:00
Ludy
142e11a59a
added missing translation strings ( #888 )
2024-03-09 08:08:33 +00:00
Anthony Stirling
08205ed32d
Custom uid ( #883 )
...
* init
* user and pass to just pass lang update
* session management fixes and avoid demo user locking
* fix for UMASK and extract cleanups
2024-03-08 20:49:19 +00:00
Anthony Stirling
9246b42057
Login fixes ( #881 )
...
* init
* user and pass to just pass lang update
* session management fixes and avoid demo user locking
* Hardening suggestions for Stirling-PDF / loginFixes (#882 )
Switch order of literals to prevent NullPointerException
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
---------
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
2024-03-08 18:06:40 +00:00
albanobattistella
67e4d6e3a2
Update messages_it_IT.properties ( #878 )
2024-03-07 21:47:21 +00:00
Anthony Stirling
cf4613d043
Password fix and others ( #875 )
...
* init
* user and pass to just pass lang update
2024-03-07 20:12:07 +00:00
Eric
2f703796e9
fix(SplitPDF): create immutable list for dynamic additions ( #877 )
2024-03-07 12:05:26 -05:00
albanobattistella
731dc3f3dc
Update messages_it_IT.properties ( #870 )
2024-03-06 22:24:30 +00:00
Ludy
97472310f2
Show the user roles as real names ( #867 )
...
* Show the user roles as real names
* Add error message
* Update Role.java
* default Language without translation
* Update messages_el_GR.properties
2024-03-06 22:14:02 +00:00
Anthony Stirling
ece1d071c0
non root user and fix book/html calibre ( #856 )
...
* non root user and fix book/html calibre
* version bump
* Update docker-compose-latest.yml
* remove customApp
---------
Co-authored-by: systo <systo@host.docker.internal >
2024-03-04 20:51:49 +00:00
albanobattistella
20f532c872
Update messages_it_IT.properties ( #858 )
...
Co-authored-by: Eric <71648843+sbplat@users.noreply.github.com >
2024-03-04 20:36:18 +00:00
Ludy
bdcccfd937
🐛 Fix: index out of bounds #861 #842 ( #863 )
...
* 🐛 Fix: `index out of bounds` #861 #842
* Update RearrangePagesPDFController.java
* Update RearrangePagesPDFController.java
2024-03-04 20:14:45 +00:00
Ludy
146b8f0103
Corrected the reading of the port. See: #834 ( #855 )
...
* Corrected the reading of the port. See: #834
* Removed outdated import
---------
Co-authored-by: Eric <71648843+sbplat@users.noreply.github.com >
2024-02-25 19:15:03 -05:00
懒猫
c8a37245fa
Added option to split PDF into multiple parts and merge into one PDF ( #841 )
...
* Added option to split PDF into multiple parts and merge into one PDF
* Use the mergeDocuments method in MergeController to implement merging
---------
Co-authored-by: Eric <71648843+sbplat@users.noreply.github.com >
2024-02-24 15:26:35 -05:00
Parth P Shah
af68c70239
Update SPdfApplication.java ( #853 )
...
* Update SPdfApplication.java
* Update SPdfApplication.java
* Update SPdfApplication.java
---------
Co-authored-by: Eric <71648843+sbplat@users.noreply.github.com >
2024-02-24 15:22:47 -05:00
Ludy
5bd544dcd7
Removed: Duplicate Properties Keys pt_PT ( #854 )
2024-02-24 19:45:07 +00:00
Anthony Stirling
642b85069d
Merge pull request #852 from parth-p-shah/application-file-fixes
...
Application file fixes, added loggers instead of sysout
2024-02-23 19:03:04 +00:00
Parth P Shah
6fef4ea82c
Update SPdfApplication.java
2024-02-24 00:01:20 +05:30
Parth P Shah
8670afb96f
Revert "Update SPdfApplication.java"
...
This reverts commit 33f8d60900 .
2024-02-23 23:46:42 +05:30
Parth P Shah
33f8d60900
Update SPdfApplication.java
2024-02-23 23:46:36 +05:30
albanobattistella
4e2156ad79
Update messages_it_IT.properties ( #839 )
2024-02-21 17:30:55 -05:00
Anthony Stirling
a07245224e
Merge pull request #833 from seku80/main
...
Add messages_pt_PT.properties
2024-02-19 22:34:00 +00:00
seku80
f96a4cdb59
Update pt_PT
...
Fixed missing line #14 and removing duplicate entry line #870
2024-02-19 16:46:35 +00:00
seku80
efea22aa6e
Update languages.html
2024-02-19 16:19:29 +00:00
seku80
ae9a7dc580
Add files via upload
2024-02-19 16:13:16 +00:00
seku80
7135ace1aa
Add files via upload
2024-02-19 15:03:28 +00:00
Anthony Stirling
625275124a
fix for #818
2024-02-18 15:47:19 +00:00
Anthony Stirling
c96ebccae4
Download message for game
2024-02-18 13:30:56 +00:00
Anthony Stirling
20cb460a7e
controls and sizing bounds
2024-02-18 09:45:50 +00:00
Anthony Stirling
3a62d19979
game const
2024-02-18 09:21:30 +00:00
Ludy
51ad741744
Fix 746 ( #825 )
...
* Fix : #746
* formatting
2024-02-18 07:40:30 +00:00
Anthony Stirling
673f005fe6
Game fixes and ocr docs ( #824 )
2024-02-17 23:23:07 +00:00
Ludy
8d9f0361d0
Fix Serbia Language ( #822 )
...
* Fix Serbia Language
* Rename messages_sr_Latn_RS.properties to messages_sr_LATN_RS.properties
* Update languages.html
* Update README.md
2024-02-17 19:56:56 +00:00
Anthony Stirling
56e3ec1219
Update HowToUseOCR.md
2024-02-17 19:28:32 +00:00
dependabot[bot]
a0acafcefc
Bump org.springframework:spring-webmvc from 6.1.2 to 6.1.3 ( #713 )
...
Bumps [org.springframework:spring-webmvc](https://github.com/spring-projects/spring-framework ) from 6.1.2 to 6.1.3.
- [Release notes](https://github.com/spring-projects/spring-framework/releases )
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.2...v6.1.3 )
---
updated-dependencies:
- dependency-name: org.springframework:spring-webmvc
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-17 13:24:38 +00:00
dependabot[bot]
918f5954b7
Bump io.micrometer:micrometer-core from 1.12.2 to 1.12.3 ( #806 )
...
Bumps [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer ) from 1.12.2 to 1.12.3.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases )
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.12.2...v1.12.3 )
---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-17 13:23:10 +00:00
albanobattistella
148dcdaee7
Update messages_it_IT.properties ( #816 )
2024-02-17 13:22:15 +00:00
Anthony Stirling
a5f0777892
Update ConfigInitializer.java for auto settings removal
2024-02-17 13:10:00 +00:00
Ludy
010426d488
Document ( #803 )
...
* Update HowToAddNewLanguage.md
* Update HowToUseOCR.md
* Update LocalRunGuide.md
* Update README.md
* Update LocalRunGuide.md
* Update README.md
---------
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com >
2024-02-16 22:42:56 +00:00
Aliarev
6fc9c7be90
Update french translation ( #814 )
2024-02-16 22:24:26 +00:00
Sherif Metwally
094fde9801
Update-helm-chart ( #815 )
...
* upgrade app in helm chart to 0.20.2
* update and correct UI env variable names in chart values.yaml
2024-02-16 22:23:11 +00:00
Ludy
e4a76e96af
HTML, CSS, JS and JAVA corrections ( #810 )
...
* CSS corrections
* HTML corrections
* JS corrections
* JAVA corrections
* remove tab
* CSS corrections 2
* JS corrections 2
* back to the roots
* max-linie 127
* add slash hr|br
* return bootstrap-icons.css
* return bootstrap-icons.min.css
* return bootstrap.min.css
* Update bootstrap-icons.css
* Update bootstrap-icons.min.css
* Update bootstrap-icons.min.css
* Update bootstrap.min.css
* CSS corrections
* HTML corrections
* JS corrections
* JAVA corrections
* remove tab
* CSS corrections 2
* JS corrections 2
* back to the roots
* max-linie 127
* add slash hr|br
* return bootstrap-icons.css
* Update bootstrap-icons.css
* Bootstrap CSS
* Update prism.css
2024-02-16 21:49:06 +00:00
Anthony Stirling
68f582bcb9
Merge pull request #811 from NeilJared/main
...
Update messages_es_ES.properties
2024-02-14 21:27:59 +00:00
IT Creativity + Art Team
7e4d8f45f6
Merge branch 'Stirling-Tools:main' into main
2024-02-14 21:26:22 +02:00
NeilJared
639aed7120
Update messages_es_ES.properties
...
Updated es_ES translation
2024-02-14 12:22:47 +01:00
NeilJared
994bb4d1d2
Update messages_es_ES.properties
...
Minor bug fixes: es_ES translation
2024-02-14 11:57:34 +01:00
Anthony Stirling
80b11a55fa
Merge pull request #804 from Ludy87/missing_pageSelectionPrompt
...
add missing propertie pageSelectionPrompt
2024-02-11 22:43:08 +00:00
Ludy87
3cfb554623
missing propertie pageSelectionPrompt
2024-02-11 21:10:04 +01:00
Eric
e84f9c5946
Merge pull request #796 from Ludy87/languages
...
Languages
2024-02-11 14:41:15 -05:00
Ludy87
17cc31d6e7
add placeholder translation
2024-02-11 14:32:34 -05:00
Ludy87
0c6e10a6dd
add separator
2024-02-11 14:32:34 -05:00
Ludy87
297c57631f
remove dublicate -> change showJS.tags to autoRedact.tags
2024-02-11 14:32:34 -05:00
Ludy87
bd4e252bb6
added missing strings
2024-02-11 14:32:33 -05:00
Ludy87
0ce34c70bc
Update messages_de_DE.properties
2024-02-11 14:32:33 -05:00
Ludy87
4df75cfba1
Update messages_de_DE.properties
2024-02-11 14:32:33 -05:00
Ludy87
2aa435bcfb
double spaces removed
2024-02-11 14:32:33 -05:00
Ludy87
0a4a9e6947
Removed unnecessary characters and added DE missing strings
2024-02-11 14:32:32 -05:00
Anthony Stirling
d5860d0b55
Update PdfToTextOrRTFRequest.java
2024-02-11 18:47:43 +00:00
Eric
6a487ce514
Merge pull request #802 from Stirling-Tools/normalize_files
...
refactor: normalize all files (strip trailing whitespace + convert CRLF to LF)
2024-02-11 13:11:37 -05:00
sbplat
4f3b85e66b
refactor: normalize files that contained both CRLF and LF
2024-02-11 12:14:21 -05:00
sbplat
370cd97e05
misc: update .git-blame-ignore-revs to ignore normalize files commit in blame
2024-02-11 11:54:03 -05:00
sbplat
55d4fda01b
refactor: normalize files
2024-02-11 11:47:00 -05:00
Anthony Stirling
3dd0471e22
Merge pull request #799 from Stirling-Tools/icon
...
Icon changes!
2024-02-10 16:40:00 +00:00
Anthony Stirling
5a4efa81a7
more icon changes
2024-02-10 16:22:59 +00:00
Anthony Stirling
ea59c12b27
icon changes
2024-02-10 16:17:47 +00:00
Anthony Stirling
9600f91dda
bigger icons
2024-02-10 16:11:45 +00:00
Anthony Stirling
a9f93b014a
icon change
2024-02-10 15:56:41 +00:00
Anthony Stirling
bf62e389f7
Merge branch 'main' of git@github.com:Frooodle/Stirling-PDF.git into
...
main
2024-02-10 14:55:53 +00:00
Anthony Stirling
26af6b5636
cleanups formatting
2024-02-10 14:52:59 +00:00
Anthony Stirling
0fabfea56d
page adjusts for stamp
2024-02-10 14:52:27 +00:00
Anthony Stirling
7a9417a62f
Merge pull request #794 from mannam11/fixed-stamptool-wrong-filename-generaion-#757
...
fixed wrong filename generation through stamp tool #757
2024-02-10 11:21:19 +00:00
Anthony Stirling
eb45005baa
Merge branch 'main' into fixed-stamptool-wrong-filename-generaion-#757
2024-02-10 11:20:21 +00:00
Anthony Stirling
a4f923eb3a
Update StampController.java
2024-02-10 11:19:22 +00:00
Anthony Stirling
e1c3561997
version bump and expose ports
2024-02-10 10:29:17 +00:00
mannam11
bf8b902100
Merge branch 'main' into fixed-stamptool-wrong-filename-generaion-#757
2024-02-10 15:57:38 +05:30
Anthony Stirling
8a5883501a
Merge pull request #797 from Stirling-Tools/fixes
...
Fixes for docker changes plus others
2024-02-10 00:33:49 +00:00
Anthony Stirling
fd8f3ce019
Merge pull request #798 from Stirling-Tools/pixeebot/fixes
...
Hardening suggestions for Stirling-PDF / fixes
2024-02-10 00:33:33 +00:00
Anthony Stirling
6f72096953
more fixes
2024-02-10 00:21:00 +00:00
Anthony Stirling
5a52e3d6dd
other changes
2024-02-10 00:08:54 +00:00
pixeebot[bot]
23672cd18d
Modernize and secure temp file creation
2024-02-10 00:08:18 +00:00
pixeebot[bot]
68c0941666
Sanitized user-provided file names in HTTP multipart uploads
2024-02-10 00:08:18 +00:00
Anthony Stirling
96e399a617
changing html and book labels
2024-02-10 00:00:07 +00:00
Anthony Stirling
22343e507d
fixes
2024-02-09 23:45:18 +00:00
Anthony Stirling
8a143d139c
Merge remote-tracking branch 'origin/main' into fixes
2024-02-09 23:30:25 +00:00
Anthony Stirling
15ad46fe1c
book htmk
2024-02-09 23:24:25 +00:00
Anthony Stirling
2473f0d034
Update build.gradle
2024-02-09 23:22:16 +00:00
Anthony Stirling
f211eefc85
Merge pull request #624 from Zoey2936/main
...
switch images to alpine
2024-02-09 23:22:07 +00:00
mannam
9da88b7652
fixed wrong filename generation through stamp tool #757
2024-02-09 19:35:34 +05:30
Anthony Stirling
729c8006d2
Merge pull request #789 from mannam11/fixed_remove_pages_exception#761
...
Fixed remove pages un-handled exception with space in input #761
2024-02-08 17:25:17 +00:00
Anthony Stirling
0d5b790443
Merge branch 'main' into fixed_remove_pages_exception#761
2024-02-08 17:19:30 +00:00
Anthony Stirling
aa16035137
Merge pull request #787 from Stirling-Tools/fix_stamp_margins
...
fix: use the same margins for x and y in the stamp feature
2024-02-08 17:18:31 +00:00
mannam
41686883ee
Fixed remove pages un-handled exception with space in input #761
2024-02-08 21:03:57 +05:30
Eric
2e0790c893
Merge pull request #788 from Stirling-Tools/pixeebot/fix_stamp_margins
...
Hardening suggestions for Stirling-PDF / fix_stamp_margins
2024-02-07 21:52:21 -05:00
pixeebot[bot]
4e937a6024
Sanitized user-provided file names in HTTP multipart uploads
2024-02-08 02:46:39 +00:00
sbplat
4af58118c9
fix: use the same margins for x and y in the stamp feature
2024-02-07 21:40:33 -05:00
Zoey
aa2ad33c1d
fix libreoffice install
2024-02-07 06:15:32 +01:00
Anthony Stirling
c7005bc07f
Merge pull request #780 from NeilJared/main
...
Updated es_ES translation (100% completed)
2024-02-06 09:40:30 +00:00
NeilJared
3f932ebec9
Update messages_es_ES.properties
...
Updated es_ES translation (100%)
2024-02-06 10:03:55 +01:00
Stirling-PDF-Bot
296f265391
Update 3rd Party Licenses
2024-02-06 08:39:13 +00:00
Anthony Stirling
ca8519cb10
Merge remote-tracking branch 'origin/main' into fixes
2024-02-06 00:01:15 +00:00
Anthony Stirling
734d76a3b5
test
2024-02-06 00:00:49 +00:00
Anthony Stirling
f5a39ed514
Merge pull request #776 from michelheusschen/fix/dutch-small-corrections
...
fix: small corrections for Dutch language
2024-02-04 18:53:04 +00:00
Michel Heusschen
96f4e5eac7
fix: small corrections for Dutch language
2024-02-04 18:08:55 +01:00
Anthony Stirling
48be772703
Update build.gradle
2024-02-03 22:54:33 +00:00
Anthony Stirling
a9edb49723
Merge pull request #772 from Stirling-Tools/pixeebot/drip-2024-02-02-pixee-java/switch-literal-first
...
Switch order of literals to prevent NullPointerException
2024-02-02 00:31:13 +00:00
pixeebot[bot]
95471a2fba
Switch order of literals to prevent NullPointerException
2024-02-02 00:29:18 +00:00
Anthony Stirling
36c277961f
Merge pull request #771 from Stirling-Tools/pixeebot/drip-2024-02-02-pixee-java/upgrade-tempfile-to-nio
...
Modernize and secure temp file creation
2024-02-02 00:20:39 +00:00
pixeebot[bot]
734fff5618
Modernize and secure temp file creation
2024-02-02 00:15:46 +00:00
Anthony Stirling
16136b2f6f
Merge pull request #769 from Stirling-Tools/pixeebot/drip-2024-02-01-pixee-java/sanitize-spring-multipart-filename
...
Sanitized user-provided file names in HTTP multipart uploads
2024-02-01 23:51:48 +00:00
pixeebot[bot]
c8dfe10a7c
Sanitized user-provided file names in HTTP multipart uploads
2024-02-01 23:48:27 +00:00
Anthony Stirling
c8481fdbef
Merge pull request #768 from Stirling-Tools/pixeebot/drip-2024-02-01-pixee-java/sandbox-url-creation
...
Sandboxed URL creation to prevent SSRF attacks
2024-02-01 23:37:41 +00:00
pixeebot[bot]
8e0c02a151
Sandboxed URL creation to prevent SSRF attacks
2024-02-01 23:35:05 +00:00
Anthony Stirling
271906097d
Merge pull request #767 from Stirling-Tools/pixeebot/drip-2024-02-01-pixee-java/harden-process-creation
...
Introduced protections against system command injection
2024-02-01 23:22:59 +00:00
pixeebot[bot]
91caa2a097
Introduced protections against system command injection
2024-02-01 23:18:24 +00:00
Anthony Stirling
6105451e08
Merge pull request #766 from Stirling-Tools/pixeebot/drip-2024-02-01-pixee-java/limit-readline
...
Protect `readLine()` against DoS
2024-02-01 23:05:22 +00:00
pixeebot[bot]
450e090252
Protect readLine() against DoS
2024-02-01 23:01:04 +00:00
Anthony Stirling
86635f85b4
Merge pull request #764 from Stirling-Tools/pixeebot/drip-2024-02-01-pixee-java/harden-zip-entry-paths
...
Introduced protections against "zip slip" attacks
2024-02-01 22:50:55 +00:00
Anthony Stirling
a7214a2171
Merge branch 'main' into pixeebot/drip-2024-02-01-pixee-java/harden-zip-entry-paths
2024-02-01 22:46:16 +00:00
Anthony Stirling
61cd473e6c
Merge pull request #763 from Stirling-Tools/Frooodle-patch-1
...
Frooodle patch 1
2024-02-01 22:45:59 +00:00
Anthony Stirling
d67690d995
Update build.gradle
2024-02-01 22:43:25 +00:00
pixeebot[bot]
e20f4fe31a
Introduced protections against "zip slip" attacks
2024-02-01 22:41:49 +00:00
Anthony Stirling
2deb40bb6d
Update build.gradle
2024-02-01 22:41:13 +00:00
Anthony Stirling
bfee745cca
Update build.gradle
2024-02-01 22:40:36 +00:00
Anthony Stirling
68d390e633
Merge pull request #707 from tkymmm/main
...
Update messages_ja_JP.properties
2024-02-01 09:23:28 +00:00
Eric
a884f1b3d4
Merge branch 'main' into main
2024-02-01 00:13:14 -05:00
Zoey
d190ae0cf3
add @testing (3/3)
2024-01-31 21:02:22 +01:00
Zoey
bb08a63296
add @testing (2/3)
2024-01-31 21:02:22 +01:00
Zoey
3debc1b0df
add @testing (1/3)
2024-01-31 21:02:22 +01:00
Zoey
e560028097
Update Dockerfile-lite
2024-01-31 21:02:22 +01:00
Zoey
5afcbdbc8b
use patched libreoffice version
2024-01-31 21:02:22 +01:00
Zoey
aaaf3ffe34
fix some things
2024-01-31 21:02:22 +01:00
Zoey
b043e666ae
switch images to alpine
...
Signed-off-by: Zoey <zoey@z0ey.de >
2024-01-31 21:02:22 +01:00
Eric
cda8f7b27d
Merge pull request #758 from Stirling-Tools/watermark_newline
...
feat: support '\n' literal in add watermark
2024-01-31 12:56:16 -05:00
Eric
d524fcc157
Merge branch 'main' into watermark_newline
2024-01-31 12:55:29 -05:00
Eric
e05e34f217
Merge pull request #754 from Stirling-Tools/fix_extract_image
...
fix: infinite recursion in `ImageFinder`
2024-01-31 12:55:07 -05:00
Eric
73bbb516d2
Merge branch 'main' into fix_extract_image
2024-01-31 12:51:47 -05:00
Anthony Stirling
c2aaa65228
Merge pull request #755 from ProvaTeams/Add-required-attribute-to-input-file
...
Add required attribute to input file
2024-01-31 17:37:45 +00:00
Anthony Stirling
91722af8b0
Merge branch 'main' into Add-required-attribute-to-input-file
2024-01-31 17:20:35 +00:00
Eric
71d33f6047
Merge pull request #760 from Stirling-Tools/pr_template
...
misc: update pull request template
2024-01-31 11:39:03 -05:00
sbplat
903faadff3
misc: update pull request template
2024-01-31 11:04:40 -05:00
ProvaTeams
55020d45f8
Using the flag logic
2024-01-31 14:09:16 +00:00
sbplat
2d37c707e2
feat: support '\n' literal in add watermark
2024-01-31 00:54:51 -05:00
ProvaTeams
b00f8c80ec
Add required attribute to input file
2024-01-29 19:13:57 +01:00
sbplat
53afb865c5
refactor: replace ImageFinder with getAllImages using strategy behind ExtractImagesController
2024-01-29 11:23:58 -05:00
Anthony Stirling
6f3e317484
Merge pull request #736 from michelheusschen/update-dutch-translation
...
Update dutch translation
2024-01-29 08:18:43 +00:00
Michel Heusschen
e77d2847ea
add new translations
2024-01-29 07:49:02 +01:00
Michel Heusschen
46abae9acc
Merge branch 'main' of https://github.com/michelheusschen/Stirling-PDF into update-dutch-translation
2024-01-29 07:27:28 +01:00
Anthony Stirling
571320b9ba
Merge pull request #703 from cloud-erik/main
...
Formating of language string in example
2024-01-28 20:23:21 +00:00
Anthony Stirling
07e9fcb6cc
Merge pull request #737 from michelheusschen/fix/merge-tool-file-selection
...
fix: show only selected files for merge tool
2024-01-28 20:22:45 +00:00
Anthony Stirling
7a8719743d
Merge pull request #751 from albanobattistella/patch-8
...
Update messages_it_IT.properties
2024-01-28 20:21:54 +00:00
albanobattistella
746f2d0949
Update messages_it_IT.properties
2024-01-28 21:18:57 +01:00
Anthony Stirling
3986858adb
Update build.gradle
2024-01-28 20:11:41 +00:00
Anthony Stirling
589cb8d91f
Add files via upload
2024-01-28 20:11:15 +00:00
Anthony Stirling
705c75e51d
Merge pull request #749 from Stirling-Tools/Frooodle-patch-1
...
Auto split fix
2024-01-28 18:18:50 +00:00
Anthony Stirling
6acb593411
Update AutoSplitPdfController.java
2024-01-28 18:17:32 +00:00
Anthony Stirling
8060451713
Update AutoSplitPdfController.java
2024-01-28 18:16:59 +00:00
Anthony Stirling
6130f14d5a
Merge pull request #748 from Stirling-Tools/pipelineFixes
...
Pipeline fixes
2024-01-28 17:48:48 +00:00
Anthony Stirling
0fbc461877
Merge branch 'main' into pipelineFixes
2024-01-28 17:41:17 +00:00
Anthony Stirling
89e461e4f6
formats
2024-01-28 17:39:07 +00:00
Anthony Stirling
ba4ad1aff9
langs
2024-01-28 17:37:02 +00:00
Anthony Stirling
be1904749b
Add stamp, fix html, change accepts
2024-01-28 17:36:17 +00:00
Michel Heusschen
166fa0eb87
fix: show only selected files for merge tool
2024-01-23 16:06:57 +01:00
Michel Heusschen
9a06e7a3ca
typo
2024-01-23 14:14:54 +01:00
Michel Heusschen
cb12af2d95
update Dutch (nl_NL) translation
2024-01-23 14:11:53 +01:00
Eric
46032b8ebb
Merge pull request #719 from dhenry437/fix/multi-tool-filename
...
Multi-tool bug with dropping files
2024-01-22 14:28:07 -05:00
Anthony Stirling
4a6bd60466
Merge branch 'main' into fix/multi-tool-filename
2024-01-22 18:38:25 +00:00
Eric
f85c8ea5ec
Merge pull request #730 from Stirling-Tools/fix-remove-blank-pages
...
fix: remove blank pages not handling EXIT_FAILURE code properly
2024-01-22 10:58:59 -05:00
sbplat
06ef09035d
fix: remove blank pages not handling EXIT_FAILURE code properly
2024-01-22 10:39:29 -05:00
Anthony Stirling
13301e4606
Merge branch 'main' into fix/multi-tool-filename
2024-01-20 22:29:59 +00:00
Anthony Stirling
b59651a0fb
Merge pull request #722 from phfuh/push
...
Update messages_de_DE.properties
2024-01-20 19:20:53 +00:00
Anthony Stirling
86b8d7f804
Merge pull request #723 from andrewdolphin/patch-1
...
Remove bootstrap css from view-pdf.html
2024-01-20 19:13:54 +00:00
andrewdolphin
e4dded3faa
Remove bootstrap css from view-pdf.html that is causing issues when adding images
2024-01-19 10:31:05 +00:00
Anthony Stirling
75cf3ed0c1
Resolve wkhtml and formatting
2024-01-18 23:28:39 +00:00
Anthony Stirling
2fa68be36b
pipeline fixes
2024-01-18 21:57:41 +00:00
phfuh
d09b252a4a
Update messages_de_DE.properties
...
Translated the new entries, some corrections
2024-01-18 19:48:21 +01:00
sbplat
a5165b04cd
fix(multi-tool): refactor fileInput.js into a class, fix filename variable typos, and update updateFilename logic for dropping files
2024-01-18 01:08:31 -05:00
Dan Henry
1bd17eded6
call updateFilenameInput on file drop
2024-01-18 12:08:32 +11:00
Dan Henry
18d289d3b7
Move filename input logic to its own function
2024-01-18 12:07:02 +11:00
Stirling-PDF-Bot
e43e6d18b9
Update 3rd Party Licenses
2024-01-17 23:52:12 +00:00
Stirling-PDF-Bot
9dbc2712e7
Update 3rd Party Licenses
2024-01-16 20:06:35 +00:00
tkymmm
ec5a3c5948
Update messages_ja_JP.properties
...
Updated Japanese translation.
2024-01-15 10:16:46 +09:00
Stirling-PDF-Bot
89c0e721b8
Update 3rd Party Licenses
2024-01-15 00:13:30 +00:00
cloud-erik
c807d20590
Update docker-compose-latest-lite-security.yml
...
Exemple DEFAULTLOCALE formating
2024-01-14 10:32:34 +01:00
cloud-erik
686af16cf5
Update docker-compose-latest-lite.yml
...
Exemple DEFAULTLOCALE formating
2024-01-14 10:32:23 +01:00
cloud-erik
219dd7834f
Update docker-compose-latest-security.yml
...
Exemple DEFAULTLOCALE formating
2024-01-14 10:32:12 +01:00
cloud-erik
1b83fda349
Update docker-compose-latest-ultra-lite-security.yml
...
Exemple DEFAULTLOCALE formating
2024-01-14 10:32:00 +01:00
cloud-erik
490acddc65
Update docker-compose-latest-ultra-lite.yml
...
Exemple DEFAULTLOCALE formating
2024-01-14 10:31:45 +01:00
cloud-erik
e69ed06b4f
Update docker-compose-latest.yml
...
Exemple DEFAULTLOCALE formating
2024-01-14 10:29:21 +01:00
Anthony Stirling
2fe9b5a24b
Merge pull request #699 from Stirling-Tools/pdfbox3
...
PDFBox v3 upgrade plus resolution to reversed text
2024-01-13 10:13:00 +00:00
Anthony Stirling
3912f42128
changeCreds message
2024-01-13 10:08:42 +00:00
Anthony Stirling
801e307005
0.20 bump
2024-01-13 01:09:41 +00:00
Anthony Stirling
c8acddb251
Resolve split sections
2024-01-13 01:05:43 +00:00
Anthony Stirling
d8cf7e81b9
fixes
2024-01-13 00:55:43 +00:00
Anthony Stirling
c4ad442ec3
remove logs
2024-01-13 00:46:17 +00:00
Anthony Stirling
c8e5023ec1
fix
2024-01-13 00:37:19 +00:00
Anthony Stirling
5281d7a49a
pdfbox3 upgrade and fix
2024-01-12 23:15:27 +00:00
Anthony Stirling
77dcf04cfe
Merge pull request #697 from Stirling-Tools/contributing
...
docs: add contributing guide
2024-01-11 23:07:37 +00:00
sbplat
b6523e9989
Merge branch 'contributing' of https://github.com/Stirling-Tools/Stirling-PDF into contributing
2024-01-11 17:39:22 -05:00
sbplat
d52a00185b
Merge branch 'main' into contributing
2024-01-11 17:39:03 -05:00
sbplat
00487275a7
docs: list supported languages in readme
2024-01-11 17:38:05 -05:00
Anthony Stirling
823c8eb53e
Merge pull request #686 from PeterDaveHelloKitchen/Markdown
...
Specify code block language in Markdown for syntax highlighting
2024-01-11 22:38:02 +00:00
Anthony Stirling
e9b8981a35
Merge pull request #698 from Stirling-Tools/Sf298-patch-1
...
Updated demo site
2024-01-11 22:30:10 +00:00
Saud Fatayerji
575e0b3e54
Updated demo site
2024-01-11 22:07:56 +03:00
sbplat
db931717a1
Merge branch 'main' into contributing
2024-01-11 10:47:55 -05:00
sbplat
787c59efd3
Merge pull request #694 from iLern/bugfix-md2pdf
...
Enable support for tables in the conversion from Markdown to HTML
2024-01-11 10:47:40 -05:00
sbplat
45aead89e3
docs: add contributing guide
2024-01-11 10:35:34 -05:00
TieStone
81d49b722b
add table support in md2pdf transport
2024-01-11 14:54:01 +08:00
TieStone
ab9e7bbb8c
add table support in md2pdf transport
2024-01-11 14:54:01 +08:00
TieStone
ee223d0405
add table support
2024-01-11 14:54:01 +08:00
Stirling-PDF-Bot
99050ad73e
Update 3rd Party Licenses
2024-01-11 14:40:26 +08:00
sbplat
9fc873e973
Merge pull request #683 from Stirling-Tools/version_fix
...
fix: version showing as 0.0.0
2024-01-10 09:28:43 -05:00
Peter Dave Hello
52fe4c6aa6
Specify code block language in Markdown for syntax highlighting
2024-01-10 19:17:09 +08:00
sbplat
66df7053bb
Merge branch 'main' into version_fix
2024-01-09 21:17:57 -05:00
sbplat
edde1a6436
fix: version showing as 0.0.0
2024-01-09 21:13:35 -05:00
Anthony Stirling
50ee829e5f
Merge pull request #682 from Stirling-Tools/ebook
...
Ebook
2024-01-10 00:41:54 +00:00
Anthony Stirling
1924dfb4f1
Merge branch 'main' into ebook
2024-01-10 00:40:17 +00:00
Anthony Stirling
873a4ecb7e
revert
2024-01-10 00:39:26 +00:00
Anthony Stirling
32da14acbf
log removal
2024-01-10 00:37:55 +00:00
Anthony Stirling
139c793b5e
0.19.1
2024-01-10 00:33:22 +00:00
Anthony Stirling
e717d83f75
fixes and timeouts
2024-01-10 00:33:07 +00:00
Anthony Stirling
ef12c2f892
Add ebook support
2024-01-09 22:39:21 +00:00
Anthony Stirling
362a7ff434
Update releaseArtifacts.yml
2024-01-06 23:06:58 +00:00
Anthony Stirling
624e015315
Update PipelineFeature.md
2024-01-06 22:56:56 +00:00
Anthony Stirling
d76752d7f6
Create PipelineFeature.md
2024-01-06 22:53:07 +00:00
Anthony Stirling
7260e578e3
Merge pull request #666 from Stirling-Tools/stamp
...
docs
2024-01-06 22:22:34 +00:00
Anthony Stirling
2544b762ba
Merge branch 'main' into stamp
2024-01-06 22:18:29 +00:00
Anthony Stirling
164d1abdbb
Delete PipelineUsage.md
2024-01-06 22:17:03 +00:00
Anthony Stirling
863b48b5a9
Delete CNAME
2024-01-06 21:09:37 +00:00
Anthony Stirling
b5e0e147ac
Merge pull request #651 from PeterDaveHelloKitchen/OptimizeDockerfile
...
Optimize DockerfileBase for Improved Efficiency and Reduced Size
2024-01-05 20:28:54 +00:00
Anthony Stirling
2fe454ea47
Merge pull request #665 from albanobattistella/patch-7
...
Update messages_it_IT.properties
2024-01-05 20:23:05 +00:00
albanobattistella
c8458ffe50
Update messages_it_IT.properties
2024-01-05 20:39:01 +01:00
Anthony Stirling
572f9f728f
lang
2024-01-05 18:00:30 +00:00
Anthony Stirling
6c963e1b6c
format
2024-01-04 23:04:15 +00:00
Anthony Stirling
770b61bb7a
Update build.gradle
2024-01-04 21:09:22 +00:00
Anthony Stirling
db64b3f71d
lang and footer updates
2024-01-04 20:59:52 +00:00
Anthony Stirling
5fad085db5
Merge pull request #656 from Stirling-Tools/licenses
...
Licenses
2024-01-04 19:22:22 +00:00
Anthony Stirling
7ed8a69326
test
2024-01-04 19:17:38 +00:00
Anthony Stirling
5d1786cda0
version bump
2024-01-04 19:01:53 +00:00
Anthony Stirling
550f8b0eea
licenses remove about
2024-01-04 19:01:37 +00:00
Anthony Stirling
b5d5b6e3e2
remove comment
2024-01-04 18:59:54 +00:00
Anthony Stirling
97b6f0eeb4
Merge remote-tracking branch 'origin/main' into licenses
2024-01-04 18:56:54 +00:00
Anthony Stirling
bd7e2fea0b
Merge pull request #650 from Stirling-Tools/cert-sign
...
fix: pdf certificate signing
2024-01-04 18:54:40 +00:00
Anthony Stirling
eee7e4d707
Merge branch 'main' into cert-sign
2024-01-04 18:50:02 +00:00
Anthony Stirling
43410de851
Merge remote-tracking branch 'origin/main' into licenses
2024-01-04 18:48:05 +00:00
Anthony Stirling
37c92ee9aa
Merge remote-tracking branch 'origin/main' into licenses
2024-01-04 18:42:14 +00:00
Anthony Stirling
351cf25f86
license lang
2024-01-04 18:41:33 +00:00
Anthony Stirling
10cb02020c
Merge pull request #655 from 92mn/main
...
Adding Serbian (Latin) Language
2024-01-04 18:30:43 +00:00
92mn
5e40f00bae
Update languages.html
2024-01-04 19:16:59 +01:00
92mn
cebc0daf2b
Rename message_sr_Latin_RS.propreties to message_sr-Latn-RS.propreties
2024-01-04 19:16:31 +01:00
92mn
04f3f735fc
Added Serbian Latin
...
Added Serbian Latin translation
2024-01-04 17:28:58 +01:00
92mn
f7ef8c32aa
Added Serbian flag
...
Added Serbian flag
2024-01-04 16:33:10 +01:00
92mn
49f2071a93
Update languages.html
...
Added Serbian ( Latin )
2024-01-04 16:30:00 +01:00
Peter Dave Hello
ecb62e0c94
Apply --no-cache-dir to pip upgrade in DockerfileBase
...
Aligned pip upgrade command with others by adding the `--no-cache-dir`
flag to reduce image layer size.
2024-01-04 20:56:24 +08:00
Peter Dave Hello
846ebe6dda
Refine Tesseract-OCR file backup process in DockerfileBase
2024-01-04 20:55:55 +08:00
Peter Dave Hello
56afd35c82
Refactor DockerfileBase to clean up apt cache after package installation
...
Changes include:
- Cleaning up the apt cache by adding `rm -rf /var/lib/apt/lists/*`
after each package installation within the same RUN statement.
- Ensuring the Docker image size is minimized by removing unnecessary
files immediately after use.
These adjustments will result in a more space-efficient Docker image.
2024-01-04 20:43:46 +08:00
sbplat
eadd513b02
chore(translation): add certsign jks to en-GB
2024-01-03 21:54:15 -05:00
sbplat
97f581ad6d
feat: add java keystore certificate option for pdf signing
2024-01-03 21:51:30 -05:00
sbplat
d96a3db60a
fix: add pem support for cert sign
2024-01-03 18:21:59 -05:00
Anthony Stirling
0592bac5bf
liceneses without translation or GH action
2024-01-03 23:01:33 +00:00
Anthony Stirling
4b0df4ffd5
Update README.md
2024-01-03 21:28:06 +00:00
sbplat
a244d563f2
Merge branch 'main' into cert-sign
2024-01-03 15:50:46 -05:00
sbplat
f433e8032f
fix: pkcs12 signing
...
TODO: add PEM support and use page number
2024-01-03 15:49:08 -05:00
Anthony Stirling
23b85dc47c
Merge pull request #647 from albanobattistella/patch-5
...
Update messages_it_IT.properties
2024-01-03 20:41:16 +00:00
Anthony Stirling
6a9ef7d538
Update releaseArtifacts.yml
2024-01-03 18:51:41 +00:00
Anthony Stirling
c75efede79
Update push-docker.yml
2024-01-03 18:46:29 +00:00
Anthony Stirling
a0212bbfb7
Merge pull request #644 from Antiarchitect/improve-formatting
...
Make ./gradlew executable; accept .java files improvements
2024-01-03 18:25:56 +00:00
Anthony Stirling
87efa175cb
Merge branch 'main' into improve-formatting
2024-01-03 18:13:31 +00:00
Anthony Stirling
ad7150d616
Merge pull request #649 from Stirling-Tools/eol
...
Eol
2024-01-03 18:11:30 +00:00
Anthony Stirling
6fe268adcb
eol
2024-01-03 17:59:04 +00:00
Anthony Stirling
0c2b05eabf
Update .gitattributes
2024-01-03 17:58:02 +00:00
albanobattistella
38ebc28108
Update messages_it_IT.properties
2024-01-03 18:29:01 +01:00
Anthony Stirling
0a08831aac
Merge pull request #646 from PeterDaveHelloKitchen/zh_TW
...
Add a basic Traditional Chinese translation
2024-01-03 17:00:45 +00:00
Peter Dave Hello
2a744473f9
Add a basic Traditional Chinese translation
...
The svg flag file came from:
Flag of the Republic of China - Taiwan - Wikipedia
https://en.wikipedia.org/wiki/Taiwan#/media/File:Flag_of_the_Republic_of_China.svg
2024-01-04 00:01:15 +08:00
Anthony Stirling
56ce53a966
Merge pull request #645 from PeterDaveHelloKitchen/UpdateLanguageInREADME.md
...
Update supported languages in README to include all 24
2024-01-03 14:38:46 +00:00
Peter Dave Hello
6baf1f94c1
Update supported languages in README to include all 24
...
Adjusted the README to correctly enumerate all 24 languages supported by
the project. This change includes the addition of Hungarian (Magyar) and
Bulgarian (Български) to the list, based on the properties files located
in 'src/main/resources'.
2024-01-03 21:42:48 +08:00
Andrey Voronkov
8a57165547
Make ./gradlew executable; accept .java files improvements after running ./gradlew build
2024-01-03 03:21:11 +03:00
Anthony Stirling
de9e9a0f84
Merge pull request #642 from mannam11/on_hover-pagenumber-display#527
...
display page numbers on mouse-hover issue#527
2024-01-02 22:08:44 +00:00
Anthony Stirling
73a55c0666
Merge branch 'main' into on_hover-pagenumber-display#527
2024-01-02 21:53:40 +00:00
Anthony Stirling
4ac5262be2
Update test.yml
2024-01-02 21:52:51 +00:00
Anthony Stirling
dfee149da0
Merge branch 'main' into on_hover-pagenumber-display#527
2024-01-02 21:35:29 +00:00
Anthony Stirling
fbe0a8ddcc
Merge pull request #643 from Stirling-Tools/githubActionTest
...
GitHub action for docker testing
2024-01-02 21:34:58 +00:00
Anthony Stirling
56a1867270
Update test.sh
2024-01-02 21:17:25 +00:00
Anthony Stirling
c23a5ad5fb
Merge branch 'main' into githubActionTest
2024-01-02 21:11:31 +00:00
Anthony Stirling
31fbeaae1d
Update test.yml
2024-01-02 21:11:05 +00:00
Anthony Stirling
e0d79990c8
Update test.yml
2024-01-02 21:10:11 +00:00
Anthony Stirling
468808167c
Update test.yml
2024-01-02 20:54:33 +00:00
mannam
5af5794dfe
display page number on mouse-hover issue#527
2024-01-02 16:44:57 +05:30
Anthony Stirling
1d470691a5
Merge pull request #640 from Antiarchitect/add-meta-description
...
Add meta::description; pass header variable
2024-01-02 00:08:42 +00:00
Andrey Voronkov
f32832f70d
Add meta::description; pass header variable
2024-01-02 02:44:49 +03:00
Anthony Stirling
cd0464092a
Merge pull request #638 from ThePandaB0i/patch-1
...
Fixed Turkish languages.html
2024-01-01 21:09:35 +00:00
ThePandaB0i
c67eaf2b4d
Fixed Turkish languages.html
...
Added the missing "data-bs-language-code" to Turkish language dropdown item.
2024-01-01 23:52:03 +03:00
Anthony Stirling
b1f80bc9f6
Update test.yml
2024-01-01 20:07:37 +00:00
Anthony Stirling
f3742ebeb6
Update test.yml
2024-01-01 19:53:21 +00:00
Anthony Stirling
adc7b9606b
Update test.yml
2024-01-01 19:53:09 +00:00
Anthony Stirling
aa34257080
Update test.yml
2024-01-01 19:52:26 +00:00
Anthony Stirling
0f126eaf81
Create test.yml
2024-01-01 19:46:33 +00:00
Anthony Stirling
7389543af6
Merge pull request #623 from Stirling-Tools/changes
...
pipeline Changes and example yml for testing
2024-01-01 19:32:59 +00:00
Anthony Stirling
9795c68220
revert
2024-01-01 19:30:43 +00:00
Anthony Stirling
7ffa447cbc
remove logs
2024-01-01 18:57:12 +00:00
Anthony Stirling
d755fd1861
opencsv
2024-01-01 18:31:36 +00:00
Anthony Stirling
e273294360
deps
2024-01-01 18:02:54 +00:00
Anthony Stirling
827ed62761
Merge branch 'main' into changes
2024-01-01 17:06:03 +00:00
Anthony Stirling
ee96d2a0e3
Update dependabot.yml
2024-01-01 16:22:55 +00:00
Anthony Stirling
044a779a7c
Test files update
2024-01-01 14:57:52 +00:00
Anthony Stirling
03a8f45128
cleanup
2024-01-01 14:46:19 +00:00
Anthony Stirling
b5423f3434
langs
2024-01-01 14:26:41 +00:00
Anthony Stirling
88c993367f
init lang changes
2024-01-01 14:19:22 +00:00
Anthony Stirling
04acdb3b02
Fix for ANY values and settings button enablement
2024-01-01 13:57:22 +00:00
Anthony Stirling
cd3cc15888
minor changes
2024-01-01 13:46:09 +00:00
Anthony Stirling
76e6a23674
split fixes
2024-01-01 12:14:46 +00:00
Anthony Stirling
4fbfd0bae4
print docker logs on fail
2023-12-31 19:13:24 +00:00
Anthony Stirling
b74819cf6c
lang
2023-12-31 16:01:27 +00:00
Anthony Stirling
a5ad9e13fe
todo
2023-12-31 14:56:08 +00:00
Anthony Stirling
328e873344
remove prints
2023-12-31 13:35:58 +00:00
Anthony Stirling
39045df785
formats
2023-12-31 13:34:35 +00:00
Anthony Stirling
d83bd1ae94
Merge branch 'main' into changes
2023-12-31 13:33:10 +00:00
Anthony Stirling
143b770882
format
2023-12-31 13:28:18 +00:00
Anthony Stirling
d91c600925
pipeline fix
2023-12-31 13:27:06 +00:00
Anthony Stirling
cbac784c57
pipeline
2023-12-31 13:16:04 +00:00
Anthony Stirling
f535387ac4
pipeline enhance for MI
2023-12-31 13:05:38 +00:00
Anthony Stirling
739dcc1327
Merge pull request #621 from Stirling-Tools/sbplat-patch-1
...
misc: change all repo links from Frooodle to Stirling-Tools
2023-12-31 10:06:37 +00:00
sbplat
3864e130cc
misc: change all repo links from Frooodle to Stirling-Tools
2023-12-30 18:36:07 -05:00
sbplat
5b0145fa47
misc: change all repo links from Frooodle to Stirling-Tools
2023-12-30 18:22:46 -05:00
sbplat
7dfeb4bb0f
Update footer.html
2023-12-30 18:12:06 -05:00
Anthony Stirling
eda91cc556
tests
2023-12-30 21:32:04 +00:00
sbplat
7572db9bd4
Merge pull request #618 from Frooodle/spotless
...
refactor: have a newline between annotations
2023-12-30 15:14:01 -05:00
sbplat
9e3b50dff3
Merge branch 'main' into spotless
2023-12-30 14:52:19 -05:00
sbplat
cf640c7e3f
refactor: have a newline between annotations
2023-12-30 14:50:59 -05:00
Anthony Stirling
ec770e1008
Merge pull request #611 from Frooodle/spotless
...
Use spotless in `build.gradle` and apply spotless to java source files
2023-12-30 19:44:48 +00:00
sbplat
15e0048bfc
Merge pull request #617 from Frooodle/spotlessFormat
...
Spotless format
2023-12-30 14:39:36 -05:00
Anthony Stirling
b572a5e4c9
auto run spotlessapply
2023-12-30 19:37:46 +00:00
Anthony Stirling
c55a5657a4
Add .git-blame-ignore-revs to ignore formatting commits in git blame
2023-12-30 19:14:14 +00:00
Anthony Stirling
5f771b7851
formatting
2023-12-30 19:11:27 +00:00
Anthony Stirling
c853465d1d
tests
2023-12-30 18:56:07 +00:00
sbplat
b58cbdcb61
Merge branch 'main' into spotless
2023-12-30 13:04:23 -05:00
Anthony Stirling
9e81667ecd
Merge pull request #616 from albanobattistella/patch-4
...
Update messages_it_IT.properties
2023-12-30 17:34:23 +00:00
albanobattistella
a92479b505
Update messages_it_IT.properties
2023-12-30 18:19:51 +01:00
Anthony Stirling
6ca9001fe6
enable status check without apikey
2023-12-30 13:42:24 +00:00
Anthony Stirling
279cfa70f5
Merge pull request #615 from mannam11/added-remove-button-529
...
added a remove button issue#529
2023-12-30 11:27:18 +00:00
Anthony Stirling
f8ad71aa4e
Merge branch 'main' into added-remove-button-529
2023-12-30 11:26:32 +00:00
Anthony Stirling
524d198212
Merge pull request #613 from mannam11/mannam11/file-override-fix-529
...
overriding previously selected files issue#529
2023-12-30 11:26:23 +00:00
Anthony Stirling
1baf458344
Merge branch 'main' into added-remove-button-529
2023-12-30 11:24:56 +00:00
Anthony Stirling
da50e4d212
Merge branch 'main' into mannam11/file-override-fix-529
2023-12-30 11:24:45 +00:00
mannam
bbd8de0899
added a remove button issue#529
2023-12-30 16:42:41 +05:30
Anthony Stirling
c548aa037e
Merge pull request #612 from NeilJared/main
...
Update messages_es_ES.properties
2023-12-30 09:55:38 +00:00
NeilJared
6a7ed615e3
Merge branch 'Frooodle:main' into main
2023-12-30 09:10:26 +01:00
NeilJared
56cbb4381b
Update messages_es_ES.properties
2023-12-30 09:09:27 +01:00
mannam
4612b05199
overriding previously selected files issue#529
2023-12-30 13:32:54 +05:30
sbplat
7b43fca6fc
ci: gradle build instead of assemble
2023-12-29 21:59:36 -05:00
sbplat
e3c8af7e54
chore: use spotless googleJavaFormat
2023-12-29 21:34:36 -05:00
Anthony Stirling
63eacf443e
Merge pull request #610 from Frooodle/fix
...
required false
2023-12-30 02:20:34 +00:00
Anthony Stirling
b32c28e9cb
Update build.gradle
2023-12-30 02:20:16 +00:00
Anthony Stirling
a5ee10e029
required flase
2023-12-30 02:19:30 +00:00
Anthony Stirling
bb1d41d74a
Merge pull request #605 from Frooodle/expose-port
...
refactor: expose local application server port
2023-12-29 23:27:59 +00:00
Anthony Stirling
0698e2888d
Merge pull request #608 from Frooodle/overlay
...
messages
2023-12-29 22:57:29 +00:00
Anthony Stirling
e1f0a6cb1d
messages
2023-12-29 22:56:38 +00:00
Anthony Stirling
7fecae8b0d
Merge pull request #607 from Frooodle/overlay
...
overlay fix for sequential
2023-12-29 22:54:07 +00:00
Anthony Stirling
e6622dfdc4
overlay fix for sequential
2023-12-29 22:53:46 +00:00
sbplat
34b4ae0e03
refactor: reflect changes to pipeline release
2023-12-29 17:13:36 -05:00
sbplat
036fd711f9
Merge branch 'main' into expose-port
2023-12-29 17:01:49 -05:00
Anthony Stirling
80a59205fa
Merge pull request #570 from Frooodle/test
...
Pipeline release
2023-12-29 21:51:06 +00:00
Anthony Stirling
cbe4bca716
add banner and remove unused class
2023-12-29 21:46:17 +00:00
Anthony Stirling
232a556425
Merge branch 'test' of git@github.com:Frooodle/Stirling-PDF.git into test
2023-12-29 21:05:42 +00:00
Anthony Stirling
a497ad8c41
api changes to get metrics working
2023-12-29 21:05:32 +00:00
Anthony Stirling
3041e80c37
Merge branch 'main' into test
2023-12-29 20:48:27 +00:00
Anthony Stirling
1b2df20fdd
reviews
2023-12-29 20:48:21 +00:00
Anthony Stirling
0e69f7e0e8
Merge pull request #604 from iLern/feat-zhCN
...
Enhance Chinese Translations and Correct Errors
2023-12-29 18:26:55 +00:00
sbplat
94aba370e0
refactor: expose local application server port
2023-12-29 13:05:01 -05:00
TieStone
cd49d7ffa2
add more Chinese Translations
2023-12-30 00:45:36 +08:00
TieStone
dc297644d1
add more Chinese Translations
2023-12-30 00:45:36 +08:00
TieStone
a7b4e44e6d
remove duplicated property keys
2023-12-30 00:45:36 +08:00
Anthony Stirling
610ff22abe
empty dir fix
2023-12-29 13:53:55 +00:00
Anthony Stirling
27e8335f79
Merge pull request #602 from Antiarchitect/set-file-encoding
...
Set java file.encoding to support non-latin customizations
2023-12-29 13:38:03 +00:00
Anthony Stirling
168a0f001c
changes
2023-12-29 13:30:28 +00:00
Anthony Stirling
5c6936b494
Rework and cleanup
2023-12-29 12:55:22 +00:00
Anthony Stirling
a715dbb25d
cleanup
2023-12-29 11:43:36 +00:00
Andrey Voronkov
a43e13cf94
Set java file.encoding to support non-latin customizations with UI_APPNAME, UI_HOMEDESCRIPTION, etc
2023-12-29 12:35:02 +03:00
Anthony Stirling
7f805d16a1
Merge pull request #600 from sudotman/main
...
Added missing Hindi (hi_IN) translations and fixed a few broken ones.
2023-12-29 07:57:43 +00:00
Satyam Kashyap
6f3cbe0cae
added missing hindi (hi_IN) translations and fixed some broken translations - also updated readme to reflect the newly added translations
2023-12-29 06:05:48 +00:00
Anthony Stirling
44e3556382
Create CODEOWNERS
2023-12-28 23:13:47 +00:00
Anthony Stirling
c5ba546a02
Merge pull request #598 from vivekmaru36/add-hindi-language
...
Add hindi Translation
2023-12-28 18:56:27 +00:00
Anthony Stirling
d63519bbf4
Merge branch 'main' into add-hindi-language
2023-12-28 18:54:56 +00:00
Anthony Stirling
aeadc88f92
resolve .exe showing other entries it doesnt support
2023-12-28 18:46:54 +00:00
Anthony Stirling
829e98c29b
MaxRAMPercentage 75 for #540
2023-12-28 17:49:45 +00:00
vivekmaru36
3e3f4a0188
Add hindi Translation
2023-12-28 23:09:38 +05:30
Anthony Stirling
e5bdd52b7c
Merge pull request #589 from sbplat/main
...
fix: sequentially convert each pdf page into a BufferedImage to avoid getting out of memory errors for large pdf files
2023-12-28 17:39:02 +00:00
Anthony Stirling
e653ef6522
Merge branch 'main' into main
2023-12-28 17:32:38 +00:00
Anthony Stirling
5fcb4e893b
pipeline refactor beginnings
2023-12-28 17:23:19 +00:00
Anthony Stirling
c2b524e459
Merge pull request #596 from eltociear/patch-2
...
chore: update README.md
2023-12-28 17:09:08 +00:00
sbplat
5a055bae5e
Merge branch 'main' into main
2023-12-28 11:47:44 -05:00
Ikko Eltociear Ashimine
c3f501d701
chore: update README.md
...
a -> an
2023-12-29 00:34:56 +09:00
Anthony Stirling
8acab77ae3
contextPath fixes
2023-12-28 13:50:31 +00:00
Anthony Stirling
8bd2784f37
Merge pull request #594 from albanobattistella/patch-3
...
Update messages_it_IT.properties
2023-12-28 09:31:29 +00:00
albanobattistella
e2c5027311
Update messages_it_IT.properties
2023-12-28 10:28:21 +01:00
Anthony Stirling
d2b2adcbc1
Merge pull request #593 from aancw/id-translate
...
Add Indonesia Translation
2023-12-28 09:04:07 +00:00
Anthony Stirling
48158379ee
Merge branch 'main' into id-translate
2023-12-28 09:03:02 +00:00
Aan
6ba84a190f
translate file word to indonesia
2023-12-28 15:34:50 +07:00
Aan
d349aea1be
Translate file word
2023-12-28 15:30:36 +07:00
Aan
79e2683cbe
Keep watermark translation
2023-12-28 15:12:18 +07:00
Anthony Stirling
e4fb64ce16
Merge pull request #588 from Emad-Eldin-G/patch-1
...
Optimized the code in detect-blank-pages.py
2023-12-28 07:55:25 +00:00
sbplat
d405b7a810
perf: avoid re-rendering the first pdf page
2023-12-27 22:46:55 -05:00
sbplat
1d243a0ca5
fix: clean up redundant variable
2023-12-27 22:43:30 -05:00
sbplat
1f10693eaf
fix: sequentially convert each pdf page into a BufferedImage to avoid getting MLE for large pdf files
2023-12-28 03:23:55 +00:00
EmadEldin Osman
b7f62a635d
Optimized the code in detect-blank-pages.py
...
Made use of Numpy arrays
2023-12-28 04:51:50 +03:00
Anthony Stirling
4e991e7ec2
Merge pull request #582 from manuelkamp/patch-5
...
Update LocalRunGuide.md
2023-12-28 00:49:02 +00:00
Anthony Stirling
8fe7e57a6a
Merge branch 'main' into patch-5
2023-12-28 00:47:06 +00:00
Anthony Stirling
5c79a5da29
Merge pull request #585 from Saneeitas/Saneeitas-patch-1
...
Update README.md
2023-12-28 00:37:24 +00:00
Muhammad Sani Ibrahim
d01473aceb
Update README.md
...
made the english more standard
2023-12-28 01:27:25 +01:00
Anthony Stirling
3911be0177
Add Demo user
2023-12-27 22:56:51 +00:00
Anthony Stirling
78da44ad83
fix for #583
2023-12-27 19:28:49 +00:00
manuelkamp
54859ac3ba
Update LocalRunGuide.md
...
Improved optional service section regarding environment variables in a separate .env file
2023-12-27 19:52:51 +01:00
Anthony Stirling
9cb8c9f655
Merge pull request #581 from manuelkamp/patch-4
...
Update LocalRunGuide.md
2023-12-27 18:48:30 +00:00
manuelkamp
dfda474ba5
Update LocalRunGuide.md
...
Added option to set up Stirling-PDF as a service
2023-12-27 19:30:28 +01:00
Anthony Stirling
43f15b3e55
Merge pull request #579 from manuelkamp/patch-3
...
Update LocalRunGuide.md
2023-12-27 18:10:13 +00:00
Anthony Stirling
86c45f6f8f
Merge pull request #578 from manuelkamp/patch-2
...
Update LocalRunGuide.md
2023-12-27 18:10:03 +00:00
Anthony Stirling
de83321c62
Merge pull request #577 from manuelkamp/patch-1
...
Update LocalRunGuide.md #575
2023-12-27 18:09:43 +00:00
manuelkamp
7b44cf77d6
Update LocalRunGuide.md
...
Added "WeasyPrint" to pip3 install section
2023-12-27 18:54:55 +01:00
manuelkamp
c769a02982
Update LocalRunGuide.md
...
Edited run via java, since on previous step we moved the jar-file to /opt/Stirling-PDF
2023-12-27 18:51:51 +01:00
manuelkamp
aa671b8bd6
Update LocalRunGuide.md
2023-12-27 18:46:37 +01:00
Anthony Stirling
6e7c066e57
Merge pull request #574 from eltociear/patch-1
...
Update README.md
2023-12-27 15:39:54 +00:00
Ikko Eltociear Ashimine
78ac9231c5
Update README.md
...
temporay -> temporary
2023-12-28 00:34:30 +09:00
Anthony Stirling
e9947da5b4
changes
2023-12-27 15:18:26 +00:00
Anthony Stirling
8df7dfc3be
Merge pull request #569 from albanobattistella/patch-2
...
Update messages_it_IT.properties
2023-12-27 15:03:44 +00:00
albanobattistella
d79db6f3da
Update messages_it_IT.properties
2023-12-27 16:01:00 +01:00
Anthony Stirling
84aebe3851
validate button color
2023-12-27 13:22:28 +00:00
Anthony Stirling
f5c285a70f
mild cleanup
2023-12-27 12:51:17 +00:00
Perdana Hadi
2d6bf43bdb
update tags translations
2023-12-27 15:52:11 +07:00
Aan
964f22e3e0
Add Bahasa Indonesia
2023-12-27 14:43:32 +07:00
Aan
d325020e22
home page section done, todo tags extractImages.tags
2023-12-27 14:37:25 +07:00
Aan
aec85ddd66
missing quote
2023-12-27 14:09:57 +07:00
Perdana Hadi
32b009b11f
remove extra line, add white space
2023-12-27 12:38:17 +07:00
Perdana Hadi
2e5b72e4fb
add web-pages translation
2023-12-27 12:28:31 +07:00
Aan
1d3cf2bdc3
Remove DS_Store
2023-12-27 10:27:39 +07:00
Aan
2a5fe2bd74
27/12/2023
2023-12-27 10:06:09 +07:00
Anthony Stirling
61ff0248da
close
2023-12-27 01:00:42 +00:00
Anthony Stirling
659af2089c
setup
2023-12-27 00:53:31 +00:00
Anthony Stirling
8960313a2b
Merge pull request #566 from sbplat/main
...
fix: add default value for the position in Add Page Numbers
2023-12-26 20:55:48 +00:00
Anthony Stirling
6ee8e1e37f
auto disable in UI
2023-12-26 20:33:17 +00:00
Anthony Stirling
05977aa3a6
enableAlphaFunctionality
2023-12-26 20:10:37 +00:00
sbplat
f7dbb8d0a6
Merge branch 'main' of https://github.com/sbplat/Stirling-PDF
2023-12-26 13:32:13 -05:00
sbplat
eaf65d7981
fix: add selectedPosition style to the Add Page Number position selector default value
2023-12-26 13:31:33 -05:00
sbplat
a10e3a025b
Merge branch 'Frooodle:main' into main
2023-12-26 13:27:21 -05:00
sbplat
4d3e442ecc
fix: add default value for the position in Add Page Numbers
2023-12-26 13:26:37 -05:00
Anthony Stirling
49576c0aa4
Merge pull request #564 from farwill/farwill-patch-1
...
Fix README.md typo
2023-12-26 09:08:16 +00:00
farwill
960af83f11
Fix README.md typo
2023-12-26 14:30:18 +08:00
Aan
cf42ef7faa
Intial Draft #1
2023-12-26 12:38:27 +07:00
Anthony Stirling
d894937c22
Merge pull request #560 from sbplat/main
...
fix(multitool): hide dragged pdf page at the start so it doesn't teleport
2023-12-25 22:27:30 +00:00
Anthony Stirling
8938e86223
Merge branch 'main' into main
2023-12-25 22:24:30 +00:00
Anthony Stirling
c1a39e53dc
Merge pull request #559 from DimK10/main
...
Fixes #324 issue
2023-12-25 21:47:09 +00:00
dkaitantzidis
cf3693186a
Fixes headers issue in merge pdfs.
2023-12-25 23:27:08 +02:00
Anthony Stirling
0fb0cb8bca
apply local
2023-12-25 20:51:32 +00:00
dkaitantzidis
fb18d0d04d
WIP: Fixes issue - needs refactor
2023-12-25 22:36:08 +02:00
sbplat
779d9028fe
fix(multitool): hide dragged pdf page at the start so it doesn't teleport
2023-12-25 15:34:16 -05:00
Anthony Stirling
f2b701e3e3
todos
2023-12-25 18:52:11 +00:00
Anthony Stirling
a138d5f5a9
imports
2023-12-25 16:16:50 +00:00
Anthony Stirling
6276f028ac
validate operations
2023-12-25 16:15:42 +00:00
Anthony Stirling
b962e867d8
log remove
2023-12-25 15:17:06 +00:00
Anthony Stirling
a286a92ede
cleanups
2023-12-25 15:15:46 +00:00
Anthony Stirling
7fb8f5ed28
create logs dir
2023-12-25 15:03:45 +00:00
Anthony Stirling
03d3235e1d
Merge remote-tracking branch 'origin/main' into test
2023-12-25 13:26:13 +00:00
Anthony Stirling
d23551857c
deps
2023-12-25 13:00:44 +00:00
Anthony Stirling
dd9dd72f35
Role stuff
2023-12-25 12:58:49 +00:00
Anthony Stirling
9652f59ae9
Merge pull request #555 from sbplat/main
...
feat: merge pdf into multiple frames if the format is TIFF
2023-12-25 10:14:23 +00:00
sbplat
3469beb5b3
feat: merge pdf into multiple frames if the format is TIFF instead of a single big image
2023-12-24 22:52:39 -05:00
Anthony Stirling
690720f4e3
test interface
2023-12-25 01:25:17 +00:00
Anthony Stirling
491be75e1f
Merge pull request #554 from sbplat/main
...
feat: make multiple images the default setting for PDF to Image
2023-12-24 22:29:07 +00:00
sbplat
a868b2c649
feat: make multiple images the default setting for PDF to Image
2023-12-24 16:55:11 -05:00
Anthony Stirling
0b49993d80
Merge pull request #553 from sbplat/main
...
fix!: map BMP and TIFF extensions to the proper MIME types
2023-12-24 21:50:17 +00:00
sbplat
995a926e35
fix!: map BMP and TIFF extensions to the proper MIME types
...
Remove the WBMP image format from PDF to Image
2023-12-24 15:27:16 -05:00
Anthony Stirling
914dd0a21a
Merge pull request #552 from sbplat/main
...
fix: use JPEGFactory for jpeg
2023-12-24 18:02:12 +00:00
Anthony Stirling
d9b5d08b06
import clean
2023-12-24 17:56:31 +00:00
sbplat
344d1163ff
Merge branch 'Frooodle:main' into main
2023-12-24 12:53:29 -05:00
sbplat
3f50979d3e
fix: use JPEGFactory for jpeg
2023-12-24 12:52:55 -05:00
Anthony Stirling
c681f48459
Merge pull request #549 from sbplat/main
...
feat: add support for svg+webp images to convert to pdf
2023-12-24 17:18:37 +00:00
Anthony Stirling
2f5d7ed712
internal API plus brute force security
2023-12-24 17:12:32 +00:00
sbplat
1efefcfcb8
feat: add support for svg+webp images to convert to pdf
2023-12-23 20:27:04 -05:00
Anthony Stirling
909c9ed4d9
Merge pull request #548 from sbplat/main
...
Add remove annotations
2023-12-23 19:07:20 +00:00
sbplat
116b3535ee
Update messages_en_GB.properties
2023-12-23 13:49:50 -05:00
sbplat
b7d6107a2d
feat: add remove annotations
2023-12-23 13:47:21 -05:00
Anthony Stirling
120b017b1a
serial
2023-12-23 16:26:09 +00:00
Anthony Stirling
24568f4a42
Merge pull request #547 from simovics/main
...
Adding Hungarian language support to Stirling-PDF
2023-12-23 16:00:54 +00:00
Anthony Stirling
03450454c5
pipeline
2023-12-23 15:47:18 +00:00
simovics
7e982e125d
Create hu.svg
...
Adding Hungarian flag icon to the set.
2023-12-23 14:46:42 +01:00
simovics
e725451530
Update languages.html
...
Fixing indentation.
2023-12-23 14:21:51 +01:00
simovics
d7d6bc8108
Update languages.html
...
Adding Hungarian language reference to the navbar.
2023-12-23 14:19:07 +01:00
simovics
6d66ac0a8b
Create messages_hu_HU.properties
...
Hungarian translation for Stirling-PDF.
2023-12-23 14:15:10 +01:00
Anthony Stirling
93f12d1313
pipeline changes
2023-12-23 12:29:32 +00:00
Anthony Stirling
eab9e3cffc
changes pipeline
2023-12-20 19:29:13 +00:00
Anthony Stirling
d74c25e678
Merge pull request #542 from NeilJared/main
...
Update messages_es_ES.properties
2023-12-19 21:17:13 +00:00
NeilJared
c729b7201f
Merge branch 'main' into main
2023-12-19 19:44:22 +01:00
NeilJared
beab9932d7
Update messages_es_ES.properties
...
Updated es_ES translation
2023-12-19 19:41:11 +01:00
Anthony Stirling
65fcf29fd5
Merge pull request #537 from Frooodle/dependabot/gradle/io.swagger.swaggerhub-1.3.2
...
Bump io.swagger.swaggerhub from 1.2.0 to 1.3.2
2023-12-19 18:34:24 +00:00
Anthony Stirling
73007239ee
Merge branch 'main' into dependabot/gradle/io.swagger.swaggerhub-1.3.2
2023-12-19 18:32:46 +00:00
Anthony Stirling
816d874ac4
Merge pull request #541 from dhenry437/fix/bootstrap-icons
...
Fix for bootstrap icons
2023-12-19 13:59:05 +00:00
Dan Henry
b66f86f7cc
add missing bootstrap icons link in head
2023-12-19 22:51:00 +11:00
Dan Henry
168ef747de
add up to date minified bootstrap icons
2023-12-19 22:50:46 +11:00
dependabot[bot]
ad047ab012
Bump io.swagger.swaggerhub from 1.2.0 to 1.3.2
...
Bumps io.swagger.swaggerhub from 1.2.0 to 1.3.2.
---
updated-dependencies:
- dependency-name: io.swagger.swaggerhub
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-18 22:45:51 +00:00
Anthony Stirling
1ea3fb209b
ARG VERSION_TAG
2023-12-18 16:39:26 +00:00
Anthony Stirling
875d9da36b
Update Dockerfile
2023-12-18 15:41:05 +00:00
Anthony Stirling
b21d2ecbd1
Update push-docker.yml
2023-12-18 15:38:37 +00:00
Anthony Stirling
3bffc1da76
gradle changes
2023-12-18 14:58:06 +00:00
Anthony Stirling
631d3948bd
fix for #531 plus seperated out some things
2023-12-18 14:52:18 +00:00
Anthony Stirling
5774a22b64
possible fixes for overlay
2023-12-17 12:35:50 +00:00
ant
39345bb6bb
Merge branch 'main' of git@github.com:Frooodle/Stirling-PDF.git into main
2023-12-17 12:31:24 +00:00
Anthony Stirling
57b483047e
splitPdf sections cleanup
2023-12-17 12:23:11 +00:00
Anthony Stirling
0fb7633da8
Merge pull request #528 from NicolasFR/lang/FR_fr-updates
...
lang: update fr_FR
2023-12-17 11:34:09 +00:00
Nicolas
dae2f33772
lang: update fr_FR
2023-12-17 10:39:33 +01:00
Anthony Stirling
31ac877612
Update build.gradle
2023-12-16 19:56:56 +00:00
Anthony Stirling
79dcf99cce
Clean imports and lang updates
2023-12-16 19:30:47 +00:00
Anthony Stirling
c28a40ffe8
Split by sections #506
2023-12-16 19:29:43 +00:00
Anthony Stirling
12dccab460
auth log #522
2023-12-16 18:18:00 +00:00
Anthony Stirling
0a26e2e6d6
new deps
2023-12-16 10:42:27 +00:00
Anthony Stirling
74f6cd63f4
other JS changes
2023-12-16 10:35:45 +00:00
Anthony Stirling
e8de5739fa
Resolve has Update button to stay hidden if error
2023-12-16 10:26:35 +00:00
Anthony Stirling
1b2734d99c
login enable and security stuff
2023-12-16 10:22:33 +00:00
Anthony Stirling
206cf40cb5
Update Dockerfile-ultra-lite
...
login
2023-12-16 10:11:34 +00:00
Anthony Stirling
78473e96fd
Update Dockerfile-lite
...
fix for #526 Support for login in lite
2023-12-16 10:08:09 +00:00
Anthony Stirling
b7d6ac2cc3
extra fonts, ocr display full names, overlay fixes
2023-12-12 23:25:56 +00:00
Anthony Stirling
4068d9530f
svg
2023-12-11 23:24:13 +00:00
Anthony Stirling
8a331956c2
Merge branch 'main' of git@github.com:Frooodle/Stirling-PDF.git into main
2023-12-11 23:20:43 +00:00
Anthony Stirling
1d3e018a56
init overlay and auto split
2023-12-11 23:20:31 +00:00
Anthony Stirling
3602034938
Merge pull request #520 from NicolasFR/patch-1
...
Update messages_fr_FR.properties
2023-12-11 18:39:05 +00:00
NicolasFR
eb4e2d5fca
Update messages_fr_FR.properties
2023-12-11 17:56:38 +01:00
Anthony Stirling
b6671939e5
Merge pull request #517 from NeilJared/es_ES
...
Update messages_es_ES.properties
2023-12-11 12:12:17 +00:00
Anthony Stirling
41d09e40a1
Merge branch 'main' into es_ES
2023-12-11 12:11:10 +00:00
Anthony Stirling
9b0dba7f65
Update account.html
...
#515 fix
2023-12-11 12:10:10 +00:00
NeilJared
ac0dc8b5c7
Update messages_es_ES.properties
...
Updated es_ES translation
2023-12-11 13:06:59 +01:00
Anthony Stirling
723216c693
Merge pull request #516 from Frooodle/Frooodle-patch-1
...
Update build.gradle
2023-12-11 11:02:45 +00:00
Anthony Stirling
46f9a5057f
Update build.gradle
2023-12-11 11:01:48 +00:00
Anthony Stirling
8a2633ca93
Update build.gradle
2023-12-11 10:59:05 +00:00
Anthony Stirling
a03470d2de
Update Dockerfile
2023-12-11 10:09:28 +00:00
Anthony Stirling
ef7c98e5cb
Merge pull request #514 from Frooodle/securityStuff
...
Security stuff
2023-12-11 10:00:57 +00:00
Anthony Stirling
c9cd1331d2
Merge branch 'main' into securityStuff
2023-12-11 09:58:09 +00:00
Anthony Stirling
ddc14517b8
Merge branch 'securityStuff' of git@github.com:Frooodle/Stirling-PDF.git into securityStuff
2023-12-11 09:57:37 +00:00
Anthony Stirling
578aecf977
WeasyPrint
2023-12-11 09:57:28 +00:00
Anthony Stirling
b1ca938053
Merge pull request #513 from Frooodle/securityStuff
...
fix
2023-12-11 09:35:23 +00:00
Anthony Stirling
298fe349c1
Merge branch 'main' into securityStuff
2023-12-11 09:33:20 +00:00
Anthony Stirling
f4364a3f33
bump
2023-12-11 09:33:05 +00:00
Anthony Stirling
e0f068bc9d
test
2023-12-11 09:32:36 +00:00
Anthony Stirling
d7f8219b80
Update view-pdf.html
2023-12-10 23:22:25 +00:00
Anthony Stirling
87bc0fc975
Merge pull request #509 from Frooodle/securityStuff
...
Docker file security updates and minor fixes to things
2023-12-10 23:10:04 +00:00
Anthony Stirling
9f21ce96de
Merge branch 'main' into securityStuff
2023-12-10 23:08:34 +00:00
Anthony Stirling
1f29033f17
docker changes
2023-12-10 23:06:35 +00:00
Anthony Stirling
59c7978330
docker and ocr updates
2023-12-10 22:02:30 +00:00
Anthony Stirling
8b55ffff96
changes
2023-12-10 16:33:44 +00:00
Anthony Stirling
a94808fd19
dark mode fixes
2023-12-10 15:29:12 +00:00
Anthony Stirling
7b2ffcff01
Merge pull request #504 from albanobattistella/patch-1
...
Update messages_it_IT.properties
2023-12-10 14:11:17 +00:00
Anthony Stirling
28a9daff62
init
2023-12-10 14:09:28 +00:00
albanobattistella
435753f50b
Update messages_it_IT.properties
2023-12-08 16:01:14 +01:00
Anthony Stirling
1e6f288d72
Merge pull request #501 from alexdraconian/lang-ko
...
Add/improve Korean translation
2023-12-07 17:39:28 +00:00
Anthony Stirling
6d3fece5a6
Merge branch 'main' into lang-ko
2023-12-07 16:21:01 +00:00
alexdraconian
db926c50d8
Add/improve Korean translation
2023-12-07 21:47:20 +09:00
Anthony Stirling
dd9333f42e
Merge pull request #491 from digitalindependent/patch-1
...
Typo fixed in HowToUseOCR.md
2023-12-02 23:39:42 +00:00
digitalindependent
3fa5acc51c
Typo fixed in HowToUseOCR.md
...
ITS => IT'S
2023-12-02 22:34:43 +01:00
Anthony Stirling
15fa3df424
Merge pull request #475 from danielr1996/main
...
ci: add helm package/push to Jenkinsfile
2023-11-30 20:08:31 +00:00
Anthony Stirling
06c4ec95d5
Merge branch 'main' into main
2023-11-24 14:36:19 +00:00
Anthony Stirling
1a6afc1582
Merge pull request #470 from trytomakeyouprivate/main
...
added Podman and Distrobox notes
2023-11-24 13:35:10 +00:00
trytomakeyouprivate
ad2e1e4a18
Merge branch 'Frooodle:main' into main
2023-11-24 12:56:02 +00:00
Anthony Stirling
a1d0dcff41
Merge pull request #479 from Ludy87/german-translation
...
update language german
2023-11-17 15:16:57 +00:00
Ludy87
08da0f5c56
update language german
2023-11-17 16:07:02 +01:00
Daniel Richter
0b666674f7
fix(helm): move ci build to github actions
...
Signed-off-by: Daniel Richter <danielrichter@posteo.de >
2023-11-16 23:04:32 +01:00
Daniel Richter
d3fe467f6f
ci: add helm package/push to Jenkinsfile
...
Signed-off-by: Daniel Richter <danielrichter@posteo.de >
2023-11-12 22:31:35 +01:00
trytomakeyouprivate
732fa0ec40
added Podman and Distrobox note
2023-11-07 11:49:11 +00:00
trytomakeyouprivate
7a7c978df2
added Podman
...
Podman is supposedly more Secure and used and distributed by Redhat and Fedora. It is CLI compatible with Docker
2023-11-07 11:45:42 +00:00
Anthony Stirling
9d052b310f
Merge pull request #459 from Artem-ka-create/issue-372-pdfbox
...
Issue 372 pdfbox
2023-11-05 19:49:14 +00:00
Atrem Petrenko
8ff1a63276
Merge branch 'main' into issue-372-pdfbox
2023-11-05 14:49:04 +01:00
Anthony Stirling
ffd413ce7f
Merge pull request #464 from NeilJared/main
...
Update messages_es_ES.properties
2023-11-05 11:23:18 +00:00
NeilJared
f2607bd161
Update messages_es_ES.properties
...
Modified!
2023-11-05 11:59:15 +01:00
NeilJared
ba5f3e12d7
Update messages_es_ES.properties
...
Updated Spanish translation
2023-11-05 11:39:53 +01:00
Anthony Stirling
ddc48429b1
Merge pull request #403 from Pixee-Bot-Java/pixeebot/drip-2023-10-05-pixee-java/secure-random
...
Introduced protections against predictable RNG abuse
2023-11-03 00:58:11 +00:00
Anthony Stirling
b8b7adbaf9
Merge pull request #456 from omerbustun/main
...
Add Turkish language support
2023-11-03 00:52:20 +00:00
Anthony Stirling
4ae945d08a
Merge branch 'main' into main
2023-11-03 00:51:12 +00:00
Anthony Stirling
12f5a5e6d0
Merge pull request #460 from sanjeevneo/main
...
Enhance navbar for dark mode support
2023-11-02 19:16:48 +00:00
sanjeevneo
f85a7cb04d
Enhance navbar for dark mode support
2023-11-03 02:15:02 +11:00
Atrem Petrenko
2f6a885bb0
update language properties
2023-11-02 12:13:33 +01:00
Atrem Petrenko
c8ac1f7029
implementing extracting tables from pdf by pdfbox
2023-11-02 11:50:50 +01:00
Atrem Petrenko
d6afb07533
starting issue, implementing pdf-to-csv view
2023-10-31 18:58:40 +01:00
Zach Carroll
a55f9f0ec8
Merge branch 'main' into pixeebot/drip-2023-10-05-pixee-java/secure-random
2023-10-30 15:26:14 -04:00
Ömer Üstün
06401d875b
Merge branch 'Frooodle:main' into main
2023-10-30 20:01:26 +03:00
Ömer Üstün
4a29fd4b73
Update README.md
2023-10-30 19:59:15 +03:00
Ömer Üstün
02c53b90b3
Update messages_tr_TR.properties
2023-10-30 19:58:04 +03:00
Ömer Üstün
6ca1d82188
Update messages_tr_TR.properties
2023-10-30 19:19:12 +03:00
Anthony Stirling
18c5f5bb2b
Merge pull request #455 from sanjeevneo/main
...
Optimize Dark Mode Toggle for Additional UI Elements
2023-10-30 10:34:27 +00:00
Anthony Stirling
33d21a7a85
Merge pull request #453 from tkymmm/main
...
Update messages_ja_JP.properties
2023-10-30 10:34:04 +00:00
Neo
c48c3e8897
Dark Mode Improvements
2023-10-30 18:29:55 +11:00
tkymmm
67f34016ce
Update messages_ja_JP.properties
2023-10-30 09:21:02 +09:00
Ömer Üstün
c1434df259
Update messages_tr_TR.properties
2023-10-29 22:55:06 +03:00
Ömer Üstün
dd0eaf9182
Update messages_tr_TR.properties
2023-10-29 22:55:06 +03:00
Ömer Üstün
cfe50bcd81
Update messages_tr_TR.properties
2023-10-29 22:55:06 +03:00
omerbustun
a75bbff7cf
Update messages_tr_TR.properties
2023-10-29 22:55:06 +03:00
omerbustun
2e9d88da0e
Add Turkish option to navbar language selector
...
- Updated the navbar to include the Turkish language option.
- Added the Turkish flag SVG to the assets folder.
- Translated a portion of the .properties file to support Turkish.
2023-10-29 22:55:06 +03:00
Anthony Stirling
124c7801c5
Merge pull request #440 from quyleanh/patch-1
...
Update README.md to correct Endpoint-groups.md link
2023-10-29 15:59:24 +00:00
Anthony Stirling
8490613ada
Merge pull request #450 from maxi322/main
...
Add german translation for View PDF
2023-10-29 15:59:12 +00:00
Anthony Stirling
80553ce95a
Merge branch 'main' into patch-1
2023-10-28 15:29:22 +01:00
maxi322
d9206bfd2a
Add german translation for View PDF
2023-10-28 15:31:44 +02:00
Anthony Stirling
7aae688db2
add searchbar translation option
2023-10-28 13:30:48 +01:00
Anthony Stirling
347b4cfa85
Update build.gradle
2023-10-28 12:14:11 +01:00
Anthony Stirling
f2eebcc396
extra lang
2023-10-28 12:12:54 +01:00
Anthony Stirling
19c26f0552
lang update
2023-10-28 12:06:23 +01:00
Anthony Stirling
d532db91f9
fixes for #438 and #423
2023-10-28 10:40:26 +01:00
Anthony Stirling
bd0bf404f5
Merge pull request #445 from DimK10/Feature-request-pdf-reader
...
Adds navbar logo to pdf viewer
2023-10-27 18:28:33 +01:00
Dimitris Kaitantzidis
e51a9c209a
Merge branch 'main' into Feature-request-pdf-reader
2023-10-27 20:11:14 +03:00
Dimitrios Kaitantzidis
6bf172fb25
Adds navbar logo to pdf viewer
2023-10-27 20:08:13 +03:00
Anthony Stirling
a1e93e0f5d
Update .gitattributes
2023-10-25 22:07:05 +01:00
Anthony Stirling
6392f6ec12
Merge pull request #442 from joleaf/main
...
Fix help text in addPageNumbers.customNumberDesc
2023-10-25 10:20:33 +01:00
joleaf
fbdff5c97f
Update messages_it_IT.properties - fix helptext addPageNumbers.customNumberDesc
2023-10-25 10:55:13 +02:00
joleaf
2ecc4ed080
Update messages_es_ES.properties - Fix helptext addPageNumbers.customNumberDesc
2023-10-25 10:54:21 +02:00
joleaf
3318cb96b2
Update messages_de_DE.properties - fix helptext addPageNumbers.customNumberDesc
2023-10-25 10:53:10 +02:00
Quy Le Anh
6be0a1fb05
Update README.md to correct Endpoint-groups.md link
2023-10-24 17:11:48 +09:00
Anthony Stirling
ab1297aee0
Version bump and readme change
2023-10-22 23:14:18 +01:00
Anthony Stirling
25a0cb7681
Merge pull request #439 from DimK10/Feature-request-pdf-reader
...
Feature request pdf reader
2023-10-22 23:02:14 +01:00
Dimitrios Kaitantzidis
116b034878
Adds support for greek language.
2023-10-23 00:56:53 +03:00
Dimitrios Kaitantzidis
038de2e264
Adds ignore for .idea folder entirely
2023-10-23 00:43:43 +03:00
Dimitrios Kaitantzidis
7e51cf8c5a
Removes .idea files and updates README.md.
2023-10-23 00:40:03 +03:00
Dimitrios Kaitantzidis
a1eadba769
Fixes .idea ignored files.
2023-10-23 00:27:36 +03:00
Dimitrios Kaitantzidis
3145f5fdd0
Feature ready.
2023-10-23 00:12:13 +03:00
Dimitrios Kaitantzidis
8393dd4731
Deletes unnecessary files
2023-10-22 20:54:23 +03:00
Dimitrios Kaitantzidis
768877d969
Reader works correctly
2023-10-22 20:32:19 +03:00
Dimitrios Kaitantzidis
14a90f5e50
WIP: No errors but nothing is working
2023-10-22 20:16:59 +03:00
Dimitrios Kaitantzidis
99b0150e7a
WIP: Adds Drap and drop
2023-10-21 11:26:58 +03:00
Anthony Stirling
3be12c8988
Merge pull request #424 from DimK10/Bug-Multitool-Filename
...
Bug multitool filename
2023-10-15 17:37:46 +01:00
Dimitrios Kaitantzidis
89345c8d60
Removes commas in multiple dots with text.
2023-10-15 19:10:30 +03:00
Dimitrios Kaitantzidis
49f1f4e7c7
Fixes bug with unfinished filename extension (multiple dots problem)
2023-10-15 19:03:10 +03:00
Dimitrios Kaitantzidis
d0ce7db9ee
Fixes bug with unfinished filename extension (file.p)
2023-10-15 18:35:39 +03:00
Dimitrios Kaitantzidis
53a0291cc2
Adds requested changes
2023-10-15 16:49:12 +03:00
Dimitrios Kaitantzidis
9a3bc839dd
Merge remote-tracking branch 'origin/Bug-Multitool-Filename' into Bug-Multitool-Filename
2023-10-14 00:38:16 +03:00
Dimitrios Kaitantzidis
e519840bd6
Fixes issue with light theme support.
2023-10-14 00:37:52 +03:00
Dimitris Kaitantzidis
ed32a3ca33
Merge branch 'main' into Bug-Multitool-Filename
2023-10-14 00:06:36 +03:00
Dimitrios Kaitantzidis
369ac99a16
Fixes issue.
2023-10-14 00:03:08 +03:00
Anthony Stirling
39ac823b05
Merge pull request #308 from Frooodle/dependabot/gradle/org.springdoc-springdoc-openapi-starter-webmvc-ui-2.2.0
...
Bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.1.0 to 2.2.0
2023-10-11 21:05:58 +01:00
Anthony Stirling
548ae4dba3
Merge branch 'main' into dependabot/gradle/org.springdoc-springdoc-openapi-starter-webmvc-ui-2.2.0
2023-10-11 21:04:36 +01:00
Anthony Stirling
f69d593649
Merge pull request #309 from Frooodle/dependabot/gradle/com.google.zxing-core-3.5.2
...
Bump com.google.zxing:core from 3.5.1 to 3.5.2
2023-10-11 21:04:27 +01:00
Anthony Stirling
423af5f077
Merge branch 'main' into dependabot/gradle/com.google.zxing-core-3.5.2
2023-10-11 15:40:21 +01:00
Anthony Stirling
76e5e1ad00
Merge pull request #311 from Frooodle/dependabot/gradle/io.spring.dependency-management-1.1.3
...
Bump io.spring.dependency-management from 1.1.2 to 1.1.3
2023-10-11 14:49:03 +01:00
Anthony Stirling
420caa4d8d
Merge branch 'main' into dependabot/gradle/io.spring.dependency-management-1.1.3
2023-10-11 14:45:02 +01:00
Anthony Stirling
fdeeb68a6d
Merge pull request #367 from Frooodle/dependabot/gradle/edu.sc.seis.launch4j-3.0.5
...
Bump edu.sc.seis.launch4j from 3.0.3 to 3.0.5
2023-10-11 14:44:48 +01:00
Anthony Stirling
9fe803a0b1
Merge branch 'main' into dependabot/gradle/edu.sc.seis.launch4j-3.0.5
2023-10-11 14:43:45 +01:00
Anthony Stirling
dd9ba90a03
Merge pull request #379 from Frooodle/dependabot/gradle/org.springframework.boot-spring-boot-starter-test-3.1.4
...
Bump org.springframework.boot:spring-boot-starter-test from 3.1.2 to 3.1.4
2023-10-11 14:43:41 +01:00
Anthony Stirling
2bc739316a
Merge branch 'main' into dependabot/gradle/org.springframework.boot-spring-boot-starter-test-3.1.4
2023-10-11 14:42:04 +01:00
Dimitrios Kaitantzidis
74da8c340d
Adds support for disabled filename input if not pdf is loaded. Need to disable the input if all pages are deleted.
2023-10-10 20:24:11 +03:00
Anthony Stirling
766cb4410b
Update pull_request_template.md
2023-10-08 19:07:08 +01:00
Anthony Stirling
78fe6d6ea8
Create pull_request_template.md
2023-10-08 19:06:08 +01:00
Anthony Stirling
6b99decb56
Create pull_request_template.md
2023-10-08 19:04:32 +01:00
Dimitrios Kaitantzidis
323745e61f
Change in name works.
2023-10-08 19:57:19 +03:00
Anthony Stirling
22c19670e9
Merge pull request #415 from DimK10/Feature_Request-Bigger_text_input
...
Feature request bigger text input
2023-10-08 17:06:32 +01:00
Dimitrios Kaitantzidis
a1b7aaddb8
Changes filename using js, but the old filename persists in download
2023-10-08 18:59:43 +03:00
Dimitris Kaitantzidis
cfba9681c4
Merge branch 'main' into Feature_Request-Bigger_text_input
2023-10-08 17:13:43 +03:00
Dimitrios Kaitantzidis
a019b8b5ca
Deletes console.log statements and commented out code.
2023-10-08 17:02:03 +03:00
Dimitrios Kaitantzidis
bd9b267562
Fixes minor typos
2023-10-08 16:04:35 +03:00
Dimitrios Kaitantzidis
b0f8f56650
WIP: Letters are now inside canvas, and multiline support is functional. There is a small bug where when there are a lot of multiple lines, the font gets smaller.
2023-10-08 15:58:23 +03:00
Dimitrios Kaitantzidis
a71e813e82
WIP: Makes font smaller but test is shown as whole and in multiline
2023-10-08 15:51:40 +03:00
Anthony Stirling
75e7665d6e
Merge pull request #353 from demonisius/ru_translation_update
...
Update messages_ru_RU.properties
2023-10-08 00:09:33 +01:00
Anthony Stirling
12293f5297
Merge branch 'main' into ru_translation_update
2023-10-08 00:08:27 +01:00
Anthony Stirling
4899ee0bee
Merge pull request #409 from woodchen-ink/patch-1
...
Update messages_zh_CN.properties
2023-10-08 00:06:40 +01:00
Anthony Stirling
563c17c84e
Merge branch 'main' into patch-1
2023-10-08 00:05:36 +01:00
Anthony Stirling
d94eca4ee7
blank == null
2023-10-07 23:35:28 +01:00
Anthony Stirling
f4a01884bd
test empty = null for settings
2023-10-07 23:23:56 +01:00
Anthony Stirling
105d7f12ac
Merge pull request #412 from Craftplorer/patch-1
...
Update messages_de_DE.properties
2023-10-07 21:39:35 +01:00
Jonas Meyer
30c115a7de
Update messages_de_DE.properties
2023-10-07 22:10:35 +02:00
Dimitrios Kaitantzidis
88a90f22a3
WIP: Adds textarea and multi line support for pdf sign.
2023-10-07 22:54:11 +03:00
Anthony Stirling
c72c712c1b
Merge pull request #411 from DimK10/greek_language
...
Adds Greek language support
2023-10-07 19:06:16 +01:00
Dimitrios Kaitantzidis
7205801e76
Fixes some typos
2023-10-07 20:46:58 +03:00
Dimitrios Kaitantzidis
64f4f54b9d
Adds greek language support
2023-10-07 20:39:30 +03:00
Dimitrios Kaitantzidis
0287d88895
WIP: Adds greek language support
2023-10-07 20:25:39 +03:00
Dimitrios Kaitantzidis
cdc075b27c
WIP: Adds greek language support
2023-10-07 18:56:43 +03:00
Dimitrios Kaitantzidis
604d9827c5
WIP: Adds greek language support
2023-10-07 18:39:37 +03:00
wood chen
bdeb6bf188
Update messages_zh_CN.properties
2023-10-07 22:58:34 +08:00
Dimitrios Kaitantzidis
19e122be99
WIP: Adds greek language support
2023-10-07 17:53:03 +03:00
Anthony Stirling
f3ddf18a23
Update README.md
2023-10-05 23:53:40 +01:00
pixeebot[bot]
db488b39bb
Introduced protections against predictable RNG abuse
2023-10-05 20:29:56 +00:00
Anthony Stirling
51f863e1e4
swagger docs fix #401
2023-10-05 21:20:05 +01:00
Anthony Stirling
0a9381d538
Update pdf-to-img.html
2023-10-05 18:45:33 +01:00
dependabot[bot]
a9514b54eb
Bump edu.sc.seis.launch4j from 3.0.3 to 3.0.5
...
Bumps edu.sc.seis.launch4j from 3.0.3 to 3.0.5.
---
updated-dependencies:
- dependency-name: edu.sc.seis.launch4j
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-03 21:58:50 +00:00
dependabot[bot]
d647cb196f
Bump org.springframework.boot:spring-boot-starter-test
...
Bumps [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot ) from 3.1.2 to 3.1.4.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.2...v3.1.4 )
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-test
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-03 21:58:50 +00:00
Anthony Stirling
b69973f614
Split doc size fix #400
2023-10-03 22:58:15 +01:00
Anthony Stirling
fb9c42f4a1
Merge pull request #398 from deraw/update-fr-translations
...
Update messages_fr_FR.properties
2023-10-03 00:53:08 +01:00
Dylan Broussard
b873e3cdf8
Update messages_fr_FR.properties
2023-10-02 23:54:01 +02:00
Anthony Stirling
e9fc024332
Merge pull request #392 from nimdassdev/main
...
BG lang support
2023-10-01 15:17:27 +01:00
IT Creativity + Art Team
d4956fad8c
bg lang flag
...
- bg lang flag
2023-10-01 17:05:42 +03:00
IT Creativity + Art Team
9d1dfe742e
Update languages.html
...
Added BG lang support
2023-10-01 15:59:57 +03:00
IT Creativity + Art Team
e32c092af8
BG lang support
...
Hello Team,
This is the Bulgarian Translation for Stirling-PDF.
Thank you.
2023-10-01 15:56:22 +03:00
Anthony Stirling
18a2664b54
Merge pull request #373 from jr-instantsystem/features/335_helm_chart
...
Add helm chart
2023-09-30 10:29:23 +01:00
Anthony Stirling
954e46c5ec
Merge branch 'main' into features/335_helm_chart
2023-09-30 10:27:38 +01:00
Anthony Stirling
e0f306d3f7
updates
2023-09-29 23:58:37 +01:00
Anthony Stirling
09db6618d6
Merge pull request #390 from JerronAB/main
...
Removed numpy library from detect-blank-pages.py
2023-09-29 21:24:29 +01:00
JerronAB
c5ea254945
Removed numpy library from blank page py script
2023-09-29 16:00:22 -04:00
Anthony Stirling
1fc1ecbaa6
Update remove-password.html
...
allow removal of encryption without password #383
2023-09-28 12:35:44 -05:00
Anthony Stirling
bc4640c3f0
Merge branch 'main' into features/335_helm_chart
2023-09-27 10:51:33 -05:00
Anthony Stirling
1e2eb9b07a
additional fix to #364
2023-09-24 21:21:01 +01:00
Anthony Stirling
ece00956d9
fix for config #376
2023-09-24 21:09:34 +01:00
Anthony Stirling
af5bbd8838
Merge pull request #375 from slikie/patch-2
...
Docs Fix - Ensure proper context path format
2023-09-20 09:21:07 -05:00
slikie
3a8f2495ea
fix: Docs - Ensure proper context path format
2023-09-20 22:12:47 +08:00
slikie
993f5e5097
Update README.md
...
spelling
2023-09-20 22:08:31 +08:00
Julien Rouvier
1f99c26e78
Add helm chart
2023-09-20 10:07:11 +02:00
Anthony Stirling
05ebf3a6b4
Merge pull request #366 from Frooodle/image
...
image to pdf change and cert atempt fix
2023-09-17 21:21:19 +01:00
Anthony Stirling
1be3046d26
version bump
2023-09-17 21:17:47 +01:00
Anthony Stirling
5b3858ba29
image changes and cert fix
2023-09-17 21:17:13 +01:00
Anthony Stirling
a1f388e524
Merge pull request #365 from NeilJared/main
...
Update messages_es_ES.properties
2023-09-17 08:04:52 +01:00
NeilJared
cf14ff1540
Update messages_es_ES.properties
...
Updated es_ES translation including changes of the latest version
2023-09-16 23:39:12 +02:00
Anthony Stirling
a0ac2bc02a
Update build.gradle
2023-09-14 21:25:18 +01:00
Anthony Stirling
ed82c492ab
Update build.gradle
2023-09-14 21:08:26 +01:00
Anthony Stirling
fc2d71d120
Update Dockerfile remove PUID
2023-09-14 21:07:39 +01:00
Anthony Stirling
e5a7a0631b
Merge pull request #360 from Frooodle/itextRemoval
...
Itext removal password enhancement and others
2023-09-14 14:36:10 +01:00
Anthony Stirling
315cba07f0
Merge branch 'main' into itextRemoval
2023-09-14 14:34:14 +01:00
Anthony Stirling
cd5bd92a41
docs
2023-09-14 14:30:39 +01:00
Anthony Stirling
10126ce979
readme
2023-09-14 13:35:33 +01:00
Anthony Stirling
f6c4f08254
docs
2023-09-14 13:32:49 +01:00
Anthony Stirling
fc4feb2096
lang
2023-09-14 11:33:02 +01:00
Anthony Stirling
82b641458f
fixes
2023-09-13 00:46:30 +01:00
Anthony Stirling
2c0fb33548
slow rework testing, still on multipage
2023-09-12 00:42:22 +01:00
Anthony Stirling
24e665bfd5
cleanup and defaults
2023-09-11 23:42:18 +01:00
Anthony Stirling
1404e33386
Merge branch 'itextRemoval' of git@github.com:Frooodle/Stirling-PDF.git
...
into itextRemoval
2023-09-11 23:21:05 +01:00
Anthony Stirling
0b1fd61188
api /api/v1/
2023-09-11 23:19:50 +01:00
Anthony Stirling
80b4c67e35
super call
2023-09-10 09:24:20 +01:00
Anthony Stirling
1f4aae9249
finishing forms
2023-09-10 01:10:24 +01:00
Anthony Stirling
145e8006f0
metadata
2023-09-09 18:51:43 +01:00
Anthony Stirling
872f562aad
misc beginings
2023-09-09 18:21:55 +01:00
Anthony Stirling
db70d67180
Merge branch 'itextRemoval' of git@github.com:Frooodle/Stirling-PDF.git into itextRemoval
2023-09-09 00:25:47 +01:00
Anthony Stirling
b1fd798a5c
init
2023-09-09 00:25:27 +01:00
Дмитрий
42907ade21
Update messages_ru_RU.properties
...
Added translation
2023-09-08 11:34:03 +03:00
dependabot[bot]
b3bc0b4e5a
Bump org.springdoc:springdoc-openapi-starter-webmvc-ui
...
Bumps [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi ) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases )
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md )
- [Commits](https://github.com/springdoc/springdoc-openapi/compare/v2.1.0...v2.2.0 )
---
updated-dependencies:
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-06 21:24:15 +00:00
dependabot[bot]
12e24f3ec1
Bump com.google.zxing:core from 3.5.1 to 3.5.2
...
Bumps [com.google.zxing:core](https://github.com/zxing/zxing ) from 3.5.1 to 3.5.2.
- [Release notes](https://github.com/zxing/zxing/releases )
- [Changelog](https://github.com/zxing/zxing/blob/master/CHANGES )
- [Commits](https://github.com/zxing/zxing/compare/zxing-3.5.1...zxing-3.5.2 )
---
updated-dependencies:
- dependency-name: com.google.zxing:core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-06 21:24:15 +00:00
Anthony Stirling
fefa8347da
Merge pull request #342 from Frooodle/itextRemoval
...
Itext removal
2023-09-06 22:23:29 +01:00
Anthony Stirling
cd7ca09a3f
Update settings.yml.template
2023-09-06 22:22:13 +01:00
Anthony Stirling
3960b2d6f9
Merge branch 'main' into itextRemoval
2023-09-06 22:10:41 +01:00
Anthony Stirling
264969e80c
Merge branch 'itextRemoval' of git@github.com:Frooodle/Stirling-PDF.git into itextRemoval
2023-09-06 21:58:36 +01:00
Anthony Stirling
4e2911f648
custom font fix
2023-09-06 21:58:28 +01:00
Anthony Stirling
42610b2645
Merge branch 'main' into dependabot/gradle/io.spring.dependency-management-1.1.3
2023-09-06 18:38:53 +01:00
Anthony Stirling
7b07a706e1
Merge pull request #350 from Ale1x/main
...
Update content in messages_it.properties file
2023-09-06 16:35:49 +01:00
Anthony Stirling
8fef9dc8a8
Merge branch 'main' into itextRemoval
2023-09-06 15:41:39 +01:00
Anthony Stirling
83936bf4c8
security fix
2023-09-06 15:41:15 +01:00
Alessandro Passarelli
65f89e283e
Fixed Mistakes
2023-09-06 15:57:43 +02:00
Alessandro Passarelli
1aa65bd3d1
Update content in messages_it.properties file
...
This commit includes changes to the content of the messages_it.properties file. Modifications were made to enhance the clarity and accuracy of the messages for the Italian localization.
2023-09-06 15:45:20 +02:00
Anthony Stirling
0547ec3c49
Merge pull request #349 from rubenixnagios/rubenixnagios-patch-2
...
Update messages_ca_CA.properties
2023-09-06 12:32:49 +01:00
Rubens
7e1cbe572d
Update messages_ca_CA.properties
...
updated catalan missing translations
2023-09-06 13:13:20 +02:00
Anthony Stirling
7a98f30d05
Merge pull request #347 from darddan/main
...
Add side stitch booklet rearrangement
2023-09-05 21:44:11 +01:00
Anthony Stirling
c565bd4400
test
2023-09-05 20:58:18 +01:00
Dardan
d039c8e62e
Use tabs instead of spaces
2023-09-05 20:06:18 +02:00
Dardan
da7f0561cb
Add side stitch booklet rearrangement
2023-09-05 19:48:16 +02:00
Anthony Stirling
00210b75c7
Merge pull request #344 from c-jaenicke/main
...
translate text to german
2023-09-05 11:09:44 +01:00
c-jaenicke
3fe8973ae6
Merge branch 'main' into main
2023-09-05 11:36:36 +02:00
Anthony Stirling
87c4b42683
Merge pull request #346 from tkymmm/tkymmm-patch-1
...
Update messages_ja_JP.properties
2023-09-05 09:42:00 +01:00
tkymmm
0901eaac45
Update messages_ja_JP.properties
...
Japanese translation of new features.
2023-09-05 14:58:31 +09:00
Anthony Stirling
c7c81a7243
security
2023-09-04 18:42:22 +01:00
Anthony Stirling
ac019ac196
Merge remote-tracking branch 'origin/main' into itextRemoval
2023-09-04 18:30:30 +01:00
Anthony Stirling
b12c1305ea
Merge pull request #345 from ikerib/basque_locale
...
[Locale] [Basque] Add new strings
2023-09-04 18:00:51 +01:00
ikerib
1876c2afae
Add new strings
2023-09-04 17:58:03 +02:00
c-jaenicke
4575375ea9
fix line 1 comment
2023-09-04 12:31:56 +02:00
c-jaenicke
aac7836dce
spellchecking and last translation
2023-09-04 12:16:42 +02:00
c-jaenicke
df5de2d60d
make format consistent
2023-09-04 11:47:18 +02:00
c-jaenicke
b026283ef2
translate text to german
2023-09-04 11:45:00 +02:00
c-jaenicke
548e5d108c
translate text to german
2023-09-04 11:32:15 +02:00
c-jaenicke
4d31152a02
translate text to german
2023-09-04 11:08:05 +02:00
Anthony Stirling
fd08513212
dipslay stuf
2023-09-04 00:12:27 +01:00
Anthony Stirling
3175ac16d1
Merge pull request #343 from deraw/update-fr-translations
...
Update messages_fr_FR.properties
2023-09-04 00:00:30 +01:00
Dylan Broussard
0cb5a6c7ad
Update messages_fr_FR.properties
2023-09-04 00:48:08 +02:00
Anthony Stirling
0bb2df135b
testing messages
2023-09-03 19:44:16 +01:00
Anthony Stirling
adadf7428c
Merge branch 'itextRemoval' of git@github.com:Frooodle/Stirling-PDF.git into itextRemoval
2023-09-03 16:41:00 +01:00
Anthony Stirling
146dd3c00b
cred change start
2023-09-03 16:40:40 +01:00
Anthony Stirling
78bfa84afd
Update README.md
2023-09-03 01:46:02 +01:00
Anthony Stirling
07512c7e2c
Merge branch 'main' into itextRemoval
2023-09-03 01:24:49 +01:00
Anthony Stirling
9fe96bec40
import cleanup
2023-09-03 01:24:02 +01:00
Anthony Stirling
18172aa33a
complete itext removal
2023-09-03 01:23:44 +01:00
Anthony Stirling
9ece6dacbd
removal
2023-09-02 20:32:44 +01:00
Anthony Stirling
ef07963d79
itext removal
2023-09-02 20:21:55 +01:00
Anthony Stirling
862086eae5
itext removal fixes
2023-09-02 19:12:08 +01:00
Anthony Stirling
277aa0c7e1
Merge pull request #341 from shalak/tune_docs
...
Update settings docs
2023-09-02 12:13:15 +01:00
Shalak
fc52741435
Update settings docs
2023-09-02 12:30:27 +02:00
Anthony Stirling
a7cd6bfd2e
itext changes
2023-09-02 00:05:50 +01:00
Anthony Stirling
648df7b3d3
Update README.md
2023-08-31 21:24:53 +01:00
Anthony Stirling
01f7f1f59c
fix max size issue
2023-08-31 13:52:54 +01:00
Anthony Stirling
ff7f089f69
v tag fix
2023-08-30 22:55:33 +01:00
dependabot[bot]
4e06e8c0c0
Bump io.spring.dependency-management from 1.1.2 to 1.1.3
...
Bumps [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin ) from 1.1.2 to 1.1.3.
- [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.2...v1.1.3 )
---
updated-dependencies:
- dependency-name: io.spring.dependency-management
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-30 21:53:43 +00:00
Anthony Stirling
ca5ce905c7
version bump
2023-08-30 22:52:53 +01:00
Anthony Stirling
0fc29de02c
redact allow colors, bug fixes
2023-08-30 22:52:38 +01:00
Anthony Stirling
8509a16d6e
fix init for multi downloads
2023-08-30 21:40:29 +01:00
Anthony Stirling
0ed021357b
change metadata fix
2023-08-30 18:52:31 +01:00
Anthony Stirling
58ad7a1e8a
info permission fix
2023-08-30 00:12:40 +01:00
Anthony Stirling
622ee29dd8
Update README.md
2023-08-28 13:01:57 +01:00
Anthony Stirling
5cbb4c6223
Update README.md
2023-08-28 13:01:16 +01:00
Anthony Stirling
5299859385
Update README.md
2023-08-28 12:49:23 +01:00
Anthony Stirling
c57b308909
Merge pull request #327 from Frooodle/loginPage
...
Login page tweaks
2023-08-28 10:19:23 +01:00
Anthony Stirling
6409274f83
language stuff
2023-08-28 10:17:02 +01:00
Anthony Stirling
bc534c12a5
login page lang changes
2023-08-28 00:49:14 +01:00
Anthony Stirling
b58fd2022a
docker version stuff
2023-08-27 19:58:20 +01:00
Anthony Stirling
d850d026ed
fixes
2023-08-27 17:02:12 +01:00
Anthony Stirling
83627686d4
Update releaseArtifacts.yml
2023-08-27 14:41:02 +01:00
Anthony Stirling
4e7d01c72c
Update releaseArtifacts.yml
2023-08-27 13:52:26 +01:00
Anthony Stirling
0f8ab20db7
Merge pull request #325 from Frooodle/testversions
...
test dynamic security
2023-08-27 13:47:19 +01:00
Anthony Stirling
88cc90786d
testing github actions
2023-08-27 13:45:58 +01:00
Anthony Stirling
fb66717b43
docker file testing
2023-08-27 13:45:37 +01:00
Anthony Stirling
1d60433fcf
test
2023-08-27 11:59:08 +01:00
Anthony Stirling
0f3df6e92b
cleanup imports
2023-08-27 00:39:22 +01:00
Anthony Stirling
ca7c63c7d7
name changes
2023-08-27 00:38:17 +01:00
Anthony Stirling
135f9611df
hometext fix
2023-08-26 23:45:43 +01:00
Anthony Stirling
cfaaeebd4a
test
2023-08-26 23:33:35 +01:00
Anthony Stirling
09a0779180
Merge pull request #322 from Frooodle/bootstrap5_test
...
Bootstrap5
2023-08-26 22:35:59 +01:00
Anthony Stirling
7f7d09bc85
Update README.md
2023-08-26 22:35:10 +01:00
Anthony Stirling
0c454a08dc
rename to settins.yml
2023-08-26 22:33:23 +01:00
Anthony Stirling
d749b63549
configs and app setup stuff
2023-08-26 17:30:49 +01:00
Anthony Stirling
2053a6950d
config template
2023-08-26 12:27:52 +01:00
Anthony Stirling
41bd801e0d
redact stuff, login page, lang and remember me
2023-08-25 23:39:18 +01:00
Anthony Stirling
cd0e1a3962
redact
2023-08-24 23:23:25 +01:00
Anthony Stirling
7c2f482b3b
minor changes
2023-08-22 23:44:38 +01:00
Anthony Stirling
7741d60afd
bootstrap 5
2023-08-22 23:03:21 +01:00
Anthony Stirling
8aac0c0327
bs5 more
2023-08-22 21:19:18 +01:00
Anthony Stirling
7c26c56210
test
2023-08-20 21:57:19 +01:00
Anthony Stirling
e88a780efe
lang
2023-08-19 17:00:34 +01:00
Anthony Stirling
363fb5dc02
Merge branch 'main' of git@github.com:Frooodle/Stirling-PDF.git into main
2023-08-19 16:59:52 +01:00
Anthony Stirling
39a187b6da
darkmode fix for account and pagenumber support filename
2023-08-19 16:59:34 +01:00
Anthony Stirling
b4cc34a522
Merge pull request #321 from appel/main
...
Dutch translation
2023-08-19 14:41:06 +01:00
appel
af94ef3d49
Dutch translation
2023-08-19 09:25:28 -04:00
Anthony Stirling
505855a53c
Fix password updation
2023-08-19 12:50:49 +01:00
Anthony Stirling
87ac245341
Update sanitize-pdf.html
2023-08-19 12:26:43 +01:00
Anthony Stirling
1670a09d04
Update SanitizeController.java
2023-08-19 11:58:18 +01:00
Anthony Stirling
620b954336
Merge pull request #307 from Frooodle/login
...
Login
2023-08-17 22:48:47 +01:00
Anthony Stirling
cfd51e9b84
Update build.gradle
2023-08-17 22:47:48 +01:00
Anthony Stirling
6c797f8216
fix readme
2023-08-17 22:45:59 +01:00
Anthony Stirling
40e208152a
translations
2023-08-17 22:26:35 +01:00
Anthony Stirling
cf7bfa62ef
Merge branch 'main' into login
2023-08-17 22:21:31 +01:00
Anthony Stirling
a1086b9a04
update todo
2023-08-17 22:21:14 +01:00
Anthony Stirling
9bc4bbd2c8
grammer
2023-08-17 22:20:50 +01:00
Anthony Stirling
73156012e9
security
2023-08-17 22:19:11 +01:00
Anthony Stirling
91cc3d77d4
readme stuff
2023-08-17 22:17:42 +01:00
Anthony Stirling
3fc55a9e9f
translations
2023-08-17 22:03:43 +01:00
Anthony Stirling
b666aa3f26
merge stuff #318
2023-08-17 22:03:36 +01:00
Anthony Stirling
53e7dbe12f
translates
2023-08-17 00:10:14 +01:00
Anthony Stirling
9d8ff6856b
Merge pull request #316 from deraw/update-fr-translations
...
Update messages_fr_FR.properties
2023-08-15 08:26:28 +01:00
Dylan Broussard
3fb38376b0
Update messages_fr_FR.properties
2023-08-15 03:38:42 +02:00
Anthony Stirling
15c73d9dd3
Add files via upload
2023-08-15 00:40:22 +01:00
Anthony Stirling
86f71ffb93
change user and pass
2023-08-15 00:39:13 +01:00
Anthony Stirling
eb928d3369
Merge pull request #313 from deraw/deraw-fix-add-page-numbers
...
Fix title in add-page-numbers.html
2023-08-15 00:02:28 +01:00
Anthony Stirling
d7307665b3
Fix title #313
2023-08-15 00:01:19 +01:00
Dylan Broussard
2836f0ab5a
Fix title in add-page-numbers.html
...
The key `autoCrop.title` was used instead of `addPageNumbers.title`.
2023-08-15 00:29:36 +02:00
Anthony Stirling
91b7f3980c
Change account icons
2023-08-14 22:48:30 +01:00
Anthony Stirling
5053432c2d
pdf to image
2023-08-14 21:43:39 +01:00
Anthony Stirling
563c612395
remove pbean
2023-08-14 21:42:31 +01:00
Anthony Stirling
95dced6455
Merge branch 'login' of git@github.com:Frooodle/Stirling-PDF.git into login
2023-08-14 21:42:25 +01:00
Anthony Stirling
989f0bbbfb
caching
2023-08-14 21:41:42 +01:00
Anthony Stirling
e5eec28bfd
Delete mydatabase.trace.db
2023-08-13 22:49:23 +01:00
Anthony Stirling
bfc402f307
Delete mydatabase.mv.db
2023-08-13 22:49:15 +01:00
Anthony Stirling
35a998b934
Login
2023-08-13 22:46:18 +01:00
Anthony Stirling
cadc8e499d
IT WORKS almost
2023-08-13 18:19:15 +01:00
Anthony Stirling
7f7ea6da9f
APi key stuff
2023-08-13 10:53:00 +01:00
Anthony Stirling
ab9a22d8e7
Add files via upload
2023-08-13 01:15:26 +01:00
Anthony Stirling
cd2728105e
Add files via upload
2023-08-13 01:14:30 +01:00
Anthony Stirling
d75e84bdff
Create InitialSetup.java
2023-08-13 01:14:14 +01:00
Anthony Stirling
e791fee38b
security
2023-08-13 01:12:29 +01:00
Anthony Stirling
ad5f057733
Fix for #306
2023-08-12 19:53:14 +01:00
Anthony Stirling
6f325b5fdb
init
2023-08-12 02:29:10 +01:00
Anthony Stirling
b73aeee18d
Merge pull request #304 from adrielCarmoUFMS/adrielCarmoUFMS-patch-1-1
...
Update messages_pt_BR.properties
2023-08-11 16:25:14 +01:00
adrielCarmoUFMS
8a54035a9f
Update messages_pt_BR.properties
...
Update messages_pt_BR.properties
2023-08-11 10:21:13 -04:00
adrielCarmoUFMS
af28e30e4c
Update messages_pt_BR.properties
...
updating new properties for the pt-BR language
2023-08-11 09:23:04 -04:00
Anthony Stirling
492513306c
Merge pull request #303 from adrielCarmoUFMS/main
...
update language pt-br
2023-08-10 21:45:27 +01:00
Anthony Stirling
bc554ff4a7
Merge branch 'main' into main
2023-08-10 21:42:40 +01:00
Anthony Stirling
b7a0d1ece8
Merge pull request #301 from jb2barrels/en_US_Aug-10-2023
...
Create en_US translation properties
2023-08-10 21:42:16 +01:00
Jacob Braun
ca384218dc
Add US to navbar.html and distinguish English selection GB and US
...
Add US to navbar.html and distinguish English selection GB and US
2023-08-10 13:33:46 -07:00
Jacob Braun
e9550fd6b2
Add US svg
...
Add US svg
2023-08-10 13:33:20 -07:00
Jacob Braun
232a305d51
Add additional spelling changes for US translations
...
Add additional spelling changes for US translations
2023-08-10 13:27:56 -07:00
adrielCarmoUFMS
a6ab448eeb
Merge pull request #2 from adrielCarmoUFMS/adrielCarmoUFMS-patch-1
...
Update messages_pt_BR.properties
2023-08-10 16:14:22 -04:00
adrielCarmoUFMS
f9aa157c6c
Update messages_pt_BR.properties
...
Updating the translation of new features to the Portuguese - BR language
2023-08-10 16:03:24 -04:00
adrielCarmoUFMS
b7df24acaa
Merge pull request #1 from adrielCarmoUFMS/adrielCarmoUFMS_pt-BR
...
Update messages_pt_BR.properties
2023-08-10 15:57:59 -04:00
adrielCarmoUFMS
ad4ca1b2d7
Update messages_pt_BR.properties
...
Updating the translation of new features to the Portuguese - BR language
2023-08-10 15:56:15 -04:00
Jacob Braun
c562d197e7
Create en_US translation properties
...
Copied from en_GB. Fixed variables noFavourites and home.pdfOrganiser.title to use its US corrected spelling.
2023-08-10 08:56:27 -07:00
Anthony Stirling
83ba1899b7
metric filters
2023-08-09 20:30:19 +01:00
Anthony Stirling
3420adc7c9
security and apple icons
2023-08-09 20:30:07 +01:00
Anthony Stirling
fd39f28e46
Merge pull request #280 from Frooodle/dependabot/gradle/org.springframework.boot-spring-boot-starter-test-3.1.2
...
Bump org.springframework.boot:spring-boot-starter-test from 3.1.0 to 3.1.2
2023-08-08 20:29:23 +01:00
Anthony Stirling
710125852a
Merge branch 'main' into dependabot/gradle/org.springframework.boot-spring-boot-starter-test-3.1.2
2023-08-08 20:27:51 +01:00
Anthony Stirling
e8ec208390
Merge pull request #281 from Frooodle/dependabot/gradle/org.springframework.boot-spring-boot-starter-web-3.1.2
...
Bump org.springframework.boot:spring-boot-starter-web from 3.1.0 to 3.1.2
2023-08-08 20:27:23 +01:00
dependabot[bot]
4584562607
Bump org.springframework.boot:spring-boot-starter-test
...
Bumps [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot ) from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.0...v3.1.2 )
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-test
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-08 19:25:51 +00:00
dependabot[bot]
2c1412a088
Bump org.springframework.boot:spring-boot-starter-web
...
Bumps [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot ) from 3.1.0 to 3.1.2.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.0...v3.1.2 )
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-web
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-08 19:25:50 +00:00
Anthony Stirling
0a65382979
Merge pull request #279 from Frooodle/dependabot/gradle/org.springframework.boot-3.1.2
...
Bump org.springframework.boot from 3.1.1 to 3.1.2
2023-08-08 20:25:32 +01:00
Anthony Stirling
4f404f66e5
Merge branch 'main' into dependabot/gradle/org.springframework.boot-3.1.2
2023-08-08 20:24:34 +01:00
Anthony Stirling
89505ada00
Merge pull request #273 from Frooodle/dependabot/gradle/io.spring.dependency-management-1.1.2
...
Bump io.spring.dependency-management from 1.1.0 to 1.1.2
2023-08-08 20:24:01 +01:00
dependabot[bot]
374a30ac5a
Bump org.springframework.boot from 3.1.1 to 3.1.2
...
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot ) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.1...v3.1.2 )
---
updated-dependencies:
- dependency-name: org.springframework.boot
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-08 19:20:25 +00:00
Anthony Stirling
cee4ee4128
Merge branch 'main' into dependabot/gradle/io.spring.dependency-management-1.1.2
2023-08-08 20:19:47 +01:00
Anthony Stirling
58fc5e2ffa
Merge pull request #259 from Frooodle/dependabot/gradle/org.apache.pdfbox-pdfbox-2.0.29
...
Bump org.apache.pdfbox:pdfbox from 2.0.28 to 2.0.29
2023-08-08 20:19:27 +01:00
Anthony Stirling
951ea43f8b
Merge branch 'main' into dependabot/gradle/org.apache.pdfbox-pdfbox-2.0.29
2023-08-08 20:09:34 +01:00
Anthony Stirling
ca16ecef24
Create StartupApplicationListener.java
2023-08-08 20:09:05 +01:00
Anthony Stirling
bb025dc2a1
Merge branch 'main' into dependabot/gradle/org.apache.pdfbox-pdfbox-2.0.29
2023-08-08 19:57:32 +01:00
dependabot[bot]
d797169bd0
Bump io.spring.dependency-management from 1.1.0 to 1.1.2
...
Bumps [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin ) from 1.1.0 to 1.1.2.
- [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.0...v1.1.2 )
---
updated-dependencies:
- dependency-name: io.spring.dependency-management
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-08 18:56:05 +00:00
Anthony Stirling
891f9e2252
api changes
2023-08-08 19:55:18 +01:00
Anthony Stirling
4a579c00ce
docs
2023-08-06 22:14:37 +01:00
Anthony Stirling
9cb4d8e088
remove copy fonts from LITE
2023-08-06 21:58:55 +01:00
Anthony Stirling
5d3ee7755a
show js
2023-08-06 21:57:35 +01:00
Anthony Stirling
c047c46587
Merge branch 'main' of git@github.com:Frooodle/Stirling-PDF.git into
...
main
2023-08-06 21:56:47 +01:00
Anthony Stirling
54f53be5b5
show javascript, bug fixes
2023-08-06 21:56:02 +01:00
Anthony Stirling
8bb9e5b22f
Update fileInput.js
2023-08-06 14:16:56 +01:00
Anthony Stirling
379791a326
Merge pull request #297 from Frooodle/allInfo
...
new features
2023-08-06 13:11:51 +01:00
Anthony Stirling
38ec68b303
version bump
2023-08-06 13:09:42 +01:00
Anthony Stirling
a5095b04ad
lang
2023-08-06 13:02:15 +01:00
Anthony Stirling
a27ddb40be
navbar, blank page desc and drag drop append
2023-08-06 12:34:26 +01:00
Anthony Stirling
bc36be8a5e
Merge remote-tracking branch 'origin/main' into allInfo
2023-08-05 23:04:28 +01:00
Anthony Stirling
1e35556034
update
2023-08-05 23:03:49 +01:00
Anthony Stirling
882cd41d4b
Merge pull request #296 from jordyjordy/multitool-filedrag
...
add fileInput widget to multiSelect
2023-08-05 17:03:46 +01:00
jordy
724fb4bf8f
add fileInput widget to multiSelect
2023-08-05 17:36:05 +02:00
Anthony Stirling
b07437dbfa
get info DONE!
2023-08-02 23:03:35 +01:00
Anthony Stirling
96f05cd518
get info changes
2023-08-02 22:49:43 +01:00
Anthony Stirling
77411e94a4
new features
2023-08-01 00:03:13 +01:00
Anthony Stirling
0da9c62ef8
all info
2023-07-30 21:56:09 +01:00
Anthony Stirling
52a7885f3c
all inf
2023-07-30 14:43:34 +01:00
Anthony Stirling
f98f089d63
More fixes for RequestPart mixing
2023-07-30 11:39:29 +01:00
Anthony Stirling
6b618f3abe
Watermark fixes
2023-07-30 11:31:46 +01:00
Anthony Stirling
0732ffa76e
Update README.md
2023-07-29 14:31:09 +01:00
Anthony Stirling
b5b4636e56
changes to script executor and init
2023-07-29 13:53:30 +01:00
Anthony Stirling
ca12d040e1
Merge pull request #289 from NeilJared/patch-1
...
ES translation updated
2023-07-27 21:19:12 +01:00
NeilJared
3388b9fafa
Merge branch 'main' into patch-1
2023-07-27 21:47:51 +02:00
NeilJared
954b36e14c
Merge pull request #1 from NeilJared/NeilJared-patch-1
...
Update messages_es_ES.properties
2023-07-27 21:21:37 +02:00
NeilJared
4d43814220
Update messages_es_ES.properties
...
ES translation completed and updated to v.0.11.2
2023-07-27 21:20:30 +02:00
dependabot[bot]
f6262c82e1
Bump org.apache.pdfbox:pdfbox from 2.0.28 to 2.0.29
...
Bumps org.apache.pdfbox:pdfbox from 2.0.28 to 2.0.29.
---
updated-dependencies:
- dependency-name: org.apache.pdfbox:pdfbox
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-26 21:09:07 +00:00
Anthony Stirling
7ead12922f
new page
2023-07-26 22:08:34 +01:00
Anthony Stirling
33a6a7869c
Further Fixes
2023-07-26 22:08:19 +01:00
Anthony Stirling
bf995f989c
fixes
2023-07-26 13:00:06 +01:00
NeilJared
21de6c6520
Update messages_es_ES.properties
...
partial translation update, will continue by line 348
2023-07-26 12:17:20 +02:00
systo
c14aa6851e
Merge branch 'main' of git@github.com:Frooodle/Stirling-PDF.git into main
2023-07-25 23:36:32 +01:00
Anthony Stirling
8260eced2d
auto split cleanup
2023-07-25 23:36:19 +01:00
Anthony Stirling
d028465dc5
Update README.md
2023-07-25 21:21:43 +01:00
Anthony Stirling
29dab5e47d
numbers name
2023-07-25 00:01:20 +01:00
Anthony Stirling
9e655631b4
lang cleanup
2023-07-24 23:53:52 +01:00
Anthony Stirling
179c7b80bb
languages
2023-07-24 23:12:33 +01:00
Anthony Stirling
349bf29122
fix navbar not supporting other languages nicely size wise
2023-07-23 23:20:30 +01:00
Anthony Stirling
295357f12b
tags and searching
2023-07-23 23:05:02 +01:00
Anthony Stirling
940f8d999e
Update messages_en_GB.properties
2023-07-23 15:13:33 +01:00
Anthony Stirling
5605d53a5f
Update messages_en_GB.properties
2023-07-23 13:05:47 +01:00
Anthony Stirling
116d103119
html to pdf
2023-07-23 00:03:25 +01:00
Anthony Stirling
2fd8c643af
UI for html/url
2023-07-22 17:27:08 +01:00
Anthony Stirling
4367ae7934
html and url to pdf init
2023-07-22 16:57:40 +01:00
Anthony Stirling
749461334d
pdfjs worker changes and crop fix
2023-07-22 13:17:24 +01:00
Anthony Stirling
e83a027023
Merge pull request #266 from webysther/patch-1
...
Update HowToUseOCR.md
2023-07-19 23:35:20 +01:00
Anthony Stirling
1883b477a3
Merge branch 'main' into patch-1
2023-07-19 23:33:46 +01:00
Anthony Stirling
37e2cd40da
Merge pull request #276 from Frooodle/pipelineStuff
...
Start of v0.11
2023-07-19 23:26:57 +01:00
Anthony Stirling
81a9329975
border to contrast
2023-07-19 23:23:08 +01:00
Anthony Stirling
0eb019fc3c
searchbar cleanups
2023-07-19 23:15:16 +01:00
Anthony Stirling
4129c75475
crop fix, auto split docs and UI and message
2023-07-19 22:11:59 +01:00
Anthony Stirling
3d66f03f58
hide pipeline
2023-07-18 22:09:48 +01:00
Anthony Stirling
7b83104fd6
fix for #275
2023-07-18 22:04:18 +01:00
Anthony Stirling
794aede27f
docs
2023-07-17 21:59:34 +01:00
Anthony Stirling
08eb39b206
divider examples
2023-07-16 23:52:09 +01:00
Anthony Stirling
2566c7f3d7
translations
2023-07-16 19:42:13 +01:00
Anthony Stirling
a8522bb3b5
GB pretty
2023-07-16 19:34:01 +01:00
Anthony Stirling
92b9142902
language cleanups and sanitize
2023-07-16 18:57:21 +01:00
Anthony Stirling
d07e3e6522
change add numbers grid and remove files from pipelines
2023-07-16 16:07:08 +01:00
Anthony Stirling
29aabdfba8
filter
2023-07-16 00:36:58 +01:00
Anthony Stirling
9af1b0cfdc
some more changes also broke pipeline a bit
2023-07-15 16:06:33 +01:00
Anthony Stirling
6e32c7fe85
auto split init
2023-07-15 11:39:10 +01:00
Anthony Stirling
ddf5915c6a
drag drop niceness
2023-07-13 22:03:23 +01:00
Anthony Stirling
cdbf1fa73a
watermark features
2023-07-12 23:27:36 +01:00
Anthony Stirling
5d926b022b
gitingore
2023-07-12 00:17:55 +01:00
Anthony Stirling
50bcca10e2
pipeline stuff
2023-07-12 00:17:44 +01:00
Webysther Sperandio
a5528c06ee
Update HowToUseOCR.md
2023-07-10 13:49:58 +02:00
Anthony Stirling
94526de04b
sign fix
2023-07-09 20:34:07 +01:00
Anthony Stirling
1ddf7abe6f
extra fonts plus dynamic fonts
2023-07-09 19:36:41 +01:00
Anthony Stirling
a742c1b034
stuff
2023-07-09 18:10:10 +01:00
Anthony Stirling
6e726ac2a6
lots of stuff and garbage code for automate to cleanup lots
2023-07-09 00:05:33 +01:00
Anthony Stirling
5877b40be5
adjust contrast!
2023-07-06 22:52:22 +01:00
Anthony Stirling
a3c7f5aa46
Search bar and adjust contrast
2023-07-05 22:21:43 +01:00
Anthony Stirling
4e28bf03bd
auto rename
2023-07-04 23:25:21 +01:00
Anthony Stirling
f92482d89e
page numbers and custom images
2023-07-04 21:45:35 +01:00
Anthony Stirling
3c54429fe0
Update README.md
2023-07-02 19:19:49 +01:00
dependabot[bot]
4c4c22e861
Merge pull request #252 from Frooodle/dependabot/gradle/org.springframework.boot-3.1.1
2023-07-02 17:41:23 +00:00
Anthony Stirling
00e27d9327
Merge branch 'main' into dependabot/gradle/org.springframework.boot-3.1.1
2023-07-02 18:39:22 +01:00
dependabot[bot]
f082278041
Merge pull request #253 from Frooodle/dependabot/gradle/org.springframework.boot-spring-boot-starter-thymeleaf-3.1.1
2023-07-02 17:38:09 +00:00
Anthony Stirling
09dde64c57
Merge branch 'main' into dependabot/gradle/org.springframework.boot-spring-boot-starter-thymeleaf-3.1.1
2023-07-02 18:37:20 +01:00
dependabot[bot]
b52a6357f6
Merge pull request #239 from Frooodle/dependabot/gradle/edu.sc.seis.launch4j-3.0.3
2023-07-02 17:34:15 +00:00
Anthony Stirling
f14a566d06
Merge branch 'main' into dependabot/gradle/edu.sc.seis.launch4j-3.0.3
2023-07-02 18:33:21 +01:00
Anthony Stirling
b352ec6888
Merge pull request #234 from Frooodle/dependabot/gradle/commons-io-commons-io-2.13.0
...
Bump commons-io:commons-io from 2.11.0 to 2.13.0
2023-07-02 18:33:12 +01:00
Anthony Stirling
4ec1bad03d
Merge branch 'main' into dependabot/gradle/commons-io-commons-io-2.13.0
2023-07-02 18:32:22 +01:00
Anthony Stirling
f20bbc119d
Merge branch 'main' into dependabot/gradle/org.springframework.boot-spring-boot-starter-thymeleaf-3.1.1
2023-07-02 18:32:14 +01:00
Anthony Stirling
8555c3d422
Merge branch 'main' into dependabot/gradle/org.springframework.boot-3.1.1
2023-07-02 18:32:08 +01:00
Anthony Stirling
71f9d03b19
Merge pull request #251 from albertopasqualetto/main
...
addImage text was wrong
2023-07-02 18:31:33 +01:00
dependabot[bot]
0b31379078
Bump org.springframework.boot:spring-boot-starter-thymeleaf
...
Bumps [org.springframework.boot:spring-boot-starter-thymeleaf](https://github.com/spring-projects/spring-boot ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.0...v3.1.1 )
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-thymeleaf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-02 17:30:55 +00:00
dependabot[bot]
29c204b2c2
Bump org.springframework.boot from 3.1.0 to 3.1.1
...
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.0...v3.1.1 )
---
updated-dependencies:
- dependency-name: org.springframework.boot
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-02 17:30:53 +00:00
dependabot[bot]
657e881963
Bump edu.sc.seis.launch4j from 3.0.1 to 3.0.3
...
Bumps edu.sc.seis.launch4j from 3.0.1 to 3.0.3.
---
updated-dependencies:
- dependency-name: edu.sc.seis.launch4j
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-02 17:30:51 +00:00
Anthony Stirling
ef6bdc70a4
Merge branch 'main' into dependabot/gradle/commons-io-commons-io-2.13.0
2023-07-02 18:30:35 +01:00
Anthony Stirling
e4a36115a2
Merge pull request #230 from Frooodle/dependabot/gradle/io.swagger.swaggerhub-1.2.0
...
Bump io.swagger.swaggerhub from 1.1.0 to 1.2.0
2023-07-02 18:30:19 +01:00
dependabot[bot]
325f86832c
Bump commons-io:commons-io from 2.11.0 to 2.13.0
...
Bumps commons-io:commons-io from 2.11.0 to 2.13.0.
---
updated-dependencies:
- dependency-name: commons-io:commons-io
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-02 17:27:54 +00:00
dependabot[bot]
e3dbdd6b09
Bump io.swagger.swaggerhub from 1.1.0 to 1.2.0
...
Bumps io.swagger.swaggerhub from 1.1.0 to 1.2.0.
---
updated-dependencies:
- dependency-name: io.swagger.swaggerhub
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-02 17:27:54 +00:00
Anthony Stirling
919041e879
Update version and disable folder scan alpha
2023-07-02 18:27:23 +01:00
Anthony Stirling
182231a183
Merge pull request #256 from Frooodle/pipeline
...
Pipeline changes, fonts, and watermark fixes
2023-07-02 18:21:17 +01:00
Anthony Stirling
46d4ae8fc5
pipeline change
2023-07-02 18:20:23 +01:00
Anthony Stirling
73ab1936a3
filter update
2023-07-02 00:34:04 +01:00
Anthony Stirling
59c72527b5
remove from menu for now
2023-07-01 23:40:17 +01:00
Anthony Stirling
5ea3bcc1dd
watermark stuff
2023-07-01 22:18:49 +01:00
Anthony Stirling
c140052822
watermark fix
2023-07-01 21:08:33 +01:00
Anthony Stirling
f7832774d9
cachec change
2023-06-29 23:59:15 +01:00
systo
279d25c03a
Merge branch 'pipeline' of git@github.com:Frooodle/Stirling-PDF.git into pipeline
2023-06-29 23:34:22 +01:00
Anthony Stirling
f1984047a8
Update README.md
2023-06-29 22:03:31 +01:00
Anthony Stirling
eae7c1bd60
Update README.md
2023-06-29 22:02:59 +01:00
systo
d7f592ebda
Merge remote-tracking branch 'origin/main' into pipeline
2023-06-29 22:01:49 +01:00
Anthony Stirling
1798ce002a
Fix metrics
2023-06-29 21:51:08 +01:00
systo
57a0cca595
Merge remote-tracking branch 'origin/master' into pipeline
2023-06-29 19:13:33 +01:00
Anthony Stirling
b26fbd7693
Update README.md
2023-06-29 17:07:34 +01:00
Anthony Stirling
43b0e25bdb
modes
2023-06-26 18:23:06 +01:00
Anthony Stirling
3377af1305
api tag
2023-06-25 09:16:32 +01:00
Anthony Stirling
c81c1006b7
Merge branch 'pipeline' of git@github.com:Frooodle/Stirling-PDF.git into
...
pipeline
2023-06-24 15:25:39 +01:00
systo
f313857f96
Merge branch 'pipeline' of git@github.com:Frooodle/Stirling-PDF.git into pipeline
2023-06-24 14:59:58 +01:00
Anthony Stirling
d5fbe02149
notosans arabic JP, KR SC
2023-06-24 14:59:49 +01:00
Anthony Stirling
159cee0b39
init many new shit
2023-06-23 23:29:53 +01:00
Alberto Pasqualetto
5da4dd6cca
Fix addImages text
2023-06-23 00:11:26 +00:00
Anthony Stirling
e9daf05f16
pipeline cleanup
2023-06-21 21:41:58 +01:00
Anthony Stirling
a12643194a
changes
2023-06-21 21:19:52 +01:00
Anthony Stirling
25d8fc08f7
Merge pull request #250 from inazkue/patch-1
...
Update navbar.html
2023-06-21 11:55:44 +01:00
inazkue
a72378dd4d
Update navbar.html
...
fix navbar.html basque language item description
2023-06-21 11:10:50 +02:00
systo
9aed70408b
Merge branch 'pipeline' of git@github.com:Frooodle/Stirling-PDF.git into pipeline
2023-06-20 23:50:05 +01:00
Anthony Stirling
5ae2c71c3a
Input:PDF Output:PDF
2023-06-20 23:49:53 +01:00
Anthony Stirling
4edce515b8
Merge pull request #249 from inazkue/main
...
Basque language
2023-06-20 21:42:57 +01:00
Anthony Stirling
67ff664eb8
Delete messages_eu_EU.properties
2023-06-20 21:41:44 +01:00
inazkue
71c1a4f102
Update navbar.html
2023-06-20 14:44:37 +02:00
inazkue
ba4ba1b9fc
Add files via upload
2023-06-20 14:38:11 +02:00
inazkue
59f10f06ca
Add files via upload
2023-06-19 11:57:18 +02:00
inazkue
f7953cbc37
Add files via upload
2023-06-19 11:55:54 +02:00
Anthony Stirling
9a74e81754
text
2023-06-14 19:57:01 +01:00
Anthony Stirling
420e4b6766
fixes
2023-06-13 23:50:46 +01:00
Anthony Stirling
aed48ffc93
pipe
2023-06-13 19:18:40 +01:00
Anthony Stirling
0cebe69ff8
Pipeline init
2023-06-13 00:32:15 +01:00
Anthony Stirling
e5990dba81
Update Beans.java
2023-06-12 17:31:42 +01:00
Anthony Stirling
c9b0d01250
Update push-docker.yml
2023-06-12 16:20:14 +01:00
Anthony Stirling
4918ed3f3c
Merge pull request #238 from tkymmm/japanese
...
Japanese
2023-06-12 11:02:28 +01:00
tkymmm
b176ce4251
Update navbar.html
2023-06-12 14:57:51 +09:00
tkymmm
518ff5409e
Add files via upload
2023-06-12 14:56:45 +09:00
tkymmm
803bd3c5b2
Add files via upload
2023-06-12 14:56:05 +09:00
Anthony Stirling
03d4e73304
jar name change
2023-06-10 18:24:32 +01:00
Anthony Stirling
55a820b09f
Update build.gradle
2023-06-10 18:20:28 +01:00
Anthony Stirling
f2a65dc360
Update build.gradle
2023-06-10 18:15:23 +01:00
Anthony Stirling
7b4a889ea7
Remove debugs
2023-06-10 18:14:34 +01:00
Anthony Stirling
f627d251c3
Update releaseArtifacts.yml
2023-06-10 18:06:59 +01:00
Anthony Stirling
d5b7125415
Rename app to Stirling-PDF not S-pdf
2023-06-10 18:04:06 +01:00
Anthony Stirling
67dd3cf0e3
Update releaseArtifacts.yml
2023-06-10 17:54:50 +01:00
Anthony Stirling
b8b62bb5af
Update releaseArtifacts.yml
2023-06-10 17:44:02 +01:00
Anthony Stirling
b4a9d1ac18
Update releaseArtifacts.yml
2023-06-10 17:39:36 +01:00
Anthony Stirling
8aae651c2c
Update releaseArtifacts.yml
2023-06-10 15:22:35 +01:00
Anthony Stirling
fc9465b324
Update releaseArtifacts.yml
2023-06-10 15:21:54 +01:00
Anthony Stirling
579a50be2c
Update releaseArtifacts.yml
2023-06-10 15:15:51 +01:00
Anthony Stirling
9c5b967e4c
fix
2023-06-10 15:10:37 +01:00
Anthony Stirling
d41deb729b
fix for action
2023-06-10 15:07:20 +01:00
Anthony Stirling
a93a89f3f0
github action for release upload
2023-06-10 15:06:01 +01:00
Anthony Stirling
11d642a25f
Upload jar and .exe to release
2023-06-10 15:05:38 +01:00
Anthony Stirling
67448498ea
documentation stuff and downloer fix for image to pdf
2023-06-10 00:46:44 +01:00
Anthony Stirling
489b8da713
fix for actions
2023-06-08 22:28:13 +01:00
Anthony Stirling
728d4d0fa8
latest
2023-06-08 22:02:09 +01:00
Anthony Stirling
e70f4ff3a6
version bump
2023-06-08 20:45:35 +01:00
Anthony Stirling
04032c0dfe
sign changes min size, lite docker, merge fix #172
2023-06-08 20:25:55 +01:00
Anthony Stirling
ecba6461df
Merge branch 'main' of git@github.com:Frooodle/Stirling-PDF.git into
...
main
2023-06-07 14:47:06 +01:00
Anthony Stirling
433ba6c250
groups update
2023-06-07 14:13:18 +01:00
Anthony Stirling
ff6c55d1d0
fix naming issues in split and made it allign with others
2023-06-07 14:01:37 +01:00
Anthony Stirling
d9f8facf2e
Merge pull request #232 from NeilJared/patch-1
...
Update messages_es_ES.properties
2023-06-06 00:26:20 +01:00
NeilJared
6bd3e5cc8f
Update messages_es_ES.properties
...
Updated Spanish translation
2023-06-06 01:12:03 +02:00
Anthony Stirling
936fb5ae45
Update README.md
2023-06-05 23:08:55 +01:00
Anthony Stirling
8e661e1260
fix spanish remove blanks
2023-06-05 22:30:18 +01:00
Anthony Stirling
987d9b0502
Merge pull request #227 from jordyjordy/fix-imgtopdf-typo
...
fix typo in img conversion filename
2023-06-05 19:42:48 +01:00
Anthony Stirling
f6a9169446
Merge branch 'main' into fix-imgtopdf-typo
2023-06-05 19:41:24 +01:00
Anthony Stirling
d5c1c43eb1
Merge pull request #228 from jordyjordy/fix-multitool-filemixing
...
await pdf creation in each for loop.
2023-06-05 19:41:15 +01:00
Anthony Stirling
20c74dac60
Merge branch 'main' into fix-multitool-filemixing
2023-06-05 19:40:00 +01:00
Anthony Stirling
30161275a3
Merge branch 'main' into fix-imgtopdf-typo
2023-06-05 19:39:14 +01:00
jordy
7e9479806e
await pdf creation in each for loop.
2023-06-05 19:38:25 +02:00
jordy
39b9ea9f1d
fix typo
2023-06-05 19:25:36 +02:00
Anthony Stirling
5a9165d7c6
missing lang
2023-06-05 18:23:15 +01:00
Anthony Stirling
4f851156b7
dummy lang changes
2023-06-04 22:40:14 +01:00
Anthony Stirling
b8fa278173
finalise auto swagger docs
2023-06-03 23:32:47 +01:00
Anthony Stirling
2cfb344e13
swagger
2023-06-03 23:24:40 +01:00
Anthony Stirling
1d2bf92abe
Merge branch 'main' of git@github.com:Frooodle/Stirling-PDF.git into
...
main
2023-06-03 23:21:47 +01:00
Anthony Stirling
cefcda9f40
test
2023-06-03 23:21:12 +01:00
Anthony Stirling
a4bc67ff8e
Update swagger.yml
2023-06-03 23:08:10 +01:00
Anthony Stirling
48b3dea256
remove push
2023-06-03 23:05:20 +01:00
Anthony Stirling
1f5231d905
@./SwaggerDoc.json
2023-06-03 23:01:14 +01:00
Anthony Stirling
c526e18992
Split pages support n function and other stuff
2023-06-03 22:56:15 +01:00
Anthony Stirling
4594765cbd
rearrange support n numbers, downloader.js fixes
2023-06-03 17:21:59 +01:00
Anthony Stirling
e2a787e519
Hide banner if mobile
2023-06-02 23:43:22 +01:00
Anthony Stirling
45b3e0aa6a
JS and css cleanup
2023-06-02 20:15:10 +01:00
Anthony Stirling
7bdb2615d4
css cleanup
2023-06-01 23:12:55 +01:00
systo
019a502490
Merge branch 'main' of git@github.com:Frooodle/Stirling-PDF.git into main
2023-06-01 21:37:40 +01:00
Anthony Stirling
6793fd5bc7
thirs party js folder
2023-06-01 21:37:33 +01:00
systo
8ac5cf759e
Merge branch 'main' of git@github.com:Frooodle/Stirling-PDF.git into main
2023-06-01 11:22:56 +01:00
Anthony Stirling
19880567ba
Donation buttons
2023-06-01 11:22:44 +01:00
Anthony Stirling
5c5a3fefc1
Merge pull request #205 from Frooodle/dependabot/gradle/org.springframework.boot-spring-boot-starter-test-3.1.0
...
Bump org.springframework.boot:spring-boot-starter-test from 3.0.6 to 3.1.0
2023-06-01 10:53:13 +01:00
Anthony Stirling
90057828a5
Merge branch 'main' into dependabot/gradle/org.springframework.boot-spring-boot-starter-test-3.1.0
2023-06-01 10:52:24 +01:00
Anthony Stirling
7cfc3a09a2
Merge pull request #206 from Frooodle/dependabot/gradle/org.springframework.boot-3.1.0
...
Bump org.springframework.boot from 3.0.6 to 3.1.0
2023-06-01 10:52:08 +01:00
dependabot[bot]
b8bbee27f8
Bump org.springframework.boot:spring-boot-starter-test
...
Bumps [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot ) from 3.0.6 to 3.1.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.0.6...v3.1.0 )
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-test
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-01 09:51:11 +00:00
Anthony Stirling
8e5c665e49
Merge branch 'main' into dependabot/gradle/org.springframework.boot-3.1.0
2023-06-01 10:50:49 +01:00
Anthony Stirling
7b1e6fb953
Merge pull request #204 from Frooodle/dependabot/gradle/org.springframework.boot-spring-boot-starter-thymeleaf-3.1.0
...
Bump org.springframework.boot:spring-boot-starter-thymeleaf from 3.0.6 to 3.1.0
2023-06-01 10:50:22 +01:00
dependabot[bot]
79936e69c5
Bump org.springframework.boot from 3.0.6 to 3.1.0
...
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot ) from 3.0.6 to 3.1.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.0.6...v3.1.0 )
---
updated-dependencies:
- dependency-name: org.springframework.boot
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-01 09:49:33 +00:00
dependabot[bot]
a19cd327f3
Bump org.springframework.boot:spring-boot-starter-thymeleaf
...
Bumps [org.springframework.boot:spring-boot-starter-thymeleaf](https://github.com/spring-projects/spring-boot ) from 3.0.6 to 3.1.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.0.6...v3.1.0 )
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-thymeleaf
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-06-01 09:49:26 +00:00
Anthony Stirling
5c831c156b
Merge pull request #203 from Frooodle/dependabot/gradle/org.springframework.boot-spring-boot-starter-web-3.1.0
...
Bump org.springframework.boot:spring-boot-starter-web from 3.0.6 to 3.1.0
2023-06-01 10:48:55 +01:00
Anthony Stirling
602df08df5
Merge branch 'main' into dependabot/gradle/org.springframework.boot-spring-boot-starter-web-3.1.0
2023-06-01 10:48:04 +01:00
Anthony Stirling
3b8d06a9e3
Merge pull request #222 from MarcO-79/patch-14
...
Update messages_pl_PL.properties
2023-06-01 07:40:45 +01:00
Marcin Bielicki
5fd43b50e0
Update messages_pl_PL.properties
...
Adjusting the translation to the new version
2023-06-01 08:00:39 +02:00
Anthony Stirling
15d39413f3
scaled changes
2023-05-31 21:33:45 +01:00
systo
5e01946981
Merge branch 'main' of git@github.com:Frooodle/Stirling-PDF.git into main
2023-05-31 21:28:15 +01:00
Anthony Stirling
576d11f09a
Download cleanup
2023-05-31 21:28:05 +01:00
Anthony Stirling
a43c296eef
Merge pull request #221 from LaserKaspar/main
...
Scale Pages
2023-05-31 21:27:32 +01:00
Felix Kaspar
6015591e34
Language
2023-05-31 21:44:59 +02:00
Felix Kaspar
6f5f031b24
Scale Pages
2023-05-31 21:39:40 +02:00
Anthony Stirling
1499e78795
GeneralUtils
2023-05-31 20:37:13 +01:00
Anthony Stirling
1b45ab7222
util move around
2023-05-31 20:15:48 +01:00
Anthony Stirling
005b158ad3
naming fix
2023-05-31 18:44:32 +01:00
Anthony Stirling
26d003e840
css fix
2023-05-31 00:17:48 +01:00
Anthony Stirling
192fb39302
new error display logic init
2023-05-31 00:06:35 +01:00
dependabot[bot]
1650dfcc29
Bump org.springframework.boot:spring-boot-starter-web
...
Bumps [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot ) from 3.0.6 to 3.1.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.0.6...v3.1.0 )
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-web
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-30 19:55:06 +00:00
Anthony Stirling
fda83c4c1d
password fix init
2023-05-30 20:54:19 +01:00
systo
1a6ebbb8e5
Merge branch 'main' of git@github.com:Frooodle/Stirling-PDF.git into main
2023-05-30 19:46:09 +01:00
Anthony Stirling
ea1f8912b8
cert change remove requirement for para,s. pdf-to-img dpi fix
2023-05-30 19:45:51 +01:00
Anthony Stirling
a5885d2628
Merge pull request #218 from blairw/patch-1
...
Update LocalRunGuide.md
2023-05-29 23:27:57 +01:00
Blair Wang
716d4c6f28
Update LocalRunGuide.md
...
Correct small typo (`/build/libs/` does not exist, `./build/libs/` does)
2023-05-30 08:15:26 +10:00
Anthony Stirling
b3a36c82bb
Merge pull request #215 from MarcO-79/patch-13
...
Update messages_pl_PL.properties
2023-05-29 14:02:43 +01:00
Marcin Bielicki
75fff1d52f
Update messages_pl_PL.properties
...
Adjusting the translation to the new version
2023-05-29 13:34:20 +02:00
Anthony Stirling
2d88987cb3
Multi page layout init for #212
2023-05-27 14:23:25 +01:00
Anthony Stirling
8bbbdbd359
duplex
2023-05-26 23:53:11 +01:00
systo
8a2aa44de8
Merge branch 'main' of git@github.com:Frooodle/Stirling-PDF.git into main
2023-05-26 19:30:06 +01:00
Anthony Stirling
3715c555d3
fix for #213
2023-05-26 15:25:18 +01:00
Anthony Stirling
5e4de6cc5f
some filename fixes for nicer extraction
2023-05-26 14:39:08 +01:00
Anthony Stirling
4cadfc64f6
Merge pull request #211 from itsfks/main
...
Adição tradução PT_BR
2023-05-26 10:15:35 +01:00
felipe
a3f0d47cad
Adição tradução PT_BR
2023-05-25 20:49:04 -03:00
Anthony Stirling
bc55b5fdda
Merge pull request #208 from MarcO-79/patch-12
...
Update messages_pl_PL.properties
2023-05-23 11:29:20 +01:00
Marcin Bielicki
43474712eb
Update messages_pl_PL.properties
...
Corrections to the translation
2023-05-23 12:02:37 +02:00
Anthony Stirling
bf48cbb89c
Update README.md
2023-05-22 20:43:24 +01:00
Anthony Stirling
c50d8e216a
Merge pull request #202 from Frooodle/compress
...
Fixes for split photo scans
2023-05-22 20:37:55 +01:00
Anthony Stirling
8c160bcddf
version bump
2023-05-22 20:33:10 +01:00
Anthony Stirling
6fd6aa2733
fixes to split photos
2023-05-22 20:32:50 +01:00
Anthony Stirling
d7431c459d
Merge pull request #200 from ButaNicolae/Romanian-language-and-fixes
...
Romanian language and fixes
2023-05-22 20:25:51 +01:00
Anthony Stirling
464a11cd69
Merge branch 'main' into Romanian-language-and-fixes
2023-05-22 20:22:37 +01:00
Anthony Stirling
154535a7b1
Merge pull request #201 from Alanimdeo/ko_KR
...
Add Korean translation
2023-05-22 20:14:38 +01:00
Alanimdeo
f379a759bb
Add Korean translation
2023-05-23 00:57:48 +09:00
Nicolae Buta
8cbd7eafb8
required select one language on ocr-pdf
2023-05-22 18:28:16 +03:00
Nicolae Buta
6fb304d010
Detect/Split Scanned photos fixes
2023-05-22 18:27:46 +03:00
Nicolae Buta
089b2290bd
blank page path problem fixed
2023-05-22 18:26:29 +03:00
Nicolae Buta
c4e5bfdabb
added language Romanian and dosplay u/notpdates button ?
2023-05-22 18:25:58 +03:00
Nicolae Buta
9d5cb104c3
fixed zip on ocr-pdf
2023-05-22 18:25:23 +03:00
Nicolae Buta
d577b8b34e
added language Romanian and dosplay u/notpdates button ?
2023-05-22 18:24:55 +03:00
Anthony Stirling
6219cd1d86
Update cert-sign.html
2023-05-22 15:44:45 +01:00
Anthony Stirling
dfd1ac7e99
Merge pull request #197 from wrongecho/patch-1
...
Update README.md - typo
2023-05-22 09:21:53 +01:00
Anthony Stirling
e3838b291f
Merge branch 'main' into patch-1
2023-05-22 08:46:30 +01:00
Anthony Stirling
04a073c7cf
Merge pull request #198 from MarcO-79/patch-11
...
Update messages_pl_PL.properties
2023-05-22 08:46:21 +01:00
Marcin Bielicki
04d5c60957
Update messages_pl_PL.properties
...
Adjusting the translation to the new version
2023-05-22 08:22:42 +02:00
wrongecho
2be6cad7e1
Update README.md
...
Correct typo in readme
2023-05-22 06:50:37 +01:00
Anthony Stirling
b44e036be3
Merge pull request #196 from Frooodle/compress
...
Compress abd cert sign
2023-05-21 23:29:21 +01:00
Anthony Stirling
7ac6e9d37b
Update build.gradle
2023-05-21 23:27:59 +01:00
Anthony Stirling
6854e96fb8
cahnges
2023-05-21 23:25:34 +01:00
Anthony Stirling
2df3a386ad
Merge remote-tracking branch 'origin/main' into compress
2023-05-21 17:13:53 +01:00
Anthony Stirling
187b47eddd
cleanups
2023-05-21 17:12:18 +01:00
Anthony Stirling
763aeb5fae
further sign stuff
2023-05-21 12:32:24 +01:00
Anthony Stirling
3cad43006a
compress finalise, cert test, locale test
2023-05-20 22:48:59 +01:00
Anthony Stirling
8e4cdb78a0
Update LICENSE
2023-05-20 21:01:33 +01:00
Anthony Stirling
9d80458250
as
2023-05-19 23:58:54 +01:00
Anthony Stirling
d601c2ae64
Update README.md
2023-05-19 23:34:50 +01:00
Anthony Stirling
87cd6dfb54
compress
2023-05-19 20:43:30 +01:00
Anthony Stirling
3dea1b3d7c
Merge pull request #194 from Frooodle/Sf298-patch-1
...
Missed a part in FAQ fixes
2023-05-19 13:52:19 +01:00
Saud Fatayerji
f882c166cd
Missed a bit
2023-05-19 15:27:06 +03:00
Anthony Stirling
9be0acd75b
Merge pull request #193 from Frooodle/cropping
...
Fixed language of FAQ
2023-05-19 13:21:03 +01:00
Saud Fatayerji
0901683880
Merge branch 'main' into signCrop
2023-05-19 15:13:51 +03:00
Anthony Stirling
216f3045db
Merge pull request #189 from NeilJared/patch-2
...
Update messages_es_ES.properties
2023-05-19 11:54:20 +01:00
NeilJared
ce544adb62
Merge branch 'main' into patch-2
2023-05-19 10:18:25 +02:00
Anthony Stirling
107d299822
Merge pull request #192 from MarcO-79/patch-10
...
Update messages_pl_PL.properties
2023-05-19 08:10:00 +01:00
Marcin Bielicki
d577a34135
Update messages_pl_PL.properties
...
Corrections to the translation
2023-05-19 08:23:25 +02:00
Anthony Stirling
394c3412e5
Update README.md
2023-05-19 00:32:37 +01:00
Anthony Stirling
e3aa726f12
Update build.gradle
2023-05-19 00:22:40 +01:00
Anthony Stirling
e46b7aaf35
Update push-docker.yml
2023-05-19 00:19:55 +01:00
Anthony Stirling
68947de06a
Update push-docker.yml
2023-05-19 00:18:30 +01:00
Anthony Stirling
1739de95a6
Update push-docker.yml
2023-05-19 00:15:22 +01:00
Anthony Stirling
759f184d36
Update push-docker.yml
2023-05-19 00:13:43 +01:00
Anthony Stirling
8a8d3437a6
Update push-docker.yml
2023-05-19 00:12:48 +01:00
Anthony Stirling
87f0d6930e
Update push-docker.yml
2023-05-19 00:03:09 +01:00
Anthony Stirling
e659f11f05
Update push-docker.yml
2023-05-19 00:01:16 +01:00
NeilJared
b53920ddc5
Update messages_es_ES.properties
...
Updated es-ES translation
2023-05-19 00:33:26 +02:00
Anthony Stirling
21c2bb281f
Update push-docker.yml
2023-05-18 23:25:17 +01:00
Anthony Stirling
b0232eb917
Merge pull request #184 from Frooodle/conditional
...
Conditional removable PDF services
2023-05-18 23:23:56 +01:00
Anthony Stirling
f8c855eab1
test
2023-05-18 23:22:44 +01:00
Anthony Stirling
8a277aebd7
Test stuff
2023-05-18 23:17:46 +01:00
Anthony Stirling
d4c25476d2
Merge remote-tracking branch 'origin/main' into conditional
2023-05-18 14:16:56 +01:00
Anthony Stirling
8fa35da2d1
Merge pull request #185 from demonisius/main
...
add ru_RU language
2023-05-18 12:15:43 +01:00
Дмитрий
dcf5852432
add ru_RU language
2023-05-18 13:13:08 +03:00
Anthony Stirling
e2aa342539
Merge branch 'main' into conditional
2023-05-18 00:05:53 +01:00
Anthony Stirling
e28e5230d7
maybe fx
2023-05-18 00:03:59 +01:00
Anthony Stirling
cbe5b15abd
fix
2023-05-17 23:59:48 +01:00
Anthony Stirling
566546748d
docker script
2023-05-17 23:58:28 +01:00
Anthony Stirling
320f56e473
lots of stuff
2023-05-17 23:58:15 +01:00
Anthony Stirling
54e7998bf7
remove
2023-05-17 18:17:11 +01:00
Anthony Stirling
479dcb18b3
readme stuff
2023-05-17 18:16:39 +01:00
Anthony Stirling
1a9329d1df
other endpoints
2023-05-17 17:59:28 +01:00
Anthony Stirling
7fda51a0c9
Merge pull request #182 from IXEguy/visibility_fix
...
Change Visability to Visibility
2023-05-17 16:43:31 +01:00
Ahrr Jay
28368cd6c0
Change Visability to Visibility
2023-05-17 08:16:11 -07:00
Anthony Stirling
5d6b1280a8
Merge remote-tracking branch 'origin/main' into conditional
2023-05-17 15:40:09 +01:00
Anthony Stirling
8fddb4d6bf
Merge pull request #180 from MarcO-79/patch-8
...
Create pl.svg
2023-05-17 14:50:50 +01:00
Anthony Stirling
81a9b65559
Merge branch 'main' into patch-8
2023-05-17 14:49:49 +01:00
Anthony Stirling
d20533e048
Merge pull request #179 from MarcO-79/patch-7
...
Update navbar.html
2023-05-17 14:49:28 +01:00
Anthony Stirling
6eb32b06af
Merge branch 'main' into patch-7
2023-05-17 14:48:30 +01:00
Anthony Stirling
9c9970d6fb
Merge pull request #178 from MarcO-79/patch-6
...
Create messages_pl_PL.properties
2023-05-17 14:48:20 +01:00
MarcO-79
887d634fde
Create pl.svg
...
Add Polish flag
2023-05-17 15:15:07 +02:00
MarcO-79
9c334fb021
Update navbar.html
...
Add Polish language
2023-05-17 15:12:37 +02:00
MarcO-79
8c9880145e
Create messages_pl_PL.properties
...
Add Polish language
2023-05-17 14:58:05 +02:00
Anthony Stirling
6fa6f3d1dc
Merge remote-tracking branch 'origin/main' into conditional
2023-05-17 01:05:24 +01:00
Anthony Stirling
fe0c9fe57a
Merge remote-tracking branch 'origin/main' into conditional
2023-05-17 00:49:22 +01:00
Anthony Stirling
3ab820763b
Merge pull request #171 from pitah81/swedish
...
Swedish
2023-05-17 00:26:52 +01:00
Peter Wickenberg
31a6f6af93
Add files via upload
...
Added swedish flag
2023-05-17 00:55:55 +02:00
Peter Wickenberg
32f4245024
Update navbar.html
...
Added swedish language to navbar
2023-05-17 00:55:16 +02:00
Peter Wickenberg
92a8aba69c
Add files via upload
...
Messages file translated using Google Translate
2023-05-17 00:51:14 +02:00
Anthony Stirling
c2fec0a030
stats and conditionals
2023-05-16 22:44:53 +01:00
Anthony Stirling
e0ef53431a
Merge pull request #158 from trytomakeyouprivate/patch-4
...
minor changes
2023-05-14 22:14:46 +01:00
Anthony Stirling
093dcba4ba
Merge branch 'main' into patch-4
2023-05-14 22:11:20 +01:00
Anthony Stirling
1cffb64344
Merge pull request #160 from trytomakeyouprivate/patch-5
...
Added Fedora location & install commands
2023-05-14 22:11:14 +01:00
Anthony Stirling
caffe7b455
Merge branch 'main' into patch-5
2023-05-14 22:09:26 +01:00
Anthony Stirling
2e87db99c2
Merge pull request #161 from trytomakeyouprivate/main
...
changed APT install
2023-05-14 22:09:05 +01:00
trytomakeyouprivate
220ef5ae1a
changed APT install
...
removed unnessecary Libreoffice core packages, these will be installed along. Changed all the python packages to pip3 instead of apt
2023-05-14 20:59:21 +00:00
trytomakeyouprivate
395f7272c3
Added Fedora location & install commands
2023-05-14 20:54:31 +00:00
trytomakeyouprivate
fd427c3931
minor changes
...
minor
2023-05-14 20:28:52 +00:00
Anthony Stirling
2ea07688be
Merge pull request #156 from trytomakeyouprivate/main
...
Update LocalRunGuide.md
2023-05-14 20:41:25 +01:00
Anthony Stirling
b1f8324c21
Merge branch 'main' into main
2023-05-14 20:40:45 +01:00
trytomakeyouprivate
e920fb16d4
Update LocalRunGuide.md
2023-05-14 19:35:02 +00:00
Anthony Stirling
802ae3643c
Merge pull request #155 from trytomakeyouprivate/patch-3
...
Update LocalRunGuide.md
2023-05-14 19:55:26 +01:00
trytomakeyouprivate
42cc031200
Update LocalRunGuide.md
...
fixed one file that was not executable with chmod +x
also added language-pack installation and viewing.
Manually adding langpacks could also be useful but dont see the reason yet
2023-05-14 18:32:17 +00:00
Anthony Stirling
d6cf4648a2
Merge pull request #154 from trytomakeyouprivate/patch-2
...
Update LocalRunGuide.md
2023-05-14 19:02:02 +01:00
trytomakeyouprivate
d6deb52731
Update LocalRunGuide.md
...
added tesseract-osd nessecary in Fedora
2023-05-14 17:56:50 +00:00
Anthony Stirling
a4c8221fc4
Merge pull request #152 from trytomakeyouprivate/patch-1
...
Update LocalRunGuide.md
2023-05-14 18:35:43 +01:00
trytomakeyouprivate
50b921f318
Update LocalRunGuide.md
...
Added Fedora Installation translations.
Not sure about zlib-devel.
Why are pip packages installed through apt on ubuntu? Where is the reasoning?
2023-05-14 17:11:04 +00:00
Anthony Stirling
e0526b9584
Version bump
2023-05-14 15:43:56 +01:00
Anthony Stirling
f822f6d931
Merge pull request #150 from pesaventofilippo/ita-translation
...
Added Italian language
2023-05-14 15:37:25 +01:00
Filippo Pesavento
0a25d75682
Merge branch 'Frooodle:main' into ita-translation
2023-05-14 15:43:20 +02:00
Filippo Pesavento
0eea2c672f
Added Italian translation
2023-05-14 15:43:12 +02:00
Anthony Stirling
e4e7b8f449
Merge pull request #148 from JabSYsEmb/main
...
fix style issue for rtl languages
2023-05-14 12:12:55 +01:00
JabSysEmb
54a5c621c4
add style in common file general.css
2023-05-14 14:03:09 +03:00
Filippo Pesavento
03e1d9a863
Added Italian flag
2023-05-14 11:54:01 +02:00
Filippo Pesavento
098fc340ca
Added Italian language to navbar.html
2023-05-14 11:51:46 +02:00
JabSysEmb
27c8a03c16
fix style issue for rtl languages
2023-05-14 12:01:13 +03:00
Anthony Stirling
1ddf829a6d
Update LocalRunGuide.md
2023-05-13 23:40:50 +01:00
Anthony Stirling
6952a8b72a
Add files via upload
2023-05-13 17:04:21 +01:00
Anthony Stirling
2ee720760d
Add files via upload
2023-05-13 16:58:00 +01:00
Anthony Stirling
ccee0eecb5
Update build.gradle
2023-05-13 13:28:20 +01:00
Anthony Stirling
2b7e97a09f
Merge pull request #147 from Frooodle/hotfix
...
Minor fixes
2023-05-13 13:27:37 +01:00
Anthony Stirling
a2926b8fe9
Minor language stuff
2023-05-13 13:26:28 +01:00
Anthony Stirling
9009317f83
star in top right fix
2023-05-13 13:15:24 +01:00
Anthony Stirling
67772e7221
Update README.md
2023-05-13 11:12:50 +01:00
Anthony Stirling
cc02da47d7
Update push-docker.yml
2023-05-13 10:44:22 +01:00
Anthony Stirling
af540183a6
Merge pull request #146 from Frooodle/cleanups
...
Latest release
2023-05-13 10:35:22 +01:00
Anthony Stirling
6581bb4ab4
Improved API documentation
2023-05-13 10:32:47 +01:00
Anthony Stirling
53e5edcb75
0.8.0 instead of 1.0.0
2023-05-13 09:45:01 +01:00
Anthony Stirling
ae22066bad
languages,add images and flags
2023-05-13 09:42:56 +01:00
systo
6ee5daf884
Merge remote-tracking branch 'origin/main' into cleanups
2023-05-13 09:14:21 +01:00
Rubens
93edc56f1d
Create messages_ca_CA.properties
...
added catalan file
2023-05-13 08:16:25 +01:00
Rubens
41970348cd
Update navbar.html
...
Add Catalan language to navbar
2023-05-13 08:16:25 +01:00
Anthony Stirling
815a823104
debugs
2023-05-12 20:55:18 +01:00
Anthony Stirling
c27f99ab58
99.9 for blanks
2023-05-12 20:42:45 +01:00
Anthony Stirling
ed35a878a5
update readme
2023-05-12 20:35:17 +01:00
Anthony Stirling
bd1ab5e80b
narbar for favorites
2023-05-12 18:16:47 +01:00
Anthony Stirling
a1fae66800
favourites
2023-05-12 16:47:43 +01:00
Anthony Stirling
c4d1761687
lang
2023-05-12 14:02:37 +01:00
Anthony Stirling
a647347e10
Changes to blank detection, WIP for %
2023-05-11 23:05:33 +01:00
Anthony Stirling
2d42ae9a36
Merge branch 'cleanups' of git@github.com:Frooodle/Stirling-PDF.git into cleanups
2023-05-11 21:56:17 +01:00
Anthony Stirling
8ce900acca
compare imrpove
2023-05-11 21:55:57 +01:00
Anthony Stirling
60ee55b602
Update LocalRunGuide.md
2023-05-11 21:07:08 +01:00
Anthony Stirling
75cd62b7c2
Update LocalRunGuide.md
2023-05-11 20:35:09 +01:00
Anthony Stirling
55fe47d4f3
extra document changes
2023-05-11 14:36:20 +01:00
Anthony Stirling
440d5072b7
lang readme
2023-05-11 14:31:08 +01:00
Anthony Stirling
80968ee6c4
Merge remote-tracking branch 'origin/main' into cleanups
2023-05-11 14:23:51 +01:00
IZUMI-Zu
99254c964b
add Chinese translate
...
Signed-off-by: BSS ZU <274620705z@gmail.com >
2023-05-11 11:41:49 +01:00
Anthony Stirling
d2a4cf74e8
APP_ROOT_PATH
2023-05-10 23:26:31 +01:00
Anthony Stirling
fd918ef15f
local execution
2023-05-10 23:21:20 +01:00
Anthony Stirling
e16ed5ca1a
changes for img to pdf #142
2023-05-10 22:51:01 +01:00
Anthony Stirling
25e5470c5e
Fix for #140
2023-05-10 22:16:02 +01:00
Anthony Stirling
59320e6828
Merge pull request #141 from MayannF/customURI
...
Customize application uri (#136 )
2023-05-10 20:12:45 +01:00
Mayann
f9aacb4c66
#136 Added environment variable APP_ROOT_PATH to expose the webapp behind a reverse proxy using subfolder. Minor changes to html pages to remove absolute path for some resources
2023-05-10 20:01:05 +02:00
Anthony Stirling
28faf3888c
init home for toher featues
2023-05-08 22:55:01 +01:00
Saud Fatayerji
a9e22947ef
Merge branch 'cleanups' of https://github.com/Frooodle/Stirling-PDF into cleanups
2023-05-08 20:07:23 +03:00
Saud Fatayerji
7585fc80b4
Made added draggable elements persist between pages.
2023-05-08 20:06:34 +03:00
Anthony Stirling
5139af9f48
organise imports
2023-05-08 15:26:41 +01:00
Anthony Stirling
f2521717ae
more docs
2023-05-08 15:20:04 +01:00
Anthony Stirling
0f935b92cb
api docs
2023-05-08 15:07:53 +01:00
Saud Fatayerji
5e3a2b456e
Merge branch 'cleanups' of https://github.com/Frooodle/Stirling-PDF into cleanups
2023-05-08 16:54:34 +03:00
Anthony Stirling
632f29d1d6
./
2023-05-08 12:36:48 +01:00
systo
7353d69f1a
Merge branch 'cleanups' of git@github.com:Frooodle/Stirling-PDF.git into cleanups
2023-05-08 12:18:56 +01:00
Anthony Stirling
0b1cdf6a68
remove blanks
2023-05-08 12:18:48 +01:00
Saud Fatayerji
e0350b2837
Fixed error when clicking the delete draggable element with none available.
2023-05-08 12:36:39 +03:00
Saud Fatayerji
1a521505a6
Fixed bug with rainbow mode style
2023-05-08 04:29:26 +03:00
Saud Fatayerji
12d457e3ee
Merge branch 'cleanups' of https://github.com/Frooodle/Stirling-PDF into cleanups
2023-05-08 04:24:42 +03:00
Saud Fatayerji
d58933ea8d
Adjusted how styles work. Made signature canvas bigger.
2023-05-08 04:23:45 +03:00
Anthony Stirling
5bbfd15f38
other msg langs for eng
2023-05-08 00:24:30 +01:00
Anthony Stirling
acf4662d2f
compare init, robots, sign lang and local js
2023-05-08 00:17:20 +01:00
Saud Fatayerji
1d55ee7f93
Merge branch 'cleanups' of https://github.com/Frooodle/Stirling-PDF into cleanups
2023-05-07 23:40:12 +03:00
Saud Fatayerji
b86afd7fc9
Revamped Signing page to allow multiple signatures and images
2023-05-07 23:39:34 +03:00
Anthony Stirling
a5164dc0b6
Merge branch 'cleanups' of git@github.com:Frooodle/Stirling-PDF.git into cleanups
2023-05-07 13:18:39 +01:00
Anthony Stirling
cc919ea614
blank page test
2023-05-07 12:56:38 +01:00
Anthony Stirling
42d0d49682
Merge branch 'cleanups' of git@github.com:Frooodle/Stirling-PDF.git into cleanups
2023-05-06 18:10:08 +01:00
Saud Fatayerji
07e81a117b
Fixed signature scaling
2023-05-06 19:56:31 +03:00
Anthony Stirling
a56bcb09b0
Merge branch 'cleanups' of git@github.com:Frooodle/Stirling-PDF.git into cleanups
2023-05-06 17:21:17 +01:00
Anthony Stirling
28b3272cd0
demo
2023-05-06 17:21:02 +01:00
Saud Fatayerji
5c7221d0d7
Merge branch 'cleanups' of https://github.com/Frooodle/Stirling-PDF into cleanups
2023-05-06 18:53:20 +03:00
Saud Fatayerji
0aa79d28f8
Fixed positional accuracy for signatures
2023-05-06 18:52:30 +03:00
Anthony Stirling
4b4cdb85ff
documentation
2023-05-06 16:10:06 +01:00
Anthony Stirling
654f7742e4
font fix
2023-05-06 14:32:38 +01:00
Anthony Stirling
f082bca6c9
sign
2023-05-06 14:12:39 +01:00
Anthony Stirling
f7ace9d92a
extractImages to sign
2023-05-06 14:04:55 +01:00
Anthony Stirling
9759b44cbb
cleanup text
2023-05-06 13:58:36 +01:00
Anthony Stirling
5dfe8a83cd
reapir
2023-05-06 12:36:31 +01:00
Anthony Stirling
3c47f21337
sign with text init
2023-05-06 00:48:56 +01:00
Anthony Stirling
b75360bdb1
nav
2023-05-05 20:15:22 +01:00
Anthony Stirling
32bace863c
undo wrong commit file for sign
2023-05-04 23:22:33 +01:00
Anthony Stirling
acda1e4dd8
flatten pdf
2023-05-04 23:19:05 +01:00
Saud Fatayerji
a342def43f
Fixed #74 (visual feedback of downloads)
2023-05-04 20:48:57 +03:00
Saud Fatayerji
b100435d9c
Made the dialog close when clicking off of it.
2023-05-04 19:46:00 +03:00
Saud Fatayerji
b2a29e2b13
Restyled the sign page and cleaned up code in various places.
2023-05-04 00:07:51 +03:00
Anthony Stirling
fc0af56136
Merge remote-tracking branch 'origin/main' into cleanups
2023-05-02 23:00:06 +01:00
Anthony Stirling
fd246aac93
sign v2
2023-05-02 22:59:16 +01:00
LeeAStone
7d90ecf91f
Correct typo in messages_en_GB.properties ( #126 )
...
Corrected spelling of "interactive"
2023-05-02 10:04:57 +01:00
Anthony Stirling
d2aa72d873
Update Dockerfile
2023-05-01 22:31:30 +01:00
Anthony Stirling
d0b57c0419
Update push-docker.yml
2023-05-01 22:16:06 +01:00
Anthony Stirling
5bee714437
utf8 bug fix and scan pages ( #113 )
2023-05-01 21:57:48 +01:00
Anthony Stirling
9af537c985
ocr remove images
2023-05-01 21:53:10 +01:00
Anthony Stirling
30c56a0ec9
lang
2023-05-01 18:50:20 +01:00
Anthony Stirling
563a72ad95
Merge branch 'main' into cleanups
2023-05-01 16:36:49 +01:00
Anthony Stirling
2d4aff3b08
Merge pull request #105 from jordyjordy/drag-n-drop
...
Drag n drop
2023-05-01 16:36:36 +01:00
Anthony Stirling
e0783cad60
Merge branch 'main' into drag-n-drop
2023-05-01 16:30:46 +01:00
Anthony Stirling
feaad367df
Merge pull request #125 from Frooodle/dependabot/github_actions/dot-github/workflows/gradle/gradle-build-action-2.4.2
...
Bump gradle/gradle-build-action from 2.3.3 to 2.4.2 in /.github/workflows
2023-05-01 14:55:02 +01:00
dependabot[bot]
6b5b58ea94
Bump gradle/gradle-build-action in /.github/workflows
...
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action ) from 2.3.3 to 2.4.2.
- [Release notes](https://github.com/gradle/gradle-build-action/releases )
- [Commits](https://github.com/gradle/gradle-build-action/compare/v2.3.3...v2.4.2 )
---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-01 13:50:35 +00:00
jordy
60d1d336d6
fix RTL drag offset
2023-05-01 10:01:28 +02:00
jordy
2b93407e64
fix file capitalization
2023-05-01 09:46:14 +02:00
Anthony Stirling
d5dec31b39
cleanups
2023-04-30 18:28:29 +01:00
Anthony Stirling
2608aa4c97
cleanup
2023-04-30 17:29:35 +01:00
Anthony Stirling
c174ca1c7e
ocr fix 2
2023-04-30 14:47:39 +01:00
Anthony Stirling
80c26a9550
fix for OCR multi lang
2023-04-30 14:42:26 +01:00
jordy
f4ad6b963f
Merge branch 'main' into drag-n-drop
2023-04-30 13:41:14 +02:00
jordy
b470cdf60c
fix bugs in drag/drop, move styling for functions to separate sheets
...
To clean up the multi tool page and make the pdf adapters more re-usable the style for them was moved to separate pages that are inserted into head when the adapter is created.
2023-04-30 13:38:30 +02:00
Anthony Stirling
585bf4ccb4
about
2023-04-30 00:48:01 +01:00
Anthony Stirling
6b0fedfabf
game init
2023-04-29 22:26:16 +01:00
jordy
9a1510a4f1
further refactor js
...
Turn the div adapters into injectable files so that each PdfContainer can be customized. And the adapters can be used in different PdfContainers as well.
2023-04-29 12:43:12 +02:00
Anthony Stirling
bcb4594afa
docs
2023-04-28 23:54:53 +01:00
Anthony Stirling
0ebec74bed
stop annoying fb identify tags in URL
2023-04-28 23:45:54 +01:00
Anthony Stirling
d10f5734fb
Merge branch 'cleanups' of git@github.com:Frooodle/Stirling-PDF.git into cleanups
2023-04-28 23:18:24 +01:00
Anthony Stirling
91171727e4
rework for API, folder changes, easter eggs and fun
2023-04-28 23:18:10 +01:00
jordy
e8a91d2631
refactor JS
...
Rather than having all the JS all in one big file, separate the code into modules.
2023-04-28 21:20:56 +02:00
Anthony Stirling
cd020e536b
Merge branch 'main' into cleanups
2023-04-27 07:33:24 +01:00
Anthony Stirling
c05605a286
Update README.md
2023-04-26 22:17:47 +01:00
Anthony Stirling
63a698b679
Merge branch 'cleanups' of git@github.com:Frooodle/Stirling-PDF.git into cleanups
2023-04-26 22:01:32 +01:00
Anthony Stirling
3d3ef6f37b
add title hover text
2023-04-26 21:54:12 +01:00
Anthony Stirling
9e839e130e
Merge branch 'main' into cleanups
2023-04-26 15:15:32 +01:00
Anthony Stirling
3e2ca2fd5f
Merge pull request #104 from jordyjordy/width-improvement
...
Width improvement
2023-04-26 13:57:55 +01:00
Anthony Stirling
ee26262b6e
Merge remote-tracking branch 'origin/main' into cleanups
2023-04-26 13:18:36 +01:00
Anthony Stirling
4327af5133
bug fixes and image scan
2023-04-26 13:18:24 +01:00
Anthony Stirling
6cce2ee70a
Merge branch 'main' into drag-n-drop
2023-04-25 18:14:01 +01:00
Anthony Stirling
70d07433d5
Merge branch 'main' into width-improvement
2023-04-25 18:13:52 +01:00
Anthony Stirling
8109c63250
Merge pull request #109 from Frooodle/dependabot/gradle/org.springframework.boot-spring-boot-starter-thymeleaf-3.0.6
...
Bump org.springframework.boot:spring-boot-starter-thymeleaf from 3.0.5 to 3.0.6
2023-04-25 16:41:26 +01:00
dependabot[bot]
32ba7361ac
Bump org.springframework.boot:spring-boot-starter-thymeleaf
...
Bumps [org.springframework.boot:spring-boot-starter-thymeleaf](https://github.com/spring-projects/spring-boot ) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.0.5...v3.0.6 )
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-thymeleaf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-25 15:40:32 +00:00
dependabot[bot]
a9da1b648f
Merge pull request #110 from Frooodle/dependabot/gradle/org.springframework.boot-spring-boot-starter-test-3.0.6
2023-04-25 15:40:02 +00:00
dependabot[bot]
1fcd64a1ab
Bump org.springframework.boot:spring-boot-starter-test
...
Bumps [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot ) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.0.5...v3.0.6 )
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-test
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-25 15:38:30 +00:00
Anthony Stirling
f8362b6bfa
Merge pull request #111 from Frooodle/dependabot/gradle/org.springframework.boot-3.0.6
...
Bump org.springframework.boot from 3.0.5 to 3.0.6
2023-04-25 16:37:58 +01:00
Anthony Stirling
fb0541fddf
Merge branch 'main' into dependabot/gradle/org.springframework.boot-3.0.6
2023-04-25 16:36:49 +01:00
Anthony Stirling
61b645c51c
Merge pull request #112 from Frooodle/dependabot/gradle/org.springframework.boot-spring-boot-starter-web-3.0.6
...
Bump org.springframework.boot:spring-boot-starter-web from 3.0.5 to 3.0.6
2023-04-25 16:36:34 +01:00
dependabot[bot]
84b5a69074
Bump org.springframework.boot:spring-boot-starter-web
...
Bumps [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot ) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.0.5...v3.0.6 )
---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-web
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-24 23:02:17 +00:00
dependabot[bot]
374f445953
Bump org.springframework.boot from 3.0.5 to 3.0.6
...
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot ) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.0.5...v3.0.6 )
---
updated-dependencies:
- dependency-name: org.springframework.boot
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-24 23:02:09 +00:00
jordy
bf78db9b75
drag-drop PoC
2023-04-23 15:55:11 +02:00
Jordy van der Tang
e3882b78db
Merge branch 'Frooodle:main' into main
2023-04-23 15:54:45 +02:00
jordy
5389d4fc13
always scrollcontainer by page width on move
2023-04-23 14:16:28 +02:00
jordy
01529cc981
make pdf bar wider, hide buttons until hover
2023-04-23 13:56:39 +02:00
Anthony Stirling
93fb571725
Merge pull request #102 from Frooodle/cleanups
...
format and move everything, other in own folder
2023-04-23 09:45:01 +01:00
Anthony Stirling
ab4aea315a
Merge branch 'main' into cleanups
2023-04-23 09:42:51 +01:00
Anthony Stirling
90ca50ae7a
Merge pull request #103 from jordyjordy/main
...
Update Multi tool UI
2023-04-23 09:42:32 +01:00
jordy
3cb36d36bf
address PR feedback
2023-04-23 09:59:19 +02:00
Jordy van der Tang
8f51f025d0
Merge branch 'main' into main
2023-04-22 19:41:07 +02:00
jordy
e048fc6653
fix RTL language directions
...
The positioning of the insert pdf buttons and the direction icon of the move page buttons are tied to the language direction, to fix this we retrieve the language direction from the document and use this to reverse some logic/elements for RTL languages.
2023-04-22 19:29:21 +02:00
jordy
a44fc62fee
center pdfs
...
To correctly center the pdfs inside of the scrollable div we need a wrapper, ideally the 'safe center' flex-direction would be used, but this is not yet supported by most browsers.
2023-04-22 19:26:42 +02:00
jordy
9da29bf99a
small css tweaks
...
lighten background
2023-04-22 14:57:39 +02:00
jordy
1edb669583
add imagehighlighter
...
Because the images are now much smaller with the image highlighter we can view images in more detail
2023-04-22 14:49:08 +02:00
Anthony Stirling
8e4e2469b0
Create CNAME
2023-04-22 13:19:30 +01:00
Anthony Stirling
f91953f67a
Delete CNAME
2023-04-22 13:19:25 +01:00
Anthony Stirling
0bb61149e8
Create CNAME
2023-04-22 13:19:12 +01:00
Anthony Stirling
e5f7d1077d
Delete CNAME
2023-04-22 13:13:22 +01:00
Anthony Stirling
7c91a77442
Create CNAME
2023-04-22 13:13:02 +01:00
jordy
fb24398b01
remove console.logs from prod code
2023-04-22 14:09:03 +02:00
jordy
43107965a9
use horizontal scroll for pages container
...
By making small thumbnails and aligning everything horizontally the space on the screen is used better.
2023-04-22 14:08:47 +02:00
Anthony Stirling
67b7435624
Merge branch 'main' into cleanups
2023-04-22 12:54:27 +01:00
Anthony Stirling
78d3fd3768
format and move everything, other in own folder
2023-04-22 12:51:01 +01:00
Anthony Stirling
243e4889b9
Merge pull request #101 from pl4nty/patch-1
...
Support GitHub Container Registry
2023-04-22 10:04:48 +01:00
Tom Plant
42564e683b
Create Docker Hub tag from secret
2023-04-22 10:12:14 +10:00
Tom Plant
96097d1cd3
Set buildx context in CI/CD
2023-04-22 10:10:02 +10:00
Tom Plant
4f35a8d79f
Enable caching for CI/CD container builds
2023-04-22 09:50:15 +10:00
Tom Plant
3b8bed5b0a
Allow manual CI/CD runs
2023-04-22 09:46:27 +10:00
Tom Plant
5897f0e3ed
Pin action versions
2023-04-22 09:45:11 +10:00
Tom Plant
2aba80d0ca
Support GitHub Container Registry
2023-04-22 09:41:33 +10:00
Anthony Stirling
af6cd2e38b
image updates
2023-04-22 00:18:32 +01:00
Anthony Stirling
5ab2664c70
fixes to saving and things
2023-04-22 00:08:36 +01:00
Anthony Stirling
39c31ef5d9
centre align, colour stuff and home icons
2023-04-21 23:32:39 +01:00
Anthony Stirling
bd1c7a35e2
settings bar changes
2023-04-21 19:58:07 +01:00
Anthony Stirling
0eed041986
messy code pretty icon
2023-04-21 18:03:36 +01:00
Anthony Stirling
1958c34bcb
new sun moon
2023-04-21 17:52:40 +01:00
Anthony Stirling
f5ceede3cd
darkmode test (weirdly slow not sure if PC)
2023-04-21 17:50:59 +01:00
Anthony Stirling
d98473f5e3
language stuff
2023-04-21 16:59:59 +01:00
Anthony Stirling
19d7027361
fixes
2023-04-21 13:17:35 +01:00
Anthony Stirling
a34c2863bd
Merge branch 'main' of git@github.com:Frooodle/Stirling-PDF.git into
...
main
2023-04-21 13:15:46 +01:00
Anthony Stirling
4521dce1a9
init icons
2023-04-21 13:13:35 +01:00
Anthony Stirling
3564c1a45c
Merge pull request #98 from manumora/main
...
Spanish language improvements
2023-04-21 11:57:20 +01:00
Manuel Mora Gordillo
b6e2d25462
Spanish language: fixed bug names of variables . Wrong characters corrected. Improved some texts
2023-04-21 11:48:49 +02:00
Anthony Stirling
256ce50c49
Merge pull request #97 from Frooodle/revert-94-patch-1
...
Revert "Support GitHub Container Registry"
2023-04-20 18:36:11 +01:00
Anthony Stirling
fb0ad73035
Revert "Support GitHub Container Registry"
2023-04-20 18:34:35 +01:00
Anthony Stirling
71636c3413
Merge pull request #96 from Sf298/main
...
Fixed rotate all button not working
2023-04-20 18:29:12 +01:00
Saud Fatayerji
5ef28bab9a
Merge branch 'Frooodle:main' into main
2023-04-20 20:27:47 +03:00
Saud Fatayerji
757433629a
Merge branch 'main' of https://github.com/Sf298/Stirling-PDF
2023-04-20 20:27:22 +03:00
Saud Fatayerji
050ae2a512
Fixed rotate all button not working
2023-04-20 20:26:38 +03:00
Anthony Stirling
4c81eac8fb
Merge pull request #94 from pl4nty/patch-1
...
Support GitHub Container Registry
2023-04-20 17:43:59 +01:00
Anthony Stirling
a4544d7943
Merge branch 'main' into patch-1
2023-04-20 17:43:07 +01:00
Anthony Stirling
9d65537317
Merge pull request #95 from Sf298/main
...
Added "insert document" buttons that appear in the middle of the document. bug fixes
2023-04-20 17:39:38 +01:00
Saud Fatayerji
b6a284e2bc
Merge branch 'Frooodle:main' into main
2023-04-20 19:36:14 +03:00
Saud Fatayerji
f4e5690841
Added "insert document" buttons that appear in the middle of the document
2023-04-20 19:34:58 +03:00
Anthony Stirling
fa84479254
Update README.md
2023-04-19 15:38:18 +01:00
Anthony Stirling
6ef1ca0a0b
Update README.md
2023-04-19 15:35:58 +01:00
Anthony Stirling
927a1481a9
Update FUNDING.yml
2023-04-19 15:26:13 +01:00
Saud Fatayerji
7f9f45c720
Bug fixes and optimisations
2023-04-19 11:44:58 +03:00
Anthony Stirling
7ddc607fd2
Merge pull request #92 from Frooodle/dependabot/gradle/org.apache.pdfbox-pdfbox-2.0.28
...
Bump org.apache.pdfbox:pdfbox from 2.0.27 to 2.0.28
2023-04-18 18:53:35 +01:00
Anthony Stirling
4e1b0c6abe
Merge branch 'main' into dependabot/gradle/org.apache.pdfbox-pdfbox-2.0.28
2023-04-18 14:27:13 +01:00
Tom Plant
e4d7b53112
Add GHCR perms to CI and pin Action versions
2023-04-18 22:36:38 +10:00
Tom Plant
f9ff57a26e
Support GitHub Container Registry
...
Adds support for GitHub Container Registry to CI/CD and simplifies with third-party Actions
2023-04-18 22:32:37 +10:00
Anthony Stirling
2af9f19c3a
nav bar active fix
2023-04-18 12:36:10 +01:00
Anthony Stirling
dbb8e2b245
remove pages movement
2023-04-18 11:07:39 +01:00
Anthony Stirling
689ad18c71
convert navbar improve
2023-04-18 10:52:38 +01:00
Anthony Stirling
4422787d4e
Merge pull request #93 from Sf298/main
...
Added a page for visually editing individual pages of a pdf client-side
2023-04-18 07:55:21 +01:00
Saud Fatayerji
8d1057477b
Merge branch 'main' of https://github.com/Sf298/Stirling-PDF
2023-04-18 05:18:20 +03:00
Saud Fatayerji
b3dff3a520
Added Page Manager to navbar and home page
2023-04-18 05:13:09 +03:00
Saud Fatayerji
6141be7310
Merge branch 'Frooodle:main' into main
2023-04-18 05:12:07 +03:00
Saud Fatayerji
2762459acf
Created a page for visually editing individual pages of a pdf
2023-04-18 05:08:38 +03:00
dependabot[bot]
53d8d4dbb4
Bump org.apache.pdfbox:pdfbox from 2.0.27 to 2.0.28
...
Bumps org.apache.pdfbox:pdfbox from 2.0.27 to 2.0.28.
---
updated-dependencies:
- dependency-name: org.apache.pdfbox:pdfbox
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-04-17 23:02:33 +00:00
Anthony Stirling
5ae72f3e6f
Update home.html
2023-04-17 17:16:18 +01:00
Anthony Stirling
872b36124f
Update home.html
2023-04-17 17:16:00 +01:00
Anthony Stirling
f762ab6aa7
Quick fix to dark mode button and reduce navbar size by removing PDF ( #91 )
2023-04-16 23:41:56 +01:00
Anthony Stirling
c311f9a4ed
Convert PDF to Docx, powerpoint and others ( #90 )
2023-04-16 22:03:30 +01:00
Anthony Stirling
0a7517ecdd
docker logic to avoid rebuilding large image every time for easy dev
2023-04-15 21:17:47 +01:00
Anthony Stirling
03febd9484
Home screen change ( #88 )
...
* security
* home screen remove GO button
* fix
* test
* version
2023-04-15 19:55:55 +01:00
Manuel Mora Gordillo
655b97bfd5
Added spanish language ( #87 )
2023-04-15 00:57:12 +01:00
libertyunion
fdbc7f4621
Added support for multiple adding an image overlay to multiple pages ( #86 )
2023-04-11 21:22:59 +01:00
Anthony Stirling
f9fe303671
security ( #85 )
2023-04-03 23:16:11 +01:00
Anthony Stirling
d4459eb6d6
custom default Lang
2023-04-02 23:59:22 +01:00
mwllgr
9087a3ebbd
Fixed German "Umlauts" and missing navbar entry ( #84 )
2023-04-02 13:43:25 +01:00
Anthony Stirling
56669f4247
Update build.gradle
2023-04-02 11:53:13 +01:00
Anthony Stirling
22be1a1104
envs
2023-04-02 11:51:07 +01:00
Anthony Stirling
a80c585086
Update build.gradle
2023-04-01 21:03:13 +01:00
Anthony Stirling
6d5dbd9729
Fixes and others ( #83 )
...
Features
-------------
Custom application name via APP_NAME docker env
(These next 3 are done with OCRMyPDF)
Extra features to OCR for scanned page cleanup (tilt/noise fixing)
Adding OCR ability to read and output to text file
Added Dedicated PDF/A conversion page
Bug fixes
--------------
Fix concurrent calls on Libre and OCRMyPDF
jbig fix for compressions
Fix for compression metadata issues due to forced conversions to PDF/A
Other
--------
Removal of UK US language and just using "English" due to extra development time
Still issue with concurrent files for PDF to image... will fix later sorry
2023-04-01 21:02:54 +01:00
Anthony Stirling
0b4e3de455
readme ( #82 )
2023-03-28 14:59:40 +01:00
dependabot[bot]
8faef235a6
Bump org.springframework.boot from 3.0.4 to 3.0.5 ( #81 )
...
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot ) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.0.4...v3.0.5 )
---
updated-dependencies:
- dependency-name: org.springframework.boot
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-28 00:16:27 +01:00
Anthony Stirling
559bc7c731
Update build.gradle
2023-03-27 23:25:30 +01:00
Anthony Stirling
3d7fdd0f35
Bug fixes for merge and split ( #80 )
2023-03-27 23:24:48 +01:00
Anthony Stirling
726fcf861c
Wording fix ( #79 )
2023-03-25 23:05:30 +00:00
Anthony Stirling
839105f41d
Update build.gradle
2023-03-25 22:33:27 +00:00
Anthony Stirling
a2a27e2216
Image stuff ( #77 )
...
Features
---------
Image to PDF supports multiple images, stretching and auto rotation
File inputs now only search for wanted file type
Settings now has a zip range so it can zip if you have more than x downloads (default 4)
extras
---------
DevTools support for easier development
Fix for temporary files for thread safety
2023-03-25 22:16:26 +00:00
Anthony Stirling
f866c8a61f
Watermark opacity ( #76 )
2023-03-24 13:30:26 +00:00
dependabot[bot]
472082cb03
Bump org.springframework.boot from 3.0.3 to 3.0.4
...
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot ) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.0.3...v3.0.4 )
---
updated-dependencies:
- dependency-name: org.springframework.boot
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-22 22:15:33 +00:00
Anthony Stirling
b5a59ddb6a
compress fix
2023-03-22 19:24:43 +00:00
Anthony Stirling
82da3c0027
Update README.md
2023-03-20 22:33:24 +00:00
Anthony Stirling
908e75de39
Update README.md
2023-03-20 22:24:07 +00:00
Anthony Stirling
a9145fe84c
Lots of changes ( #70 )
...
Image extraction and conversion to formats
Multi parallel file execution for all forms so you can input multiple files quickly
Any file at all pdf using libreoffice, super powerful
Sadly makes docker image larger but worth it
OCR PDF using ocr my pdf
Works awesomely for adding text to a image
Improved compression using ocr my pdf app
Settings page with custom download options such as
- open in same window
- open in new window
- download
- download as zip
Update detection in settings page it should show notification if there is a update (very hidden)
UI cleanups
Add other image formats to PDF to Image
Various fies to icons, and pdf.js usage
2023-03-20 21:55:11 +00:00
dependabot[bot]
54abb53842
Merge pull request #61 from Frooodle/dependabot/gradle/org.apache.poi-poi-5.2.3
2023-02-28 23:26:45 +00:00
dependabot[bot]
c2aa7b27ce
Bump org.apache.poi:poi from 5.2.0 to 5.2.3
...
Bumps org.apache.poi:poi from 5.2.0 to 5.2.3.
---
updated-dependencies:
- dependency-name: org.apache.poi:poi
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-28 23:25:17 +00:00
dependabot[bot]
a90e69366b
Merge pull request #60 from Frooodle/dependabot/gradle/org.apache.poi-poi-ooxml-5.2.3
2023-02-28 23:24:44 +00:00
dependabot[bot]
74b94230fd
Bump org.apache.poi:poi-ooxml from 5.2.0 to 5.2.3
...
Bumps org.apache.poi:poi-ooxml from 5.2.0 to 5.2.3.
---
updated-dependencies:
- dependency-name: org.apache.poi:poi-ooxml
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-28 23:23:52 +00:00
Anthony Stirling
e3ab333a59
Merge pull request #62 from Frooodle/dependabot/gradle/org.apache.logging.log4j-log4j-core-2.20.0
...
Bump org.apache.logging.log4j:log4j-core from 2.19.0 to 2.20.0
2023-02-28 23:23:19 +00:00
Anthony Stirling
ac9ed63f97
Merge branch 'main' into dependabot/gradle/org.apache.logging.log4j-log4j-core-2.20.0
2023-02-28 23:22:21 +00:00
Anthony Stirling
3bb7b1343a
Merge pull request #63 from Frooodle/dependabot/gradle/org.springframework.boot-3.0.3
...
Bump org.springframework.boot from 3.0.2 to 3.0.3
2023-02-28 23:22:08 +00:00
dependabot[bot]
8db58dae2c
Bump org.apache.logging.log4j:log4j-core from 2.19.0 to 2.20.0
...
Bumps [org.apache.logging.log4j:log4j-core](https://github.com/apache/logging-log4j2 ) from 2.19.0 to 2.20.0.
- [Release notes](https://github.com/apache/logging-log4j2/releases )
- [Changelog](https://github.com/apache/logging-log4j2/blob/2.x/CHANGELOG.adoc )
- [Commits](https://github.com/apache/logging-log4j2/compare/rel/2.19.0...rel/2.20.0 )
---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-28 23:19:41 +00:00
Anthony Stirling
d2aa1c2e39
Merge branch 'main' into dependabot/gradle/org.springframework.boot-3.0.3
2023-02-28 23:19:17 +00:00
Anthony Stirling
8176eb1372
Merge pull request #64 from Frooodle/dependabot/gradle/com.itextpdf-itextpdf-5.5.13.3
...
Bump com.itextpdf:itextpdf from 5.5.13.2 to 5.5.13.3
2023-02-28 23:19:07 +00:00
dependabot[bot]
37c37f22d5
Bump com.itextpdf:itextpdf from 5.5.13.2 to 5.5.13.3
...
Bumps [com.itextpdf:itextpdf](https://github.com/itext/itextpdf ) from 5.5.13.2 to 5.5.13.3.
- [Release notes](https://github.com/itext/itextpdf/releases )
- [Commits](https://github.com/itext/itextpdf/compare/5.5.13.2...5.5.13.3 )
---
updated-dependencies:
- dependency-name: com.itextpdf:itextpdf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-27 23:14:35 +00:00
dependabot[bot]
d2aa442b4a
Bump org.springframework.boot from 3.0.2 to 3.0.3
...
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot ) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/spring-projects/spring-boot/releases )
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.0.2...v3.0.3 )
---
updated-dependencies:
- dependency-name: org.springframework.boot
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-02-27 23:14:05 +00:00
Anthony Stirling
3547f3fab9
Update .gitattributes
2023-02-26 21:49:29 +00:00
Anthony Stirling
a338ad21cd
Update .gitattributes
2023-02-26 21:48:33 +00:00
Anthony Stirling
d276e581a1
Create .gitattributes
2023-02-26 20:16:40 +00:00
Anthony Stirling
51fe6970ef
jpg and gif support for pdf to image ( #59 )
2023-02-25 09:53:07 +00:00
Anthony Stirling
c613164003
Update build.gradle
2023-02-24 22:49:02 +00:00
Anthony Stirling
67345d083e
error handling, excel, bug fixes, name fixes ( #57 )
2023-02-24 22:47:26 +00:00
Anthony Stirling
6135d08154
Update remove-password.html
2023-02-20 19:00:00 +00:00
Anthony Stirling
340cbb9acf
Update README.md
2023-02-12 18:24:13 +00:00
Anthony Stirling
57b67fdeb1
badges ( #48 )
...
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
2023-02-12 15:55:47 +00:00
Anthony Stirling
b40d324e04
nullcheck fixes
2023-02-11 15:17:17 +00:00
Anthony Stirling
54e1ced26a
Update build.gradle
2023-02-11 14:28:06 +00:00
Anthony Stirling
c739c9dd2b
Metadata editting and local only JS and pdf to image change and format pages ( #44 )
...
* Formatting
* changeMeta
* pdf to img fix
* foramtting
* new image
* lang changes
2023-02-11 14:27:15 +00:00
Anthony Stirling
aa9f8329d5
Merge pull request #43 from Sf298/localisationAndIcons
...
Manually added combined changes that wouldn't merge
2023-02-07 20:19:18 +00:00
Saud Fatayerji
9b3aac4a8a
Combined changes that wouldn't merge
2023-02-07 23:14:03 +03:00
Saud Fatayerji
75d841083c
Fixed formatting
2023-02-07 15:56:50 +00:00
Saud Fatayerji
a01ad71414
Added french and arabic to dropdown
2023-02-07 15:56:50 +00:00
Saud Fatayerji
9e6771d0f8
Fixed alignment for rtl languages. other alignment fixes
2023-02-07 15:56:50 +00:00
Saud Fatayerji
c83c57a37e
Fixed file encoding for messages_xx.properties files
2023-02-07 15:56:50 +00:00
Saud Fatayerji
90ef6deca8
Dynamic set the html lang attribute
2023-02-07 15:56:50 +00:00
Saud Fatayerji
83bd2d5915
Added Arabic
2023-02-07 15:56:50 +00:00
Saud Fatayerji
879f558b44
Added French
2023-02-07 15:56:50 +00:00
Anthony Stirling
f7d320ac32
Update push-docker.yml
2023-02-06 12:39:26 +00:00