snipe-it/app/Http
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
..
Controllers Fixed #7824 2022-01-10 14:03:28 -05:00
Livewire Possible fix for asset model editing when no custom fieldset is associated 2021-11-15 21:09:35 -08:00
Middleware Fixed parse error for merge conflict 2021-10-28 18:04:03 -07:00
Requests Merge master down into develop 2021-12-16 14:26:24 -08:00
Traits Added a validation to use the same name in categories with different types 2021-10-08 15:19:16 -05:00
Transformers Merge master down into develop 2021-12-16 14:26:24 -08:00
Kernel.php Merge remote-tracking branch 'origin/master' into develop 2021-10-20 17:26:41 -07:00