summaryrefslogtreecommitdiffstats
path: root/Core/SecurityContext.php
Commit message (Collapse)AuthorAgeFilesLines
* [Security] Remove deprecated interfacesNicolas Grekas2015-09-031-104/+0
|
* fixes CSFabien Potencier2015-08-241-1/+2
|
* Silence invasive deprecation warnings, opt-in for warningsv2.7.1reecefowell2015-06-081-1/+1
|
* Merge branch '2.6' into 2.7Fabien Potencier2015-02-051-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 2.6: (46 commits) fixxed order of usage [2.7] [Form] Replaced calls to array_search() by in_array() where is no need to get the index [Process] Make test AbstractProcessTest::testStartAfterATimeout useful again removed non-sense example Fixes small typo. [Validator] Remove unnecessary include in tests [HttpFoundation] minor: clarify Request::getUrlencodedPrefix() regex fixed typo [Validator] fix DOS-style line endings Drop useless execution bit bumped Symfony version to 2.6.5 [Serializer] update changelog updated VERSION for 2.6.4 updated CHANGELOG for 2.6.4 bumped Symfony version to 2.5.11 [HttpKernel] Added use of provided by #12022 method to instantiate controller class in bundle's controller resolver updated VERSION for 2.5.10 updated CHANGELOG for 2.5.10 [Validator] Add a Russian translation for invalid charset message [2.3] [Validator] spanish translation for invalid charset message ... Conflicts: src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php src/Symfony/Component/HttpKernel/Exception/FatalErrorException.php src/Symfony/Component/HttpKernel/Exception/FlattenException.php src/Symfony/Component/HttpKernel/Kernel.php src/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php src/Symfony/Component/Validator/Resources/translations/validators.de.xlf src/Symfony/Component/Validator/Resources/translations/validators.en.xlf src/Symfony/Component/Validator/Resources/translations/validators.es.xlf src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf src/Symfony/Component/Validator/Resources/translations/validators.ru.xlf src/Symfony/Component/Validator/Resources/translations/validators.sl.xlf
| * Fixes small typo.Adrian Philipp2015-02-041-1/+1
| |
* | [Security] removed usage of the deprecated SecurityContextInterfaceFabien Potencier2015-01-081-6/+2
| |
* | Normalized @deprecated annotations.Hugo Hamon2015-01-051-3/+7
| |
* | Adds deprecation notices for structures to be removed in 3.0.Hugo Hamon2015-01-051-0/+8
|/
* [2.6] cleanup deprecated usesNicolas Grekas2015-01-051-6/+0
|
* Fixed typo in SecurityContext PHPDocMatthias Althaus2014-12-081-1/+1
| | | Fixed typo in PHPDoc
* Split of the SecurityContext to AuthorizationChecker and TokenStorageIltar van der Berg2014-09-241-30/+46
|
* made phpdoc types consistent with those defined in HackFabien Potencier2014-04-151-1/+1
|
* [Component/Security] Fixed some phpdocs in Security/CoreJoseph Bielawski2014-01-171-12/+3
|
* fixed CSFabien Potencier2012-07-091-1/+1
|
* fixed CSFabien Potencier2012-05-181-1/+1
|
* Revert "merged branch kriswallsmith/security/demeter-fix (PR #2816)"Fabien Potencier2011-12-301-14/+0
| | | | | This reverts commit 76ba2bc7accbea356c9a5bf5231bf786f50ffd90, reversing changes made to 4730f4303b1a266185226ee05fa9f93f0468a2e1.
* merged 2.0Fabien Potencier2011-12-131-0/+2
|\
| * [DoctrineBridge] fixed some CSFabien Potencier2011-12-131-0/+2
| |
* | [Security] added SecurityContextInterface::getUser()Kris Wallsmith2011-12-081-0/+14
|/ | | | | | | | | | | | This changes helps the common use case of fetching the current user and better complies with the Law of Demeter (http://en.wikipedia.org/wiki/Law_of_Demeter). Before (still works): $token = $context->getToken(); $user = $token ? $token->getUser() : null; After: $user = $context->getUser();
* [Security] fixed castv2.0.7Fabien Potencier2011-12-071-1/+5
|
* removed unused use statementsFabien Potencier2011-10-291-2/+0
|
* [Security] Improving the exception when the security context has no tokenRyan Weaver2011-05-111-1/+1
| | | | | | This either mostly - or always - means that no firewall is currently activated. This message tries to alert the user to this. Reword
* capitalized 'boolean'Eriksen Costa2011-04-271-1/+1
|
* [Phpdoc] Cleaning/fixingPascal Borreli2011-04-231-0/+2
|
* [Security] Added missing phpdocTim Nagel2011-04-161-0/+8
|
* [Security] various changes, see belowJohannes Schmitt2011-03-101-6/+6
| | | | | | - visibility changes from protected to private - AccountInterface -> UserInterface - SecurityContext::vote() -> SecurityContext::isGranted()
* replaced symfony-project.org by symfony.comFabien Potencier2011-03-061-2/+2
|
* [Security] Refactored security context, moved getUser() implementation to ↵Johannes Schmitt2011-02-121-22/+8
| | | | templating
* namespace changesJohannes M. Schmitt2011-01-261-0/+94
Symfony\Component\Security -> Symfony\Component\Security\Core Symfony\Component\Security\Acl remains unchanged Symfony\Component\HttpKernel\Security -> Symfony\Component\Security\Http