You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/app/Http
Your Name 6d0f93dc9e Rename 2fa columns to mfa to fix PHP variable naming
- Rename database columns: 2fa_* -> mfa_*
- Update all PHP code references to use mfa_* fields
- Maintain API backward compatibility (still returns two_factor_enabled)
- Keep all route URLs unchanged
- Add migration to rename columns in users table
2 days ago
..
Controllers Rename 2fa columns to mfa to fix PHP variable naming 2 days ago
Middleware Rename 2fa columns to mfa to fix PHP variable naming 2 days ago
Requests Update StoreStatusEditRequest.php 1 week ago
Resources Rename 2fa columns to mfa to fix PHP variable naming 2 days ago
Kernel.php