snipe-it/app/Console/Commands
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
..
AssetImportCommand.php Formatting fixes for coding standards 2016-06-22 12:27:41 -07:00
CreateAdmin.php Formatting fixes for coding standards 2016-06-22 12:27:41 -07:00
DisableLDAP.php Formatting fixes for coding standards 2016-06-22 12:27:41 -07:00
LicenseImportCommand.php Formatting fixes for coding standards 2016-06-22 12:27:41 -07:00
ObjectImportCommand.php Removed extra debugging info 2016-08-29 23:13:30 -07:00
PaveIt.php Actionlog Class: Improvements and polymorphism (#2561) 2016-09-06 19:39:42 -07:00
Purge.php Include asset maintenances in purge 2016-08-18 07:06:15 -07:00
SendExpirationAlerts.php Formatting fixes for coding standards 2016-06-22 12:27:41 -07:00
SendInventoryAlerts.php Formatting fixes for coding standards 2016-06-22 12:27:41 -07:00
SystemBackup.php Formatting fixes for coding standards 2016-06-22 12:27:41 -07:00
Versioning.php Clearer version in footer 2016-07-21 21:39:23 -07:00