summaryrefslogtreecommitdiffstats
path: root/Core/Role
Commit message (Collapse)AuthorAgeFilesLines
* [Security] deprecate the RoleInterfaceChristian Flothmann2016-12-072-2/+3
|
* [Security] Optimize RoleHierarchy's buildRoleMap methodEnleur2016-09-061-2/+10
|
* Merge branch '2.4'Fabien Potencier2014-01-242-6/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 2.4: (35 commits) Update validators.ro.xlf add non-standard port to HTTP_HOST fixed attribute "source-language" for translations [Process] clarify idle timeout [Security] fix DI for SimpleFormAuthenticationListener Update PluralizationRules.php Update validators.pt_BR.xlf Translated remaining items (57-72) Updated Vietnamese translation allow null value in fragment handler added missing dot in translation updated Arabic translations Update validators.id.xlf [Validator] Translate validator messages into Brazilian Portuguese Added more Swedish validator translations Update validators.ca.xlf fixed typos in Welsh translation Added missing Croatian translations [Form] fixed allow render 0 and 0.0 numeric input values Fixed validators.nl.xlf ... Conflicts: src/Symfony/Bridge/Twig/composer.json
| * [Component/Security] Fixed some phpdocs in Security/CoreJoseph Bielawski2014-01-172-6/+2
| |
* | Change of scopeDavid Joos2013-12-301-2/+2
|/ | | | When overriding the Symfony RoleHierarchy it would be great to be able to get access to the buildRoleMap-method and map-variable for more advanced usage.
* CS Fixes - Replaced "array of type" by "Type[]" in PHPDoc blockThomas Lallement2012-11-191-2/+2
|
* fixed typoFabien Potencier2012-11-061-1/+1
|
* Revert "merged branch stof/serializable_role (PR #4925)"Fabien Potencier2012-07-152-35/+1
| | | | | This reverts commit b0750f6dcd1e6f8b1be2c1e6604d4cbb785c9a8e, reversing changes made to d09bfe7552148d1d36b65487dfcbd378830b55a0.
* fixed the serialization of the SwitchUserRoleChristophe Coevoet2012-07-141-0/+18
|
* [Security] Implemented the Serializable interface in the Role classChristophe Coevoet2012-07-141-1/+17
|
* fixed CSFabien Potencier2012-07-092-2/+2
|
* [Security] various changes, see belowJohannes Schmitt2011-03-103-5/+5
| | | | | | - visibility changes from protected to private - AccountInterface -> UserInterface - SecurityContext::vote() -> SecurityContext::isGranted()
* replaced symfony-project.org by symfony.comFabien Potencier2011-03-065-10/+10
|
* namespace changesJohannes M. Schmitt2011-01-265-0/+233
Symfony\Component\Security -> Symfony\Component\Security\Core Symfony\Component\Security\Acl remains unchanged Symfony\Component\HttpKernel\Security -> Symfony\Component\Security\Http