Commit Graph

7 Commits

Author SHA1 Message Date
Marc Feininger 3e0c0123fd merged smottt/FOSAdvancedEncoderBundle for adding bcrypt
Conflicts:
	DependencyInjection/Configuration.php
	DependencyInjection/FOSAdvancedEncoderExtension.php
	Tests/DependencyInjection/FOSAdvancedEncoderExtensionTest.php
2014-03-13 13:50:05 +01:00
marc-f 37cc94863c added support for pbkdf2 Encoder 2014-03-12 11:40:09 +01:00
metod 3db4b7f690 fix constructor parameters for BCryptPasswordEncoder in Symfony 2.3 2013-10-26 13:38:09 +02:00
metod 5d77b0a599 added support for BCrypt Encoder 2013-06-01 14:44:23 +02:00
Christophe Coevoet 076df1f919 Added license headers 2011-11-29 15:56:22 +01:00
Drew Butler 5f39fc89b6 The Extension file contains the wrong class. This is causing the extension's dependency loader to not instantiate properly. The immediately noticed error is when parsing the config.yml, with the custom configuration given, this error is seen: There is no extension able to load the configuration for "fos_advanced_encoder". Changing the class name to match the file name fixes the problem. 2011-11-11 19:05:05 -05:00
Christophe Coevoet 2a7c4ba93f Moved the code to the FOS namespace 2011-11-10 13:46:03 +01:00