snipe-it/app/Http/Controllers
Daniel Meltzer cafafe851c Notification rework (#3103)
* Move slack integration to laravel5.3 style notifications, part 1.

* Fix consumable tab when active.

* Move the slack notifiable to the settings model.  Move all slack notifications into logCheckout/logCheckin.  Should think about refactoring this as an event at some point still.  Move Asset checkin/checkout to use the general loggable trait rather than it's own solution.

* Fix a logic error where assets with a non deployable status would show checkin instead of no button at all.

* Fix an html formatting error that resulted in us not closing a form.  This would cause the checkin page to try to submit a delete request (related to the modal form) rather than the desired checkin request.  Also fix formatting in this file.
2016-12-26 15:19:04 -08:00
..
Auth Removed todo 2016-12-22 21:09:01 -08:00
AccessoriesController.php Notification rework (#3103) 2016-12-26 15:19:04 -08:00
ActionlogController.php Discussion: Moving to policies for controller based authorization (#3080) 2016-12-19 11:04:28 -08:00
AssetMaintenancesController.php Move sanitization of input to the model attribute setters. This cleans up a lot of checks in the various controller methods and ensures data will be set in the model accurately regardless of where it's set. Add unit tests for these methods (#3102) 2016-12-26 15:17:46 -08:00
AssetModelsController.php Move sanitization of input to the model attribute setters. This cleans up a lot of checks in the various controller methods and ensures data will be set in the model accurately regardless of where it's set. Add unit tests for these methods (#3102) 2016-12-26 15:17:46 -08:00
AssetsController.php Notification rework (#3103) 2016-12-26 15:19:04 -08:00
CategoriesController.php Two asset maintence related fixes (#3101) 2016-12-26 15:17:12 -08:00
CompaniesController.php Cleanup controller escaping (#3084) 2016-12-19 22:00:50 -08:00
ComponentsController.php Notification rework (#3103) 2016-12-26 15:19:04 -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 Cleaned up custom fields controllers, views, names, etc 2016-12-15 19:17:07 -08:00
CustomFieldsetsController.php Cleaned up custom fields controllers, views, names, etc 2016-12-15 19:17:07 -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 Notification rework (#3103) 2016-12-26 15:19:04 -08:00
LocationsController.php Move sanitization of input to the model attribute setters. This cleans up a lot of checks in the various controller methods and ensures data will be set in the model accurately regardless of where it's set. Add unit tests for these methods (#3102) 2016-12-26 15:17:46 -08:00
ManufacturersController.php Add presenters for models. (#3098) 2016-12-23 17:52:00 -08:00
ProfileController.php Cleanup controller escaping (#3084) 2016-12-19 22:00:50 -08:00
ReportsController.php Add presenters for models. (#3098) 2016-12-23 17:52:00 -08:00
SettingsController.php Removed leading slash for url helper 2016-12-15 16:42:14 -08:00
StatuslabelsController.php Move sanitization of input to the model attribute setters. This cleans up a lot of checks in the various controller methods and ensures data will be set in the model accurately regardless of where it's set. Add unit tests for these methods (#3102) 2016-12-26 15:17:46 -08:00
SuppliersController.php Cleanup controller escaping (#3084) 2016-12-19 22:00:50 -08:00
UsersController.php Move sanitization of input to the model attribute setters. This cleans up a lot of checks in the various controller methods and ensures data will be set in the model accurately regardless of where it's set. Add unit tests for these methods (#3102) 2016-12-26 15:17:46 -08:00
ViewAssetsController.php Add presenters for models. (#3098) 2016-12-23 17:52:00 -08:00