Commit Graph

32 Commits (dev)

Author SHA1 Message Date
Daniel Supernault 56b96359c3
Fix fetching by properly retrying certain error responses 3 days ago
Your Name ca5d9f3db5 MultiExceptionCatchRector 6 days ago
Your Name 8dcdd93e2b RemoveUnusedVariableInCatchRector 6 days ago
Your Name f1d4c87391 const types 6 days ago
Your Name 5ebc1af91e BATCH 1 6 days ago
Your Name a142db87b4 polish 4 weeks ago
Your Name c807a8524c refactor: replace short facade aliases with fully-qualified imports
Convert all 273 short facade alias imports (e.g. 'use Cache;') to their
fully-qualified class names (e.g. 'use Illuminate\Support\Facades\Cache;')
across 193 files.

This resolves 643 PHPStan 'class.notFound' errors caused by the static
analyzer being unable to resolve global aliases, and aligns with modern
Laravel conventions. It also unblocks removing the aliases array from
config/app.php in a future change.

All 107 tests pass.
4 weeks ago
Daniel Supernault 2216402ed4
Update Helpers 1 month ago
Shlee e73ce720b7
Update ActivityPubFetchService.php 6 months ago
Shlee dd995e3716
Update ActivityPubFetchService.php 6 months ago
Your Name 3fc0b8caa5 Federation: Valid ActivityPub Content-Type variants are rejected, causing remote fetch failures 6 months ago
Your Name ca6c875bbb Fix PHPStan class.notFound issues 11 months ago
Daniel Supernault 21da2b642c
Update ActivityPubFetchService, reduce cache ttl from 1 hour to 7.5 mins and add uncached fetchRequest method 2 years ago
Daniel Supernault 42915ff9a0
Update AP fetch service and domain service 2 years ago
Daniel Supernault e4edc6f192
Update ActivityPubFetchService, fix Friendica bug 2 years ago
Daniel Supernault 1232cfc86a
Update ActivityPubFetchService, enforce stricter Content-Type validation 3 years ago
Daniel Supernault c7b304ef20
Update http client 3 years ago
Daniel Supernault 3d1b6516fe
Update ActivityPubFetchService, add validateUrl parameter to bypass url validation to fetch content from blocked instances 3 years ago
Daniel Supernault 63a7879c29
Update ActivityPubFetchService 3 years ago
Daniel Supernault b89c4f1cdc
Update ActivityPubFetchService, fix authorized_fetch support 3 years ago
Daniel Supernault 66c0b3577f
Update HttpSignature 3 years ago
Daniel Supernault 9ffe5941d7
Update HttpSignature 3 years ago
Daniel Supernault f17ca9d904
Update HttpSignature 3 years ago
a 9bf651e442 remove unneeded duplicate accept type 4 years ago
a e380868b44 fix typo: http -> https 4 years ago
a 6bf1bea325 Fix: Use correct Content-Type over ActivityPub
This was causing federation issues
4 years ago
Daniel Supernault da00287a8e
Update AP helpers 4 years ago
Daniel Supernault a900de2121
Update HttpSignatures, update instance actor headers. Fixes #2935 5 years ago
Daniel Supernault 654b08d382
Update ActivityPubFetchService, add url validation 6 years ago
Daniel Supernault 3ee1215a4a
Add signed GET for secure mode compatibility 6 years ago
Daniel Supernault af87bf5038
Update APFetchService 6 years ago
Daniel Supernault 8763bfc5c4
Add ActivityPubFetchService for signed GET requests 7 years ago