summaryrefslogtreecommitdiffstats
path: root/Tests/Http/RememberMe
Commit message (Collapse)AuthorAgeFilesLines
* [Security] Split the component into 3 sub-components Core, ACL, HTTPBernhard Schussek2013-09-184-948/+0
|
* Fixed typosPascal Borreli2013-08-241-1/+1
|
* removed deps checks in unit testsFabien Potencier2013-08-194-28/+0
| | | | | | | | As Composer is now widely used in the PHP world, having to run composer install before running the test suite is expected. This also has the nice benefit of removing a bunch of code, making things easier to maintain (there is only one place to declare a dev dependency), and probably more.
* [Security] Added tests for the remember me ReponseListener.Jakub Zalas2013-05-241-0/+92
|
* Try to make sure cookies get deleted from the TokenProvider when no longer ↵Terje Bråten2012-11-212-9/+9
| | | | in use
* [Security] fixed tests when OpenSSL is not installedFabien Potencier2012-10-281-1/+1
|
* moved the secure random dep for remember me as a constructor argumentFabien Potencier2012-10-281-4/+1
|
* renamed Prng to SecureRandomFabien Potencier2012-10-281-2/+2
|
* moved the secure random class from JMSSecurityExtraBundle to Symfony (closes ↵Fabien Potencier2012-10-281-1/+5
| | | | #3595)
* updated license blocksEriksen Costa2012-03-313-9/+9
|
* moved component and bridge unit tests to the src/ directoryFabien Potencier2012-03-293-0/+883
This is the first step to make each Symfony Component and Bridge self-contained.