snipe-it/app/Http/Controllers/Api
Ivan Nieto b692f67779 Revision of #5471 (#6148)
* Search functionality in accessories/{accessory} issue #5471:
From the collection of users displayed just filtered the data with the method where() and concat()
for the user can search for first name or last name. The solution is case sensitive.

* A better fix to issue #5471. Now using the established relationship to querying for the users. Also Case-insensitive.

* Fixed previous commit that has magic number in the find method parameter of AccessoriesController.
2018-09-12 22:50:45 -07:00
..
AccessoriesController.php Revision of #5471 (#6148) 2018-09-12 22:50:45 -07:00
AssetMaintenancesController.php Fixed #6027 - added model to asset maintenances listing 2018-08-01 18:24:52 -07:00
AssetModelsController.php Change $request->has to $request->filled unilaterally 2018-07-24 22:51:31 -07:00
AssetsController.php Added the ability to update asset location when auditing - per #5854 2018-09-07 05:39:41 -07:00
CategoriesController.php Improvement: Better documentation, small refactors (#6017) 2018-08-01 00:06:41 -07:00
CompaniesController.php Change $request->has to $request->filled unilaterally 2018-07-24 22:51:31 -07:00
ComponentsController.php Change $request->has to $request->filled unilaterally 2018-07-24 22:51:31 -07:00
ConsumablesController.php Change $request->has to $request->filled unilaterally 2018-07-24 22:51:31 -07:00
CustomFieldsController.php Removes setting the encryption status on update (#5833) 2018-07-13 04:04:30 -07:00
CustomFieldsetsController.php Update withCounts because Laravel 5.5 :( 2018-07-24 22:40:05 -07:00
DepartmentsController.php Change $request->has to $request->filled unilaterally 2018-07-24 22:51:31 -07:00
DepreciationsController.php Improvement: Better documentation, small refactors (#6017) 2018-08-01 00:06:41 -07:00
GroupsController.php Change $request->has to $request->filled unilaterally 2018-07-24 22:51:31 -07:00
ImportController.php Allow importcontroller to return 200 for failed delete. (#6034) 2018-08-02 09:53:54 -07:00
LicensesController.php Change $request->has to $request->filled unilaterally 2018-07-24 22:51:31 -07:00
LocationsController.php Change $request->has to $request->filled unilaterally 2018-07-24 22:51:31 -07:00
ManufacturersController.php Change $request->has to $request->filled unilaterally 2018-07-24 22:51:31 -07:00
ProfileController.php WIP - Improved requested assets (#5289) 2018-04-04 17:33:02 -07:00
ReportsController.php Change $request->has to $request->filled unilaterally 2018-07-24 22:51:31 -07:00
SettingsController.php Added attempted logins admin screen (#6018) 2018-08-01 03:51:59 -07:00
StatuslabelsController.php Change $request->has to $request->filled unilaterally 2018-07-24 22:51:31 -07:00
SuppliersController.php Fixed #6028 - added supplier url to list view 2018-08-01 17:37:58 -07:00
UsersController.php Fixed #5964 - Feature: Group IDs can be passed to User Create. (#5990) 2018-07-27 12:01:59 -07:00