You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pixelfed/app/Mail
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
..
AdminInviteEmail.php Add admin invite interface and email support 1 year ago
AdminMessage.php Lint 9 months ago
AdminMessageResponse.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
AdminNewAutospam.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
AdminNewReport.php Pint app/ 4 weeks ago
ConfirmAppEmail.php Pint app/ 4 weeks ago
ConfirmEmail.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
ContactAdmin.php refactor: move 52 legacy models from App\ to App\Models\ 4 weeks ago
CuratedRegisterAcceptUser.php Pint app/ 4 weeks ago
CuratedRegisterConfirmEmail.php Pint app/ 4 weeks ago
CuratedRegisterNotifyAdmin.php Pint app/ 4 weeks ago
CuratedRegisterNotifyAdminUserResponse.php Pint app/ 4 weeks ago
CuratedRegisterRejectUser.php Pint app/ 4 weeks ago
CuratedRegisterRequestDetailsFromUser.php Pint app/ 4 weeks ago
CuratedRegisterSendMessage.php Pint app/ 4 weeks ago
EmailChange.php Lint 9 months ago
InAppRegisterEmailVerify.php Pint app/ 4 weeks ago
ParentChildInvite.php Pint app/ 4 weeks ago
PasswordChange.php Lint 9 months ago
UserEmailForgotReminder.php Pint app/ 4 weeks ago