Olaf
2b62be4af1
fix (Symfony) use Symfony 5 web_path
2020-01-03 00:42:56 +01:00
Olaf
478c64633e
fix (ECS) apply coding standard
2020-01-03 00:12:44 +01:00
Olaf
5515c25872
chore (Symfony) use Symfony 5 + strict typing
...
Update Symfony version to 5
Use strict typing
2019-12-30 00:27:20 +01:00
Adam Wójs
1b4835eb4d
Fixed deprecated TreeBuilder::root method call in SF 4
2019-09-22 13:10:16 +02:00
Grégoire Passault
c2d5468556
Merge pull request #172 from cengizhancaliskan/master
...
Support of multiple instance
2018-11-20 11:41:34 +01:00
Mandalor-Development
791128c0fd
Changed template reference
...
According to:
https://symfony.com/doc/current/templating.html#referencing-templates-in-a-bundle
Fixed error:
[critical] Uncaught PHP Exception Twig_Error_Loader: "Unable to find template "GregwarCaptchaBundle::captcha.html.twig" (looked into: /[path]/templates, /[path]/templates, /[path]/vendor/symfony/twig-bridge/Resources/views/Form)." at /[path]/templates/form.html.twig line 17
2018-02-28 15:15:55 +01:00
Gregwar
b787a8002e
Rising default quality to 50
2017-09-27 12:01:02 +02:00
Cengizhan Çalışkan
25b8840f2a
Support of multiple instance
2017-03-19 18:40:34 +03:00
Ivan Lackovic
6a147a2ea3
Merge remote-tracking branch 'upstream/master'
2015-05-13 16:24:05 +02:00
Luis Cordova
d77e0b1f2a
minor updates
2015-05-12 20:12:49 -05:00
Ivan Lackovic
3d1383e8ae
Merge remote-tracking branch 'upstream/master'
2014-09-04 14:04:51 +02:00
Piotr Antosik
9614209d83
update docblock, fix typos, improve composer.json
2014-08-19 12:19:27 +02:00
Ivan Lackovic
798f29e635
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
DependencyInjection/Configuration.php
2014-03-19 16:27:04 +01:00
Gregwar
107dbe33e4
Adding disabled global option ( fixes #72 )
2013-11-19 10:51:58 +01:00
lackovic10
3ad62e4d0d
added ignore_all_effects to configuration
2013-09-26 21:10:02 +02:00
lackovic10
a16743a230
added background_images to configuration
2013-09-26 20:38:39 +02:00
Gregwar
3f64e064d3
Mergin & fixing text_color & background_color ( fixes #57 )
2013-08-07 11:18:16 +02:00
Gregwar
9578caab10
Merge remote-tracking branch 'color/master'
2013-08-07 11:08:16 +02:00
Gregwar
7f30646c68
Moving the "reload without as_url" exception to catch more cases (see
2013-08-07 10:57:56 +02:00
Adelbert Silla
181b0cd0d0
Added text_color option.
2013-04-29 08:50:17 +08:00
Gregwar
c21bbf13c5
Adding interpolation option
2013-04-24 18:11:08 +02:00
Gregwar
7ca6dacb3b
Fixing background color
2013-04-22 00:41:07 +02:00
Gregwar
39e2f390f0
Merge commit 'be90f19'
...
Conflicts:
DependencyInjection/Configuration.php
Generator/CaptchaGenerator.php
composer.json
2013-04-22 00:35:49 +02:00
Gregwar
be90f19f3a
Adding backgroundColor option ( fixes #55 )
2013-04-22 00:32:40 +02:00
Bogdan Tanase
2d8d9f3b5f
options to fine tune captcha image: max_front_lines, max_behind_lines
2013-03-13 12:02:41 +02:00
Gregwar
2e17d9c035
Improving quality and image default size
2013-01-21 15:18:19 +01:00
Gregwar
c224b93033
Adding the "distortion" option
2013-01-21 14:04:53 +01:00
Gregwar
35405aca2e
Adds an option to renew the code ( fixes #43 )
2012-12-25 20:07:00 +01:00
Gregwar
c8c1bd0011
[Configuration] Defaulting keep_value to false
2012-12-25 19:17:25 +01:00
Gregwar
11fe650bde
Adding option "humanity" ( fixes #40 )
2012-12-04 12:20:23 +01:00
Gregwar
31d080a9b7
Fixing session key, removing valid_keys which was painful to transport
...
the whitelist in the session (see #36 )
2012-12-04 11:33:54 +01:00
Gregwar
c1b702566b
Merge remote-tracking branch 'remotes/jeremy/urlgeneration'
...
Conflicts:
DependencyInjection/GregwarCaptchaExtension.php
2012-12-04 10:51:08 +01:00
Jeremy Livingston
9fc82c8453
Add key parameter to URL generation method.
2012-12-03 14:49:17 -05:00
Gregwar
0bd0173551
CS
2012-12-02 13:17:04 +01:00
Jeremy Livingston
a41e4dd865
Add URL generation method and update to Symfony 2.1 standards
2012-11-13 22:33:36 -05:00
Jeremy Livingston
f9885acde9
Add bypass_code configuration parameter to force captcha validation for development/automation.
2012-06-30 12:18:05 -04:00
Jeremy Livingston
8d54bfd598
Add invalid_message configuration option
2012-06-29 10:23:05 -04:00
Gregwar
f9c57e6970
[Configuration] Added JPEG quality node ( fixes #13 )
2011-12-14 10:35:10 +01:00
Gregwar
726f21e2ad
[Configuration] Adding font ( fixes #9 )
2011-12-02 19:07:28 +01:00
Gregwar
a8434542af
[Configuration] Adding a "keep_value" key ( fixes #11 )
2011-12-02 18:54:42 +01:00
Gregwar
537716fe38
[Configuration] The charset is configurable ( fixes #8 )
2011-12-02 18:41:16 +01:00
Gregwar
c0530a0b26
[Configuration] Cleaner organization ( fixes #10 )
2011-12-02 18:36:34 +01:00
Björn Fromme
c6b47017b2
Added options for garbage collection frequency and expiration time of captcha image files.
2011-11-09 17:58:53 +01:00
Bjoern Fromme
572b58a41a
Added functionality to generate image files for older browsers.
2011-11-09 14:43:25 +01:00
Gregwar
4e59281467
Added "length" option and changed the parameters names
2011-09-09 20:02:47 +02:00
Gregory McLean
1afeeb8733
Add a width and height configuration parameter and fix the form theming
...
so that it works.
2011-09-08 11:02:40 -04:00
Gregwar
4e1892fc02
Created captcha type (this works, but still no image generation)
2011-08-25 22:50:59 +02:00