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
e44950d8572cd2def953de1dd75e564394b1a468
miriamgemeinde
/
controllers
History
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
..
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
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
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
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