snipe-it/app/Http/Controllers
Daniel Meltzer 5ba2ec881c Vue importer (#3235)
* Begin work on vueifying the importer

* Beginning work on migrating the importer to use a vue/components for future interactivity

Update JS

More importer work.  Move to a vue based modal, begin handling of processing.  Still need to port error messages.

More importer work.  Move to a vue based modal, begin handling of processing.  Still need to port error messages.

Update importer.  Add error display.  Fix modal, update vue-strap to vue2

More progress.  Add select2 vue bits.

* Move to querying the db to find importer matches.  It scales better on large datasets.

Fix select2 related issues.  We were trying to initialize it twice, which led to the custom data being overwritten.

* Better error handling on uploads and deletion of files.  Restore progressbar on upload.

* Add support for generic exception reporting if app.debug is enabled.

* Handle Http 500 errors better.  Display errors if debug is enabled.  Assorted cleanups.

* Fix codacy issues, remove unused methods.

* Only bind vue to the importer for now.

* Load vue for passport as well.
2017-01-25 21:29:23 -08:00
..
Api Vue importer (#3235) 2017-01-25 21:29:23 -08:00
Auth Fixed #2303 - redirect correctly after login 2017-01-12 07:09:44 -08:00
AccessoriesController.php Fix some accessory sorting (#3108) 2016-12-29 15:50:18 -08:00
ActionlogController.php Discussion: Moving to policies for controller based authorization (#3080) 2016-12-19 11:04:28 -08:00
AssetMaintenancesController.php Small phpcbf cleanup 2016-12-29 14:02:18 -08:00
AssetModelsController.php Additional API routes and controllers for models, suppliers, users, locations and status labels 2017-01-13 04:50:20 -08:00
AssetsController.php Vue importer (#3235) 2017-01-25 21:29:23 -08:00
CategoriesController.php Check for valid category types in validation 2017-01-13 09:27:32 -08:00
CompaniesController.php Cleanup controller escaping (#3084) 2016-12-19 22:00:50 -08:00
ComponentsController.php Small phpcbf cleanup 2016-12-29 14:02:18 -08:00
ConsumablesController.php Notification rework (#3103) 2016-12-26 15:19:04 -08:00
Controller.php Updated docblocks 2016-04-07 13:21:09 -07:00
CustomFieldsController.php Fixes #2551 - use UTF-8 safe slugging for MySQL columns 2017-01-25 18:38:20 -08:00
CustomFieldsetsController.php Fix fieldset blade path 2017-01-25 18:39:45 -08:00
DashboardController.php Fixes #2448 - redirect to intended page 2016-10-29 07:32:48 -07:00
DepreciationsController.php Add presenters for models. (#3098) 2016-12-23 17:52:00 -08:00
GroupsController.php Cleanup controller escaping (#3084) 2016-12-19 22:00:50 -08:00
LicensesController.php Added missing manufacturer data on save 2017-01-24 18:57:03 -08:00
LocationsController.php Removed old datatable method from Locations 2017-01-13 21:00:25 -08:00
ManufacturersController.php Manufacturers API 2017-01-13 09:37:06 -08:00
ProfileController.php Removed closures from routes files so that we can allow people to cache routes for performance optimization 2017-01-24 17:37:07 -08:00
ReportsController.php Present assetlogs (#3112) 2016-12-29 22:23:36 -08:00
SettingsController.php Removed closures from routes files so that we can allow people to cache routes for performance optimization 2017-01-24 17:37:07 -08:00
StatuslabelsController.php Add ability to view assets by status label 2017-01-18 20:41:40 -08:00
SuppliersController.php Additional API routes and controllers for models, suppliers, users, locations and status labels 2017-01-13 04:50:20 -08:00
UsersController.php Fix bulk actions with new bootstrap tables checkboxes 2017-01-18 19:38:42 -08:00
ViewAssetsController.php Merge branch 'checkout-to-things-v1' of https://github.com/dmeltzer/snipe-it into dmeltzer-checkout-to-things-v1 2016-12-29 16:20:17 -08:00