Adds an admin-area file browser and text editor with clickable breadcrumbs, ACL-controlled view/edit access, and a detailed activity log. Enforces strict security with path validation, a sensitive-file denylist, and allowlisted text types only—no upload, delete, or rename actions.
Adds SAML-based single sign-on for backend users, compatible with IdPs like Auth0, OneLogin, and Amazon SSO. Install via composer and configure under Stores > Configuration > Advanced > Admin > Single Sign-on.
Adds WebAuthn passkey login for the Admin with 2FA fallback, plus trusted devices, lockouts, recovery, dashboards, diagnostics, security scoring, and audit logs. Currently includes the module foundation (registration, ACL, system config, typed config provider, i18n) with features delivered in later workflow steps.
Admin tool to export and import the url_rewrite table as CSV with schema-validated headers, automatic safety backups, and streaming for large datasets. Supports upsert/skip/fail duplicates, ID preservation, and optional truncate, with a post-import results summary.
Nebula modernizes the Magento Admin with a faster interface, cleaner workflows, dark mode, and developer-friendly customization — without forcing you to replace Magento itself.
Adds a Change Password tab to the customer edit page in admin so support can reset a customer's password with re-auth confirmation. Includes composer install, enablement, and configuration steps.
Enables per-item “best code” logic so different products in one cart can use different coupons without stacking, supporting DEAL* and OFFER-* patterns. Provides product and cart UI for applying/managing multiple codes, auto removal of stale codes, VAT-aware totals, and an admin grid to maintain approved promo codes.
Adds a backend section to create and serve plain-text or JSON responses under /.well-known/ (e.g., apple-developer-merchantid-domain-association, security.txt) without touching the filesystem. Supports per-store or global entries and a provider interface for custom logic.
CodeMirror-powered editor for transactional emails with real-time preview, drafts, scheduled publishing, and version history with diffs. Includes variable chooser, theme/Tailwind support, test emails, and store‑view overrides.
Introduces V3 as a full port of Livewire V3 with bundled Alpine, $wire proxy, deferred wire:model, streaming, modern morphing, and lifecycle hooks. Adds Fragments, Flakes, rate limiting, notifications, observer events, synthesizers, plus admin support via magewire-admin and a V1 backwards-compat layer.