Torsten Schulz torsten
  • Joined on 2025-12-19
torsten pushed to main at torsten/trainingstagebuch 2026-01-14 14:07:30 +01:00
663125670e fix(accidentForm): prevent reactivity issues by creating a new sorted array
torsten pushed to main at torsten/trainingstagebuch 2026-01-14 14:00:45 +01:00
515e04d1e3 feat(accident): update accident field type and enhance textarea styling
torsten pushed to main at torsten/trainingstagebuch 2026-01-14 13:56:21 +01:00
bf082ea995 chore(deps): update dependencies and remove unused files
torsten pushed to main at torsten/trainingstagebuch 2026-01-14 13:46:16 +01:00
67fc5d45e1 feat(accidentForm): enhance member selection and update handling
torsten pushed to main at torsten/trainingstagebuch 2026-01-14 13:42:57 +01:00
30e3f4f321 feat(accidentForm): sort filtered participants by last and first name
torsten pushed to main at torsten/trainingstagebuch 2026-01-14 13:41:52 +01:00
c4e237cfca fix(accidentForm): optimize participant filtering and update localAccident handling
torsten pushed to main at torsten/yourpart3 2026-01-14 13:10:36 +01:00
9e845843d8 Update WebSocket and API configurations in yourpart-websocket-fixed.conf and daemonServer.js
torsten pushed to main at torsten/yourpart3 2026-01-14 13:02:40 +01:00
0cc280ed55 Refactor WebSocket and API configurations in yourpart-https.conf and yourpart-websocket-fixed.conf
torsten pushed to main at torsten/yourpart3 2026-01-14 12:07:08 +01:00
b3707d21b2 Refactor yourpart-https.conf for enhanced WebSocket and API request handling
torsten pushed to main at torsten/yourpart3 2026-01-14 12:02:52 +01:00
fbebd6c1c1 Refactor yourpart-https.conf for improved WebSocket handling and domain redirection
torsten pushed to main at torsten/yourpart3 2026-01-14 11:57:37 +01:00
d7c2bda461 Enhance yourpart-https.conf with improved WebSocket and API configurations
torsten pushed to main at torsten/yourpart3 2026-01-14 10:28:26 +01:00
2bf949513b Refactor yourpart-https.conf for improved WebSocket and API request handling
torsten pushed to main at torsten/yourpart-daemon 2026-01-14 10:28:17 +01:00
f133f3999e Update SQL query to exclude characters without associated user IDs: Modify the QUERY_GET_REGION_CHARACTERS to ensure only characters with a valid user_id are selected, enhancing data integrity and relevance in region-specific character retrieval.
torsten pushed to main at torsten/yourpart3 2026-01-12 16:55:12 +01:00
84619fb656 Update proxy settings in yourpart-https.conf for improved WebSocket and API handling
torsten pushed to main at torsten/yourpart-daemon 2026-01-12 16:54:11 +01:00
e1e4c08d38 Improve logging in WebSocket server: Enhance connection acceptance and WebSocket handshake messages for better clarity. Update error messages for connection failures and refine logging for TLS and non-TLS connections, ensuring comprehensive diagnostics and user awareness.
torsten pushed to main at torsten/yourpart-daemon 2026-01-12 16:52:20 +01:00
1505d3d004 Refactor production initiation logic in DirectorWorker: Update the create_single_production method to return the produced quantity, enhancing the loop's decision-making process. Improve error handling and logging for production failures, ensuring better capacity management and preventing race conditions during production checks.
torsten pushed to main at torsten/yourpart3 2026-01-12 16:48:13 +01:00
b600f16ecd Enhance MessagesDialog component and localization for overproduction notifications
torsten pushed to main at torsten/yourpart-daemon 2026-01-12 16:46:32 +01:00
40df17ee91 Enhance logging in WebSocket server: Add detailed logging for TLS initialization, TCP connection acceptance, and WebSocket handshake processes. Improve error messages to provide clearer feedback on potential issues, enhancing overall server diagnostics and user awareness.
torsten pushed to main at torsten/yourpart-daemon 2026-01-12 16:38:40 +01:00
5f55aeea99 Refactor money change action string in EventsWorker: Simplify the action string for money history by differentiating between positive and negative changes. Remove unnecessary parameters from the function signature to enhance clarity and maintainability.
torsten pushed to main at torsten/yourpart-daemon 2026-01-12 16:35:49 +01:00
408221ffb4 Refactor notification structure in EventsWorker: Simplify the JSON notification format by separating the value object and ensuring it only contains relevant data without translations. Update action string for money changes to include specific event titles, enhancing clarity for frontend access.