Torsten Schulz torsten
  • Joined on 2025-12-19
torsten pushed to main at torsten/trainingstagebuch 2026-02-09 08:40:30 +01:00
e22e3257ef feat(auth): implement password reset functionality
torsten pushed to main at torsten/trainingstagebuch 2026-02-06 16:41:44 +01:00
76f1b1a12f refactor(tournament): improve top 3 participant identification in PDF generation
torsten pushed to main at torsten/trainingstagebuch 2026-02-06 16:36:27 +01:00
6007e70b9d refactor(tournament): clean up placeholder handling in PDF generation
torsten pushed to main at torsten/trainingstagebuch 2026-02-06 16:33:54 +01:00
d7935cc1e2 fix(tournament): update PDF title for missing data report
torsten pushed to main at torsten/trainingstagebuch 2026-02-06 16:33:43 +01:00
b470e728ed feat(tournament): update PDF generation for top 3 participants
torsten pushed to main at torsten/trainingstagebuch 2026-02-06 16:24:11 +01:00
d09de49018 feat(tournament): enhance PDF generation for missing participant data
torsten pushed to main at torsten/trainingstagebuch 2026-02-06 16:11:20 +01:00
8892392bf2 feat(tournament): add PDF generation for missing participant data
torsten pushed to main at torsten/trainingstagebuch 2026-02-06 15:28:15 +01:00
26acb588e1 feat(player-details): enhance player data display with missing data indicators
torsten pushed to main at torsten/trainingstagebuch 2026-02-06 15:12:08 +01:00
566361e46a feat(tournament): add number of tables feature and update related logic
torsten pushed to main at torsten/harheimertc 2026-02-06 13:35:22 +01:00
04e38aa7d3 Improve Satzung content loading and HTML conversion process
torsten pushed to main at torsten/harheimertc 2026-02-06 12:57:54 +01:00
cc92615333 Add WYSIWYG text editor for Satzung content management
torsten pushed to main at torsten/harheimertc 2026-02-06 11:58:25 +01:00
717fdf3025 Enhance HTML conversion for Satzung uploads by removing page numbers and improving list handling
torsten pushed to main at torsten/harheimertc 2026-02-06 11:39:44 +01:00
32d4486123 Implement PDF text extraction and HTML conversion in Satzung upload process
torsten pushed to main at torsten/harheimertc 2026-02-06 10:55:43 +01:00
66a2cfc378 Refactor PDF text extraction and update configuration handling in Satzung upload process
torsten pushed to main at torsten/harheimertc 2026-02-06 10:35:16 +01:00
d32f6eaf1c Update role-based access control for user management in CMS
torsten pushed to main at torsten/harheimertc 2026-02-06 10:12:38 +01:00
8045542f8f Enhance user contact data visibility based on role permissions
torsten pushed to main at torsten/yourpart3 2026-02-06 09:50:32 +01:00
c7a05c3213 Add TitleBenefit model and integrate benefits into FalukantService: Introduced TitleBenefit for managing title-related advantages, including tax exemptions and office eligibility. Updated service methods to utilize these benefits for character reputation, tax distribution, and allowed office types, enhancing gameplay mechanics and user experience.
torsten pushed to main at torsten/harheimertc 2026-02-06 09:33:06 +01:00
1474591137 Remove outdated CSV files for teams, schedules, game systems, event dates, and club championships to streamline data management and eliminate deprecated content.
torsten pushed to main at torsten/yourpart3 2026-02-06 07:44:52 +01:00
a60c6d173c Add knowledge retrieval methods in FalukantService: Implemented _resolveLearningCharacterId to determine character IDs based on user input, and added getKnowledgeSingle and getKnowledgeForAll methods to fetch knowledge data for specific characters. Enhanced error handling for missing character IDs and improved knowledge aggregation logic.
torsten pushed to main at torsten/yourpart-daemon 2026-02-06 07:40:29 +01:00
69dad6854a Enhance money change functionality in EventsWorker: Updated the MoneyChange event effect to include an optional minimum absolute positive value, ensuring that money changes do not result in zero for positive adjustments. Introduced a new SQL query for inserting money history, improving reliability in tracking monetary changes for users.