snipe-it/app/Http/Controllers/Api
Daniel Meltzer 23ca2d9a0b Minor fixes (#4091)
* Fix old urls.

Still had some /admin/ urls floating around, which was causing bad
redirects in some instances.  Should fix #4085

* The modal seems to be confusing license upload. be more explicit in the route we redirect to.

* Fix #4039.  Use proper methods for location assets.

This also fixes a bunch of n+1 issues in the transformer.  Also: curious
to know what Location::assets() does, because it doesn't do what I want
it to :)
2017-10-01 12:57:04 -07:00
..
AccessoriesController.php Fixes #4059 - accessories view 2017-09-28 21:18:00 -07:00
AssetMaintenancesController.php
AssetModelsController.php
AssetsController.php
CategoriesController.php
CompaniesController.php
ComponentsController.php
ConsumablesController.php
CustomFieldsController.php
CustomFieldsetsController.php
DepartmentsController.php
DepreciationsController.php
GroupsController.php Fixes #4043 - standardize groups API response 2017-09-27 15:18:29 -07:00
ImportController.php
LicensesController.php
LocationsController.php Minor fixes (#4091) 2017-10-01 12:57:04 -07:00
ManufacturersController.php
ReportsController.php
SettingsController.php
StatuslabelsController.php
SuppliersController.php
UsersController.php