Commit Graph

26 Commits (dev)

Author SHA1 Message Date
Your Name f1d4c87391 const types 6 days ago
Daniel Supernault ed63be4d4f
Update HttpSignature, improve signing 2 weeks ago
Your Name c0cde2f682 refactor: move 52 legacy models from App\ to App\Models\
Move all Eloquent models from the app/ root directory to app/Models/
for consistency with modern Laravel conventions. The project already had
54 models in App\Models; this migrates the remaining 52 legacy models.

Changes:
- Move 52 model files from app/ to app/Models/
- Update namespace declarations in each model
- Update all ~1000 import references across the codebase
- Add Relation::morphMap() in AppServiceProvider for backward
  compatibility with existing polymorphic database records
- Add missing HasSnowflakePrimary imports for models that relied
  on same-namespace resolution
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 78a657d7df
Refactor, use actor private key, thanks Mastodon ;) 6 months ago
Daniel Supernault c5868de7d6
Lint 6 months ago
Daniel Supernault 0175b4a605
Lint 6 months ago
Daniel Supernault f5d2d95e76
Lint 6 months ago
Daniel Supernault 967ab88ec0
Fix UserAccountDelete delivery 6 months ago
Daniel Supernault cfc5c9387a
Fix UserAccountDelete delivery 6 months ago
Shlee b2e2e7f2fd
Update HttpSignature.php 11 months ago
Daniel Supernault bb16c95b1f
Update HttpSignatures, auto generate instance actor if missing 1 year ago
Daniel Supernault 1d2f76c8e5
Postgres fixes 2 years ago
Daniel Supernault d4cf918120
Update HttpSignature, add signRaw method and improve error checking 2 years ago
Daniel Supernault 8fea821504
Update AP helpers 2 years ago
Daniel Supernault 63a7879c29
Update ActivityPubFetchService 3 years ago
Daniel Supernault f17ca9d904
Update HttpSignature 3 years ago
a e6e16d2cdd Fix: Use correct response type and remove Accept from http signature 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 a900de2121
Update HttpSignatures, update instance actor headers. Fixes #2935 5 years ago
Daniel Supernault 3ee1215a4a
Add signed GET for secure mode compatibility 6 years ago
Daniel Supernault 844ae6224a
Add InstanceActor generate command 6 years ago
Daniel Supernault d2823e64fa
Update ActivityPub 8 years ago
Daniel Supernault 75c7fcd182
Update HttpSignature lib 8 years ago
Daniel Supernault 100f102396
Add HttpSignature handlers 8 years ago