Torsten Schulz torsten
  • Joined on 2025-12-19
torsten pushed to main at torsten/harheimertc 2025-12-20 15:30:01 +01:00
111c8c239c Refactor code analysis workflow by adding gitleaks detection command and removing obsolete output files to streamline the build process and enhance security checks.
torsten pushed to main at torsten/harheimertc 2025-12-20 15:22:34 +01:00
9e5ccbe8a3 Refine gitleaks download and extraction process in code analysis workflow by implementing dynamic asset URL retrieval, enhanced error handling for invalid downloads, and improved extraction methods.
torsten pushed to main at torsten/yourpart-daemon 2025-12-20 15:20:06 +01:00
1719af2344 Refactor revenue and tax calculations in DirectorWorker: Adjust the pricing logic to account for cumulative tax inflation, ensuring accurate revenue and payout calculations. Update SQL query for sell logs to change conflict resolution order for better data integrity.
torsten pushed to main at torsten/harheimertc 2025-12-20 15:12:30 +01:00
dd21174f1d Improve gitleaks download process in code analysis workflow by adding error handling for invalid downloads and ensuring proper extraction of the archive.
torsten pushed to main at torsten/yourpart3 2025-12-20 15:06:53 +01:00
fcbb903839 Backend error fixed
torsten pushed to main at torsten/harheimertc 2025-12-20 15:05:51 +01:00
6fda6ebad0 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.
torsten pushed to main at torsten/yourpart3 2025-12-20 15:03:06 +01:00
ac45a2ba26 Refactor SQL joins in calcRegionalSellPrice function of FalukantService to use updated region type table for improved clarity and consistency in tax calculations.
torsten pushed to main at torsten/yourpart3 2025-12-20 14:54:39 +01:00
afe15dd4f5 Refactor tax calculation in calcRegionalSellPrice function of FalukantService to convert exemptTypes Set to PostgreSQL array string for improved query performance and clarity.
torsten pushed to main at torsten/harheimertc 2025-12-20 14:49:59 +01:00
c9037fec45 Update path handling comments across multiple files to enhance security against path traversal vulnerabilities, ensuring consistent use of nosemgrep annotations for better code analysis.
torsten pushed to main at torsten/yourpart-daemon 2025-12-20 14:20:22 +01:00
398e0ba677 Enhance SQL insert query for sell logs and improve error logging in TransportWorker: Add sell_timestamp to the insert statement and refine error messages to include transport details for better debugging.
torsten pushed to main at torsten/harheimertc 2025-12-20 14:19:57 +01:00
e128e1a77c Enhance security by adding role-checking functions in ESLint configuration and updating Vue components to improve content sanitization comments, while refining error handling in API endpoints for better clarity.
torsten pushed to main at torsten/yourpart-daemon 2025-12-20 11:17:44 +01:00
4fca4b4d75 Enhance SQL queries and logging in TransportWorker and WeatherWorker: Update weather assignment logic to ensure unique weather types per region, improve distance calculations in transport queries, and refine logging for transport processing. Additionally, adjust notification insert queries to include character_id.
torsten pushed to main at torsten/harheimertc 2025-12-20 11:15:35 +01:00
19024cd87e Enhance security by adding DOMPurify comments in Vue components and updating path handling comments in server utilities to mitigate path traversal risks.
torsten pushed to main at torsten/yourpart3 2025-12-20 11:09:06 +01:00
e3df88bea0 Enhance getCumulativeTaxPercentWithExemptions function in FalukantService to first retrieve the character associated with the userId, ensuring accurate filtering of political offices by characterId for regional tax calculations.
torsten pushed to main at torsten/yourpart3 2025-12-20 11:04:24 +01:00
c69a414f78 Fix cumulative tax calculation in FalukantService by using falukantUser.id instead of user.id for accurate regional tax assessments.
torsten pushed to main at torsten/yourpart3 2025-12-20 10:55:10 +01:00
d08022ab94 Merge branch 'main' of ssh://tsschulz.de:2222/torsten/yourpart3
66e6fab663 Refactor getCumulativeTaxPercentWithExemptions function in falukantService.js to filter political offices by userId through the FalukantCharacter model. Update query structure to enhance clarity and ensure accurate data retrieval for regional tax calculations.
Compare 2 commits »
torsten pushed to main at torsten/harheimertc 2025-12-20 10:54:51 +01:00
968c749fe3 Enhance security by adding DOMPurify sanitization comments in newsletter and Vereins components, and update path handling comments in server utilities to address potential path traversal vulnerabilities.
torsten pushed to main at torsten/harheimertc 2025-12-20 10:49:21 +01:00
316cce1b26 Enhance content sanitization across various components by integrating 'dompurify' for improved security and update package dependencies in package.json and package-lock.json.
torsten pushed to main at torsten/harheimertc 2025-12-20 10:32:08 +01:00
acfa842131 Add SMTP credentials for tests and enhance user role handling in CMS and Galerie endpoints
torsten pushed to main at torsten/harheimertc 2025-12-20 10:25:18 +01:00
4f453f77bc Update package dependencies to vitest v4.0.16 and enhance role management in auth utilities with new role-checking functions in tests