This website requires JavaScript.
Explore
Help
Register
Sign In
torsten
/
miriamgemeinde
Watch
1
Star
0
Fork
0
You've already forked miriamgemeinde
Code
Issues
1
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7d5e2526d39a114090768d457b0cb85e27602f9e
miriamgemeinde
/
controllers
History
Torsten Schulz (local)
7d5e2526d3
All checks were successful
Deploy miriamgemeinde / deploy (push)
Successful in 6s
Details
Update worshipController.js to enhance worship data parsing and conflict resolution. Introduce unparsedText for better tracking of source data. Modify date handling functions for improved accuracy in event filtering. Update .gitignore to exclude generated frontend artifacts, including index.html and assets directory, to streamline deployment.
2026-04-29 18:47:15 +02:00
..
authController.js
Ändere den Status des neu erstellten Benutzers in der Benutzerregistrierung auf inaktiv, um die Sicherheit zu erhöhen und unbefugte Zugriffe zu verhindern.
2025-09-24 10:35:57 +02:00
contactPersonController.js
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
eventController.js
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.
2026-04-29 15:51:55 +02:00
eventPlaceController.js
Added order
2024-07-10 17:48:40 +02:00
eventtypecontroller.js
Added order
2024-07-10 17:48:40 +02:00
fileController.js
extended editor
2024-06-21 18:06:17 +02:00
imageController.js
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
institutionController.js
Added order
2024-07-10 17:48:40 +02:00
liturgicalDayController.js
Füge Unterstützung für liturgische Tage im Worship Management hinzu: Implementiere Multiselect für die Auswahl von Tag-Namen und lade die verfügbaren liturgischen Tage. Aktualisiere das Formular zur Anzeige und Auswahl des liturgischen Tages basierend auf dem Datum.
2025-10-07 17:03:58 +02:00
menuDataController.js
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
pageController.js
inital commit
2024-06-15 23:01:46 +02:00
positionController.js
Added order
2024-07-10 17:48:40 +02:00
userController.js
Entferne Debug-Logging aus der SMTP-Konfiguration und schütze sensible Benutzerdaten in den Benutzer-Controller-Methoden. Füge sichere Rückgaben ohne Passwörter hinzu und verbessere die Fehlerprotokollierung für Benutzeroperationen.
2025-09-24 09:18:08 +02:00
worshipController.js
Update worshipController.js to enhance worship data parsing and conflict resolution. Introduce unparsedText for better tracking of source data. Modify date handling functions for improved accuracy in event filtering. Update .gitignore to exclude generated frontend artifacts, including index.html and assets directory, to streamline deployment.
2026-04-29 18:47:15 +02:00
worshipLeaderController.js
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.
2026-04-29 18:04:05 +02:00