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 b4e9a20af0 Merge remote-tracking branch 'origin/fix/phpstan-auth-request-scope-3' into tests/critical-path-smoke-tests
# Conflicts:
#	app/Http/Controllers/AccountController.php
4 weeks ago
..
Auth Install Larastan for static analysis 4 weeks ago
Console/Commands Merge pull request #6830 from pixelfed/refactor/modern-bootstrap-app 4 weeks ago
Events fix: add missing property declarations (phpstan property.notFound) 4 weeks ago
Http Merge remote-tracking branch 'origin/fix/phpstan-auth-request-scope-3' into tests/critical-path-smoke-tests 4 weeks ago
Jobs Merge pull request #6845 from pixelfed/fix/phpstan-variable-undefined 4 weeks ago
Listeners refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
Mail Convert string references to `::class` 4 weeks ago
Models fix: add return type declarations to Eloquent relation methods 4 weeks ago
Observers fix: add missing FeedUnfollowPipeline import 4 weeks ago
Passport
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: replace backslash-prefixed facade calls with imported references 4 weeks ago
Transformer refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
Util fix: use query methods instead of collection methods (phpstan noUnnecessaryCollectionCall) 4 weeks ago
AccountInterstitial.php fix: add return type declarations to Eloquent relation methods 4 weeks ago
AccountLog.php
Activity.php
Avatar.php
Bookmark.php
Circle.php
CircleProfile.php
Collection.php
CollectionItem.php
Contact.php
DirectMessage.php fix: add return type declarations to Eloquent relation methods 4 weeks ago
DiscoverCategory.php
DiscoverCategoryHashtag.php
EmailVerification.php
FailedJob.php
FollowRequest.php
Follower.php
HasSnowflakePrimary.php
Hashtag.php fix: add return type declarations to Eloquent relation methods 4 weeks ago
HashtagFollow.php fix: add return type declarations to Eloquent relation methods 4 weeks ago
ImportData.php
ImportJob.php
Instance.php
Like.php fix: add return type declarations to Eloquent relation methods 4 weeks ago
Media.php fix: add return type declarations to Eloquent relation methods 4 weeks ago
MediaBlocklist.php
MediaTag.php
Mention.php
ModLog.php
Newsroom.php
Notification.php fix: add return type declarations to Eloquent relation methods 4 weeks ago
OauthClient.php fix: add return type declarations to Eloquent relation methods 4 weeks ago
Page.php
Place.php
Profile.php feat: add critical path test suite and fix auth/config issues 4 weeks ago
ProfileSponsor.php
Report.php fix: add return type declarations to Eloquent relation methods 4 weeks ago
ReportComment.php
ReportLog.php
Status.php feat: add framework integration tests for Laravel 12→13 upgrade readiness 4 weeks ago
StatusArchived.php
StatusHashtag.php fix: add return type declarations to Eloquent relation methods 4 weeks ago
StatusView.php
Story.php fix: add return type declarations to Eloquent relation methods 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 fix: add return type declarations to Eloquent relation methods 4 weeks ago
UserDevice.php Replace jenssegers/agent with matomo/device-detector 4 weeks ago
UserFilter.php Convert string references to `::class` 4 weeks ago
UserInvite.php
UserSetting.php
helpers.php