snipe-it/resources/views/layouts
Daniel Meltzer 3cea12565b Add missing policies (#4330)
* Add Authorizable trait and interface to our user model so we have access to User::can/User::cant.  We should take a look at where else our user model has diverged from Larvel since it was created...

* Policy cleanup/fixes.

This commit adds policies for the missing backend/"settings" areas.  The
permissions were implemented a while back but the policies did not, so
authorizing actions was failing.

In addition, this condenses a lot of code in the policies into base
classes.  Most of the files were identical except for table names, so we
move all of the checks into a base class and override the table name in
each policy.

* Use a better name and permission for the check in the default layout.
2017-10-27 18:01:11 -07:00
..
basic.blade.php load custom css also on login page (#4260) 2017-10-19 06:01:41 -07:00
debug.blade.php Misc debug template for use with debugging CSV exports, etc 2016-09-12 14:05:31 -07:00
default.blade.php Add missing policies (#4330) 2017-10-27 18:01:11 -07:00
edit-form.blade.php Fixes #3634 - use new routes for groups 2017-06-08 20:24:26 -07:00
setup.blade.php Added nonce to basic blade 2017-09-29 05:49:26 -07:00