Commit Graph

13195 Commits (d3746bc8ceb1e3954a85a5d4cf07981e54ed8d59)
 

Author SHA1 Message Date
Daniel Supernault d3746bc8ce
Create 2026_09_07_071046_add_deleted_at_profile_idindex_to_notifications_table.php 2 weeks ago
Daniel Supernault 85fec3ac82
Create PruneOldNotifications.php 2 weeks ago
Daniel Supernault 6f688a31d7
Lint 2 weeks ago
dansup c71c470680
Merge pull request #7089 from pixelfed/shleeable-patch-1
Update UpdatePersonValidator.php
2 weeks ago
dansup 4c2ccc7ee7
Merge pull request #7088 from pixelfed/shleeable-patch-4
Change 2FA code validation to require 6 digits
2 weeks ago
dansup bbe27e8de4
Merge pull request #7087 from pixelfed/shleeable-patch-3
Update password validation rule to include string and min length
2 weeks ago
dansup f6bdb32f48
Merge pull request #7086 from pixelfed/shleeable-patch-2
Update MediaStorageService.php
2 weeks ago
Shlee b62eafd054
Update UpdatePersonValidator.php 2 weeks ago
dansup d4286cac76
Merge pull request #7085 from pixelfed/shleeable-patch-1
Update redirect route for 2FA setup
2 weeks ago
Shlee 76d4e1ab23
Change 2FA code validation to require 6 digits 2 weeks ago
Shlee c2a568a5cc
Update password validation rule to include string and min length 2 weeks ago
Shlee ce4df00921
Update MediaStorageService.php 2 weeks ago
Shlee 0a39ccef98
Update redirect route for 2FA setup 2 weeks ago
Daniel Supernault a1c5bf0626
Update compiled assets 2 weeks ago
Daniel Supernault d7cfd07204
Fix PostEditModal. Closes #7084 2 weeks ago
Shlee b710ebb67b
Merge pull request #7054 from pixelfed/shleeable-patch-1
Laravel 13 Prep: Force json for api calls
2 weeks ago
Shlee c86a82b857
Merge pull request #7059 from pixelfed/chore/convert-string-refs-to-class
Laravel 13 Prep: Convert string class references to ::class
2 weeks ago
Shlee 70756cd504
Merge pull request #7061 from pixelfed/chore/route-fluent-methods
Laravel 13 Prep: Convert route options to fluent methods
2 weeks ago
Shlee ee0876f550
Merge pull request #7060 from pixelfed/chore/remove-factory-model-property
Laravel 13 Prep: Remove unnecessary $model property from factories
2 weeks ago
Shlee 7804f10f7f
Merge pull request #7062 from pixelfed/chore/cache-expiration-index
Laravel 13 Prep: Add stock database/migrations/2026_09_02_000001_add_expiration_index_to_cache_table.php
3 weeks ago
Shlee 8e61e3f21c
Merge pull request #7077 from pixelfed/shleeable-patch-2
Update DeleteAccountPipeline.php
3 weeks ago
Shlee 8d375aed8a
Update DeleteAccountPipeline.php 3 weeks ago
Shlee be08bb9a14
Merge pull request #7076 from pixelfed/chore/staged-session-pipeline-changes
Apply staged formatting and session config changes
3 weeks ago
Your Name 95e316e86f Apply staged formatting and session config changes 3 weeks ago
Shlee 0e442447fb
Merge pull request #7066 from pixelfed/chore/default-config-files
Laravel 13 Prep: Update config files
3 weeks ago
Shlee 5e80c5cae6
Merge pull request #7073 from pixelfed/feature/require-ext-redis
Require ext-redis to support phpredis client
3 weeks ago
Your Name dcc4f87ba0 Require ext-redis to support phpredis client
Add ext-redis as a required PHP extension so phpredis can be used as
the Redis client without manual setup. predis remains available, so
users can switch between REDIS_CLIENT=phpredis and predis freely.
3 weeks ago
Shlee 19c8bea00b
Update queue.php 3 weeks ago
Shlee 1d712e1478
Update default mailer configuration to use MAIL_DRIVER 3 weeks ago
Shlee 690d710693
Update database.php 3 weeks ago
Shlee 5383c2ecc9
Update cache.php 3 weeks ago
Shlee ab2447b0f4
Update session.php 3 weeks ago
Shlee 0200c9e0cd
Change default log stack from 'single' to 'daily' 3 weeks ago
Shlee fff81fe596
Update broadcasting.php 3 weeks ago
Shlee 15d30f803d
Update cache.php 3 weeks ago
Shlee 9b62d228b7
Merge pull request #7072 from pixelfed/shleeable-patch-2
Fix: Instagram import job crashes and retries indefinitely after account deletion
3 weeks ago
Shlee f51f1ef0db
Update DeleteAccountPipeline.php 3 weeks ago
Shlee b1422f7a6a
Merge pull request #7063 from pixelfed/chore/rename-bootstrap3-pagination
Laravel 13 Prep: Rename Bootstrap 3 pagination templates
3 weeks ago
Shlee e4e2778d33
Merge pull request #7064 from pixelfed/chore/phpunit-env-vars
Laravel 13 Prep: Update phpunit.xml
3 weeks ago
Shlee d17e5d03b6
Merge pull request #7068 from pixelfed/dependabot/composer/staging/larastan/larastan-3.11.0
chore(deps-dev): bump larastan/larastan from 3.10.0 to 3.11.0
3 weeks ago
dependabot[bot] 8f8b95e170
chore(deps-dev): bump larastan/larastan from 3.10.0 to 3.11.0
Bumps [larastan/larastan](https://github.com/larastan/larastan) from 3.10.0 to 3.11.0.
- [Release notes](https://github.com/larastan/larastan/releases)
- [Changelog](https://github.com/larastan/larastan/blob/3.x/RELEASE.md)
- [Commits](https://github.com/larastan/larastan/compare/v3.10.0...v3.11.0)

---
updated-dependencies:
- dependency-name: larastan/larastan
  dependency-version: 3.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 weeks ago
Shlee 1b034aa429
Update session.php 3 weeks ago
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
Shift e4120ce106 Shift `ENV` variables 3 weeks ago
Shift 938f0cf205 Rename Bootstrap 3 pagination templates 3 weeks ago
Shift e973ddcfa4 Default core files 3 weeks ago
Shlee 7d02f2a516
Merge pull request #7058 from pixelfed/chore/optional-to-nullsafe
Convert optional() to nullsafe operator
3 weeks ago
Shlee a67804c0a3
Merge pull request #7057 from pixelfed/shleeable-patch-2
Shleeable patch 2
3 weeks ago
Shlee 5d542d209c
Update dependabot.yml 3 weeks ago
Shift c0f3469ee2 Convert route options to fluent methods
Laravel 8 adopts the tuple syntax for controller actions. Since the old options array is incompatible with this syntax, Shift converted them to use modern, fluent methods.
3 weeks ago