Commit Graph

218 Commits

Author SHA1 Message Date
Mitchel 018fdd3f35 Update README.md
Added composer require instead of the manual way.
Composer require will search the latest version and install it for you.
2015-10-29 10:15:34 +01:00
Grégoire Passault 476530a212 Merge pull request #141 from max-kovpak/patch-2
POST_BIND deprecated
2015-09-25 09:21:54 +02:00
Max Kovpak 87d38d98a4 Update CaptchaType.php
Checkout version
2015-08-26 11:26:01 +03:00
Max Kovpak 3cc4b072c3 POST_BIND deprecated
POST_BIND deprecated since version 2.3, to be removed in 3.0. Use POST_SUBMIT instead.
2015-08-25 17:15:15 +03:00
Grégoire Passault 0f5e9870f1 Merge pull request #140 from max-kovpak/patch-1
Make it more unique
2015-08-25 16:06:15 +02:00
Max Kovpak c844cbcdbc Update CaptchaGenerator.php 2015-08-25 17:05:28 +03:00
Max Kovpak 50405a74a1 Make it more unique
If you have 2 forms on one page time will be not unique
2015-08-25 16:57:49 +03:00
Grégoire Passault 84760b0a9f Merge pull request #136 from StudioMaX/patch-1
Add configureOptions method to form types for SF 2.7
2015-08-18 20:19:33 +02:00
Grégoire Passault 8468f93194 Merge pull request #81 from ChessCom/master
Add the option of custom background images for the captcha
2015-08-13 12:30:47 +02:00
Grégoire Passault fe1102f5c6 Merge pull request #138 from Burakhan/master
Adding Turkish language translate
2015-08-10 12:05:33 +02:00
Burakhan f1fdfc142f Adding Turkish language translate 2015-08-10 11:15:05 +03:00
StudioMaX 2e49f50c1a Add configureOptions method to form types for SF 2.7 2015-07-09 22:19:21 +06:00
Grégoire Passault 8d3ee7334f Merge pull request #130 from amouhzi/patch-1
Arabic translations: gregwar_captcha.ar.yml
2015-05-28 00:16:52 +02:00
Grégoire Passault 805e77f24a Merge pull request #131 from amouhzi/patch-2
Arabic translations: validators.ar.yml
2015-05-28 00:15:59 +02:00
Hassan Amouhzi adab98ad84 Arabic translations: validators.ar.yml 2015-05-27 22:49:51 +02:00
Hassan Amouhzi 4040d06508 Arabic translations: gregwar_captcha.ar.yml 2015-05-27 22:45:26 +02:00
Gregwar 448b812f65 Fixing captcha url (broken in #128, see also #129) 2015-05-25 11:41:13 +02:00
Grégoire Passault 4aba359e71 Merge pull request #128 from piotrantosik/master
Don't cache captcha image
2015-05-22 18:00:07 +02:00
Piotr Antosik 8c39274fa4 don't cache captcha image 2015-05-22 15:01:00 +02:00
Ivan Lackovic 232168d408 remove comments 2015-05-19 20:20:14 +02:00
Ivan Lackovic 6a147a2ea3 Merge remote-tracking branch 'upstream/master' 2015-05-13 16:24:05 +02:00
Gregwar c221d9cb42 Merge branch 'master' of github.com:Gregwar/CaptchaBundle 2015-05-13 08:42:05 +02:00
Gregwar 7574ad33f1 Updating to 1.1 2015-05-13 08:41:47 +02:00
Grégoire Passault d80ff1959b Merge pull request #125 from cordoval/minor-improvement
minor updates
2015-05-13 08:40:54 +02:00
Gregwar 694994c3c2 Fixing composer.json (broken in #126) 2015-05-13 08:39:21 +02:00
Grégoire Passault 01429c4486 Merge pull request #126 from cordoval/move-to-psr4
move to psr4
2015-05-13 08:34:02 +02:00
Luis Cordova 6032e5df52 move to psr4 2015-05-12 20:16:59 -05:00
Luis Cordova d77e0b1f2a minor updates 2015-05-12 20:12:49 -05:00
Grégoire Passault a4176fcf74 Merge pull request #116 from kuborgh/patch-404
fixed uncached 404
2015-02-04 16:57:21 +01:00
Ben Zörb 909d1a3773 fixed uncached 404 2015-02-04 09:29:14 +01:00
Gregwar d6c6de0f83 Merge branch 'master' of github.com:Gregwar/CaptchaBundle
Conflicts:
	composer.json
2015-01-27 17:12:52 +01:00
Gregwar ac95e1d4b1 v1.0.12 2015-01-27 17:11:57 +01:00
Grégoire Passault c844d0a440 Merge pull request #113 from waldermort/patch-1
Fix: Bypass code incorrectly compared
2015-01-13 14:43:37 +01:00
Grégoire Passault f20fc3c3b7 Merge pull request #114 from waldermort/patch-2
Fix: Numeric bypass code defaults to integer type
2015-01-13 14:42:45 +01:00
waldermort 0cb34f33b0 Fix: Numeric bypass code defaults to integer type
When adding a numeric only bypass code into config.yml, it is treated as an integer which causes validation to fail. A workaround is to surround the parameter with double quotes but many users may not be aware of this. This fix will explicitly convert it to a string.
2015-01-13 20:16:15 +08:00
waldermort 843f367540 Fix: Bypass code incorrectly compared
When the bypass code is given the value of '0', PHP equates it to boolean false causing the validation to fail.
2015-01-13 20:10:53 +08:00
Grégoire Passault 94c5f0a03b Merge pull request #107 from Hast/translation/ukrainian
Added ukrainian translation
2014-09-26 21:07:06 +02:00
Alexandr Zagorulya 6a522b7043 Added ukrainian translation 2014-09-26 22:03:38 +03:00
Ivan Lackovic 3d1383e8ae Merge remote-tracking branch 'upstream/master' 2014-09-04 14:04:51 +02:00
Grégoire Passault 62e44cd388 Merge pull request #103 from kuborgh/cache
HTTP 1.1 equivalent to Pragma: no-cache
2014-08-27 16:12:32 +02:00
Hannes Giesenow 459901319c HTTP 1.1 equivalent to Pragma: no-cache
See http://stackoverflow.com/questions/10314174/difference-between-pragma-and-cache-control-headers for detailed explanation
2014-08-27 14:34:57 +02:00
Grégoire Passault 1c542e1164 Merge pull request #102 from kuborgh/cache
Added no-cache header
2014-08-27 13:06:49 +02:00
Hannes Giesenow dc3e0c6495 Added no-cache header
This prevents Varnish from caching the captcha image
2014-08-27 12:29:12 +02:00
Grégoire Passault bd208c45a8 Merge pull request #94 from piotrantosik/psr
update docblock, fix typos, improve composer.json
2014-08-19 12:28:19 +02:00
Piotr Antosik 9614209d83 update docblock, fix typos, improve composer.json 2014-08-19 12:19:27 +02:00
Grégoire Passault 90088c80fc Merge pull request #100 from stefan-bofirov-dnh/master
Added bulgarian translation
2014-08-19 10:12:21 +02:00
Stefan Bofirov 06c713fbb4 Added bulgarian translation 2014-08-17 16:17:41 +03:00
Gregwar 162a2a87cd Changing gcp to gcb 2014-07-31 16:41:27 +02:00
Grégoire Passault fe3df8a640 Merge pull request #98 from Adezandee/master
[BUG] Fix session key variable naming
2014-07-31 11:40:52 -03:00
Arnaud Dezandee b87b05e29d Fix session key variable naming 2014-07-29 19:03:41 +02:00