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/Providers
Your Name 662b7bdee8 fix(larastan): resolve octane-compatibility error in CaptchaServiceProvider
The singleton closure injected the boot-time $app and constructed
new CaptchaManager($app), which larastan's checkOctaneCompatibility flags as
holding a stale container across requests. Resolve the current container via
Container::getInstance() instead.
1 day ago
..
AppServiceProvider.php fix: viewPulse gate denies admins due to strict === on boolean is_admin 1 day ago
CaptchaServiceProvider.php fix(larastan): resolve octane-compatibility error in CaptchaServiceProvider 1 day ago
HorizonServiceProvider.php Split Horizon into priority-based supervisors, add balanceCooldown 2 weeks ago
PassportServiceProvider.php Improve oAuth authorize screen, and only assign admin scopes to admin accounts 1 week ago
TelescopeServiceProvider.php Lint 9 months ago