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 e7ba43e2e1 fix: add missing use imports to resolve phpstan class.notFound errors
Add missing imports for Log, Cache, DB, FollowerService, StatusService,
LikeService, ReblogService, UserFilterService, AdminProfile, OauthClient,
and fix StatusTimelineTransformer reference (class didn't exist, replaced
with StatusTransformer).
4 weeks ago
..
Auth Install Larastan for static analysis 1 month ago
Console/Commands Merge pull request #6830 from pixelfed/refactor/modern-bootstrap-app 4 weeks ago
Events
Http fix: add missing use imports to resolve phpstan class.notFound errors 4 weeks ago
Jobs fix: add missing use imports to resolve phpstan class.notFound errors 4 weeks ago
Listeners refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
Mail Convert string references to `::class` 1 month ago
Models fix: add missing use imports to resolve phpstan class.notFound errors 4 weeks ago
Observers fix: add missing FeedUnfollowPipeline import 4 weeks ago
Passport Fix PAT 3 months ago
Policies
Providers Merge pull request #6830 from pixelfed/refactor/modern-bootstrap-app 4 weeks ago
Rules refactor: replace deprecated laravel/helpers with native alternatives 4 weeks ago
Services fix: add missing use imports to resolve phpstan class.notFound errors 4 weeks ago
Transformer refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
Util Update Extractor.php 4 weeks ago
AccountInterstitial.php Convert string references to `::class` 1 month ago
AccountLog.php
Activity.php
Avatar.php
Bookmark.php
Circle.php
CircleProfile.php
Collection.php
CollectionItem.php
Contact.php
DirectMessage.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
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 refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
MediaBlocklist.php
MediaTag.php
Mention.php
ModLog.php
Newsroom.php
Notification.php
OauthClient.php
Page.php
Place.php
Profile.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
ProfileSponsor.php
Report.php Convert string references to `::class` 1 month ago
ReportComment.php
ReportLog.php
Status.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
StatusArchived.php
StatusHashtag.php
StatusView.php
Story.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
StoryItem.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
StoryReaction.php
StoryView.php
UIKit.php
User.php
UserDevice.php Replace jenssegers/agent with matomo/device-detector 1 month ago
UserFilter.php Convert string references to `::class` 1 month ago
UserInvite.php
UserSetting.php
helpers.php