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 4ce28d9144 feat: add framework integration tests for Laravel 12→13 upgrade readiness
Framework tests verify core Laravel integration points:
- ServiceProviderTest: app boot, guard resolution, route loading, config_cache
- RoutingTest: named routes, duplicates, api/oauth prefixes, middleware groups
- EloquentTest: User/Profile/Status factories, relationships, casts, soft deletes
- QueueTest: job dispatch, serialization, middleware, unique IDs
- ConfigTest: config loading, env overrides, auth/cache/queue settings
- MiddlewarePipelineTest: CSRF, auth, throttle, password confirm, 2FA, admin

Also:
- Add HasFactory trait to Status model
- Fix StatusFactory: remove non-existent 'place' column, add 'rendered' field
- Add Api/AccountTest for account endpoint coverage (254 total tests)
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 fix: resolve str_ends_with TypeError in RegisterController 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 Fix PAT 3 months ago
Policies Lint 9 months ago
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 Lint commands 9 months ago
Activity.php fix 7 months ago
Avatar.php fix 7 months ago
Bookmark.php Lint commands 9 months ago
Circle.php Lint commands 9 months ago
CircleProfile.php Lint commands 9 months ago
Collection.php Lint commands 9 months ago
CollectionItem.php Lint commands 9 months ago
Contact.php fix 7 months ago
DirectMessage.php fix: add return type declarations to Eloquent relation methods 4 weeks ago
DiscoverCategory.php Lint 9 months ago
DiscoverCategoryHashtag.php Lint 9 months ago
EmailVerification.php Lint 9 months ago
FailedJob.php Lint 9 months ago
FollowRequest.php fix 7 months ago
Follower.php Lint 9 months ago
HasSnowflakePrimary.php Lint 9 months ago
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 Lint 9 months ago
Instance.php fix 7 months ago
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 fix 7 months ago
ModLog.php Lint 9 months ago
Newsroom.php fix 7 months ago
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 Lint 9 months ago
Place.php Lint 9 months ago
Profile.php feat: add critical path test suite and fix auth/config issues 4 weeks ago
ProfileSponsor.php Lint 9 months ago
Report.php fix: add return type declarations to Eloquent relation methods 4 weeks ago
ReportComment.php Lint 9 months ago
ReportLog.php Lint 9 months ago
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 Lint 9 months ago
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 Lint 9 months ago
StoryView.php Lint 9 months ago
UIKit.php Lint 9 months ago
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 Lint 9 months ago
UserSetting.php fix 7 months ago
helpers.php Lint 9 months ago