summaryrefslogtreecommitdiffstats
path: root/Authorization/AccessDecisionManagerInterface.php
Commit message (Collapse)AuthorAgeFilesLines
* namespace changesJohannes M. Schmitt2011-01-261-51/+0
| | | | | | Symfony\Component\Security -> Symfony\Component\Security\Core Symfony\Component\Security\Acl remains unchanged Symfony\Component\HttpKernel\Security -> Symfony\Component\Security\Http
* normalized license messages in PHP filesDominique Bongiraud2011-01-181-4/+4
|
* removed ForbiddenHttpExceptionFabien Potencier2010-12-101-2/+0
| | | | | | | | | Both HttpKernel and Security define a 403 exception: * Symfony\Component\HttpKernel\Exception\ForbiddenHttpException * Symfony\Component\Security\Exception\AccessDeniedException The one in HttpKernel has been removed in favor of the Security one.
* [Security] Fixed coding standardPascal Borreli2010-10-191-1/+1
|
* added the Security Component and its integration into the MVC frameworkFabien Potencier2010-10-191-0/+53
Happy birthday symfony!