This website requires JavaScript.
Explore
Help
Register
Sign In
torsten
/
harheimertc
Watch
1
Star
0
Fork
0
You've already forked harheimertc
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
5c3d78245f2d26acf6adc74daf7fec8e9dab779e
harheimertc
/
server
/
utils
History
Torsten Schulz (local)
19d2f21fc3
Some checks failed
Code Analysis and Production Deploy / analyze (push)
Successful in 5m5s
Details
Code Analysis and Production Deploy / deploy-production (push)
Has been skipped
Details
Code Analysis and Production Deploy / deploy-test (push)
Has been cancelled
Details
refactor(security): use centralized getServerDataPath in password-reset-log.js
2026-05-27 19:55:11 +02:00
..
audit-log.js
Update Apache SSL configuration and enhance security features across multiple files. Changed X-Frame-Options to SAMEORIGIN for better security, added optional Content Security Policy headers for testing, and improved password handling with HaveIBeenPwned checks during user registration and password reset. Implemented passkey login functionality in the authentication flow, including UI updates for user experience. Enhanced image upload processing with size limits and validation, and added rate limiting for various API endpoints to prevent abuse.
2026-01-05 11:50:57 +01:00
auth.js
feat(auth): implement Android refresh token handling and session management
2026-05-27 19:34:53 +02:00
contact-requests.js
Implement status toggle functionality for contact requests, updating the status display and adding error handling. Enhance the UI with a new button for marking requests as completed or reopening them.
2026-03-11 21:16:03 +01:00
cookies.js
Update CMS navigation links and remove membership application page
2026-02-09 09:58:46 +01:00
email-service.js
Enhance deploy-test.sh with functions for Node.js version management, dependency installation, and public document synchronization. Implement checks for Node.js version requirements and improve error handling for document syncing. Update environment configuration in harheimertc.test.config.cjs to support development and test environments. Modify email recipient logic in contact and email service APIs to prevent notifications in test environments. Add tests to verify behavior in test conditions.
2026-04-16 13:06:14 +02:00
encryption.js
Add security comments to path handling in various scripts to clarify internal constant usage and mitigate path traversal risks. Update logging in registration and verification processes for improved clarity.
2026-04-15 20:52:38 +02:00
hibp.js
Update Apache SSL configuration and enhance security features across multiple files. Changed X-Frame-Options to SAMEORIGIN for better security, added optional Content Security Policy headers for testing, and improved password handling with HaveIBeenPwned checks during user registration and password reset. Implemented passkey login functionality in the authentication flow, including UI updates for user experience. Enhanced image upload processing with size limits and validation, and added rate limiting for various API endpoints to prevent abuse.
2026-01-05 11:50:57 +01:00
logger.js
Aktualisiere die Version auf 1.4.3, füge Validierung für Saison-Slugs hinzu und implementiere ein Logging-System für Fehler und Informationen
2026-05-20 11:20:54 +02:00
members.js
Refactor saveMember function to enhance duplicate member handling, allowing updates to existing duplicates and improving error handling for member existence checks.
2026-03-29 14:54:18 +02:00
news.js
Update path handling comments across multiple files to enhance security against path traversal vulnerabilities, ensuring consistent use of nosemgrep annotations for better code analysis.
2025-12-20 14:49:57 +01:00
newsletter.js
Add logic to include active trainers as newsletter recipients
2026-04-27 15:10:57 +02:00
passkey-recovery.js
Implement passkey recovery feature, including email link requests and registration options. Update login and registration pages to support passkey authentication, with UI enhancements for user experience. Add server-side handling for passkey registration and login, including account activation checks. Update environment configuration for passkey recovery TTL settings.
2026-01-07 18:37:01 +01:00
password-reset-log.js
refactor(security): use centralized getServerDataPath in password-reset-log.js
2026-05-27 19:55:11 +02:00
path-security.js
Enhance content sanitization across various components by integrating 'dompurify' for improved security and update package dependencies in package.json and package-lock.json.
2025-12-20 10:49:20 +01:00
paths.js
fix(security): centralize data path validation in getServerDataPath; enforce segment whitelist and resolved-path check
2026-05-27 19:53:59 +02:00
pdf-field-mapper.js
Enhance security and error handling in various components by refining error catch blocks to ignore specific errors, improving code clarity and consistency across the application.
2025-12-20 15:05:49 +01:00
pdf-form-filler.js
Enhance security and error handling in various components by refining error catch blocks to ignore specific errors, improving code clarity and consistency across the application.
2025-12-20 15:05:49 +01:00
pdf-generator-service.js
Enhance security and error handling in various components by refining error catch blocks to ignore specific errors, improving code clarity and consistency across the application.
2025-12-20 15:05:49 +01:00
rate-limit.js
Update Apache SSL configuration and enhance security features across multiple files. Changed X-Frame-Options to SAMEORIGIN for better security, added optional Content Security Policy headers for testing, and improved password handling with HaveIBeenPwned checks during user registration and password reset. Implemented passkey login functionality in the authentication flow, including UI updates for user experience. Enhanced image upload processing with size limits and validation, and added rate limiting for various API endpoints to prevent abuse.
2026-01-05 11:50:57 +01:00
spielklassen-tables-import.js
fix(import): prefer seasonal mannschaften csv for tables
2026-05-20 18:58:46 +02:00
spielplan-data.js
Aktualisiere die Version auf 1.4.3, füge Validierung für Saison-Slugs hinzu und implementiere ein Logging-System für Fehler und Informationen
2026-05-20 11:20:54 +02:00
spielplan-import.js
Add script for importing match schedule and logging
2026-05-19 16:23:28 +02:00
spielplan-publish.js
fix(import): publish season spielplan json after import
2026-05-20 18:12:32 +02:00
termine.js
Apply non-major audit updates and harden path handling for Semgrep.
2026-04-15 21:00:28 +02:00
upload-validation.js
Update Apache SSL configuration and enhance security features across multiple files. Changed X-Frame-Options to SAMEORIGIN for better security, added optional Content Security Policy headers for testing, and improved password handling with HaveIBeenPwned checks during user registration and password reset. Implemented passkey login functionality in the authentication flow, including UI updates for user experience. Enhanced image upload processing with size limits and validation, and added rate limiting for various API endpoints to prevent abuse.
2026-01-05 11:50:57 +01:00
webauthn-challenges.js
Enhance debug logging and Cross-Device support for Passkey Registration
2026-01-08 23:27:11 +01:00
webauthn-config.js
feat(auth): implement Android refresh token handling and session management
2026-05-27 19:34:53 +02:00
webauthn-encoding.js
Update Apache SSL configuration and enhance security features across multiple files. Changed X-Frame-Options to SAMEORIGIN for better security, added optional Content Security Policy headers for testing, and improved password handling with HaveIBeenPwned checks during user registration and password reset. Implemented passkey login functionality in the authentication flow, including UI updates for user experience. Enhanced image upload processing with size limits and validation, and added rate limiting for various API endpoints to prevent abuse.
2026-01-05 11:50:57 +01:00