snipe-it/app/Http/Controllers
Daniel Meltzer e86adccf19 Actionlog Class: Improvements and polymorphism (#2561)
* Save progress

* Create a new action_log table to replace asset_log.  Use Polymorphism to generalize class and targets.  Port everything I can find to use it.  Add a migration to port the asset_logs table to action_logs.

* Allow accepted_id to be nullable.

* Comment out the thread_id migration, because it b0rks on a new database with the move.  I'm unsure if the thread_id does anything...It doesn't seem to be used

* Clean up all old methods from Actionlog model.  Port everything to use new cleaner interface.

* Port the actionlog factory to fix travis.

* Adjust code to work on php5.  Also fix lurking adminlog call.

* Remove weird code

* Port the pave command.  Also fix dangling adminlog
2016-09-06 19:39:42 -07:00
..
Auth Allow admin to turn LDAP password sync off. 2016-08-04 14:29:28 -07:00
AccessoriesController.php Actionlog Class: Improvements and polymorphism (#2561) 2016-09-06 19:39:42 -07:00
AssetMaintenancesController.php A little demo-proofing of the maintenances page 2016-08-30 07:34:33 -07:00
AssetModelsController.php Formatting fixes for coding standards 2016-06-22 12:27:41 -07:00
AssetsController.php Actionlog Class: Improvements and polymorphism (#2561) 2016-09-06 19:39:42 -07:00
CategoriesController.php Fix 2347 (#2394) 2016-08-16 13:02:42 -07:00
CompaniesController.php Use updated redirect() reference 2016-04-28 21:06:41 -07:00
ComponentsController.php Actionlog Class: Improvements and polymorphism (#2561) 2016-09-06 19:39:42 -07:00
ConsumablesController.php Actionlog Class: Improvements and polymorphism (#2561) 2016-09-06 19:39:42 -07:00
Controller.php Updated docblocks 2016-04-07 13:21:09 -07:00
CustomFieldsController.php Store new fields in the database 2016-08-25 17:08:08 -07:00
DashboardController.php Actionlog Class: Improvements and polymorphism (#2561) 2016-09-06 19:39:42 -07:00
DepreciationsController.php Formatting fixes for coding standards 2016-06-22 12:27:41 -07:00
GroupsController.php Formatting fixes for coding standards 2016-06-22 12:27:41 -07:00
LicensesController.php Actionlog Class: Improvements and polymorphism (#2561) 2016-09-06 19:39:42 -07:00
LocationsController.php Formatting fixes for coding standards 2016-06-22 12:27:41 -07:00
ManufacturersController.php Add manufacturer to licenses (#2436) 2016-08-16 18:49:54 -07:00
ProfileController.php Fixes #2399 2016-08-30 12:34:23 -07:00
ReportsController.php Actionlog Class: Improvements and polymorphism (#2561) 2016-09-06 19:39:42 -07:00
SettingsController.php Allow admin to turn LDAP password sync off. 2016-08-04 14:29:28 -07:00
StatuslabelsController.php Added show in nav for status label views and controller 2016-08-23 18:52:42 -07:00
SuppliersController.php Fix for missing input variable in suppliers ajax method 2016-07-13 22:35:21 -07:00
UsersController.php Actionlog Class: Improvements and polymorphism (#2561) 2016-09-06 19:39:42 -07:00
ViewAssetsController.php Actionlog Class: Improvements and polymorphism (#2561) 2016-09-06 19:39:42 -07:00