38 Commits

Author SHA1 Message Date
Christophe Coevoet
99d598199d Changed the autoloading to PSR-4 2014-03-14 14:08:48 +01:00
Christophe Coevoet
1977ebcde3 Added a branch alias for master 2014-03-13 15:04:13 +01:00
Christophe Coevoet
55273d2065 Fixed CS 2014-03-13 14:52:44 +01:00
Christophe Coevoet
55624532a8 Updated the installation instructions v1.1.0 2014-03-13 14:32:21 +01:00
Christophe Coevoet
683df6494a Added a note about the Symfony 2.5 feature 2014-03-13 14:29:17 +01:00
Christophe Coevoet
00a417d4ee Added the scrutinizer badges 2014-03-13 14:27:01 +01:00
Christophe Coevoet
a86856e23d Added the external code coverage on Scrutinizer 2014-03-13 14:18:52 +01:00
Christophe Coevoet
f0c230e5aa Added testing on more versions
This tests on PHP 5.6 and 5.6 and HHVM.
It also adds some builds with specific Symfony versions rather than the latest stable.
2014-03-13 14:15:14 +01:00
Christophe Coevoet
c4fec6f11d Merge pull request #10 from marc-f/master
Added bcrypt and pbkdf2 encoder support

Closes #7
2014-03-13 14:11:47 +01:00
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
Kris Wallsmith
bc9d59affb updated constraints 1.0.1 2013-06-03 13:37:24 -06:00
metod
5d77b0a599 added support for BCrypt Encoder 2013-06-01 14:44:23 +02:00
Christophe Coevoet
e3ef1f1317 Merge pull request #5 from pulse00/composerpatch
Updated symfony dependencies for 2.2 support
2013-01-12 03:56:19 -08:00
Robert Gruendler
2726627405 updated symfony dependencies for 2.2 support 2013-01-12 09:25:31 +01:00
Christophe Coevoet
9c69e092db Switched the testsuite to composer 2012-06-20 00:05:09 +02:00
Christophe Coevoet
f30fc908ac Fixed CS 2012-06-19 23:56:41 +02:00
Christophe Coevoet
531cf302bc Updated the constraint to require 2.1 2012-06-20 00:33:36 +03:00
Christophe Coevoet
c75786a658 Merge pull request #4 from FabienPennequin/symfony2.1
Update for latest changes in Security component of Symfony2.1
2012-06-19 14:32:30 -07:00
Fabien Pennequin
0ffd8b1ce9 Update for latest changes in Security component of Symfony2.1 2012-06-19 23:20:24 +02:00
Christophe Coevoet
dcb8b73c3c Fixed the composer.json constraints 1.0.0 2012-04-13 17:28:05 +02:00
Christophe Coevoet
8e67f3d04b Fixed the phpunit config 2011-12-17 15:39:23 +01:00
Christophe Coevoet
cf47c03afa Made it possible to change the Symfony version locally 2011-12-17 15:31:41 +01:00
Christophe Coevoet
a925b32b82 Merge remote-tracking branch 'upstream/master' 2011-12-17 15:28:49 +01:00
Tim Nagel
1189f964aa Merge pull request #2 from qpleple/patch-1 2011-12-17 13:09:29 +11:00
Tim Nagel
ba1fe12ca6 Merge pull request #3 from qpleple/patch-2
typo
2011-12-16 18:04:26 -08:00
Quentin Pleplé
65212287bc typo 2011-12-17 02:59:21 +01:00
Quentin Pleplé
b880a588a9 It is sometimes case sensitive. 2011-12-17 02:54:46 +01:00
Christophe Coevoet
e87fc16e52 Updated travis config 2011-12-10 21:25:06 +01:00
Christophe Coevoet
3bab9919e6 Added the build status in the readme
[ci skip]
2011-11-29 16:19:44 +01:00
Christophe Coevoet
512c1f1899 Added travis CI 2011-11-29 16:06:51 +01:00
Christophe Coevoet
081a3a4605 Improved code coverage 2011-11-29 15:56:58 +01:00
Christophe Coevoet
076df1f919 Added license headers 2011-11-29 15:56:22 +01:00
Christophe Coevoet
07c111975d Merge pull request #1 from nodrew/patch-1
The Extension file contains the wrong class.
2011-11-11 16:11:40 -08: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
Christophe Coevoet
261ac4e93b First version of the bundle 2011-11-05 13:53:41 +01:00