aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/captcha
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13930] Add missing spaces to codeMarc Alexander2015-06-071-1/+1
| | | | PHPBB3-13930
* [ticket/13522] Remove unneeded variables and correctly output input on errorMarc Alexander2015-02-211-9/+5
| | | | PHPBB3-13522
* [ticket/13522] Use acp_get_question_input() for retrieving input dataMarc Alexander2015-02-211-12/+9
| | | | PHPBB3-13522
* [ticket/13522] Trim array elements before processing furtherMarc Alexander2015-02-211-3/+2
| | | | PHPBB3-13522
* [ticket/13522] Remove unused variables and unexpected returnsMarc Alexander2015-01-241-10/+9
| | | | PHPBB3-13522
* [ticket/13522] Remove empty answers from possible answers in Q&AMarc Alexander2015-01-241-2/+11
| | | | PHPBB3-13522
* [ticket/13316] Ensure Recaptcha image uses https when necessary.Cesar G2014-11-211-2/+4
| | | | PHPBB3-13316
* [ticket/11854] Don't override get service name in nogdTristan Darricau2014-08-112-9/+1
| | | | PHPBB3-11854
* [ticket/11854] Use a set_name method instead of overriding get_service_nameTristan Darricau2014-08-115-27/+36
| | | | PHPBB3-11854
* [ticket/11854] Change the error message in reCaptchaTristan Darricau2014-08-111-1/+1
| | | | PHPBB3-11854
* [ticket/11854] Fix commentsTristan Darricau2014-08-111-4/+5
| | | | PHPBB3-11854
* [ticket/11854] Remove unused globalsTristan Darricau2014-08-111-12/+12
| | | | PHPBB3-11854
* [ticket/11854] Remove constants and use DI for QA tablesTristan Darricau2014-08-111-30/+48
| | | | PHPBB3-11854
* [ticket/11854] Fix coding styleTristan Darricau2014-08-113-812/+30
| | | | PHPBB3-11854
* [ticket/11854] Fix various commentsTristan Darricau2014-08-112-3/+7
| | | | PHPBB3-11854
* [ticket/11854] Split phpbb\captcha\gd.phpTristan Darricau2014-08-112-0/+804
| | | | PHPBB3-11854
* [ticket/11854] Migrate all old php4 constructorTristan Darricau2014-08-112-3/+3
| | | | PHPBB3-11854
* [ticket/11854] Move captcha stuff to phpbb/ and use DI for pluginsTristan Darricau2014-08-1110-0/+5867
PHPBB3-11854