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/Api
Your Name 4320231c1f fix: replace deprecated $request->get() with $request->input()
Symfony 8.0 removes Request::get(). Laravel 13 will support Symfony 8,
so these 11 usages would break on upgrade. Using $request->input()
which checks both query string and request body (same behavior as the
old get() method).
4 weeks ago
..
V1 Lint 9 months ago
AdminApiController.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
ApiController.php Lint 9 months ago
ApiV1Controller.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
ApiV1Dot1Controller.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
ApiV2Controller.php fix: replace deprecated $request->get() with $request->input() 4 weeks ago
BaseApiController.php fix: replace Auth facade with $request->user() in request-scoped classes 4 weeks ago