snipe-it/app/Http/Controllers/Licenses
Brad 81084fa717 Fixed #7824
Previously there was a 999 max seats on Licenses as anything above that seemed to cause slowdowns and failure.

This commit allievates those pain points

- removed freeSeats as a hydrated Eloquent model on JSON requests for the licenses index
- removed 'licenseSeats.user', 'licenseSeats.asset' from the 'with' clause as it's not needed in the view (Datatabales takes care of that)
- removed the 999 max seats limit from the License Model,
- reworked how new license seats are created when increasing seats or creating licenses
- Added an index the license_seats table to help speed up lookups
2022-01-10 14:03:28 -05:00
..
LicenseCheckinController.php Merge branch 'develop-v6-integration' into develop-v6-rc1 2021-09-21 23:46:50 -07:00
LicenseCheckoutController.php Adopt Laravel coding style 2021-06-10 20:15:52 +00:00
LicenseFilesController.php Fixed duplicate use statement from merge fuckery 2021-10-20 17:54:32 -07:00
LicensesController.php Fixed #7824 2022-01-10 14:03:28 -05:00