snipe-it/app/Http/Controllers
Brandon Daniel Bailey f786e07179 Allow auto increment through the API (#4690)
* Allow auto incrementing asset_id from the API when the setting is enabled

* Cleaned up the if else statement

* Added prefix to the orWhereRaw which causes a database error if the configuration uses a prefix

* Auto incrementing through the API
2018-01-03 17:24:32 -08:00
..
Api Allow auto increment through the API (#4690) 2018-01-03 17:24:32 -08:00
Auth Stub and 404 registration routes 2017-12-19 22:14:51 -08:00
AccessoriesController.php
ActionlogController.php
AssetMaintenancesController.php
AssetModelsController.php Fixed #3416 - bulk delete asset models 2017-12-12 09:10:05 -08:00
AssetsController.php Removed duplicate log entry on asset creation 2017-12-12 03:39:55 -08:00
CategoriesController.php
CompaniesController.php
ComponentsController.php
ConsumablesController.php
Controller.php
CustomFieldsController.php
CustomFieldsetsController.php
DashboardController.php
DepartmentsController.php Use ImageUploadRequest 2017-12-06 14:38:01 -08:00
DepreciationsController.php
GroupsController.php Prepopulate ther groups array on create 2017-12-05 18:17:11 -08:00
ImportsController.php
LicensesController.php Fixed #4589 - Licence deployed to asset issue 2017-12-12 05:43:06 -08:00
LocationsController.php
ManufacturersController.php Fixed manufacturer gates 2017-12-08 13:16:37 -08:00
ModalController.php Added “new” buttons for manufacturer and category in asset model creation 2017-12-19 20:30:46 -08:00
ProfileController.php Use ImageUploadRequest $request on user profile update 2017-12-06 14:42:14 -08:00
ReportsController.php De-norm last audit date so we can display it in the asset listing 2017-12-12 03:03:43 -08:00
SettingsController.php
StatuslabelsController.php
SuppliersController.php Fixed bad suppliers error route 2017-12-01 20:28:37 -08:00
UsersController.php Fixed #4581 - renamed print method 2017-12-06 11:17:42 -08:00
ViewAssetsController.php