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
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
1 week ago
..
Auth
Console Rename 2fa columns to mfa to fix PHP variable naming 1 week ago
Events
Exceptions Fix all class.notFound PHPStan issues - 31 fixes 2 weeks ago
Http Rename 2fa columns to mfa to fix PHP variable naming 1 week ago
Jobs Rename 2fa columns to mfa to fix PHP variable naming 1 week ago
Listeners
Mail Update PasswordChange.php 2 weeks ago
Models
Observers Fix PHPStan arguments.count issues 2 weeks ago
Policies
Providers
Rules Fix PHPStan 'empty() always exists and is not falsy' errors 2 weeks ago
Services Merge pull request #6304 from pixelfed/classV2 1 week ago
Transformer
Util Merge pull request #6322 from grossermensch/patch-2 1 week ago
AccountInterstitial.php
AccountLog.php
Activity.php
Avatar.php
Bookmark.php
Circle.php
CircleProfile.php
Collection.php
CollectionItem.php
Comment.php
Contact.php
DirectMessage.php
DiscoverCategory.php
DiscoverCategoryHashtag.php
EmailVerification.php
FailedJob.php
FollowRequest.php
Follower.php
HasSnowflakePrimary.php
Hashtag.php
HashtagFollow.php
ImportData.php
ImportJob.php
Instance.php
Like.php
Media.php
MediaBlocklist.php
MediaTag.php
Mention.php
ModLog.php
Newsroom.php
Notification.php
OauthClient.php
Page.php
Place.php
Profile.php
ProfileSponsor.php
Report.php
ReportComment.php
ReportLog.php
Status.php
StatusArchived.php
StatusHashtag.php
StatusView.php
Story.php
StoryItem.php
StoryReaction.php
StoryView.php
UIKit.php
User.php Rename 2fa columns to mfa to fix PHP variable naming 1 week ago
UserDevice.php
UserFilter.php
UserInvite.php
UserSetting.php
helpers.php