Commit Graph

12 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
Your Name 98267eb26f refactor: replace deprecated str_random() with Str::random()
str_random() is a deprecated helper from laravel/helpers that was
missed in the initial helpers removal. Replace all 18 call sites
with the modern Str::random() equivalent.
4 weeks ago
Daniel Supernault d1799a0833
Lint commands 9 months ago
Shlee a13545e328
Update FixUsernames.php 2 years ago
Hervé Yvis 37cddf740c
Update FixUsernames.php
Should allow to fix registered usernames that are are restricted, even if they are in a different case.

Examples : "ADmiN" , "Logout", "Help", "FollowMe"
6 years ago
Daniel Supernault 0f943f672c
Update FixUsernames command, fixes remote username search 7 years ago
Daniel Supernault 6583957dc8
Update FixUsernames command, skip admin and deleted users 7 years ago
Daniel Supernault e5d77c6d95
Update FixUsernames command 7 years ago
Daniel Supernault 1f8fd484f7
Update FixUsernames command to skip action by default 7 years ago
Daniel Supernault e4b0bdcc27
Update FixUsernames command 8 years ago
Daniel Supernault 69f745f0c0
Update FixUsername command 8 years ago
Daniel Supernault e39f88f6c6
Bump version to 0.7.1 8 years ago