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.
Move all Eloquent models from the app/ root directory to app/Models/ for consistency with modern Laravel conventions. The project already had 54 models in App\Models; this migrates the remaining 52 legacy models. Changes: - Move 52 model files from app/ to app/Models/ - Update namespace declarations in each model - Update all ~1000 import references across the codebase - Add Relation::morphMap() in AppServiceProvider for backward compatibility with existing polymorphic database records - Add missing HasSnowflakePrimary imports for models that relied on same-namespace resolution |
4 weeks ago | |
|---|---|---|
| .. | ||
| CreateGroupsController.php | 4 weeks ago | |
| GroupsAdminController.php | 4 weeks ago | |
| GroupsApiController.php | 4 weeks ago | |
| GroupsCommentController.php | 4 weeks ago | |
| GroupsDiscoverController.php | 9 months ago | |
| GroupsFeedController.php | 4 weeks ago | |
| GroupsMemberController.php | 4 weeks ago | |
| GroupsMetaController.php | 4 weeks ago | |
| GroupsNotificationsController.php | 4 weeks ago | |
| GroupsPostController.php | 4 weeks ago | |
| GroupsSearchController.php | 4 weeks ago | |
| GroupsTopicController.php | 4 weeks ago | |