snipe-it/app/Http/Controllers
Daniel Meltzer 987536930c Assorted fixes (#3923)
* Fix some n+1 problems

* Use route in notification dropdown to make sure we link to correct page

* Work on better UI support for checkout to non-user.  Fix links on index bootstrap table, work towards eliminating assignedUser

* Remove Asset::assigneduser() relationship.  Instead add a checkedOutToUser() method and/or port to using assignedTo()

* Adjust string to fit new reality

* Fix #3780.  Move the consumables getDataView method to the ApiController.  Not entirely RESTful, but it's a weird method that probably doesn't need its own controller and the functionality would be strange to stack on the userscontroller...

* Fix file uploads to assets and restore the delete route.

* Add asset maintence edit action to index.

* Suppliers asset list should link to the related asset, not to the supplier with same ID.

* Asset models page should use polymorphic formatter on assigned to to better handle assorted item types.

* Comment out more assigneduser fallacy until we figure out the query builder approach to searching for location text.
2017-09-05 17:54:58 -07:00
..
Api Assorted fixes (#3923) 2017-09-05 17:54:58 -07:00
Auth Update all controllers to use laravel 5 return view method 2017-06-09 16:44:03 -07:00
AccessoriesController.php Progress towards better email notifications (#3911) 2017-08-31 11:14:21 -07:00
ActionlogController.php Discussion: Moving to policies for controller based authorization (#3080) 2016-12-19 11:04:28 -08:00
AssetMaintenancesController.php Update all controllers to use laravel 5 return view method 2017-06-09 16:44:03 -07:00
AssetModelsController.php ADDED: Password rules for complexity, min length, rejecting common passwords 2017-08-22 20:32:39 -07:00
AssetsController.php Assorted fixes (#3923) 2017-09-05 17:54:58 -07:00
CategoriesController.php Update all controllers to use laravel 5 return view method 2017-06-09 16:44:03 -07:00
CompaniesController.php Update all controllers to use laravel 5 return view method 2017-06-09 16:44:03 -07:00
ComponentsController.php Progress towards better email notifications (#3911) 2017-08-31 11:14:21 -07:00
ConsumablesController.php Assorted fixes (#3923) 2017-09-05 17:54:58 -07:00
Controller.php Updated docblocks 2016-04-07 13:21:09 -07:00
CustomFieldsController.php Update all controllers to use laravel 5 return view method 2017-06-09 16:44:03 -07:00
CustomFieldsetsController.php Update all controllers to use laravel 5 return view method 2017-06-09 16:44:03 -07:00
DashboardController.php Update all controllers to use laravel 5 return view method 2017-06-09 16:44:03 -07:00
DepartmentsController.php Fixes #3776 - adds Company to Dept UI 2017-07-29 16:42:17 -07:00
DepreciationsController.php Update all controllers to use laravel 5 return view method 2017-06-09 16:44:03 -07:00
GroupsController.php Update all controllers to use laravel 5 return view method 2017-06-09 16:44:03 -07:00
ImportsController.php Importer mapping - v1 (#3677) 2017-06-21 16:37:37 -07:00
LicensesController.php Progress towards better email notifications (#3911) 2017-08-31 11:14:21 -07:00
LocationsController.php Fix location view display. Migrate to api controller methods and fix missing bits to make this happen. Show manager on the location view page. 2017-06-12 18:24:20 -05:00
ManufacturersController.php Update all controllers to use laravel 5 return view method 2017-06-09 16:44:03 -07:00
ModalController.php Refactor and improve Modal support for Assets (#3884) 2017-08-24 22:24:02 -07:00
ProfileController.php Enforce password complexity rules on new account password change 2017-08-22 22:41:35 -07:00
ReportsController.php Assorted fixes (#3923) 2017-09-05 17:54:58 -07:00
SettingsController.php Fixes #3907 2017-08-31 13:45:48 -07:00
StatuslabelsController.php Update all controllers to use laravel 5 return view method 2017-06-09 16:44:03 -07:00
SuppliersController.php Update all controllers to use laravel 5 return view method 2017-06-09 16:44:03 -07:00
UsersController.php Removed old getassetloist method 2017-08-26 15:22:04 -07:00
ViewAssetsController.php Assorted fixes (#3923) 2017-09-05 17:54:58 -07:00