aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/captcha
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16255] Fix PHP 7.4 deprecation warningSage Pointer2019-12-131-3/+3
| | | | PHPBB3-16255
* [ticket/15982] fix warning with PHP >= 7.2 with Q&A captcha pluginNuno Lopes2019-07-221-1/+1
| | | | PHPBB3-15982
* Merge pull request #5456 from nunoplopes/ticket/15876Marc Alexander2018-12-241-2/+1
|\ | | | | | | [ticket/15876] MySQL 5.7+ support for Q&A captcha plugin
| * [ticket/15876] MySQL 5.7+ support for Q&A captch pluginNuno Lopes2018-11-241-2/+1
| | | | | | | | PHPBB3-15876
* | [ticket/15910] Pass object arguments by reference implicitlykasimi2018-12-125-6/+6
|/ | | | PHPBB3-15910
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-015-38/+38
| | | | PHPBB3-14972
* Merge branch '3.1.x' into 3.2.xMarc Alexander2016-05-121-5/+9
|\
| * [ticket/14610] Implement lavigor methodRichard McGirr2016-05-091-10/+9
| | | | | | | | PHPBB3-14610
| * [ticket/14610] Remove whitespaceRichard McGirr2016-05-081-1/+1
| | | | | | | | PHPBB3-14610
| * [ticket/14610] Don't log an error if the Q&A captcha has been solvedRichard McGirr2016-05-081-0/+5
| | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-14610 PHPBB3-14610
* | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-03-251-4/+30
|\ \ | |/ | | | | | | | | * 3.1.x: [ticket/14241] Log fatal captcha error to error log [ticket/14241] Prevent empty q&a as a result of improper settings
| * [ticket/14241] Log fatal captcha error to error logMarc Alexander2016-03-121-4/+8
| | | | | | | | PHPBB3-14241
| * [ticket/14241] Prevent empty q&a as a result of improper settingsMarc Alexander2016-03-111-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | Improper setup of the q&a captcha in combination with the admin choosing a default language that does not have any questions and answers set might result in the user being presented empty questions and answers. This change will try to fall back to any question in case the admin incorrectly set the default language and has no questions & answers set. If that does not work, the captcha will not allow passing it and suggest to contact the board admin to resolve this issue. PHPBB3-14241
| * [ticket/13930] Add missing spaces to codeMarc Alexander2015-06-071-1/+1
| | | | | | | | PHPBB3-13930
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
| | | | | | | | | | | | This is part 2 of the pr. PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-065-23/+8
| | | | | | | | | | | | This is the first part of the changes. More to come. PHPBB3-13454
* | [ticket/13789] Upgrade reCaptcha plugin to 2.0 API.Cesar G2015-10-141-117/+10
| | | | | | | | PHPBB3-13789
* | [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-021-1/+1
| | | | | | | | PHPBB3-13762
* | Merge branch '3.1.x'Joas Schilling2015-04-061-30/+30
|\ \ | |/ | | | | | | Conflicts: phpBB/phpbb/captcha/plugins/qa.php
| * [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/13718] Added missing global declarationJoshyPHP2015-03-231-1/+1
| | | | | | | | PHPBB3-13718
* | [ticket/10748] Replace direct creations of tools();Joas Schilling2015-02-071-7/+5
| | | | | | | | PHPBB3-10748
* | [ticket/13455] Remove unnecessary calls to `utf8_normalize_nfc()`Gaëtan Muller2015-02-031-3/+3
| | | | | | | | PHPBB3-13455
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-034-37/+43
| | | | | | | | PHPBB3-13455
* | [ticket/13494] Update calls to `set_config()`Gaëtan Muller2015-02-022-2/+2
| | | | | | | | PHPBB3-13494
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-273-6/+6
| | | | | | | | PHPBB3-13468
* | [ticket/13421] Move tools to subdirectoryJoas Schilling2014-12-061-2/+2
|/ | | | PHPBB3-13421
* [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