mirror of https://github.com/pixelfed/pixelfed
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.
Consolidate the legacy Laravel 5-era kernel/handler architecture into the modern Application::configure() pattern introduced in Laravel 11: - HTTP middleware stack → bootstrap/app.php withMiddleware() - Console schedule → bootstrap/app.php withSchedule() - Exception handling → bootstrap/app.php withExceptions() - Route registration → bootstrap/app.php withRouting() - Service providers → bootstrap/providers.php Deleted files: - app/Http/Kernel.php - app/Console/Kernel.php - app/Exceptions/Handler.php - app/Providers/RouteServiceProvider.php - app/Providers/BroadcastServiceProvider.php Removed framework providers from config/app.php (auto-registered by Application::configure). Package providers use auto-discovery. All 107 tests pass. Schedule, routes, and middleware verified working. |
4 weeks ago | |
|---|---|---|
| .. | ||
| Auth | 1 month ago | |
| Console/Commands | 4 weeks ago | |
| Events | 9 months ago | |
| Http | 4 weeks ago | |
| Jobs | 1 month ago | |
| Listeners | 1 month ago | |
| 1 month ago | ||
| Models | 1 month ago | |
| Observers | 1 month ago | |
| Passport | 3 months ago | |
| Policies | 9 months ago | |
| Providers | 4 weeks ago | |
| Rules | 1 month ago | |
| Services | 1 month ago | |
| Transformer | 1 month ago | |
| Util | 1 month ago | |
| AccountInterstitial.php | 1 month ago | |
| AccountLog.php | ||
| Activity.php | 7 months ago | |
| Avatar.php | 7 months ago | |
| Bookmark.php | ||
| Circle.php | ||
| CircleProfile.php | ||
| Collection.php | ||
| CollectionItem.php | ||
| Contact.php | 7 months ago | |
| DirectMessage.php | 9 months ago | |
| DiscoverCategory.php | 9 months ago | |
| DiscoverCategoryHashtag.php | 9 months ago | |
| EmailVerification.php | 9 months ago | |
| FailedJob.php | 9 months ago | |
| FollowRequest.php | 7 months ago | |
| Follower.php | 9 months ago | |
| HasSnowflakePrimary.php | 9 months ago | |
| Hashtag.php | 9 months ago | |
| HashtagFollow.php | 9 months ago | |
| ImportData.php | ||
| ImportJob.php | 9 months ago | |
| Instance.php | 7 months ago | |
| Like.php | 7 months ago | |
| Media.php | 7 months ago | |
| MediaBlocklist.php | ||
| MediaTag.php | ||
| Mention.php | 7 months ago | |
| ModLog.php | 9 months ago | |
| Newsroom.php | 7 months ago | |
| Notification.php | 7 months ago | |
| OauthClient.php | 9 months ago | |
| Page.php | 9 months ago | |
| Place.php | 9 months ago | |
| Profile.php | 1 month ago | |
| ProfileSponsor.php | 9 months ago | |
| Report.php | 1 month ago | |
| ReportComment.php | 9 months ago | |
| ReportLog.php | 9 months ago | |
| Status.php | 7 months ago | |
| StatusArchived.php | ||
| StatusHashtag.php | 9 months ago | |
| StatusView.php | 9 months ago | |
| Story.php | 7 months ago | |
| StoryItem.php | 7 months ago | |
| StoryReaction.php | 9 months ago | |
| StoryView.php | 9 months ago | |
| UIKit.php | 9 months ago | |
| User.php | 7 months ago | |
| UserDevice.php | 1 month ago | |
| UserFilter.php | 1 month ago | |
| UserInvite.php | 9 months ago | |
| UserSetting.php | 7 months ago | |
| helpers.php | 9 months ago | |