-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporarily disable saving locale via Fortify UpdateUserProfileInform…
…ation.php action because it is currently broken. Fix an issue where system/database would throw an error when PDO did not support the server version method. Make admin/get_bu_data return empty values like v5 when an attribute was never set. Use MachinePolicy to guard access to clients/detail which enforces Business Unit authorization Make note about the difference between UnitController and AdminController Change the `delete` authorization for MachinePolicy.php from Business Units v2 back to the legacy BU Copy/paste the `view` authorization from Machine to ReportData as they have identical policies Few type hints here and there User::machineGroups() now uses a DB query instead of the session data from LoginRoleDecider/MachineGroupMembership so that business unit gates can apply to REST API too authorized_for_serial() leverages gate/policy instead of having its own authZ logic Legacy Business Units have a machineGroups() scope to return only MGs Factories have been updated to fit the code style of Laravel 10 Added some notes about architecture, specifically around AuthZ Delete some remaining assets from the /me/ endpoint which is replaced by jetstream API Minor updates to JS components to make ESLint happy blank/unauthenticated layout gets a class so we know when it is being rendered by using the browser inspector Removed the opt-in blade component dashboard, just made it the default as it is working perfectly. Listing menu now scrolls when it overflows the viewport /show/kiss_layout is only available in dev mode Update several failing tests including the ones which were included with Jetstream Update PHPUnit config in preparation for v10
- Loading branch information
Showing
50 changed files
with
442 additions
and
247 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.