summaryrefslogtreecommitdiffstats
path: root/Core
Commit message (Collapse)AuthorAgeFilesLines
* [Security] removed import of the UserInterface interface as it is unused in ↵hhamon2011-03-181-6/+4
| | | | the file and fix some phpdoc.
* [Security] small performance optimizationJohannes M. Schmitt2011-03-141-0/+4
|
* re-added a __toString method for debugging purposesJohannes Schmitt2011-03-122-0/+25
|
* [Security] refactored remember-me codeJohannes M. Schmitt2011-03-112-10/+2
|
* [Security] added some more testsJohannes M. Schmitt2011-03-102-3/+16
|
* [Security] various changes, see belowJohannes Schmitt2011-03-1038-425/+347
| | | | | | - visibility changes from protected to private - AccountInterface -> UserInterface - SecurityContext::vote() -> SecurityContext::isGranted()
* replaced symfony-project.org by symfony.comFabien Potencier2011-03-0661-111/+111
|
* Merge branch 'opensky-hotfix/remember-me-token-fix' into securityJohannes Schmitt2011-03-051-0/+17
|\
| * [Security] added the 'key' attribute of RememberMeToken to serialized string ↵Bulat Shakirzyanov2011-03-041-0/+17
| | | | | | | | to be stored in session
* | [Security] changed defaults for MessageDigestEncoderJohannes Schmitt2011-03-051-1/+1
| | | | | | | | | | - encode_as_base64 set to true - iterations increased to 5000 from 1
* | [Security] improved entropy to make collision attacks harderJohannes Schmitt2011-03-051-1/+1
|/
* Merge remote branch 'schmittjoh/security'Fabien Potencier2011-02-272-2/+8
|\ | | | | | | | | | | * schmittjoh/security: [Security] added method to retrieve the configured remember-me parameter [Security] Copy token attributes when auth providers create a new token from another
| * [Security] Copy token attributes when auth providers create a new token from ↵Jeremy Mikola2011-02-232-2/+8
| | | | | | | | | | | | another PreAuthenticatedAuthenticationProvider and UserAuthenticationProvider tend to copy a token instead of modifying it during their authenticate() methods, which is probably a good idea if the token might be immutable. Ensure that the token's attributes get copied along with everything else.
* | Merge remote branch 'lsmith77/code_analyzer_2011_02_27'Fabien Potencier2011-02-271-1/+1
|\ \ | | | | | | | | | | | | | | | * lsmith77/code_analyzer_2011_02_27: corrected NonceExpiredException namespace issues found by static code analysis
| * | corrected NonceExpiredException namespaceLukas Kahwe Smith2011-02-271-1/+1
| |/
* | [Security] Removed useless elsePascal Borreli2011-02-271-2/+2
|/
* [Security] adds a chain user providerJohannes M. Schmitt2011-02-161-0/+70
|
* [Security] moved Security classes out of DoctrineBundle, cleaned-up ↵Johannes Schmitt2011-02-161-0/+85
| | | | | | | | | | | | | | SecurityExtension accordingly Note that this commit removes the built-in support for MongoDB user providers. This code can be moved back in once there is a stable release for MongoDB, but for now you have to set-up that user provider just like you would set-up any custom user provider: security: providers: document_provider: id: my.mongo.provider
* [Security/Http] Adds CSRF protection to the form-loginJohannes Schmitt2011-02-161-0/+12
|
* [Security] Add providerKey to PreAuthenticatedToken tokens constructed by ↵Jeremy Mikola2011-02-151-1/+1
| | | | PreAuthenticatedAuthenticationProvider
* [Security] Allow authentication tokens to hold attributesJeremy Mikola2011-02-152-2/+107
|
* [Security] fixes a bug where authentication errors might have leaked ↵Johannes Schmitt2011-02-141-1/+23
| | | | confidential information
* [Security] simplified encoder factory implementationJohannes Schmitt2011-02-141-29/+21
|
* [Security] Fixed indentingJordi Boggiano2011-02-121-22/+22
|
* [Security] Refactored security context, moved getUser() implementation to ↵Johannes Schmitt2011-02-123-25/+30
| | | | templating
* [Security] removed __toString() from AccountInterfaceJohannes Schmitt2011-02-122-13/+6
|
* [Security] bug fix in FormAuthenticationEntryPointJohannes M. Schmitt2011-02-022-33/+1
|
* [Security] fixed a Token serialization bugSebastian Utz2011-02-024-23/+12
|
* namespace changesJohannes M. Schmitt2011-01-2663-0/+3726
Symfony\Component\Security -> Symfony\Component\Security\Core Symfony\Component\Security\Acl remains unchanged Symfony\Component\HttpKernel\Security -> Symfony\Component\Security\Http