Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/16255] Fix PHP 7.4 deprecation warning | Sage Pointer | 2019-12-13 | 1 | -3/+3 |
| | | | | PHPBB3-16255 | ||||
* | [ticket/15982] fix warning with PHP >= 7.2 with Q&A captcha plugin | Nuno Lopes | 2019-07-22 | 1 | -1/+1 |
| | | | | PHPBB3-15982 | ||||
* | Merge pull request #5456 from nunoplopes/ticket/15876 | Marc Alexander | 2018-12-24 | 1 | -2/+1 |
|\ | | | | | | | [ticket/15876] MySQL 5.7+ support for Q&A captcha plugin | ||||
| * | [ticket/15876] MySQL 5.7+ support for Q&A captch plugin | Nuno Lopes | 2018-11-24 | 1 | -2/+1 |
| | | | | | | | | PHPBB3-15876 | ||||
* | | [ticket/15910] Pass object arguments by reference implicitly | kasimi | 2018-12-12 | 5 | -6/+6 |
|/ | | | | PHPBB3-15910 | ||||
* | [ticket/14972] replace all occurrences of sizeof() with the count() | rxu | 2018-01-01 | 5 | -38/+38 |
| | | | | PHPBB3-14972 | ||||
* | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-05-12 | 1 | -5/+9 |
|\ | |||||
| * | [ticket/14610] Implement lavigor method | Richard McGirr | 2016-05-09 | 1 | -10/+9 |
| | | | | | | | | PHPBB3-14610 | ||||
| * | [ticket/14610] Remove whitespace | Richard McGirr | 2016-05-08 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-14610 | ||||
| * | [ticket/14610] Don't log an error if the Q&A captcha has been solved | Richard McGirr | 2016-05-08 | 1 | -0/+5 |
| | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-14610 PHPBB3-14610 | ||||
* | | Merge branch '3.1.x' into 3.2.x | Tristan Darricau | 2016-03-25 | 1 | -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 log | Marc Alexander | 2016-03-12 | 1 | -4/+8 |
| | | | | | | | | PHPBB3-14241 | ||||
| * | [ticket/14241] Prevent empty q&a as a result of improper settings | Marc Alexander | 2016-03-11 | 1 | -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 code | Marc Alexander | 2015-06-07 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-13930 | ||||
* | | [ticket/13454] Remove unused variables | Marc Alexander | 2016-01-06 | 1 | -1/+1 |
| | | | | | | | | | | | | This is part 2 of the pr. PHPBB3-13454 | ||||
* | | [ticket/13454] Remove unused variables | Marc Alexander | 2016-01-06 | 5 | -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 G | 2015-10-14 | 1 | -117/+10 |
| | | | | | | | | PHPBB3-13789 | ||||
* | | [ticket/13762] Moving language related functionality into a separate class | MateBartus | 2015-05-02 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-13762 | ||||
* | | Merge branch '3.1.x' | Joas Schilling | 2015-04-06 | 1 | -30/+30 |
|\ \ | |/ | | | | | | | Conflicts: phpBB/phpbb/captcha/plugins/qa.php | ||||
| * | [ticket/13522] Remove unneeded variables and correctly output input on error | Marc Alexander | 2015-02-21 | 1 | -9/+5 |
| | | | | | | | | PHPBB3-13522 | ||||
| * | [ticket/13522] Use acp_get_question_input() for retrieving input data | Marc Alexander | 2015-02-21 | 1 | -12/+9 |
| | | | | | | | | PHPBB3-13522 | ||||
| * | [ticket/13522] Trim array elements before processing further | Marc Alexander | 2015-02-21 | 1 | -3/+2 |
| | | | | | | | | PHPBB3-13522 | ||||
| * | [ticket/13522] Remove unused variables and unexpected returns | Marc Alexander | 2015-01-24 | 1 | -10/+9 |
| | | | | | | | | PHPBB3-13522 | ||||
| * | [ticket/13522] Remove empty answers from possible answers in Q&A | Marc Alexander | 2015-01-24 | 1 | -2/+11 |
| | | | | | | | | PHPBB3-13522 | ||||
* | | [ticket/13718] Added missing global declaration | JoshyPHP | 2015-03-23 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-13718 | ||||
* | | [ticket/10748] Replace direct creations of tools(); | Joas Schilling | 2015-02-07 | 1 | -7/+5 |
| | | | | | | | | PHPBB3-10748 | ||||
* | | [ticket/13455] Remove unnecessary calls to `utf8_normalize_nfc()` | Gaëtan Muller | 2015-02-03 | 1 | -3/+3 |
| | | | | | | | | PHPBB3-13455 | ||||
* | | [ticket/13455] Update calls to `request_var()` | Gaëtan Muller | 2015-02-03 | 4 | -37/+43 |
| | | | | | | | | PHPBB3-13455 | ||||
* | | [ticket/13494] Update calls to `set_config()` | Gaëtan Muller | 2015-02-02 | 2 | -2/+2 |
| | | | | | | | | PHPBB3-13494 | ||||
* | | [ticket/13468] Update calls to `add_log()` | Gaëtan Muller | 2015-01-27 | 3 | -6/+6 |
| | | | | | | | | PHPBB3-13468 | ||||
* | | [ticket/13421] Move tools to subdirectory | Joas Schilling | 2014-12-06 | 1 | -2/+2 |
|/ | | | | PHPBB3-13421 | ||||
* | [ticket/13316] Ensure Recaptcha image uses https when necessary. | Cesar G | 2014-11-21 | 1 | -2/+4 |
| | | | | PHPBB3-13316 | ||||
* | [ticket/11854] Don't override get service name in nogd | Tristan Darricau | 2014-08-11 | 2 | -9/+1 |
| | | | | PHPBB3-11854 | ||||
* | [ticket/11854] Use a set_name method instead of overriding get_service_name | Tristan Darricau | 2014-08-11 | 5 | -27/+36 |
| | | | | PHPBB3-11854 | ||||
* | [ticket/11854] Change the error message in reCaptcha | Tristan Darricau | 2014-08-11 | 1 | -1/+1 |
| | | | | PHPBB3-11854 | ||||
* | [ticket/11854] Fix comments | Tristan Darricau | 2014-08-11 | 1 | -4/+5 |
| | | | | PHPBB3-11854 | ||||
* | [ticket/11854] Remove unused globals | Tristan Darricau | 2014-08-11 | 1 | -12/+12 |
| | | | | PHPBB3-11854 | ||||
* | [ticket/11854] Remove constants and use DI for QA tables | Tristan Darricau | 2014-08-11 | 1 | -30/+48 |
| | | | | PHPBB3-11854 | ||||
* | [ticket/11854] Fix coding style | Tristan Darricau | 2014-08-11 | 3 | -812/+30 |
| | | | | PHPBB3-11854 | ||||
* | [ticket/11854] Fix various comments | Tristan Darricau | 2014-08-11 | 2 | -3/+7 |
| | | | | PHPBB3-11854 | ||||
* | [ticket/11854] Split phpbb\captcha\gd.php | Tristan Darricau | 2014-08-11 | 2 | -0/+804 |
| | | | | PHPBB3-11854 | ||||
* | [ticket/11854] Migrate all old php4 constructor | Tristan Darricau | 2014-08-11 | 2 | -3/+3 |
| | | | | PHPBB3-11854 | ||||
* | [ticket/11854] Move captcha stuff to phpbb/ and use DI for plugins | Tristan Darricau | 2014-08-11 | 10 | -0/+5867 |
PHPBB3-11854 |