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
afa9b4a6b520263d21dc160529f2652c44acb385
miriamgemeinde
/
src
History
Torsten Schulz (local)
1182426cda
All checks were successful
Deploy miriamgemeinde / deploy (push)
Successful in 6s
Details
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.
2026-04-29 18:58:50 +02:00
..
assets
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
common
/components
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
components
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.
2026-04-29 16:16:16 +02:00
content
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
extensions
inital commit
2024-06-15 23:01:46 +02:00
store
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 authentication reliability.
2026-04-29 18:56:23 +02:00
utils
Added multiple features
2024-06-17 23:34:31 +02:00
AppComponent.vue
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
axios.js
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 authentication reliability.
2026-04-29 18:56:23 +02:00
icons.js
extended editor
2024-06-21 18:06:17 +02:00
main.js
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
router.js
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.
2026-04-29 18:58:50 +02:00