Commit Graph

178 Commits (25e1384dbebf4fa779d2e710ed71fb0a62975db7)

Author SHA1 Message Date
Shlee 1c1ea5bb17
Merge pull request #7016 from pixelfed/dependabot/composer/staging/laravel/telescope-5.23.0
chore(deps)(deps-dev): bump laravel/telescope from 5.22.1 to 5.23.0
3 weeks ago
dependabot[bot] 7eded54f1c
chore(deps)(deps): bump laravel/tinker from 2.11.1 to 3.0.2
Bumps [laravel/tinker](https://github.com/laravel/tinker) from 2.11.1 to 3.0.2.
- [Release notes](https://github.com/laravel/tinker/releases)
- [Changelog](https://github.com/laravel/tinker/blob/3.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/tinker/compare/v2.11.1...v3.0.2)

---
updated-dependencies:
- dependency-name: laravel/tinker
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
3 weeks ago
dependabot[bot] 447b76fede
chore(deps)(deps-dev): bump laravel/telescope from 5.22.1 to 5.23.0
Bumps [laravel/telescope](https://github.com/laravel/telescope) from 5.22.1 to 5.23.0.
- [Release notes](https://github.com/laravel/telescope/releases)
- [Changelog](https://github.com/laravel/telescope/blob/5.x/CHANGELOG.md)
- [Commits](https://github.com/laravel/telescope/compare/v5.22.1...v5.23.0)

---
updated-dependencies:
- dependency-name: laravel/telescope
  dependency-version: 5.23.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
3 weeks ago
Your Name 595620e5b8 composer 3 weeks ago
Daniel Supernault 584ce27f71
Add Sanctum support 3 weeks ago
Your Name 4e0c567ecd Add vimeo/psalm and composer scripts 4 weeks ago
Your Name 1a234c3920 chore: add Psalm static analysis (plugin-laravel, baseline, CI)
Port PR #6646 onto staging: add psalm/plugin-laravel with psalm.xml,
a staging-generated baseline, and a CI workflow that emits GitHub
annotations and uploads SARIF to Code Scanning. Fix the psalm.xml schema
for Psalm 6.5 (drop unsupported ClassMustBeFinal handler) and ignore
generated report artifacts in git/docker.
4 weeks ago
Daniel Supernault 1810caac2d
Update composer 4 weeks ago
Your Name 1696dfacaa chore: remove unused direct dependencies
- Remove endroid/qr-code: never imported in app code; only
  bacon/bacon-qr-code is used directly (for 2FA QR generation).
- Remove nesbot/carbon: already pulled in transitively by
  laravel/framework, laravel/horizon, and laravel/pulse.
4 weeks ago
Your Name 0c849ca4e7 fix: unpin symfony/http-foundation to allow patch updates
Changes constraint from exact '7.4.13' to '^7.4.13'. The pin was
introduced for CVE-2026-48736 but is overly restrictive — any 7.4.x
release >= 7.4.13 includes the fix. This allows future security
patches to install via composer update.

Note: Symfony 8.x is blocked by laravel/framework ^12 which requires
symfony/http-foundation ^7.2.0. Symfony 8 support arrives with Laravel 13.
4 weeks ago
Your Name edb4368b08 refactor: replace deprecated laravel/helpers with native alternatives
Replace all deprecated helper function calls:
- str_slug() → Str::slug()
- starts_with() → str_starts_with()
- ends_with() → str_ends_with()
- array_first() → Arr::first()
- array_last() → Arr::last()
- array_flatten() → Arr::flatten()

Remove laravel/helpers package from composer.json as it is no longer
needed and will not be maintained for Laravel 13.
4 weeks ago
Daniel Supernault e4033b05bd
Update composer 4 weeks ago
Your Name 2dbee8599d fix: add larastan/larastan to composer.lock to fix docker build 4 weeks ago
Your Name 79541afaa0 Merge origin/staging, resolve conflicts keeping matomo/device-detector over jenssegers/agent 4 weeks ago
Your Name 552a55c2d2 Upgrade images to v4 4 weeks ago
Your Name 9a9726af7c Install Larastan for static analysis
- Add larastan/larastan v3.10 (dev dependency)
- Configure phpstan.neon at level 0 with Laravel extension
- Generate baseline for existing errors (711 items)
- Exclude files with missing class references
- Fix one non-ignorable return type error in BearerTokenResponse
- Add composer analyse script

Usage: composer analyse
4 weeks ago
Your Name 651f0de74f Replace jenssegers/agent with matomo/device-detector
- Remove unmaintained jenssegers/agent package (no releases since 2021)
- Add matomo/device-detector v6.5 as actively maintained replacement
- Create App\Services\UserAgentService wrapper for drop-in compatibility
- Update UserDevice model and ApiV1Dot1Controller to use new service
4 weeks ago
Daniel Supernault d72f91f65f
Update composer 1 month ago
Daniel Supernault 5c5e165006
Update composer.lock 1 month ago
Daniel Supernault adfab57a23
Update composer.lock 3 months ago
Daniel Supernault 9fff0974cb
Update composer.lock 5 months ago
Daniel Supernault dd0ed3dd24
Update composer 6 months ago
Daniel Supernault f43eaec0cf
Update composer 6 months ago
Daniel Supernault b3167cf070
Update composer 7 months ago
Daniel Supernault a78a022283
Update passport. Fixes #6480 7 months ago
Daniel Supernault c975ddb13f
Update composer deps 7 months ago
Daniel Supernault 8b0e18ba86
Update composer packages 9 months ago
Daniel Supernault 09bb93af51
Update composer 10 months ago
Daniel Supernault a3532c2e21
Update composer, fix deps 10 months ago
dansup d4cf6b9f62
Merge branch 'staging' into laravellock1 10 months ago
dansup eae2dafcac
Merge branch 'staging' into intervention-laravel-clean 10 months ago
dansup 35285b73a3
Merge branch 'staging' into predis 10 months ago
Your Name 26f1af3bcd update 10 months ago
Your Name c05cf8a824 update 10 months ago
Shlee aec2fad39c
Update composer.lock 10 months ago
Your Name 6db25c7027 update lock 10 months ago
Your Name cea1076c9c Update 10 months ago
Your Name 7c8b40ecf5 Upgrade predis from v2.0 to v3.2 10 months ago
Your Name bad8d62f80 Upgrade predis from v2.0 to v3.2
- Update predis/predis from ^2.0 to ^3.2
- Predis v3.2.0 includes RESP3 support, improved pipeline abstractions
- No code changes required, configuration remains compatible
- Tested successfully with tinker
10 months ago
Your Name 827088351e update 10 months ago
Daniel Supernault eecf460e9e
Update composer 11 months ago
dansup d1a874f3bb
Merge branch 'staging' into guzzlehttp 11 months ago
dansup c0008d31d8
Merge branch 'staging' into carbon-upgrade 11 months ago
Your Name 9ecfc80619 11 months ago
Your Name 0ef1a598d5 fix 11 months ago
Your Name a648880662 11 months ago
Your Name 37ecd06b13 Add VIPS image driver support 11 months ago
Daniel Supernault 6b9bc048b9
Update composer 1 year ago
Daniel Supernault 94367189ea
Update composer 1 year ago
Daniel Supernault 2794c432ac
Update composer deps 1 year ago