Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Security] Split the component into 3 sub-components Core, ACL, HTTP | Bernhard Schussek | 2013-09-18 | 4 | -230/+0 |
| | |||||
* | removed deps checks in unit tests | Fabien Potencier | 2013-08-19 | 4 | -32/+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] Return 401 when using use_forward for form authentication | Gunnar Lium | 2013-03-23 | 1 | -2/+5 |
| | |||||
* | [Security] removed the 401 error custom status message | Fabien Potencier | 2012-11-06 | 2 | -5/+0 |
| | |||||
* | [Security] fixed typo in a test | Fabien Potencier | 2012-08-31 | 1 | -1/+1 |
| | |||||
* | fixed CS (missing or misplaced license blocks) | Eriksen Costa | 2012-04-02 | 4 | -0/+36 |
| | |||||
* | moved component and bridge unit tests to the src/ directory | Fabien Potencier | 2012-03-29 | 4 | -0/+228 |
This is the first step to make each Symfony Component and Bridge self-contained. |