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/Http/Controllers/Groups
Your Name b52c3d7659 perf: fix N+1 queries; fix ComposeController lint and test namespace
Performance:
- TrendingHashtagService: batch-load hashtags with whereIn/keyBy instead
  of Hashtag::find() per trending row.
- DirectMessageController: eager-load status.media and read the in-memory
  collection instead of firstMedia() issuing a query per DM message.
- GroupsSearchController: batch Profile/Follower/GroupInvitation lookups
  with whereIn instead of per-invitee queries.

Lint/tests:
- ComposeController: whitespace formatting (Pint).
- ComposeControllerTest: correct App\User to App\Models\User, fixing the
  larastan class.notFound error and import ordering.

Full suite: 547 passed. Pint and PHPStan clean.
4 weeks ago
..
CreateGroupsController.php refactor: add return type declarations to controller methods 4 weeks ago
GroupsAdminController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
GroupsApiController.php refactor: add return type declarations to controller methods 4 weeks ago
GroupsCommentController.php refactor: add return type declarations to controller methods 4 weeks ago
GroupsDiscoverController.php Lint 9 months ago
GroupsFeedController.php refactor: add return type declarations to controller methods 4 weeks ago
GroupsMemberController.php refactor: add return type declarations to controller methods 4 weeks ago
GroupsMetaController.php refactor: add return type declarations to controller methods 4 weeks ago
GroupsNotificationsController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
GroupsPostController.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
GroupsSearchController.php perf: fix N+1 queries; fix ComposeController lint and test namespace 4 weeks ago
GroupsTopicController.php refactor: add return type declarations to controller methods 4 weeks ago