Jellyfrog
0d56bbd946
Apply fixes from StyleCI ( #12123 )
2020-09-21 15:51:53 +02:00
Jellyfrog
36e54ab9f1
Use model::class instead of string for binding ( #11450 )
...
* Use model::class instead of string for binding
Originally from laravel shift
Shift bindings
PHP 5.5.9+ adds the new static `class` property which provides the fully qualified class name. This is preferred over using class name strings as these references are checked by the parser.
* Shift cleanup
2020-04-21 07:28:48 -05:00
Jellyfrog
988dd9b615
Fix regression after fc281ccc4b ( #10505 )
2019-08-08 06:44:42 -05:00
Jellyfrog
fc281ccc4b
Add device group filter to widgets ( #9692 )
2019-08-07 19:59:14 -05:00
Tony Murray
00a1185980
New permissions code ( #9986 )
...
* Initial permissions
* initial tests
* updates
* finish tests, other tweaks
* update legacy permissions checks
remove global :D
* missed facade extend
* Update eloquent permissions to use the new facade and drop joins
* method descriptions
* more docs
* fix style
2019-03-19 08:14:01 -05:00
Tony Murray
d64f3acb15
Refactor eloquent base ( #9716 )
...
* extract PortRelatedModel and DeviceRelatedModel
* add scope for inDeviceGroup
* handle null device group
2019-01-22 17:04:28 -06:00