Commit Graph

13 Commits (a23a243c62f8fde31d9019dfd861b2d699dbf059)

Author SHA1 Message Date
Your Name 99031fa6bc ReturnTypeFromReturnDirectArrayRector 1 week 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
Daniel Supernault 33dce75f2c
Pint app/ 4 weeks ago
Daniel Supernault 16b7968469
Update nodeinfo 2 years ago
Daniel Supernault 4f2b8ed20a
Refactor total local post count logic, cache value and schedule updates twice daily to eliminate the perf issue on larger instances 2 years ago
Daniel Supernault 36df0d8373
Update nodeinfo 3 years ago
Erwin Harte 8dd840f7d5 These two values are expected to be integers 4 years ago
Daniel Supernault 3ef850fe59
Update nodeinfo 5 years ago
Daniel Supernault 4505d1f0f9
Update FederationController, move well-known to api middleware and cache webfinger lookups 5 years ago
Daniel Supernault 27b722e7a7
Update config() to config_cache() 5 years ago
Daniel Supernault 61254b907f
Update site name config 5 years ago
Daniel Supernault d200c12cf2
Update Nodeinfo util, use last_active_at for monthly active user count 6 years ago
Daniel Supernault 279c57d9a5
Update FederationController 7 years ago