icingaweb2/library/Icinga
Eric Lippmann af58732545 Introduce `User::can()' for checking whether a user has a given permission
The authentication manager already has the `hasPermission()' method but it lacks wildcard support
and uses stupid looping. Implementing this method on the user further saves a call to `User::getPermissions()'.
2014-09-18 14:37:18 +02:00
..
Application Implement plural and context based translation functionality 2014-09-16 15:19:23 +02:00
Authentication Throw IcingaException rather than Exception 2014-08-27 16:03:15 +02:00
Chart Fix disappearing tooltips on SVG reload 2014-09-08 16:23:14 +02:00
Cli Throw IcingaException rather than Exception 2014-08-27 16:03:15 +02:00
Config Support nested keys expressed as single strings in the PreservingIniWriter 2014-08-26 18:05:22 +02:00
Data Rename Icinga\Protocol\File\Reader to ...\File\FileReader 2014-09-04 16:37:24 +02:00
Exception SystemPermissionException: extend IcingaException 2014-08-26 11:21:57 +02:00
File Remove license headers from all files 2014-07-15 13:43:52 +02:00
Logger Menu: do not show application log when none exists 2014-09-05 15:31:30 +02:00
Protocol Icinga\Protocol\File\FileReader: use Icinga\Util\Enumerate 2014-09-05 13:49:28 +02:00
Test Fix testing errors due to accessing the session id by using our container 2014-07-16 10:18:00 +02:00
User Remove leading backslashes from the targets of use statements 2014-08-27 15:51:49 +02:00
Util Implement plural and context based translation functionality 2014-09-16 15:19:23 +02:00
Web Implement plural and context based translation functionality 2014-09-16 15:19:23 +02:00
User.php Introduce `User::can()' for checking whether a user has a given permission 2014-09-18 14:37:18 +02:00