Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CS Fix] Consistent coding-style of concatenation operator usage | Dariusz Górecki | 2013-04-02 | 1 | -1/+1 |
| | |||||
* | [Security] fixed interface implementation (closes #6974) | Fabien Potencier | 2013-02-05 | 1 | -2/+2 |
| | |||||
* | fixed CS | Fabien Potencier | 2013-02-05 | 1 | -12/+14 |
| | |||||
* | Added BCrypt password encoder. | Elnur Abdurrakhimov | 2013-02-05 | 1 | -0/+146 |
| | |||||
* | Fixed most of the docblocks/unused namespaces | Florin Patan | 2012-12-19 | 2 | -0/+4 |
| | |||||
* | rename String to StringUtils | Fabien Potencier | 2012-10-28 | 1 | -2/+2 |
| | |||||
* | moved the secure random class from JMSSecurityExtraBundle to Symfony (closes ↵ | Fabien Potencier | 2012-10-28 | 1 | -10/+3 |
| | | | | #3595) | ||||
* | Merge branch '2.1' | Fabien Potencier | 2012-10-18 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 2.1: (28 commits) Delete use of CreationExeption [Form] Fixed error message in PropertyPath to not advice to use a non-existing feature [Form] Fixed creation of multiple money fields with different currencies [Form] Fixed setting the "data" option to an object in "choice" and "entity" type Fixed Serbian plural translations. Fixed IPv6 Check in RequestMatcher Fix typo change what I think is a typo [Console] Fix error when mode is not in PATH [WebProfilerBundle] fixed macro usage (to be forward compatible with Twig 2.x) Change monolog require-dev to use the branch alias instead of dev-master [FrameworkBundle] partially reverted previous merge [2.1] Added missing error return codes in commands Made the router lazy when setting the context [WebProfilerBundle] fixed typos Fix incorrect variable in FileProfilerStorage UnitTest fix UnitTest fix added a unit test fixed #5384 ... | ||||
| * | change what I think is a typo | Grégoire Paris | 2012-10-16 | 1 | -1/+1 |
| | | |||||
* | | [Security] Added Pbkdf2PasswordEncoder | Sebastiaan Stok | 2012-10-08 | 1 | -0/+97 |
|/ | | | | | | | | | | | | | | | | [Security] changed default iterations of Pbkdf2PasswordEncoder to 1000 instead of 5000 [Security] Improved description of PBKDF2 encoder [SecurityBundle] added PBKDF2 PasswordEncoder updated CHANGELOG.md [Security] Use the build-in hash_pbkdf2() when available [SecurityBundle] added information about hash_algorithm for configuration [Security] always check algorithm and fixed CS | ||||
* | fixed CS | Fabien Potencier | 2012-07-09 | 3 | -5/+3 |
| | |||||
* | [Security] fixed exception message in EncoderFactory | Douglas Greenshields | 2012-06-20 | 1 | -1/+1 |
| | |||||
* | [Security] Fix retrieval of encoder when configured for concrete classes | Alexander | 2012-06-18 | 1 | -1/+1 |
| | |||||
* | [Security] allowed class names to be passed as an argument to ↵ | Fabien Potencier | 2012-06-18 | 2 | -6/+8 |
| | | | | EncoderFactoryInterface::getEncoder() | ||||
* | fixed phpdoc @param alignment | Fabien Potencier | 2012-05-15 | 1 | -1/+1 |
| | |||||
* | add missing class var; add phpdocs | Gordon Franke | 2012-01-16 | 2 | -0/+6 |
| | |||||
* | [DoctrineBridge] fixed some CS | Fabien Potencier | 2011-12-13 | 2 | -1/+3 |
| | |||||
* | fixed CS | Fabien Potencier | 2011-06-08 | 2 | -2/+2 |
| | |||||
* | [Security] various changes, see below | Johannes Schmitt | 2011-03-10 | 4 | -12/+12 |
| | | | | | | - visibility changes from protected to private - AccountInterface -> UserInterface - SecurityContext::vote() -> SecurityContext::isGranted() | ||||
* | replaced symfony-project.org by symfony.com | Fabien Potencier | 2011-03-06 | 6 | -10/+10 |
| | |||||
* | [Security] changed defaults for MessageDigestEncoder | Johannes Schmitt | 2011-03-05 | 1 | -1/+1 |
| | | | | | - encode_as_base64 set to true - iterations increased to 5000 from 1 | ||||
* | [Security] improved entropy to make collision attacks harder | Johannes Schmitt | 2011-03-05 | 1 | -1/+1 |
| | |||||
* | [Security] Removed useless else | Pascal Borreli | 2011-02-27 | 1 | -2/+2 |
| | |||||
* | [Security] simplified encoder factory implementation | Johannes Schmitt | 2011-02-14 | 1 | -29/+21 |
| | |||||
* | namespace changes | Johannes M. Schmitt | 2011-01-26 | 6 | -0/+353 |
Symfony\Component\Security -> Symfony\Component\Security\Core Symfony\Component\Security\Acl remains unchanged Symfony\Component\HttpKernel\Security -> Symfony\Component\Security\Http |