pixeebot[bot]
5a67b0cfe7
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>
2024-11-26 20:44:07 +00:00
Anthony Stirling
d1acda6440
release bump
2024-11-26 20:38:23 +00:00
Anthony Stirling
5cf3798540
docs
2024-11-26 20:31:31 +00:00
Anthony Stirling
b27044016e
more
2024-11-26 20:30:35 +00:00
Anthony Stirling
4aec0bd679
more
2024-11-26 20:27:03 +00:00
Anthony Stirling
ab7610f72c
update docs
2024-11-26 20:24:46 +00:00
Anthony Stirling
748392cd29
formatting
2024-11-26 20:18:55 +00:00
Anthony Stirling
f0810f3952
cleanups
2024-11-26 20:15:13 +00:00
Anthony Stirling
298870ed7d
Merge remote-tracking branch 'origin/main' into ghostscript
2024-11-26 19:49:20 +00:00
Anthony Stirling
6ec2c34c2b
release notes and ghostscript removal
2024-11-26 19:48:42 +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
Anthony Stirling
73e64e5898
navbar fix multi tool and compress location
2024-11-25 21:33:23 +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
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