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/Admin
Your Name ccd75dd903 fix: resolve undefined variable bugs (phpstan variable.undefined)
- AdminReportController: fix closure param name and remove reference to
  undefined $meta variable
- GroupsPostController: replace $status with $gp (the actual GroupPost
  variable in scope)
- PortfolioController: replace undefined $metadata with null
- DeleteWorker: remove Cache::set() call with undefined $key
4 weeks ago
..
AdminAutospamController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
AdminDirectoryController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
AdminDiscoverController.php refactor: replace deprecated laravel/helpers with native alternatives 4 weeks ago
AdminGroupsController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
AdminHashtagsController.php Lint 9 months ago
AdminInstanceController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
AdminMediaController.php Lint 9 months ago
AdminReportController.php fix: resolve undefined variable bugs (phpstan variable.undefined) 4 weeks ago
AdminSettingsController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
AdminSupportController.php Lint 9 months ago
AdminUserController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
AdminUserInviteController.php Add admin invite interface and email support 1 year ago