Commit Graph

24 Commits

Author SHA1 Message Date
Gregwar fec0ebb2f1 Autowire controller 2020-04-09 10:18:10 +02:00
Gregwar b8a129fc2a Adding controller class in services.yml 2020-01-14 11:14:42 +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
andreybolonin 8e98c5c0ab add public services 2017-12-28 12:30:19 +02:00
Linnaea Von Lavia 0b3495a081 Quote parameter references in services.yml
Not quoting a scalar starting with the "%" indicator character is deprecated since Symfony 3.1 and will throw a ParseException in 4.0.
2016-05-28 22:40:00 +08:00
Restless-ET 0971f224f4 Fix YAML syntax in services.yml file
The '@' character is supposed to be a reserved indicator for YAML. Therefore when using it at the beginning of a string (as in this case) we should enclose it in quotes.
http://yaml.org/spec/1.2/spec.html#id2774228

Also, since Symfony 2.8 this kind of usage is already marked as deprecated: https://github.com/symfony/symfony/blob/2.8/UPGRADE-2.8.md#yaml
2015-12-05 00:52:50 +00:00
Rajini Kanth de0d9408d6 corrected typos 2014-05-14 10:35:18 +05:30
Rajini Kanth cb45fe2847 separated class names to parameters
Easier to override the services of this bundle without compiler pass. (http://symfony.com/doc/current/cookbook/bundles/override.html)
2014-05-14 10:32:02 +05:30
Gregwar 4e13d2d4cb Moving translation logic to the validator (fixes for 2.2, see #52) 2013-03-03 13:54:31 +01:00
Gregwar 42f6e92560 Cleaning session usage to keep options during as_url (fixes #41) 2013-01-21 15:18:36 +01:00
Gregwar aed2fa343e Depending on gregwar/captcha (see #42) 2013-01-21 14:01:31 +01:00
Gregwar 3794a12e80 [Generator] Renaming, and separating the PhraseBuilder 2012-12-04 11:51:47 +01:00
Gregwar 516046a6b5 Merge remote-tracking branch 'jeremy/logicsplit'
Conflicts:
	Generator/CaptchaGenerator.php
	Resources/config/services.yml
2012-12-04 11:42:35 +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
Jeremy Livingston ce1b590ae9 Separate generation concerns into different services 2012-12-03 18:48:32 -05:00
Jeremy Livingston 9fc82c8453 Add key parameter to URL generation method. 2012-12-03 14:49:17 -05:00
Jeremy Livingston a41e4dd865 Add URL generation method and update to Symfony 2.1 standards 2012-11-13 22:33:36 -05: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
Gregwar ab882512f1 Added the possibility of overriding the width & height in the options 2011-09-09 19:46:12 +02:00
Gregory McLean e2a705dda7 Added captcha image width and height as a configuration setting. 2011-09-08 11:07:04 -04:00
Gregwar 4e1892fc02 Created captcha type (this works, but still no image generation) 2011-08-25 22:50:59 +02:00