Adds a configuration setting to enable or disable Two-Factor Authentication in Magento 2.4. Allows administrators to control 2FA functionality via the admin panel.
DevOps & Infrastructure
Deployment, cron, Flysystem, multi-threading
Helps you to execute tasks with no effort from the Admin Panel.
Looking for contributors - Help fix build issues
Ensures API operations are idempotent by using a message group ID and timestamp. Prevents duplicate processing of the same request and handles late messages.
Looking for contributors - Help fix build issues
Ensures only one product save process can run at a time for the same product SKU. Prevents data inconsistencies from concurrent product updates.
Disable native change detection from Magento 2 to allow implementation of Zero Downtime Deployment Strategy (ZDD).
Looking for contributors - Help fix build issues
Automatically updates Magento's base URL when using ngrok. Separates caches for local and ngrok domains to prevent broken links and improve browsing experience.
Preserves symlinks when disabling maintenance mode via CLI. Useful for distributed infrastructures where maintenance mode is triggered from a single replica.
Analyzes website performance using Google PageSpeed Insights and displays results in charts within the Magento admin. Allows scheduling scans and adding comments to specific records.
Looking for contributors - Help fix build issues
Connects your Magento 2 store to the Springbot eCommerce marketing platform. Enables data synchronization and asynchronous job queuing for marketing automation.
Looking for contributors - Help fix build issues
Provides a multi-server lock service, allowing developers to apply mutual exclusion locks to shared resources. Prevents simultaneous access to resources across multiple servers.
Integrate Flysystem for local and remote filesystems into Magento2.
Looking for contributors - Help fix build issues
Schedules `bin/magento` commands to run via the Magento admin panel. Allows users to execute commands without direct server access.