Torsten Schulz torsten
  • Joined on 2025-12-19
torsten pushed to main at torsten/yourpart3 2026-03-19 14:46:56 +01:00
9d44a265ca Refactor backend CORS settings to include default origins and improve error handling in chat services: Introduce dynamic CORS origin handling, enhance RabbitMQ message sending with fallback mechanisms, and update WebSocket service to manage pending messages. Update UI components for better accessibility and responsiveness, including adjustments to dialog and navigation elements. Enhance styling for improved user experience across various components.
4442937ebd Enhance backend configuration and error handling: Update CORS settings to allow dynamic origins, improve RabbitMQ connection handling in chat services, and adjust API server host configuration. Refactor environment variables for better flexibility and add fallback mechanisms for WebSocket and chat services. Update frontend environment files for consistent API and WebSocket URLs.
Compare 2 commits »
torsten pushed to Redesign at torsten/yourpart3 2026-03-19 14:44:07 +01:00
9d44a265ca Refactor backend CORS settings to include default origins and improve error handling in chat services: Introduce dynamic CORS origin handling, enhance RabbitMQ message sending with fallback mechanisms, and update WebSocket service to manage pending messages. Update UI components for better accessibility and responsiveness, including adjustments to dialog and navigation elements. Enhance styling for improved user experience across various components.
torsten pushed to main at torsten/singlechat 2026-03-19 14:16:43 +01:00
8f3cbc16b8 Refactor command help responses in broadcast.js to use structured command tables for improved clarity and organization. Updated help messages for statistics and available commands to enhance user experience.
torsten pushed to main at torsten/singlechat 2026-03-19 14:12:53 +01:00
6d17afe3a1 Remove outdated update.sh script as it has been replaced by update-ypchat.sh for deployment and service management. This change streamlines the update process and consolidates functionality into a single script.
torsten pushed to main at torsten/singlechat 2026-03-19 14:12:46 +01:00
1e092a7232 Add update-ypchat.sh script for deployment and service management
torsten pushed to main at torsten/singlechat 2026-03-19 14:08:09 +01:00
e3928e0b65 Start timeout timer on fresh login in chat store to enhance session management.
torsten pushed to main at torsten/singlechat 2026-03-19 14:04:24 +01:00
6158c9d3c0 Update update.sh to run deployment scripts with sudo
torsten pushed to main at torsten/singlechat 2026-03-19 14:03:04 +01:00
39fd5e9290 Enhance command table functionality in ChatView component
torsten pushed to main at torsten/singlechat 2026-03-19 14:00:09 +01:00
448f2ffb6f Add command table functionality to chat store and ChatView component
torsten pushed to main at torsten/singlechat 2026-03-19 13:54:16 +01:00
51040391e8 Refactor command handling in broadcast.js to streamline input processing. Moved command validation and parsing logic to ensure proper handling of user inputs during chat login and command execution.
torsten pushed to main at torsten/singlechat 2026-03-19 13:48:13 +01:00
bcb3b5b71f Implement login functionality in ChatInput and chat store. Update input handling to support username and password prompts, enhance message sending logic, and ensure proper command handling during login. Adjust broadcast logic to manage login states and provide appropriate feedback to users.
torsten pushed to main at torsten/singlechat 2026-03-19 13:38:03 +01:00
83110659db Refactor manual chunking in Vite configuration to improve code clarity and maintainability. The updated logic now checks for 'node_modules' and categorizes dependencies into 'vue-vendor' and 'socket-vendor' chunks accordingly.
torsten pushed to main at torsten/singlechat 2026-03-19 13:35:26 +01:00
c7ea33fb2c Upgrade @vitejs/plugin-vue to version 6.0.5 in package.json and package-lock.json, ensuring compatibility with updated node and peer dependencies.
torsten pushed to main at torsten/singlechat 2026-03-19 13:30:43 +01:00
527cea1261 Update dependencies and enhance ChatInput component functionality. Upgraded Vite to version 8.0.1, updated various package versions in package-lock.json, and improved user experience in ChatInput.vue by adding dynamic placeholder text and error handling for message sending without an active conversation.
torsten pushed to main at torsten/singlechat 2026-03-19 13:15:37 +01:00
aabf162f04 Enhance security by preventing the creation of default admin credentials in chat-users.json. Update chat.js to ensure command output does not pollute conversation history, and add chat-users.json to .gitignore to prevent tracking of sensitive user data.
torsten pushed to main at torsten/singlechat 2026-03-19 13:15:28 +01:00
e054d90eb1 Remove chat-users.json file to enhance security by eliminating sensitive user data storage.
10569bd097 Remove CMake configuration and application source files. This includes the deletion of CMakeLists.txt, application logic in app.cpp and app.h, and broadcast functionality in broadcast.cpp. This cleanup streamlines the project structure by removing unused files and configurations.
Compare 2 commits »
torsten pushed to main at torsten/yourpart-daemon 2026-03-19 09:13:39 +01:00
f9c80bbd6b Enhance pregnancy candidate query: Refactored SQL query to calculate pregnancy probabilities based on mother's age, utilizing a common table expression (CTE) for improved clarity and maintainability. The new logic replaces the previous average age calculation with a more detailed age-based probability assessment, ensuring accurate filtering of candidates.
torsten pushed to Redesign at torsten/yourpart3 2026-03-18 22:45:30 +01:00
4442937ebd Enhance backend configuration and error handling: Update CORS settings to allow dynamic origins, improve RabbitMQ connection handling in chat services, and adjust API server host configuration. Refactor environment variables for better flexibility and add fallback mechanisms for WebSocket and chat services. Update frontend environment files for consistent API and WebSocket URLs.
torsten created branch Redesign in torsten/yourpart3 2026-03-18 22:45:30 +01:00
torsten pushed to main at torsten/trainingstagebuch 2026-03-18 22:03:47 +01:00
9d01ab6ce1 feat(App): enhance club selection and routing logic