Commit Graph

26 Commits (c81c4be6833efd6bfc22f84c877eb93a04e88fb7)

Author SHA1 Message Date
Shift c81c4be683 Default config files
In an effort to make upgrading the constantly changing config files easier, Shift defaulted them and merged your true customizations - where ENV variables may not be used.
3 weeks 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
Shlee 542434785c
Set strict mode to true in database configuration 4 weeks ago
Shlee 35cb9a9dcb
Change DB_STRICT environment variable to true 4 weeks ago
Shlee 323cfc9cf7
Update database.php 4 weeks ago
Shlee 2f466b02d7
Update database.php 4 weeks ago
Your Name 1b64c59beb fix: enable MySQL strict mode and remove defaultStringLength(191)
- Enable strict mode for MySQL connection to prevent silent data
  truncation, zero-date insertion, and division-by-zero errors.
- Remove Schema::defaultStringLength(191) which was a MySQL 5.7
  workaround no longer needed on MySQL 8.0+ / MariaDB 10.3+.
4 weeks ago
Your Name 5041e18050 fix: resolve PDO::MYSQL_ATTR_SSL_CA deprecation on PHP 8.5
Use Pdo\Mysql::ATTR_SSL_CA when available (PHP 8.5+), falling back to
the legacy PDO::MYSQL_ATTR_SSL_CA constant for older PHP versions.
This eliminates the deprecation warning during Docker builds and runtime.
4 weeks ago
Shlee 1d67f43d26
Update database.php 11 months ago
Daniel Supernault 5c426dc026
Update session config 2 years ago
Daniel Supernault 9b8e7ff628
Add mariadb database driver 2 years ago
Daniel Supernault 10b6598049
Update database config, add sticky flag https://laravel.com/docs/9.x/database#the-sticky-option 4 years ago
Daniel Supernault 936f1e7a9b
Update database config, use single transaction and skip lock tables for mysql dump 4 years ago
Daniel Supernault cb2e0fee3a
Revert default redis driver back to predis for now 4 years ago
Shlee 1e37fe7480
Update database.php 4 years ago
Daniel Supernault 2ab032599c
Update db config 5 years ago
Daniel Supernault 60554c24b0
Revert database change 6 years ago
trwnh aa99784fed
change default client to phpredis 6 years ago
Daniel Supernault a7c30388d8
Update config 7 years ago
trwnh 9a0a497ced
Update database.php 7 years ago
Daniel Supernault ad122aa876
Update database config, dont run mysql in strict mode 8 years ago
Daniel Supernault 6995872e31
Update database config, fixes #477 8 years ago
daniel b8abbdd90f Apply fixes from StyleCI 8 years ago
Daniel Supernault a034358c98 Add Laravel Framework 9 years ago