Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Security] Split the component into 3 sub-components Core, ACL, HTTP | Bernhard Schussek | 2013-09-18 | 4 | -948/+0 |
| | |||||
* | Fixed typos | Pascal Borreli | 2013-08-24 | 1 | -1/+1 |
| | |||||
* | removed deps checks in unit tests | Fabien Potencier | 2013-08-19 | 4 | -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 Zalas | 2013-05-24 | 1 | -0/+92 |
| | |||||
* | Try to make sure cookies get deleted from the TokenProvider when no longer ↵ | Terje Bråten | 2012-11-21 | 2 | -9/+9 |
| | | | | in use | ||||
* | [Security] fixed tests when OpenSSL is not installed | Fabien Potencier | 2012-10-28 | 1 | -1/+1 |
| | |||||
* | moved the secure random dep for remember me as a constructor argument | Fabien Potencier | 2012-10-28 | 1 | -4/+1 |
| | |||||
* | renamed Prng to SecureRandom | Fabien Potencier | 2012-10-28 | 1 | -2/+2 |
| | |||||
* | moved the secure random class from JMSSecurityExtraBundle to Symfony (closes ↵ | Fabien Potencier | 2012-10-28 | 1 | -1/+5 |
| | | | | #3595) | ||||
* | updated license blocks | Eriksen Costa | 2012-03-31 | 3 | -9/+9 |
| | |||||
* | moved component and bridge unit tests to the src/ directory | Fabien Potencier | 2012-03-29 | 3 | -0/+883 |
This is the first step to make each Symfony Component and Bridge self-contained. |