Torsten Schulz (local)
|
daffaacea7
|
Enhance session management in image upload route by initializing req.session to ensure cookie setting. Implement fallback logic to retrieve the most recently active client if the initial client lookup fails, improving user authentication robustness during uploads.
|
2025-12-05 11:34:57 +01:00 |
|
Torsten Schulz (local)
|
c998e32825
|
Enhance session ID handling in image upload route by refining extraction logic to prioritize cookie-based session IDs and fall back to req.sessionID when necessary. Improve logging for better debugging and client lookup, ensuring a more robust user authentication process during uploads.
|
2025-12-05 11:24:52 +01:00 |
|
Torsten Schulz (local)
|
0b82a47a69
|
Refactor session ID extraction by exporting the extractSessionId function from broadcast.js. Update routes.js to utilize this function for consistent session ID handling during image uploads, improving code clarity and maintainability.
|
2025-12-05 11:15:43 +01:00 |
|
Torsten Schulz (local)
|
669885c25c
|
Enhance session ID handling in image upload route by extracting and logging the session ID without the 's:' prefix. Improve client lookup error logging for better debugging during image uploads.
|
2025-12-05 11:09:06 +01:00 |
|
Torsten Schulz (local)
|
ffe7fabaca
|
Add support for __dirname in ES modules by importing dirname and fileURLToPath. This change enables correct path resolution for file uploads, enhancing the image upload functionality.
|
2025-12-05 11:04:22 +01:00 |
|
Torsten Schulz (local)
|
d1fc31f4dd
|
Improve error handling and logging in broadcast.js by adding try-catch blocks when creating the logs directory. Update error messages to display only the error message for better clarity. This enhances the robustness of the logging functionality.
|
2025-12-05 10:56:51 +01:00 |
|
Torsten Schulz (local)
|
152d13b1f6
|
Refactor logging functions in broadcast.js to create logs directory if it doesn't exist. Update setupBroadcast function to pass __dirname for correct path resolution. This enhances log management and ensures logs are stored in the appropriate directory.
|
2025-12-05 10:51:34 +01:00 |
|
Torsten Schulz (local)
|
6d922fbf9f
|
Implement image upload functionality with temporary storage and cleanup. Update chat and broadcast logic to handle image URLs instead of base64 data, enhancing performance and user experience. Modify .gitignore to exclude temporary files and uploads directory.
|
2025-12-05 10:43:27 +01:00 |
|
Torsten Schulz (local)
|
9b4f679f71
|
Enhance chat and broadcast functionality with debug logging for image messages. Update chat store to log received messages and their details, and modify broadcast to log image sending events. Increase maxHttpBufferSize for handling larger images in Socket.IO.
|
2025-12-05 09:29:18 +01:00 |
|
Torsten Schulz (local)
|
6b0e905d27
|
Enhance SEO meta tag handling in generateHTML function by improving regex patterns for description and keywords, ensuring proper insertion of new tags before closing head tag while preserving script tags, and adding detailed logging for HTML manipulation.
|
2025-12-05 09:20:27 +01:00 |
|
Torsten Schulz (local)
|
9ee288fd93
|
Add 404 handling for /src/ paths in production environment
|
2025-12-05 09:09:30 +01:00 |
|
Torsten Schulz (local)
|
99097cf213
|
Improve SEO handling in generateHTML function by adding detailed logging, enhancing error handling for missing index.html, and ensuring proper path resolution for production environments.
|
2025-12-05 08:56:29 +01:00 |
|
Torsten Schulz (local)
|
2ee52523ff
|
Enhance SEO meta tag handling in generateHTML function by adding support for reading built index.html, updating existing tags, and implementing fallback logic for missing files.
|
2025-12-05 08:03:20 +01:00 |
|
Torsten Schulz (local)
|
25ea371220
|
Remove duplicate import of setupSEORoutes in index.js to clean up code.
|
2025-12-04 17:09:28 +01:00 |
|
Torsten Schulz (local)
|
6e9116e819
|
Remove deprecated scripts for adding head-matter to wt_config.xml, including Python and Bash implementations, to streamline configuration management.
|
2025-12-04 16:34:45 +01:00 |
|