Commit Graph

34 Commits (a0ac673f2ad2d772d3edc4948cf5097dba85a24b)

Author SHA1 Message Date
Your Name 0aa4da98e3 larastan fix last commit 1 week ago
Your Name 262065a485 Temp language fallback 1 week ago
Your Name 8f4add2f1e polish 1 week ago
Your Name 80214c5e71 chore: uplift framework skeleton toward Laravel 12 defaults
Modernize artisan and public/index.php to the streamlined bootstrap form,
migrate factories/seeders autoload to PSR-4 (database/seeds -> seeders), and
backfill missing env-driven config keys across app, session, database, queue,
mail, logging, and cache. All changes are additive and preserve existing
Pixelfed behavior and defaults.
3 weeks ago
Your Name 7aa1f8936d Revert "Merge pull request #6981 from pixelfed/chore/laravel12-skeleton-uplift"
This reverts commit 39384e2f93, reversing
changes made to f76bcfa3f9.
3 weeks ago
Your Name 4e83eb0867 chore: uplift framework skeleton toward Laravel 12 defaults
Modernize artisan and public/index.php to the streamlined bootstrap form,
migrate factories/seeders autoload to PSR-4 (database/seeds -> seeders), and
backfill missing env-driven config keys across app, session, database, queue,
mail, logging, and cache. All changes are additive and preserve existing
Pixelfed behavior and defaults.
3 weeks ago
Daniel Supernault 42f361540c
Pint config/ 4 weeks ago
Your Name 5693b1581f refactor: remove redundant aliases from config/app.php
Remove auto-discovered package aliases (Purify, FFMpeg, Captcha) and
the unused Eloquent alias. These are registered automatically via
package auto-discovery.

Framework facade aliases must remain until all 344+ short-import
usages (e.g. 'use Cache;') are migrated to fully-qualified imports.
4 weeks ago
Your Name 8e41f6fdf8 refactor: migrate to modern bootstrap/app.php architecture
Consolidate the legacy Laravel 5-era kernel/handler architecture into
the modern Application::configure() pattern introduced in Laravel 11:

- HTTP middleware stack → bootstrap/app.php withMiddleware()
- Console schedule → bootstrap/app.php withSchedule()
- Exception handling → bootstrap/app.php withExceptions()
- Route registration → bootstrap/app.php withRouting()
- Service providers → bootstrap/providers.php

Deleted files:
- app/Http/Kernel.php
- app/Console/Kernel.php
- app/Exceptions/Handler.php
- app/Providers/RouteServiceProvider.php
- app/Providers/BroadcastServiceProvider.php

Removed framework providers from config/app.php (auto-registered by
Application::configure). Package providers use auto-discovery.

All 107 tests pass. Schedule, routes, and middleware verified working.
4 weeks ago
Shlee 22e280b5a5
Update app.php 11 months ago
Daniel Supernault 0980519a91
Update app config, add description and rule env variables 1 year ago
Daniel Supernault 2427884c2c
Update app config 1 year ago
Daniel Supernault 5539dd0e1b
Update app config, add Str alias 1 year ago
Daniel Supernault 167dbcdd43
Add /api/v2/instance api endpoint 3 years ago
Daniel Supernault 785d0f9211
Update app config, remove telescope provider 4 years ago
Daniel Supernault aa498af073
Add live stream events 4 years ago
Daniel Supernault b0d2c5e143
Hardcode UTC application timezone 4 years ago
Daniel Supernault 1c02afb1a1
Update oauth flow 5 years ago
Daniel Supernault 7d24560dd0
Update app config, change default descriptions 5 years ago
Daniel Supernault e7b33c4cc6
Update app config 5 years ago
Daniel Supernault 425a6311e2
Update captcha views 6 years ago
Daniel Supernault e5af5dd12b
Update service providers 7 years ago
Daniel Supernault 417f411584
Update service providers 7 years ago
Daniel Supernault 9041f4b13c
Update app config 7 years ago
Daniel Supernault 3d6480d239
Update Horizon dark mode regression 7 years ago
Shleeble 44b5f91713
Update app.php 8 years ago
Daniel Supernault 3e6a131cf3
Update app config 8 years ago
Daniel Supernault 32010897c1
Update config/app.php 8 years ago
Daniel Supernault 91ca788c1a
Update app config, add PrettyNumber facade 8 years ago
daniel b8abbdd90f Apply fixes from StyleCI 8 years ago
Daniel Supernault 0623ed5ebf Update config files 8 years ago
Pierre Jaury a6ae3f2483 Allow setting the locale from environment 8 years ago
Daniel Supernault 92939ed867 Add recaptcha to login/register form 8 years ago
Daniel Supernault a034358c98 Add Laravel Framework 9 years ago