Logo
Explore Help
Register Sign In
torsten/miriamgemeinde
1
0
Fork 0
You've already forked miriamgemeinde
Code Issues 1 Pull Requests Actions Packages Projects Releases Wiki Activity
All Workflows deploy.yml
Actor
All actors torsten
Status
All status Success Failure Waiting Running
Enhance NavbarComponent functionality: Add click outside detection to close the menu and improve responsiveness by adjusting styles for mobile view, ensuring better user experience and accessibility.
#31:Commit a382a07765 pushed by torsten
main
2026-04-30 11:08:38 +02:00
6s
View workflow file
Refactor organizer color assignment in exportWorships function: Update the logic to dynamically set the organizer color based on the worship format, improving visual consistency in exported documents.
#30:Commit ef1225c02d pushed by torsten
main
2026-04-30 10:52:51 +02:00
6s
View workflow file
Update worship export colors in worshipController.js: Introduce dynamic color assignment for title, organizer, service, and organ text based on the worship format and neighbor invitation status, enhancing visual differentiation in exported documents.
#29:Commit 1ab5ceaac7 pushed by torsten
main
2026-04-30 10:50:15 +02:00
7s
View workflow file
Update worship export logic to conditionally include internal service information: Modify exportWorships function in worshipController.js to check format before including sacristan service and organ playing details, enhancing export customization based…
#28:Commit 2fd5dc0389 pushed by torsten
main
2026-04-30 10:44:14 +02:00
7s
View workflow file
Enhance worship export functionality: Add support for sacristan service and organ playing details in worshipController.js, improving the export format. Update filename generation logic in WorshipManagement.vue to handle potential server-side filename i…
#27:Commit 2377caea6d pushed by torsten
main
2026-04-30 10:41:55 +02:00
7s
View workflow file
Add organ playing input field in WorshipManagement.vue: Introduce a new text input for organist details in the worship data form, enhancing the information captured during worship management.
#26:Commit ae0bf3d478 pushed by torsten
main
2026-04-30 10:26:44 +02:00
7s
View workflow file
Implement date filtering for worship imports in WorshipManagement.vue: Add date range filter inputs, enhance worship list display with filtered results, and improve data handling for imported worships, ensuring better user experience during worship man…
#25:Commit 181257ad26 pushed by torsten
main
2026-04-30 09:33:05 +02:00
7s
View workflow file
Implement worship organizer selection with multiselect component in WorshipManagement.vue: Replace text input with a multiselect for better user experience, add fetching logic for worship leaders, and enhance organizer handling with tagging support.
#24:Commit 22f882d9d2 pushed by torsten
main
2026-04-29 19:55:43 +02:00
6s
View workflow file
Enhance worship import functionality: Add neighbor invitation and self-information fields in worshipController.js and WorshipManagement.vue. Implement logic to automatically set self-information based on neighbor invitation status, improving user exper…
#23:Commit aeaf747445 pushed by torsten
main
2026-04-29 19:49:57 +02:00
7s
View workflow file
Refactor resolveEventPlaceIdFromHeader in worshipController.js: Enhance location matching logic by introducing a scoring system for place names, improving accuracy in event place identification, and updating fallback mechanisms for known locations.
#22:Commit 7835c2da1a pushed by torsten
main
2026-04-29 19:24:44 +02:00
7s
View workflow file
Refactor buildWorshipTitleFromPlace in worshipController.js: Rename variables for clarity, enhance location normalization, and improve title generation logic to better handle church names and avoid incorrect titles, ensuring more accurate worship servi…
#21:Commit 9626fc90cc pushed by torsten
main
2026-04-29 19:19:45 +02:00
7s
View workflow file
Enhance worshipController.js with improved leader mapping and text resolution: Introduce matchEntries for better leader identification, refactor parseNbrSegment to utilize new leaderMaps structure, and add buildWorshipTitleFromPlace for dynamic title g…
#20:Commit dbb07ad0c3 pushed by torsten
main
2026-04-29 19:10:04 +02:00
7s
View workflow file
Refactor text normalization in worshipController.js: Rename normalizeText to normalizeForMatch for clarity and update all references to ensure consistent text processing across various functions, enhancing code readability and maintainability.
#19:Commit afa9b4a6b5 pushed by torsten
main
2026-04-29 19:05:07 +02:00
7s
View workflow file
Refactor router navigation handling: Update beforeEach hook in router.js to prevent incorrect route matching on initial load. Ensure proper path normalization and query handling to enhance navigation reliability.
#18:Commit 1182426cda pushed by torsten
main
2026-04-29 18:59:00 +02:00
6s
View workflow file
Improve token management in axios.js and store/index.js: Ensure headers are initialized correctly and enhance error handling for 401 responses by checking for stored tokens. Update isLoggedIn state logic to rely solely on token usability, improving aut…
#17:Commit 654ca22439 pushed by torsten
main
2026-04-29 18:56:33 +02:00
6s
View workflow file
Refactor authentication and token management: Update authController.js to use environment variable for JWT expiration. Enhance axios.js and store/index.js for improved token usability checks and cleanup on logout, ensuring a more robust authentication …
#16:Commit 0b58579258 pushed by torsten
main
2026-04-29 18:52:27 +02:00
7s
View workflow file
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 genera…
#15:Commit 7d5e2526d3 pushed by torsten
main
2026-04-29 18:47:26 +02:00
7s
View workflow file
Enhance deployment process: Add cleanup steps for frontend artifacts in deploy.sh to ensure a clean build environment. Update axios.js to improve token handling and response error management, ensuring proper logout flow. Update index.html with new asse…
#14:Commit 05a8229b83 pushed by torsten
main
2026-04-29 18:37:07 +02:00
7s
View workflow file
Update asset references in index.html: Change script and stylesheet links to new hashed filenames for improved caching and performance.
#13:Commit 7156cc141a pushed by torsten
main
2026-04-29 18:32:32 +02:00
7s
View workflow file
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 handl…
#12:Commit ddf05bd0e0 pushed by torsten
main
2026-04-29 18:28:07 +02:00
7s
View workflow file
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 experie…
#11:Commit 7f01c004c8 pushed by torsten
main
2026-04-29 18:04:16 +02:00
7s
View workflow file
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.
#10:Commit a2b1ebdb97 pushed by torsten
main
2026-04-29 16:16:27 +02:00
7s
View workflow file
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.
#9:Commit 8bd5da35a9 pushed by torsten
main
2026-04-29 16:13:08 +02:00
7s
View workflow file
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…
#8:Commit eb6f1e19a4 pushed by torsten
main
2026-04-29 15:52:05 +02:00
7s
View workflow file
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.
#7:Commit b2ede3f525 pushed by torsten
main
2026-04-29 15:36:30 +02:00
7s
View workflow file
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.
#6:Commit 59aae59b62 pushed by torsten
main
2026-04-29 15:27:53 +02:00
7s
View workflow file
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.
#5:Commit d412331f8e pushed by torsten
main
2026-04-29 15:23:46 +02:00
7s
View workflow file
Update deploy script: Add conditional execution for update script after backup process, enhancing deployment reliability and error handling.
#4:Commit f7e8b31fdb pushed by torsten
main
2026-04-29 14:33:59 +02:00
32s
View workflow file
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.
#3:Commit 4294dcb88b pushed by torsten
main
2026-04-29 14:13:34 +02:00
1s
View workflow file
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.
#2:Commit 6cccf3e1d6 pushed by torsten
main
2026-04-29 14:12:20 +02:00
2s
View workflow file
First Previous 1 2 Next Last
Powered by Gitea Version: 1.25.3 Page: 133ms Template: 37ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API