Commit Graph

27 Commits (a23a243c62f8fde31d9019dfd861b2d699dbf059)

Author SHA1 Message Date
Your Name 6beab304a0 lint 6 days ago
Your Name 99031fa6bc ReturnTypeFromReturnDirectArrayRector 6 days ago
Your Name 5ebc1af91e BATCH 1 6 days 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
Shift 19880c2ffb
Convert string references to `::class`
PHP 5.5.9 adds the new static `class` property which provides the fully qualified class name. This is preferred over using strings for class names since the `class` property references are checked by PHP.
4 weeks ago
Daniel Supernault 53742fa699
Lint 9 months ago
Shlee 4a76f326d5
Update PasswordChange.php 11 months ago
Shlee 03d91880d9
Larastan: Update ConfirmEmail.php 11 months ago
Ross Bearman db03733415 Add admin invite interface and email support
This commit does two things:

* Add invite email support to AdminInviteCommand
  - Moves `invite_code` generation to AdminInvite model `creating` event
* Add admin invite management section under admin users dashboard
  - Adds `Admin/AdminUserInviteController` and associated `home` and
    `create` Blade templates.
  - Adds "Invites" button to admin user dashboard
1 year ago
Daniel Supernault cc78dfc650
Refactor based on @jippi review 2 years ago
Daniel Supernault 604746bd5e
Add AppRegister 2 years ago
Daniel Supernault 1173e63a45
Add AdminMessageResponse 2 years ago
Daniel Supernault 8dac2caf1d
Add Curated Onboarding 3 years ago
Daniel Supernault 67c650b195
Add forgot email feature 3 years ago
Daniel Supernault c53894fe16
Add Parental Controls feature 3 years ago
Daniel Supernault 7d14e07901
Update mailers 3 years ago
Daniel Supernault ae6dd4e3a2
Update pipeline dispatch, replace dispatchSync with dispatch 3 years ago
Daniel Supernault 4e1d0ed596
Add admin report email notifications 4 years ago
Daniel Supernault 93c6da3d59
Add app email confirm view 4 years ago
Daniel Supernault bc3add0525
Update ContactAdmin mail, set New Support Message subject 5 years ago
Daniel Supernault de1cca4feb
Add password change email notification 6 years ago
Daniel Supernault b944dc3a5f
Add admin message scaffolding 7 years ago
Daniel Supernault 12cb57dbd0
Add ContactAdmin mailable 7 years ago
Daniel Supernault 485cba47ce
Add security email notifications 8 years ago
daniel b8abbdd90f Apply fixes from StyleCI 8 years ago
Daniel Supernault a415b421cb Add Email Verification 8 years ago