Torsten Schulz (local)
|
ddf05bd0e0
|
Enhance worship import functionality: Add support for importing .xlsx files in worship management, updating UI to reflect new file type acceptance. Introduce new parsing logic for NBR planning records and update relevant routes and controllers to handle the new import process.
Deploy miriamgemeinde / deploy (push) Successful in 7s
|
2026-04-29 18:27:58 +02:00 |
|
Torsten Schulz (local)
|
7f01c004c8
|
Add worship leaders functionality: Introduce worship leaders management by adding routes, controllers, and CSV import capabilities. Update worship management UI to support .csv file uploads for worship services, enhancing data handling and user experience.
Deploy miriamgemeinde / deploy (push) Successful in 7s
|
2026-04-29 18:04:05 +02:00 |
|
Torsten Schulz (local)
|
a2b1ebdb97
|
Enhance event date normalization: Introduce a helper function to standardize date formats for the event form, ensuring consistent input handling. Update event data initialization to utilize this function, improving data integrity and user experience.
Deploy miriamgemeinde / deploy (push) Successful in 6s
|
2026-04-29 16:16:16 +02:00 |
|
Torsten Schulz (local)
|
8bd5da35a9
|
Refactor event form handling: Normalize event data for form submission by extracting day of the week value and improving date mode determination logic. Introduce helper methods for better data management and clarity.
Deploy miriamgemeinde / deploy (push) Successful in 6s
|
2026-04-29 16:12:58 +02:00 |
|
Torsten Schulz (local)
|
eb6f1e19a4
|
Refactor event date comparison: Update buildUpcomingWhere function to use CURDATE for fixed-date events, improving accuracy in event filtering. Adjust image styling in ImageContent.vue to use object-fit: contain and center positioning for better layout consistency.
Deploy miriamgemeinde / deploy (push) Successful in 6s
|
2026-04-29 15:51:55 +02:00 |
|
Torsten Schulz (local)
|
b2ede3f525
|
Refactor upcoming event filtering: Update buildUpcomingWhere function to compare dates at the date-only level, addressing timezone issues. This change enhances the accuracy of event retrieval and improves code clarity.
Deploy miriamgemeinde / deploy (push) Successful in 6s
|
2026-04-29 15:36:19 +02:00 |
|
Torsten Schulz (local)
|
59aae59b62
|
Refactor event retrieval logic: Extract upcoming event filtering into a separate function for improved readability and maintainability. This change simplifies the conditions for fetching events, ensuring clarity in the codebase.
Deploy miriamgemeinde / deploy (push) Successful in 7s
|
2026-04-29 15:27:42 +02:00 |
|
Torsten Schulz (local)
|
d412331f8e
|
Refactor event retrieval logic: Implement server-side filtering for past events based on user preference, enhancing performance and simplifying client-side code. Update API call in EventManagement component to include past events parameter.
Deploy miriamgemeinde / deploy (push) Successful in 7s
|
2026-04-29 15:23:37 +02:00 |
|
Torsten Schulz (local)
|
f7e8b31fdb
|
Update deploy script: Add conditional execution for update script after backup process, enhancing deployment reliability and error handling.
Deploy miriamgemeinde / deploy (push) Successful in 6s
|
2026-04-29 14:15:56 +02:00 |
|
Torsten Schulz (local)
|
4294dcb88b
|
Enhance deploy script: Add functions to ensure required commands (node, npm, git) are available in the PATH, improving reliability in non-interactive SSH sessions. This includes bootstrapping Node.js environment using nvm if necessary.
Deploy miriamgemeinde / deploy (push) Failing after 2s
|
2026-04-29 14:13:28 +02:00 |
|
Torsten Schulz (local)
|
6cccf3e1d6
|
Enhance deployment script: Implement conditional service restart logic for improved handling of non-root user deployments. Update CI workflow to ensure proper execution of deploy.sh after backup process.
Deploy miriamgemeinde / deploy (push) Failing after 2s
|
2026-04-29 14:12:16 +02:00 |
|
Torsten Schulz (local)
|
c631f63d04
|
Update .gitignore: Add .codex to ignore list to prevent tracking of Codex files in the repository.
Deploy miriamgemeinde / deploy (push) Failing after 7s
|
2026-04-29 14:01:29 +02:00 |
|
Torsten Schulz (local)
|
7a9444b468
|
Refactor EventRender component: Update image handling logic to improve visibility checks and enhance layout responsiveness. Introduce hasVisibleImage method and apply conditional class for grid layout based on media presence.
|
2026-04-29 13:53:23 +02:00 |
|
Torsten Schulz (local)
|
e44950d857
|
Add bulk image upload functionality: Implement new routes and methods for handling bulk image uploads in the imageController. Update ImageUpload component to support switching between single and bulk upload modes, including form handling for multiple images, base title, start number, and optional page association. Enhance user experience with improved form validation and reset functionality.
|
2026-04-29 13:36:35 +02:00 |
|
Torsten Schulz (local)
|
b47e832e45
|
Implement transaction handling in event deletion: Enhance deleteEvent function to manage foreign key constraints by removing associated EventContactPerson records before deleting the event. This ensures data integrity and improves error handling during the deletion process.
|
2026-04-29 13:11:56 +02:00 |
|
Torsten Schulz (local)
|
93da37dd35
|
Enhance worship filtering logic: Introduce legacy neighborhood configuration handling in WorshipRender component, allowing for backward compatibility with existing location parameters while ensuring neighborInvitation is set correctly for neighborhood pages.
|
2026-04-26 23:28:00 +02:00 |
|
Torsten Schulz (local)
|
64d6c3e6b4
|
Enhance worship filtering logic: Modify fetchWorships method to conditionally include neighborInvitation parameter for neighborhood pages, ensuring location filters do not interfere with neighborhood-specific worship retrieval.
|
2026-04-14 11:54:16 +02:00 |
|
Torsten Schulz (local)
|
6e30f739a6
|
Enhance worship filtering functionality: Update getFilteredWorships method to include neighborInvitation query parameter, allowing for filtering based on neighborhood invitations. This improves the granularity of worship event retrieval based on user preferences.
|
2026-04-14 11:48:44 +02:00 |
|
Torsten Schulz (local)
|
fb4f5e42d0
|
Enhance event management and newsletter import functionality: Introduce methods for applying drafts from a bulk queue and streamline event form handling. Update event selection logic in the newsletter import management component to support encoding and decoding of bulk selections, improving user experience and data handling.
|
2026-04-08 14:22:01 +02:00 |
|
Torsten Schulz (local)
|
1be6fe0afc
|
Integrate PDF parsing functionality: Add 'pdf-parse' dependency to package.json and package-lock.json. Update worshipController to include logic for handling PDF imports, enhancing the event management process. Refactor routing to support new newsletter import features and improve event form handling for better user experience.
|
2026-04-08 13:04:38 +02:00 |
|
Torsten Schulz (local)
|
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.
|
2026-04-08 09:57:10 +02:00 |
|
Torsten Schulz (local)
|
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.
|
2026-04-08 09:54:41 +02:00 |
|
Torsten Schulz (local)
|
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.
|
2026-04-08 09:34:51 +02:00 |
|
Torsten Schulz (local)
|
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.
|
2026-04-08 09:03:33 +02:00 |
|
Torsten Schulz (local)
|
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.
|
2026-04-08 08:54:31 +02:00 |
|
Torsten Schulz (local)
|
7e4f2935a3
|
Remove multiple unused CSS files to streamline the project and reduce build size.
|
2026-04-08 08:54:03 +02:00 |
|
Torsten Schulz (local)
|
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.
|
2026-04-08 08:44:31 +02:00 |
|
Torsten Schulz (local)
|
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.
|
2026-04-08 08:37:36 +02:00 |
|
Torsten Schulz (local)
|
7d54156112
|
Merge branch 'main' of ssh://tsschulz.de:2222/torsten/miriamgemeinde
|
2026-04-08 08:08:31 +02:00 |
|
Torsten Schulz (local)
|
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.
|
2026-04-08 08:06:13 +02:00 |
|
|
|
5f5fb83e9a
|
Merge pull request 'Update dependency jsonwebtoken to v9.0.3' (#3) from renovate/jsonwebtoken-9.x-lockfile into main
Reviewed-on: #3
|
2025-12-19 16:14:10 +01:00 |
|
|
|
f15598b2c1
|
Merge pull request 'Update dependency body-parser to v1.20.4' (#2) from renovate/body-parser-1.x-lockfile into main
Reviewed-on: #2
|
2025-12-19 16:14:02 +01:00 |
|
|
|
979732d545
|
Update dependency jsonwebtoken to v9.0.3
|
2025-12-19 16:12:32 +01:00 |
|
|
|
d9e0b07f0c
|
Update dependency body-parser to v1.20.4
|
2025-12-19 16:12:24 +01:00 |
|
|
|
b5ac5df38d
|
Merge pull request 'Configure Renovate' (#1) from renovate/configure into main
Reviewed-on: #1
|
2025-12-19 16:09:02 +01:00 |
|
|
|
c982f34823
|
Add renovate.json
|
2025-12-19 15:58:37 +01:00 |
|
Torsten Schulz (local)
|
c390228ed9
|
Update database configuration and improve WorshipRender component: Change database connection details to use 'miriamgemeinde' and 'localhost', and enhance conditional rendering in WorshipRender.vue for better handling of event place information.
|
2025-11-23 00:32:23 +01:00 |
|
Torsten Schulz (local)
|
9c924071f4
|
Update package-lock.json and configuration files: Upgrade lockfile version to 3, update @vue/cli-plugin-babel and @vue/cli-plugin-eslint to version 5.0.0, and change database connection details to use 'miriam_user' and host 'tsschulz.de' with the new password.
|
2025-11-23 00:24:05 +01:00 |
|
Torsten Schulz (local)
|
2d1ed43312
|
Refactor babel.config.js: Simplify Babel preset configuration by using the package name instead of a direct path for improved readability and maintainability.
|
2025-11-22 23:37:34 +01:00 |
|
Torsten Schulz (local)
|
11cf961ed8
|
Update package.json: Upgrade @vue/cli-plugin-babel and @vue/cli-plugin-eslint to version 5.0.0, removing the previous version 3.12.1 for better compatibility.
|
2025-11-22 23:33:04 +01:00 |
|
Torsten Schulz (local)
|
cd9e645941
|
Update babel.config.js: Use direct path for Babel preset to ensure reliable resolution across different Node/npm versions.
|
2025-11-22 23:29:40 +01:00 |
|
Torsten Schulz (local)
|
7bd236aa82
|
Update package.json: Re-add @vue/cli-plugin-babel dependency to version 3.12.1 in devDependencies.
|
2025-11-22 23:24:53 +01:00 |
|
Torsten Schulz (local)
|
f96e0a1f22
|
Update package dependencies: Downgrade @vue/cli and its plugins to version 4.2.2 and 3.12.1 respectively, and update various Babel packages to version 7.28.5. Remove unused Apollo packages and add new dependencies for vue-jscodeshift-adapter and vue-sfc-descriptor-to-string.
|
2025-11-22 23:17:23 +01:00 |
|
Torsten Schulz (local)
|
45190ed7a5
|
Füge eine Überprüfung hinzu, um endlose Wiederholungen beim Laden von Menü-Daten zu verhindern: Implementiere eine Flagge, die sicherstellt, dass die Menü-Daten nur einmal geladen werden, bevor die Routen generiert werden.
|
2025-11-22 22:47:51 +01:00 |
|
Torsten Schulz (local)
|
79f2ca8382
|
Füge eine Überprüfung hinzu, um endlose Wiederholungen beim Laden von Menü-Daten zu verhindern: Implementiere eine Flagge, die sicherstellt, dass die Menü-Daten nur einmal geladen werden, bevor die Routen generiert werden.
|
2025-11-22 22:31:28 +01:00 |
|
Torsten Schulz (local)
|
550ed97a11
|
Aktualisiere die Axios-Konfiguration: Setze die Basis-URL standardmäßig auf '/api' und ermögliche die Verwendung einer Umgebungsvariablen in Entwicklungsumgebungen. Verhindere Mixed-Content-Probleme durch Umstellung auf HTTPS. Ändere den Import von Axios im Store, um die neue Konfiguration zu nutzen.
|
2025-11-22 22:23:08 +01:00 |
|
Torsten Schulz (local)
|
718bcabea3
|
Verbessere die Axios-Konfiguration: Setze die Basis-URL dynamisch basierend auf der Umgebung und verhindere Mixed-Content-Probleme durch Umstellung auf HTTPS. Aktualisiere die Menü-Datenabfrage, um Axios für den API-Zugriff zu verwenden und füge Fehlerbehandlung hinzu.
|
2025-11-22 22:16:50 +01:00 |
|
Torsten Schulz (local)
|
44c978f21e
|
Füge Import- und Exportfunktionen für Gottesdienste hinzu: Implementiere die Möglichkeit, Gottesdienste aus .doc und .docx-Dateien zu importieren und in verschiedenen Formaten zu exportieren. Verbessere die Benutzeroberfläche des Worship Management-Formulars mit neuen Schaltflächen für Import und Export sowie Dialogen zur Bearbeitung importierter Daten. Aktualisiere die Datenbankstruktur, um neue Felder für die Genehmigung und das Orgelspiel zu unterstützen.
|
2025-11-22 22:07:36 +01:00 |
|
Torsten Schulz (local)
|
6c54bc9d49
|
Aktualisiere die Datenschutzerklärung und die Nutzungsbedingungen: Präzisiere die rechtlichen Grundlagen für den Datenschutz, füge eine detaillierte Auflistung der Nutzerrechte hinzu und aktualisiere das Datum der Datenschutzerklärung auf Januar 2025.
|
2025-10-27 09:35:09 +01:00 |
|
Torsten Schulz (local)
|
d4fab1ceb3
|
Füge Ablaufdatum zu Kontaktpersonen hinzu: Implementiere die Möglichkeit, ein Ablaufdatum für Kontaktpersonen zu speichern und anzuzeigen. Aktualisiere die Filterlogik, um nur nicht abgelaufene Kontaktpersonen anzuzeigen, und passe die Benutzeroberfläche an, um das Ablaufdatum darzustellen.
|
2025-10-07 17:45:45 +02:00 |
|