• Joined on 2026-05-12
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 14:01:35 -04:00
d3b9fab7ce Update OCR settings to enhance number recognition accuracy by increasing maximum width. Adjust CSS styles for button dimensions and positioning, improving user interface consistency. Increment version code to 4.72.793 to reflect these changes.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 13:46:03 -04:00
93378a5a2d Adjust video frame capture dimensions and button size for improved OCR alignment. Update related comments and increment version code to 4.72.792 to reflect these changes.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 13:43:10 -04:00
5fefdccd17 Update video frame capture dimensions to improve OCR accuracy and adjust related styles. Increase button size to 70% width and 40% height for better alignment with the OCR reading area. Increment version code to 4.72.791 to reflect these changes.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 13:41:17 -04:00
a18f25dc84 Enhance video frame capture functionality by introducing a new method to calculate the visible rectangle for object-fit:cover. Update the captureCenterFrame function to utilize this new method, improving cropping accuracy based on the display element. Increment version code to 4.72.790 to reflect these changes.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 13:38:24 -04:00
8a9369bbaf Update styles for mobile scanning interface and enhance user guidance. Adjust button dimensions and positioning for better visibility. Improve hint messages for scanning instructions and update version code to 4.72.789, aligning with MSIN-4401 requirements for enhanced event management functionality.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 13:35:26 -04:00
397eb4651b Refactor account link rendering in mobile interface to improve user navigation. Move the full account link functionality to inc_header.php for better organization and visibility control. Update version code to 4.72.788, aligning with MSIN-4401 requirements for enhanced event management functionality.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 13:19:13 -04:00
ec15b07f21 Add functionality to render a full account link in the mobile interface for users with extended permissions. Implement new functions to determine visibility and URL for the link, enhancing user navigation to the dashboard or account page. Update styles for the new button and increment version code to 4.72.787, aligning with MSIN-4401 requirements for improved event management functionality.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 13:15:04 -04:00
2970007d2b Enhance email invitation functionality in fxEveAccesPromoteurSendInviteMail to include a mobile access link for users. Update message content to guide users on accessing their accounts via mobile, improving user experience and accessibility. This change aligns with MSIN-4401 requirements for better event management functionality.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 12:36:56 -04:00
ee9d5943c9 Refactor fxAdminCanEditEveAccesKits function to utilize a global array for access control in kit management. Move the list of editors to inc_settings.php for better organization and maintainability. This change aligns with MSIN-4401 requirements for improved event management functionality.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 12:34:42 -04:00
f232a862ac Refactor fxAdminCanEditEveAccesKits function for improved access control in kit management. Move the function definition to inc_functions.php to ensure it is available for super admin without loading the entire inc_fonctions_sl.php file. Update logic to validate user permissions based on session information, aligning with MSIN-4401 requirements for enhanced event management functionality.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 12:31:25 -04:00
0fcb7dc9f8 Add access control for kit management in event administration. Introduce the function fxAdminCanEditEveAccesKits to validate user permissions based on email or login. Update event access page to restrict modification actions and enhance UI feedback for non-editable states, aligning with MSIN-4401 requirements for improved event management functionality.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 12:25:44 -04:00
ccf895c8fb Update UI components for improved accessibility and readability in event management. Add styling for access keys and codes, ensuring better visual distinction. Refactor HTML structure in the super admin panel for enhanced layout consistency. Increment version code to 4.72.786.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 12:19:09 -04:00
95aa7c9cf5 Add functionality to manage 'sections ouvertes' in event registration. Implement checks for the presence of the 'role_fiche_sections_open' column and update related functions to ensure sections are opened based on user roles. Enhance UI to reflect these changes in the registration management interface, aligning with MSIN-4401 requirements for improved event management functionality.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 11:53:01 -04:00
9ec4fd9ead Implement multi-selection filter for race status in the registration management interface. Enhance UI with a mobile-friendly design for better user interaction. Update backend logic to handle selected statuses and ensure proper filtering in requests. This aligns with MSIN-4401 requirements for improved event management functionality.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 11:43:57 -04:00
dd33cb6873 Implement access control for dashboard viewing in promoteur hub. Introduce permission checks to restrict access based on user roles, enhancing security and user experience. Update event panel rendering logic to conditionally display features based on available permissions, aligning with MSIN-4401 requirements for improved event management functionality.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 11:41:28 -04:00
4de952967d Refactor fxPromoteurHubGetEventLinks to enhance event access management by distinguishing between legacy and V2 permissions. Update documentation to clarify menu access based on user roles, ensuring a more intuitive experience for super admins and promoters. This aligns with MSIN-4401 requirements for improved event management functionality.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 11:36:33 -04:00
5b87d02d9e Refactor event access management to support V2 features, updating permission checks and enhancing UI elements for better user experience. Remove legacy API keys and streamline access permissions in fxEveAcces functions. This aligns with MSIN-4401 requirements for improved event management functionality.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 11:19:21 -04:00
7d08e7ec7c Refactor account management functionality to enhance password reset process. Exclude 'compte_reset' from session checks in compte.php to prevent conflicts with active sessions. Implement safe return link handling after logout in inc_fx_compte.php, ensuring users can navigate back to the reset page securely. Add user notifications for active sessions during password reset attempts, aligning with MSIN-4401 requirements for improved user experience.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 10:41:37 -04:00
4816bcf024 Enhance password reset functionality by updating the SQL query to clear the reset token upon successful password change. Introduce a new function to activate invite status for accounts after password creation, ensuring a smoother transition from invite to active status. Update localization keys for account status to improve user feedback. This aligns with MSIN-4401 requirements for enhanced event management functionality.
stephan pushed to dev at stephan/ms1inscription-v5 2026-07-13 10:19:06 -04:00
37dd64e4c4 Update localization keys for existing account messages in fxEveAccesPromoteurT function to simplify feedback for users. This change enhances clarity in user notifications regarding account status, aligning with ongoing improvements in event management functionality.