Commit Graph

7 Commits (c807a8524c22f53731d0c45ebcfde88041663c4e)

Author SHA1 Message Date
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 374344754e
Lint 9 months ago
Daniel Supernault 062ec55207
Update DangerZone middleware to skip sudo mode for OIDC configurations. Fixes #6057 1 year ago
Daniel Supernault 0c82c97069
Added trusted devices to sudo mode 7 years ago
Daniel Supernault 6a16559132
Update DangerZone/Sudo middleware 7 years ago
Daniel Supernault d90cfffa3f
Update DangerZone middleware to use session instead of cookie 8 years ago
Daniel Supernault 90fbf8e481
Add DangerZone middleware 8 years ago