Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Security] Split the component into 3 sub-components Core, ACL, HTTP | Bernhard Schussek | 2013-09-18 | 17 | -3118/+0 |
| | |||||
* | removed deps checks in unit tests | Fabien Potencier | 2013-08-19 | 7 | -38/+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. | ||||
* | Fix finding ACLs from ObjectIdentity's with different types | Samuel Gordalina | 2013-04-07 | 1 | -0/+17 |
| | |||||
* | Fixed @expectedException definitions to reference absolute exception paths | Bernhard Schussek | 2013-01-05 | 3 | -3/+3 |
| | |||||
* | Fixed typos | Pascal Borreli | 2012-07-28 | 4 | -4/+4 |
| | |||||
* | fixed CS | Fabien Potencier | 2012-07-09 | 1 | -2/+0 |
| | |||||
* | merged 2.0 | Fabien Potencier | 2012-05-20 | 1 | -2/+1 |
| | |||||
* | fixed CS | Fabien Potencier | 2012-05-18 | 1 | -1/+1 |
| | |||||
* | fixed CS | Fabien Potencier | 2012-05-01 | 1 | -10/+10 |
| | |||||
* | [Security][ACL] Fixed ObjectIdentity::fromDomainObject and ↵ | Jordan Alliot | 2012-04-12 | 2 | -64/+98 |
| | | | | | | | UserSecurityIdentity::from(Account|Token) when working with proxies Backported ClassUtils class from Doctrine Common 2.2 Fixes #2611, #2056, #2048, #2035 | ||||
* | updated license blocks | Eriksen Costa | 2012-03-31 | 1 | -3/+3 |
| | |||||
* | moved component and bridge unit tests to the src/ directory | Fabien Potencier | 2012-03-29 | 17 | -0/+3108 |
This is the first step to make each Symfony Component and Bridge self-contained. |