]> BookStack Code Mirror - bookstack/commit
Removed usage of laravel/ui dependency
authorDan Brown <redacted>
Thu, 22 Sep 2022 15:54:27 +0000 (16:54 +0100)
committerDan Brown <redacted>
Thu, 22 Sep 2022 15:54:27 +0000 (16:54 +0100)
commitf4388d5e4a6353f6f79e03c638ed2971fbf48c54
tree8a02e85ed4bea0d30dfa6256a4829dc692434686
parent71654810756f3be977359e5fdcd79375aab47c52
Removed usage of laravel/ui dependency

Brings app auth controller handling aligned within the app, rather than
having many overrides of the framwork packages causing confusion and
messiness over time.
12 files changed:
app/Auth/Access/LoginService.php
app/Auth/UserRepo.php
app/Http/Controllers/Auth/ForgotPasswordController.php
app/Http/Controllers/Auth/LoginController.php
app/Http/Controllers/Auth/RegisterController.php
app/Http/Controllers/Auth/ResetPasswordController.php
app/Http/Controllers/Auth/Saml2Controller.php
app/Http/Controllers/Auth/SocialController.php
app/Http/Controllers/Auth/ThrottlesLogins.php [new file with mode: 0644]
app/Http/Controllers/Auth/UserInviteController.php
composer.json
composer.lock