Torsten Schulz torsten
  • Joined on 2025-12-19
torsten pushed to main at torsten/trainingstagebuch 2026-03-10 21:41:45 +01:00
c324da3938 fix(App.vue): update user permissions check and enhance dropdown behavior
torsten pushed to main at torsten/trainingstagebuch 2026-03-10 21:39:52 +01:00
f35e0510e7 feat(tournaments): enhance age eligibility logic and date parsing
torsten pushed to main at torsten/trainingstagebuch 2026-03-10 21:27:42 +01:00
13379d6b24 feat(logging): add HTTP page fetch logging and enhance click-TT proxy functionality
torsten pushed to main at torsten/trainingstagebuch 2026-03-10 21:24:47 +01:00
055dbf115c feat(diary): improve predefined activities UI and enhance socket event integration
torsten pushed to main at torsten/trainingstagebuch 2026-03-10 21:18:50 +01:00
78f1196f0a feat(android): configure API and socket endpoints for debug and release builds
torsten pushed to main at torsten/yourpart-daemon 2026-03-10 17:07:17 +01:00
9961b91c4f Enhance event handling for money changes in EventsWorker: Introduced special cases for 'windfall' and 'theft' events, allowing for random monetary adjustments based on current user funds. Updated logic to ensure accurate percentage and absolute changes while maintaining existing functionality for standard money change events.
torsten pushed to main at torsten/trainingstagebuch 2026-03-06 10:03:17 +01:00
ee2b12f6d0 feat(diary): enhance predefined activities management and socket event handling
436973e47e Diary: verbessere Socket-getriggerte Reloads für Gruppen/Unfälle
05ab872f77 Diary: ergänze Mapper-Tests für Assignments und Predefined Activities
e4e7f521e2 Diary: erweitere Plan/Assignments, QuickAdd, Accident und Stats
Compare 4 commits »
torsten pushed to main at torsten/yourpart3 2026-03-05 13:28:11 +01:00
971e09a72a Add Bisaya course content for 'Ort & Richtung' and 'Alltagsgespräche - Teil 2' lessons: Introduce multiple-choice, gap-fill, and transformation exercises focusing on location and everyday conversation vocabulary, complete with translations and explanations.
torsten pushed to main at torsten/yourpart3 2026-03-05 13:23:57 +01:00
bf2b490731 Add Bisaya course content for 'Haus & Familie' lesson: Introduce multiple-choice and gap-fill exercises for vocabulary related to house and family terms, including translations and explanations. Update lesson tracking to include the new lesson in the course content.
torsten pushed to main at torsten/trainingstagebuch 2026-03-05 10:02:45 +01:00
dd93755e6b refactor(myTischtennis): streamline session management and enhance login flow
torsten pushed to main at torsten/yourchat2 2026-03-05 08:03:17 +01:00
8b9947cc03 Implement session replacement and WebSocket keepalive features
torsten pushed to main at torsten/yourchat2 2026-03-05 00:00:08 +01:00
92ae7d614e Enhance user gender loading and debugging in database interactions
torsten pushed to main at torsten/yourchat2 2026-03-04 23:54:51 +01:00
37767e59a0 Implement user gender handling and enhance gender-based access validation
torsten pushed to main at torsten/yourchat2 2026-03-04 23:47:05 +01:00
a09926f48a Enhance room access validation with detailed debug logging
torsten pushed to main at torsten/yourchat2 2026-03-04 23:41:34 +01:00
4cf5f2f713 Refactor room creation argument parsing and enhance error handling
torsten pushed to main at torsten/yourpart3 2026-03-04 23:34:57 +01:00
fd41a53404 Implement password prompt UI and logic in MultiChatDialog: Add a password entry panel with validation and error handling for room access. Update i18n files for localized password prompts in English, German, and Spanish.
torsten pushed to main at torsten/yourpart3 2026-03-04 23:32:34 +01:00
a48e907e50 Add password protection feature in MultiChatDialog: Implement room password management, including prompts for password entry and error handling for invalid passwords. Update i18n files with localized messages for password prompts in English, German, and Spanish.
torsten pushed to main at torsten/yourchat2 2026-03-04 23:30:28 +01:00
8285466ba2 Enhance room access validation and debugging in command handling
torsten pushed to main at torsten/yourpart3 2026-03-04 23:28:57 +01:00
a117bad342 Enhance room creation tracking in MultiChatDialog: Implement logic to confirm room creation success, manage pending room creation attempts, and clear tracking on dialog close. Update i18n files with new localized messages for room creation status.
torsten pushed to main at torsten/yourpart3 2026-03-04 23:22:18 +01:00
190cf626f9 Add functionality for managing user-owned chat rooms: Implement getOwnRooms and deleteOwnRoom methods in ChatController and ChatService, add corresponding API routes in chatRouter, and enhance MultiChatDialog for displaying and deleting owned rooms with localized messages. Update i18n files for new features.