Torsten Schulz torsten
  • Joined on 2025-12-19
torsten pushed to main at torsten/yourpart3 2026-03-04 22:42:50 +01:00
e76fdbe1ab Implement room creation panel in MultiChatDialog: Add functionality for users to create new chat rooms with customizable settings, including visibility, age restrictions, and password protection. Enhance UI with a toggle button and form for room details.
torsten pushed to main at torsten/yourpart3 2026-03-04 22:38:26 +01:00
db8be34607 Update room management in AdminController: Modify updateRoom and deleteRoom methods to include userId as a parameter for improved access control.
torsten pushed to main at torsten/yourchat2 2026-03-04 22:35:19 +01:00
3eaf31d64f Enhance room access validation and database structure in yourchat2
torsten pushed to main at torsten/yourchat2 2026-03-04 18:31:02 +01:00
fbbb698ed9 Add bcrypt password hashing and user gender handling in yourchat2
torsten pushed to main at torsten/yourchat2 2026-03-04 17:55:56 +01:00
9478e6a91a Enhance README with CLI room checking instructions and implement room name resolution in command handling. Updated handle_init_command and handle_join_command to use resolved room names, improving room access validation. Added CLI command handling in main.rs to list available rooms from the database or fallback configuration.
torsten pushed to main at torsten/yourchat2 2026-03-04 17:42:50 +01:00
aca290f1d0 Implement TLS support for WebSocket connections in yourchat2. Updated main.rs to handle secure WebSocket connections based on environment variables. Enhanced install-systemd.sh to include a template for environment configuration. Updated README to document new TLS-related environment variables and installation instructions.
torsten pushed to main at torsten/yourchat2 2026-03-04 17:24:45 +01:00
0037ac5c28 Update install-systemd.sh to enhance the build process. Changed the build command to use a subshell for better directory context and updated the progress indicator from [1/6] to [1/7].
torsten pushed to main at torsten/yourpart3 2026-03-04 17:24:18 +01:00
407c3b359b Update chat configuration and remove MultiChat component: Change chat port to 1236 in chatBridge.json, update WebSocket URL in .env.local, and delete the MultiChat.vue component to streamline chat functionality.
torsten pushed to main at torsten/yourchat2 2026-03-04 17:23:30 +01:00
91a58855eb Refactor install-systemd.sh and update yourchat2.service for improved installation and configuration. Added binary installation to /usr/local/bin, created work directory at /var/lib/yourchat2, and updated user/group settings. Enhanced README to reflect these changes.
torsten pushed to main at torsten/yourchat2 2026-03-04 17:21:05 +01:00
5c4ac55f61 Update README and systemd service configuration for yourchat2. Added installation script install-systemd.sh for easier setup and modified yourchat2.service to improve service management, including environment file support and enhanced restart policies.
torsten pushed to main at torsten/yourchat2 2026-03-04 17:15:04 +01:00
0b91b94ae1 Initialisiere yourchat2 als eigenständigen Rust-Chatdienst und portiere die Kernfunktionen aus der Altanwendung.
torsten created branch main in torsten/yourchat2 2026-03-04 17:15:04 +01:00
torsten pushed to main at torsten/harheimertc 2026-03-04 16:05:37 +01:00
6230c96bc9 Refactor links section to use dynamic rendering with computed properties, enhancing maintainability and scalability. Add new 'Links' tab in CMS for better navigation.
torsten pushed to main at torsten/harheimertc 2026-03-04 14:53:14 +01:00
3fb40bd87d Erweitere die Navigation um einen neuen Link zu "Links" und aktualisiere die Logik zur Bestimmung des aktuellen Submenüs, um die neue Route zu berücksichtigen.
torsten pushed to main at torsten/trainingstagebuch 2026-03-04 14:26:30 +01:00
27665a45df feat(myTischtennis): implement session restoration for browser automation login
torsten pushed to main at torsten/trainingstagebuch 2026-03-04 08:39:17 +01:00
637bacf70f fix(myTischtennis): improve consent dialog handling during login flow
torsten pushed to main at torsten/trainingstagebuch 2026-03-04 08:29:21 +01:00
d5fe531664 fix(myTischtennis): enhance consent dialog handling during login process
torsten pushed to main at torsten/trainingstagebuch 2026-03-02 13:32:59 +01:00
3df8f6fd81 feat(myTischtennis): implement asynchronous team data fetching and job status tracking
torsten pushed to main at torsten/trainingstagebuch 2026-03-02 11:55:18 +01:00
e26bc22e19 fix(myTischtennis): ensure login intent handling and improve form submission logic
torsten pushed to main at torsten/trainingstagebuch 2026-03-02 11:46:21 +01:00
985c9074bd fix(myTischtennis): add detailed diagnostics for login failures