snipe-it/app/Http/Controllers
snipe a914dacf8e Adds drawn signature to asset acceptance (#2846)
* Adds digital signature to asset acceptance

This is still a little broken - the history is displaying “Deleted user”, since there is no item type listed. Saving the item_type as App\Models\User tries to update accepted on the users table, which obviously doesn’t exist.

* Use asset facade for folks in subdirs

* Possible fix for weird accepted/declined display

* Display signature in modal popup if sigs are required

* Wrap that display file in auth middleware, just to be sure.

It shoudl fail if you’re not authorized since you’re not logged in, but better safe than sorry

* Fixed header section of layout

* Removed extra drop from migration rollback
2016-10-31 21:00:30 -07:00
..
Auth Harden PragmaRX secret to 32 bytes (#2859) 2016-10-31 11:20:31 -07:00
AccessoriesController.php Eager load many more things. Fixes a lot of n+1 queries in ajax/bootstrap tables requests (#2832) 2016-10-28 14:15:13 -07:00
ActionlogController.php Adds drawn signature to asset acceptance (#2846) 2016-10-31 21:00:30 -07:00
AssetMaintenancesController.php Fix companyable reult in maintenances 2016-09-27 19:07:45 -07:00
AssetModelsController.php Eager load many more things. Fixes a lot of n+1 queries in ajax/bootstrap tables requests (#2832) 2016-10-28 14:15:13 -07:00
AssetsController.php Log checkouts (#2772) 2016-10-12 18:45:32 -07:00
CategoriesController.php Eager load many more things. Fixes a lot of n+1 queries in ajax/bootstrap tables requests (#2832) 2016-10-28 14:15:13 -07:00
CompaniesController.php Use updated redirect() reference 2016-04-28 21:06:41 -07:00
ComponentsController.php Fixes #2809 - adds serial number to components 2016-10-27 15:33:48 -07:00
ConsumablesController.php Eager load many more things. Fixes a lot of n+1 queries in ajax/bootstrap tables requests (#2832) 2016-10-28 14:15:13 -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 Fixes #2448 - redirect to intended page 2016-10-29 07:32:48 -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 Eager load many more things. Fixes a lot of n+1 queries in ajax/bootstrap tables requests (#2832) 2016-10-28 14:15:13 -07:00
LocationsController.php Formatting fixes for coding standards 2016-06-22 12:27:41 -07:00
ManufacturersController.php Eager load many more things. Fixes a lot of n+1 queries in ajax/bootstrap tables requests (#2832) 2016-10-28 14:15:13 -07:00
ProfileController.php Allow certain users to override 2FA with permission 2016-10-31 16:52:25 -07:00
ReportsController.php Adds drawn signature to asset acceptance (#2846) 2016-10-31 21:00:30 -07:00
SettingsController.php Adds drawn signature to asset acceptance (#2846) 2016-10-31 21:00:30 -07:00
StatuslabelsController.php Added show in nav for status label views and controller 2016-08-23 18:52:42 -07:00
SuppliersController.php Eager load many more things. Fixes a lot of n+1 queries in ajax/bootstrap tables requests (#2832) 2016-10-28 14:15:13 -07:00
UsersController.php Check if the edited users permissioms are superuser before edit 2016-10-31 19:37:24 -07:00
ViewAssetsController.php Adds drawn signature to asset acceptance (#2846) 2016-10-31 21:00:30 -07:00