From 0d3ac8bebe7555d1ba13e972c84e4f04ab104143 Mon Sep 17 00:00:00 2001 From: FabioL <1647128+loviuz@users.noreply.github.com> Date: Sat, 21 Sep 2024 00:11:01 +0200 Subject: [PATCH 1/6] Smaller italian optimizations (#1943) * Smaller italian optimizations * Minor fixes --------- Co-authored-by: loviuz --- src/main/resources/messages_it_IT.properties | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/main/resources/messages_it_IT.properties b/src/main/resources/messages_it_IT.properties index 6191f7a0..6355ea65 100644 --- a/src/main/resources/messages_it_IT.properties +++ b/src/main/resources/messages_it_IT.properties @@ -32,7 +32,7 @@ selectFillter=-- Seleziona -- pageNum=Numero pagina sizes.small=Piccolo sizes.medium=Medio -sizes.large=Largo +sizes.large=Grande sizes.x-large=Extra-Large error.pdfPassword=Il documento PDF è protetto da password e la password non è stata fornita oppure non era corretta delete=Elimina @@ -50,7 +50,7 @@ WorkInProgess=Lavori in corso, potrebbe non funzionare o essere difettoso, segna poweredBy=Alimentato da yes=Si no=No -changedCredsMessage=Credenziali cambiate! +changedCredsMessage=Credenziali modificate! notAuthenticatedMessage=Utente non autenticato. userNotFoundMessage=Utente non trovato. incorrectPasswordMessage=La password attuale non è corretta. @@ -194,7 +194,7 @@ adminUserSettings.extraApiUser=API utente limitato aggiuntivo adminUserSettings.webOnlyUser=Utente solo Web adminUserSettings.demoUser=Utente demo (nessuna impostazione personalizzata) adminUserSettings.internalApiUser=API utente interna -adminUserSettings.forceChange=Forza l'utente a cambiare nome username/password all'accesso +adminUserSettings.forceChange=Forza l'utente a cambiare nome utente/password all'accesso adminUserSettings.submit=Salva utente adminUserSettings.changeUserRole=Cambia il ruolo dell'utente adminUserSettings.authenticated=Autenticato @@ -226,7 +226,7 @@ database.failedImportFile=Importazione file non riuscita ############# # HOME-PAGE # ############# -home.desc=La tua pagina self-hostata per gestire qualsiasi PDF. +home.desc=La tua pagina auto-gestita per modificare qualsiasi PDF. home.searchBar=Cerca funzionalità... @@ -1023,7 +1023,7 @@ changeMetadata.submit=Cambia proprietà #pdfToPDFA pdfToPDFA.title=Da PDF a PDF/A pdfToPDFA.header=Da PDF a PDF/A -pdfToPDFA.credit=Questo servizio utilizza ghostscript per la conversione in PDF/A. +pdfToPDFA.credit=Questo servizio utilizza Ghostscript per la conversione in PDF/A. pdfToPDFA.submit=Converti pdfToPDFA.tip=Attualmente non funziona per più input contemporaneamente pdfToPDFA.outputFormat=Formato di output @@ -1141,14 +1141,14 @@ survey.dontShowAgain=Non mostrare più #error error.sorry=Ci scusiamo per il problema! error.needHelp=Hai bisogno di aiuto / trovato un problema? -error.contactTip=Se i problemi persistono, non esitare a contattarci per chiedere aiuto. Puoi inviare un ticket sulla nostra pagina GitHub o contattarci tramite Discord: +error.contactTip=Se i problemi persistono, non esitare a contattarci per chiedere aiuto. Puoi aprire un ticket sulla nostra pagina GitHub o contattarci tramite Discord: error.404.head=404 - Pagina non trovata | Spiacenti, siamo inciampati nel codice! error.404.1=Non riusciamo a trovare la pagina che stai cercando. error.404.2=Qualcosa è andato storto -error.github=Invia un ticket su GitHub +error.github=Apri un ticket su GitHub error.showStack=Mostra traccia dello stack error.copyStack=Copia traccia dello stack -error.githubSubmit=GitHub: invia un ticket +error.githubSubmit=GitHub: apri un ticket error.discordSubmit=Discord: invia post di supporto From dab230e3f8b1dfe4c7109ce14033d1f73341bce1 Mon Sep 17 00:00:00 2001 From: MrErne Date: Sat, 21 Sep 2024 00:24:20 +0200 Subject: [PATCH 2/6] Update LocalRunGuide.md (#1885) Update documentation about listen IP --- LocalRunGuide.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/LocalRunGuide.md b/LocalRunGuide.md index 0c344203..edb136ec 100644 --- a/LocalRunGuide.md +++ b/LocalRunGuide.md @@ -257,9 +257,11 @@ To override the default configuration, you can add the following to `/.git/Stirl ```bash server: - host: 0.0.0.0 + host: 0.0.0.0 # Not working - use instead address + address: 0.0.0.0 port: 3000 ``` +'-Djava.net.preferIPv4Stack=true' --> To force ipv4 only in the java starting command **Note:** This file is created after the first application launch. To have it before that, you can create the directory and add the file yourself. From 936f36f171aff691eb7db0abde73ff98f7041c90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 23:25:39 +0100 Subject: [PATCH 3/6] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f4e451d7..b6cd571c 100644 --- a/build.gradle +++ b/build.gradle @@ -115,7 +115,7 @@ configurations.all { } dependencies { //security updates - implementation "org.springframework:spring-webmvc:6.1.9" + implementation "org.springframework:spring-webmvc:6.1.13" implementation("io.github.pixee:java-security-toolkit:1.2.0") From f72e5c8bca92d05ae2e5e5b272151000236e86c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 23:25:56 +0100 Subject: [PATCH 4/6] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b6cd571c..ce09352a 100644 --- a/build.gradle +++ b/build.gradle @@ -187,8 +187,8 @@ dependencies { implementation "io.micrometer:micrometer-core:1.13.4" implementation group: "com.google.zxing", name: "core", version: "3.5.3" // https://mvnrepository.com/artifact/org.commonmark/commonmark - implementation "org.commonmark:commonmark:0.22.0" - implementation "org.commonmark:commonmark-ext-gfm-tables:0.22.0" + implementation "org.commonmark:commonmark:0.23.0" + implementation "org.commonmark:commonmark-ext-gfm-tables:0.23.0" // https://mvnrepository.com/artifact/com.bucket4j/bucket4j_jdk17 implementation "com.bucket4j:bucket4j_jdk17-core:8.14.0" implementation "com.fathzer:javaluator:3.0.5" From 0f43062cc1bd2c137a86e8274507b8d4fa4acebf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 23:28:38 +0100 Subject: [PATCH 5/6] Update 3rd Party Licenses (#1944) Signed-off-by: GitHub Action Co-authored-by: GitHub Action --- src/main/resources/static/3rdPartyLicenses.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/static/3rdPartyLicenses.json b/src/main/resources/static/3rdPartyLicenses.json index 857fc221..703702db 100644 --- a/src/main/resources/static/3rdPartyLicenses.json +++ b/src/main/resources/static/3rdPartyLicenses.json @@ -573,13 +573,13 @@ }, { "moduleName": "org.commonmark:commonmark", - "moduleVersion": "0.22.0", + "moduleVersion": "0.23.0", "moduleLicense": "BSD 2-Clause License", "moduleLicenseUrl": "https://opensource.org/licenses/BSD-2-Clause" }, { "moduleName": "org.commonmark:commonmark-ext-gfm-tables", - "moduleVersion": "0.22.0", + "moduleVersion": "0.23.0", "moduleLicense": "BSD 2-Clause License", "moduleLicenseUrl": "https://opensource.org/licenses/BSD-2-Clause" }, @@ -1143,7 +1143,7 @@ { "moduleName": "org.springframework:spring-webmvc", "moduleUrl": "https://github.com/spring-projects/spring-framework", - "moduleVersion": "6.1.9", + "moduleVersion": "6.1.13", "moduleLicense": "Apache License, Version 2.0", "moduleLicenseUrl": "https://www.apache.org/licenses/LICENSE-2.0" }, From d6e9e8b20b591ef4556f402dbc29dbaf7881ccb3 Mon Sep 17 00:00:00 2001 From: Aman Khan <79637672+amankhangit@users.noreply.github.com> Date: Sat, 21 Sep 2024 15:23:01 +0530 Subject: [PATCH 6/6] [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 --- src/main/resources/static/css/home.css | 8 ++++++++ src/main/resources/static/css/theme/theme.css | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/main/resources/static/css/home.css b/src/main/resources/static/css/home.css index 782e336d..12b69d94 100644 --- a/src/main/resources/static/css/home.css +++ b/src/main/resources/static/css/home.css @@ -157,6 +157,14 @@ filter: brightness(0) invert(var(--md-theme-filter-color)); } +.favorite-icon:hover .material-symbols-rounded { + transform: scale(1.2); +} + +.favorite-icon .material-symbols-rounded.fill{ + color: #f5c000; +} + .jumbotron { padding: 3rem 3rem; /* Reduce vertical padding */ diff --git a/src/main/resources/static/css/theme/theme.css b/src/main/resources/static/css/theme/theme.css index 4f7be33e..2e736ede 100644 --- a/src/main/resources/static/css/theme/theme.css +++ b/src/main/resources/static/css/theme/theme.css @@ -31,4 +31,4 @@ .no-fill { /* font-variation-settings: var(--md-sys-icon-fill-0); */ -} \ No newline at end of file +}