Updated info.js to show deprecation messages when utilizing the options.json. Added translation status to info.js. Implemented the TRANSLATION_HIDDEN_LANGUAGES, TASK_CLEANUP_EXPIRED and TASK_CLEANUP_UNUSED environment variables in variables.js. Updated language dropdown to hide themselves if the number of allowed languages is lower than 2. Added the created at field within details.ejs. Implemented cleanup.js for automatically cleaning-up expired and unused vouchers. Updated the languages.js util with global filters. Added country flags to languages.js. Updated docker-compose.yml. Dependency updates. Updated README.md. Lowered log intensity within server.js

This commit is contained in:
Glenn de Haan
2025-08-26 18:21:30 +02:00
parent f36fa1144a
commit 7af385c8fe
14 changed files with 332 additions and 188 deletions

View File

@@ -25,7 +25,7 @@
"ejs": "^3.1.10",
"express": "^5.1.0",
"express-locale": "^2.0.2",
"express-openid-connect": "^2.18.1",
"express-openid-connect": "^2.19.2",
"js-logger": "^1.6.1",
"jsonwebtoken": "^9.0.2",
"multer": "^2.0.2",
@@ -34,11 +34,11 @@
"nodemailer": "^7.0.5",
"pdfkit": "^0.17.1",
"qrcode": "^1.5.4",
"undici": "^5.29.0"
"undici": "^7.15.0"
},
"devDependencies": {
"@tailwindcss/cli": "^4.1.11",
"@tailwindcss/cli": "^4.1.12",
"@tailwindcss/forms": "^0.5.10",
"tailwindcss": "^4.1.11"
"tailwindcss": "^4.1.12"
}
}