snipe-it/app/Http/Controllers/Api
Daniel Meltzer e9b056f66c Importer fixes v2 (#3524)
* Pave the imports table

* Format error response if file is the wrong type.

* If a custom field doesn't exist, don't insert a blank string into the custom fields table

* CustomField::db_column_name can return the stored name in the db.  It's slugified when that value is set initially.  This fixes a weird issue where _1 was replaced with _xx
2017-05-03 12:14:35 -07:00
..
AccessoriesController.php API improvements 2017-03-11 10:05:50 -08:00
AssetModelsController.php Basic sanity checking on some of the API controllers 2017-03-11 08:03:16 -08:00
AssetsController.php /api_tests: Completed tests for basic CRUD for Assets and Components (#3426) 2017-03-31 13:48:11 -07:00
CategoriesController.php Basic sanity checking on some of the API controllers 2017-03-11 08:03:16 -08:00
CompaniesController.php Basic sanity checking on some of the API controllers 2017-03-11 08:03:16 -08:00
ComponentsController.php /api_tests: Completed tests for basic CRUD for Assets and Components (#3426) 2017-03-31 13:48:11 -07:00
ConsumablesController.php Narrowed down the accessories, consumables, etc APIs for manufacturer filtering 2017-03-11 02:49:24 -08:00
CustomFieldsController.php Basic sanity checking on some of the API controllers 2017-03-11 08:03:16 -08:00
DepreciationsController.php Basic sanity checking on some of the API controllers 2017-03-11 08:03:16 -08:00
GroupsController.php Groups API starter 2017-02-01 18:50:28 -08:00
ImportController.php Importer fixes v2 (#3524) 2017-05-03 12:14:35 -07:00
LicensesController.php Addtional search filters for licenses API 2017-03-11 02:57:19 -08:00
LocationsController.php Added updated/created to locations API 2017-03-10 22:09:21 -08:00
ManufacturersController.php Fixes #3311 - more fields for manufacturers 2017-03-10 22:08:59 -08:00
SettingsController.php Starter API controllers 2017-01-12 19:40:20 -08:00
StatuslabelsController.php Depreciations API 2017-02-01 17:59:03 -08:00
SuppliersController.php Added searching, sorting, etc to locations API 2017-01-13 07:40:08 -08:00
UsersController.php Added last login to user menu 2017-03-03 18:28:13 -08:00