Torsten Schulz torsten
  • Joined on 2025-12-19
torsten pushed to main at torsten/trainingstagebuch 2026-04-08 12:50:22 +02:00
27f8186d91 feat(TournamentStats): enhance internal tournament statistics with age class filtering
torsten pushed to main at torsten/trainingstagebuch 2026-04-08 11:20:49 +02:00
c1b8b2c665 feat(TournamentStats): refine internal tournament scoring and enhance UI features
torsten pushed to main at torsten/trainingstagebuch 2026-04-08 11:02:37 +02:00
43dbd5442a feat(TournamentStats): update internal tournament scoring logic and UI enhancements
torsten pushed to main at torsten/trainingstagebuch 2026-04-08 10:40:35 +02:00
4a53801a54 feat(TournamentStats): add internal tournament statistics endpoint and localization updates
torsten pushed to main at torsten/miriamgemeinde 2026-04-08 09:57:13 +02:00
e6f87184b2 Update worship approval logic: Modify the import process to set the approval status based on the UI checkbox, ensuring a fallback to false if no value is provided. This enhances the clarity of the approval mechanism during worship data imports.
torsten pushed to main at torsten/miriamgemeinde 2026-04-08 09:54:44 +02:00
18d7c7f164 Upgrade Express to version 5.2.1 and update related dependencies in package.json and package-lock.json. Refactor server CORS configuration to accommodate Express 5 changes. Enhance routing logic in Vue components for improved path normalization and menu handling. Update HTML asset references for better loading performance and accessibility improvements in various components.
torsten pushed to main at torsten/miriamgemeinde 2026-04-08 09:34:54 +02:00
80eef53670 Update dependencies and refactor routing: Upgrade Tiptap extensions to version 3.22.2 in package.json and package-lock.json. Enhance router configuration by introducing route names for better maintainability and adding new core routes for home, terms, and privacy policy. Adjust HTML asset references for improved loading efficiency.
torsten pushed to main at torsten/miriamgemeinde 2026-04-08 09:03:36 +02:00
597c8ceffe Refactor project to use Vite: Remove Vue CLI configuration files and update package.json to integrate Vite for development and build processes. Adjust HTML structure for improved asset loading and streamline dependencies in package-lock.json.
torsten pushed to main at torsten/miriamgemeinde 2026-04-08 08:54:33 +02:00
99ec18c8f7 Enhance project structure and styling: Update .gitignore to exclude build artifacts and uploads, modify package.json to streamline the build process, and refactor HTML and Vue components for improved layout and accessibility. Add new CSS styles for better presentation in ContactRender, EventRender, WorshipRender, and ImageContent components.
torsten pushed to main at torsten/miriamgemeinde 2026-04-08 08:54:06 +02:00
7e4f2935a3 Remove multiple unused CSS files to streamline the project and reduce build size.
torsten pushed to main at torsten/miriamgemeinde 2026-04-08 08:44:34 +02:00
02487d44e9 Update dependencies and refactor server configuration: Upgrade @vue/cli and ESLint packages, replace moment.js with date-fns for date handling in eventController, and remove unused HTTPS server configuration in server.js. Additionally, streamline Vue.js build process by removing cache and thread loaders in vue.config.js.
torsten pushed to main at torsten/miriamgemeinde 2026-04-08 08:37:39 +02:00
6ffc1fedd9 Refactor database configuration and enhance server settings: Update database connection logic to utilize environment variables and improve error handling in database connection. Adjust server port configuration to prioritize BACKEND_PORT. Update HTML structure for better compatibility and add missing elements in various components.
torsten pushed to main at torsten/miriamgemeinde 2026-04-08 08:08:49 +02:00
7d54156112 Merge branch 'main' of ssh://tsschulz.de:2222/torsten/miriamgemeinde
cd60f37e93 Improve error handling for menu data fetching and update HTML structure: Enhance error logging in menuDataController, provide user-friendly error messages, and streamline the index.html file by adding new script references while removing an unused image.
Compare 2 commits »
torsten pushed to main at torsten/yourpart3 2026-04-07 18:04:07 +02:00
f7030bbabe feat(i18n): add French language support and enhance localization
torsten pushed to main at torsten/yourpart3 2026-04-07 16:23:15 +02:00
f715c6125d feat(i18n): implement deep merging for locale chunks and enhance Cebuano translations
torsten pushed to main at torsten/yourpart3 2026-04-07 15:59:09 +02:00
e9f0f6c133 fix(i18n): update Cebuano language label in AppHeader.vue
torsten pushed to main at torsten/yourpart3 2026-04-07 15:52:18 +02:00
ae635b9c16 refactor(i18n): improve language handling and UI updates
torsten pushed to main at torsten/yourpart3 2026-04-07 15:43:18 +02:00
c5b8860605 feat(seo): enhance multilingual support and SEO handling
torsten pushed to main at torsten/singlechat 2026-04-07 15:37:51 +02:00
43a5e595d7 Add multilingual SEO support in routes-seo.js</message>
torsten pushed to main at torsten/yourpart-daemon 2026-04-07 15:24:14 +02:00
731c39dfa4 Implement daily political salary management: Introduced a new function run_daily_political_salary to calculate and distribute daily salaries for players with active political offices, utilizing configured values or fallback based on office rank. Updated SQL queries to support this functionality, including checks for the readiness of the necessary database column. Enhanced the PoliticsWorker to trigger daily salary processing, ensuring timely updates for users. Improved documentation for clarity on the new salary management features and their integration into the existing political benefits system.