You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Admin UI: Stripped HTML5 native validation attributes from input, select, and textarea components.
Admin UI: Replaced native browser confirmation with a modal confirmation for the Package Field delete action.
Store: Ensured hidden catalogs are properly hidden from package form dropdowns in the admin area.
Store: Excluded hidden variants from the package checkout flow to prevent unauthorized purchases.
Auth: Dispatched login notifications directly from controllers to capture the real request IP and user-agent reliably, replacing the unreliable event listener context.
Auth: Implemented the AuditsUser trait in Two-Factor controllers to ensure proper audit logging.
Plugins: Switched from moveDirectory to copyDirectory to maintain compatibility with Docker volume mounts.
Performance
Broadcasts: Utilized lazy collections for the all_users broadcast to prevent memory exhaustion on large user bases.