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)
1 month ago
..
Auth Install Larastan for static analysis 1 month ago
Console/Commands Merge pull request #6830 from pixelfed/refactor/modern-bootstrap-app 1 month ago
Events fix: add missing property declarations (phpstan property.notFound) 1 month ago
Http fix: resolve str_ends_with TypeError in RegisterController 1 month ago
Jobs Merge pull request #6845 from pixelfed/fix/phpstan-variable-undefined 1 month ago
Listeners refactor: replace short facade aliases with fully-qualified imports 1 month ago
Mail Convert string references to `::class` 1 month ago
Models fix: add return type declarations to Eloquent relation methods 1 month ago
Observers fix: add missing FeedUnfollowPipeline import 1 month ago
Passport Fix PAT 3 months ago
Policies
…
Providers Merge pull request #6830 from pixelfed/refactor/modern-bootstrap-app 1 month ago
Rules refactor: replace deprecated laravel/helpers with native alternatives 1 month ago
Services fix: replace backslash-prefixed facade calls with imported references 1 month ago
Transformer refactor: replace short facade aliases with fully-qualified imports 1 month ago
Util fix: use query methods instead of collection methods (phpstan noUnnecessaryCollectionCall) 1 month ago
AccountInterstitial.php fix: add return type declarations to Eloquent relation methods 1 month ago
AccountLog.php
…
Activity.php fix 7 months ago
Avatar.php fix 7 months ago
Bookmark.php
…
Circle.php
…
CircleProfile.php
…
Collection.php
…
CollectionItem.php
…
Contact.php fix 7 months ago
DirectMessage.php fix: add return type declarations to Eloquent relation methods 1 month ago
DiscoverCategory.php
…
DiscoverCategoryHashtag.php
…
EmailVerification.php
…
FailedJob.php
…
FollowRequest.php fix 7 months ago
Follower.php
…
HasSnowflakePrimary.php
…
Hashtag.php fix: add return type declarations to Eloquent relation methods 1 month ago
HashtagFollow.php fix: add return type declarations to Eloquent relation methods 1 month ago
ImportData.php
…
ImportJob.php
…
Instance.php fix 7 months ago
Like.php fix: add return type declarations to Eloquent relation methods 1 month ago
Media.php fix: add return type declarations to Eloquent relation methods 1 month ago
MediaBlocklist.php
…
MediaTag.php
…
Mention.php fix 7 months ago
ModLog.php
…
Newsroom.php fix 7 months ago
Notification.php fix: add return type declarations to Eloquent relation methods 1 month ago
OauthClient.php fix: add return type declarations to Eloquent relation methods 1 month ago
Page.php
…
Place.php
…
Profile.php feat: add critical path test suite and fix auth/config issues 1 month ago
ProfileSponsor.php
…
Report.php fix: add return type declarations to Eloquent relation methods 1 month ago
ReportComment.php
…
ReportLog.php
…
Status.php feat: add framework integration tests for Laravel 12→13 upgrade readiness 1 month ago
StatusArchived.php
…
StatusHashtag.php fix: add return type declarations to Eloquent relation methods 1 month ago
StatusView.php
…
Story.php fix: add return type declarations to Eloquent relation methods 1 month ago
StoryItem.php refactor: replace short facade aliases with fully-qualified imports 1 month ago
StoryReaction.php
…
StoryView.php
…
UIKit.php
…
User.php fix: add return type declarations to Eloquent relation methods 1 month ago
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 fix 7 months ago
helpers.php
…