Torsten Schulz torsten
  • Joined on 2025-12-19
torsten pushed to main at torsten/harheimertc 2026-01-08 09:00:00 +01:00
8fa8c8b5d9 Enhance deployment script and registration components with improved error handling and debug logging
torsten pushed to main at torsten/harheimertc 2026-01-08 07:47:31 +01:00
f05d47be4c Enhance deployment script with build validation checks
torsten pushed to main at torsten/harheimertc 2026-01-07 22:37:49 +01:00
f1cf06ca48 Add debug information display for component loading in registration page
torsten pushed to main at torsten/harheimertc 2026-01-07 22:34:06 +01:00
62115ff1d1 Add debug logging for component lifecycle in registration page
torsten pushed to main at torsten/harheimertc 2026-01-07 22:24:20 +01:00
8e398778ce Refactor form submission handling and enhance debug logging for registration process
torsten pushed to main at torsten/harheimertc 2026-01-07 22:13:53 +01:00
c1e93f8989 Add debug information display for passkey registration process
torsten pushed to main at torsten/harheimertc 2026-01-07 22:05:28 +01:00
a16838ff47 Enhance debug logging and validation in passkey registration process
torsten pushed to main at torsten/harheimertc 2026-01-07 22:01:30 +01:00
994aabfb85 Enhance WebAuthn origin handling and debug logging for passkey registration
torsten pushed to main at torsten/harheimertc 2026-01-07 21:54:03 +01:00
83a2166399 Refine WebAuthn configuration and enhance debug logging for origin verification
torsten pushed to main at torsten/harheimertc 2026-01-07 21:36:43 +01:00
c40780ef89 Enhance passkey registration process with detailed debug logging and validation checks
torsten pushed to main at torsten/harheimertc 2026-01-07 21:30:16 +01:00
bb985ddc8f Improve passkey registration error handling and options serialization
torsten pushed to main at torsten/harheimertc 2026-01-07 21:24:15 +01:00
b34a6fc155 Enhance passkey registration handling with error checks and CORS support
torsten pushed to main at torsten/harheimertc 2026-01-07 21:03:01 +01:00
e7e9d7815c Refactor CORS header handling in authentication endpoints
torsten pushed to main at torsten/harheimertc 2026-01-07 20:59:50 +01:00
ad21534862 Add CORS support for Cross-Device Authentication in passkey handling
torsten pushed to main at torsten/harheimertc 2026-01-07 20:16:19 +01:00
3d9b6b57dc Refactor authentication handling in Navigation and registration components to support lazy store access, improving resilience against Pinia initialization issues. Enhance registration logic to include optional password fallback for passkey users, with validation checks for password strength and confirmation. Update server-side registration to handle optional password securely, ensuring consistent user experience across different authentication methods.
torsten pushed to main at torsten/harheimertc 2026-01-07 20:16:06 +01:00
4c7ae87c70 Remove deprecated data files including configuration, gallery metadata, members, news, sessions, users, and membership applications to streamline the server data structure and improve maintainability.
torsten pushed to main at torsten/harheimertc 2026-01-07 18:46:47 +01:00
8bdebf6a73 Implement passkey support checks in registration page, including user feedback for unsupported scenarios. Update logic to determine passkey availability based on secure context and browser compatibility, enhancing user experience during registration.
torsten pushed to main at torsten/harheimertc 2026-01-07 18:37:03 +01:00
fde25d92c5 Implement passkey recovery feature, including email link requests and registration options. Update login and registration pages to support passkey authentication, with UI enhancements for user experience. Add server-side handling for passkey registration and login, including account activation checks. Update environment configuration for passkey recovery TTL settings.
torsten pushed to main at torsten/harheimertc 2026-01-07 18:08:09 +01:00
a8423f9c39 Enhance deployment script to conditionally symlink data directories based on git tracking status, improving error handling for uncommitted changes. Implement cleanup of untracked files while preserving essential directories, ensuring a smoother deployment process.
torsten pushed to main at torsten/harheimertc 2026-01-07 18:06:10 +01:00
946e5fadb0 Refactor deployment script to handle symlinking of public data conditionally based on git tracking status, improving error handling for uncommitted changes. Update PM2 configuration to directly start the Node server for Nuxt 4 production builds in both harheimertc.config.cjs and harheimertc.simple.cjs. Modify user ID handling in registration options to use Uint8Array for compatibility with @simplewebauthn/server.