Torsten Schulz torsten
  • Joined on 2025-12-19
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 created branch Redesign in torsten/yourpart3 2026-03-18 22:45:30 +01:00
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 pushed to main at torsten/trainingstagebuch 2026-03-18 22:03:47 +01:00
9d01ab6ce1 feat(App): enhance club selection and routing logic
torsten pushed to main at torsten/yourpart3 2026-03-18 22:02:46 +01:00
59869e077e Update SEO and meta tags in index.html, enhance robots.txt for better crawling control, and improve sitemap.xml priorities. Refactor blog routes to include SEO metadata and adjust blog view for canonical URLs. Implement blog URL generation in BlogListView and apply SEO dynamically in BlogView.
torsten pushed to main at torsten/trainingstagebuch 2026-03-18 21:50:33 +01:00
269f648ad7 feat(CourtDrawing): enhance CourtDrawingDialog and CourtDrawingTool components
torsten pushed to main at torsten/trainingstagebuch 2026-03-18 21:17:27 +01:00
76cc8d9c30 feat(MembersView, i18n): add 'activeDataIncomplete' scope and update member filtering
torsten pushed to main at torsten/trainingstagebuch 2026-03-18 21:07:55 +01:00
b13d33c72c feat(TrainingStatsService, MembersView, TrainingStatsView): enhance training statistics and member management features
torsten pushed to main at torsten/trainingstagebuch 2026-03-18 18:20:30 +01:00
dc15b48b80 refactor(App, Router, Login): streamline authentication flow and enhance route management
torsten pushed to main at torsten/trainingstagebuch 2026-03-18 18:16:13 +01:00
c441d4a049 feat(Home): enhance SEO content and layout for improved user engagement
torsten pushed to main at torsten/trainingstagebuch 2026-03-18 18:15:04 +01:00
f94914703a feat(SEO): implement SEO configuration and meta tag management
torsten pushed to main at torsten/trainingstagebuch 2026-03-18 18:10:00 +01:00
0bb636b91d style(DiaryParticipantsPanel, DiaryView): enhance responsive design and layout
torsten pushed to main at torsten/trainingstagebuch 2026-03-18 18:07:03 +01:00
bf40927efb refactor(MembersOverviewSection): simplify layout and enhance filtering options
torsten pushed to main at torsten/trainingstagebuch 2026-03-18 18:03:18 +01:00
9340ee3509 feat(MemberService, SchedulerService): implement inactive member cleanup functionality
torsten pushed to main at torsten/trainingstagebuch 2026-03-18 17:10:39 +01:00
eea3372057 feat(MembersOverviewSection, MembersView): add age range filter and enhance member scope display
torsten pushed to main at torsten/trainingstagebuch 2026-03-18 15:34:14 +01:00
563a7e8dde feat(MemberTtrHistory): implement TTR history management and UI enhancements
torsten pushed to main at torsten/harheimertc 2026-03-18 13:12:35 +01:00
49e7255062 Enhance CSV saving functionality by adding token retrieval from authorization header if not present in cookies. Update tests to validate CSV saving for users with 'vorstand' role.