Files
snipe-it/app/Models
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
..
2017-01-25 21:29:23 -08:00
2017-10-25 22:35:58 -07:00
2016-04-07 13:21:09 -07:00
2016-04-07 13:21:09 -07:00
2017-09-05 17:54:58 -07:00
2017-10-11 14:18:08 -07:00
2016-11-16 16:56:57 -08:00
2017-02-22 22:20:57 -08:00
2017-10-10 22:59:32 -07:00
2017-06-21 16:37:37 -07:00
2017-10-16 15:29:06 -07:00
2017-09-27 22:11:20 -07:00
2017-09-05 17:54:58 -07:00
2016-03-25 01:18:05 -07:00
2017-10-27 18:01:11 -07:00