Torsten Schulz torsten
  • Joined on 2025-12-19
torsten pushed to main at torsten/harheimertc 2026-01-07 17:58:41 +01:00
4864c80da3 Update package-lock.json to remove deprecated @peculiar/x509 version and add a new dependency entry for @simplewebauthn/server. Modify package.json to include an override for @peculiar/x509 version 1.13.0, ensuring compatibility across the project.
torsten pushed to main at torsten/harheimertc 2026-01-07 17:54:52 +01:00
9bae707473 Refactor deployment script to improve data management by introducing configurable backup and restore paths, enhancing error handling, and ensuring persistent data storage. Update backup processes to create timestamped directories for better organization.
torsten pushed to main at torsten/harheimertc 2026-01-07 17:42:06 +01:00
225e930e4c Update deployment script to ensure persistent data management, enhance backup and restore processes, and improve error handling. Modify .gitignore to exclude sensitive production data and update deployment documentation to reflect changes. Add environment variable loading for production secrets in configuration files.
torsten pushed to main at torsten/harheimertc 2026-01-07 17:26:25 +01:00
371fef25d7 Refactor authentication middleware to remove dependency on Pinia, implementing direct API calls for authentication status checks. Update member API documentation to escape JWT token placeholder for clarity. Update session and user data formats for improved security and consistency.
torsten pushed to main at torsten/yourpart3 2026-01-07 17:15:19 +01:00
0372d213c0 Refine city filtering in NPC creation process within AdminService
torsten pushed to main at torsten/yourpart3 2026-01-07 17:09:56 +01:00
c322eb1e5a Add NPC creation status tracking and progress reporting in Admin module
torsten pushed to main at torsten/yourpart3 2026-01-07 17:00:58 +01:00
b34dcac685 Refactor CreateNPCView layout for improved structure and styling
torsten pushed to main at torsten/yourpart3 2026-01-07 16:59:45 +01:00
4850f50c66 Update package-lock.json dependencies for improved stability and security
torsten pushed to main at torsten/yourpart3 2026-01-07 16:57:52 +01:00
5996f819e8 Enhance NPC creation functionality and validation in Admin module
torsten pushed to main at torsten/yourpart3 2026-01-07 16:49:35 +01:00
4d967fe7a2 Update German and English navigation localization files to include user rights translations
torsten pushed to main at torsten/yourpart3 2026-01-07 16:45:41 +01:00
bb91c2bbe5 Add NPC creation and titles retrieval functionality in Admin module
torsten pushed to main at torsten/trainingstagebuch 2026-01-07 12:10:37 +01:00
fea84e210a feat(tournament): implement class merging and pool management features
torsten pushed to main at torsten/yourpart3 2026-01-07 12:09:28 +01:00
511df52c3c Enhance MessagesDialog component to support HTML content and improve parameter extraction
torsten pushed to main at torsten/yourpart-daemon 2026-01-07 11:33:26 +01:00
01d45d5f65 Enhance character event notifications in EventsWorker: Update character health change and death handling to include first and last names in notifications. Modify SQL queries to retrieve character names, ensuring accurate user feedback. Refactor notification structure for better organization and clarity.
torsten pushed to main at torsten/yourpart3 2026-01-07 11:20:06 +01:00
d42e1da14b Refactor character creation and heir fetching logic in FalukantService and OverviewView
torsten pushed to main at torsten/yourpart-daemon 2026-01-07 11:15:27 +01:00
282f6542fe event adjusted for epidemic
torsten pushed to main at torsten/yourpart3 2026-01-07 11:13:56 +01:00
75dbd78da1 Add regional event handling and character creation logic in FalukantService
torsten pushed to main at torsten/yourpart3 2026-01-07 10:29:19 +01:00
c90b7785c0 Add heir selection functionality in Falukant module
torsten pushed to main at torsten/yourpart-daemon 2026-01-07 10:14:26 +01:00
f96e474f32 Add random heir fallback logic in EventsWorker: Implement a new SQL query to select a random NPC heir from the same region when no children are available. Enhance error handling to log cases where no heir is found, ensuring better user feedback and maintaining character associations. Update UserCharacterWorker to utilize this new logic for heir assignment.
torsten pushed to main at torsten/yourpart3 2026-01-05 16:58:19 +01:00
c17af04cbf Refactor vocabulary search functionality in VocabService and update UI components