snipe-it/app/Models
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
..
Accessory.php Fixes #2833 - changed minimum qty to 0 2016-10-29 06:08:13 -07:00
Actionlog.php Adds drawn signature to asset acceptance (#2846) 2016-10-31 21:00:30 -07:00
Asset.php Translate emails (#2652) 2016-09-26 14:13:07 -07:00
AssetMaintenance.php Use trans instead of lang:: 2016-07-10 21:07:59 -07:00
AssetModel.php Checkout Improvements, and initial support for requesting an asset model (#2573) 2016-09-15 19:58:27 -07:00
Category.php Updated undeleted validation 2016-07-26 01:49:21 -07:00
CheckoutRequest.php Checkout Improvements, and initial support for requesting an asset model (#2573) 2016-09-15 19:58:27 -07:00
Company.php Company to logs (#2717) 2016-09-29 22:20:49 -07:00
CompanyableChildScope.php Updated docblocks 2016-04-07 13:21:09 -07:00
CompanyableChildTrait.php Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
CompanyableScope.php Updated docblocks 2016-04-07 13:21:09 -07:00
CompanyableTrait.php Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
Component.php Fixes #2809 - adds serial number to components 2016-10-27 15:33:48 -07:00
Consumable.php Actionlog Class: Improvements and polymorphism (#2561) 2016-09-06 19:39:42 -07:00
ConsumableAssignment.php Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
CustomField.php Fix array generation for select 2016-08-25 21:04:10 -07:00
CustomFieldset.php Don’t make required encrypted custom fields required if user is not an admin 2016-08-25 21:03:52 -07:00
Depreciable.php Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
Depreciation.php Fixes #1909 - allow 0 month depreciation 2016-04-19 07:39:54 -07:00
Group.php Formatting fixes for coding standards 2016-06-22 12:27:41 -07:00
ICompanyableChild.php Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
Ldap.php Fixes #106 - adds Google Authenticator support (#2842) 2016-10-29 05:50:55 -07:00
License.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
LicenseSeat.php Actionlog Class: Improvements and polymorphism (#2561) 2016-09-06 19:39:42 -07:00
Location.php Updated undeleted validation 2016-07-26 01:49:21 -07:00
Loggable.php Set a user_id of -1 if there isn't a logged in user. This fixes the CLI importer, and opens the door in the future for some sort of virtual importer user... which may fix other issues the importer currently has (#2775) 2016-10-17 11:07:08 -07:00
Manufacturer.php Add manufacturer to licenses (#2436) 2016-08-16 18:49:54 -07:00
Requestable.php Checkout Improvements, and initial support for requesting an asset model (#2573) 2016-09-15 19:58:27 -07:00
Setting.php Fixed indenting 2016-07-13 05:47:32 -07:00
Statuslabel.php Updated undeleted validation 2016-07-26 01:49:21 -07:00
Supplier.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
Throttle.php Version 3 - hold onto your butts 2016-03-25 01:18:05 -07:00
User.php Feature - allow search on group names 2016-10-31 18:27:34 -07:00