aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/captcha/plugins
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-063-15/+6
* [ticket/13789] Upgrade reCaptcha plugin to 2.0 API.Cesar G2015-10-141-117/+10
* [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-021-1/+1
* Merge branch '3.1.x'Joas Schilling2015-04-061-30/+30
|\
| * [ticket/13522] Remove unneeded variables and correctly output input on errorMarc Alexander2015-02-211-9/+5
| * [ticket/13522] Use acp_get_question_input() for retrieving input dataMarc Alexander2015-02-211-12/+9
| * [ticket/13522] Trim array elements before processing furtherMarc Alexander2015-02-211-3/+2
| * [ticket/13522] Remove unused variables and unexpected returnsMarc Alexander2015-01-241-10/+9
| * [ticket/13522] Remove empty answers from possible answers in Q&AMarc Alexander2015-01-241-2/+11
* | [ticket/13718] Added missing global declarationJoshyPHP2015-03-231-1/+1
* | [ticket/10748] Replace direct creations of tools();Joas Schilling2015-02-071-7/+5
* | [ticket/13455] Remove unnecessary calls to `utf8_normalize_nfc()`Gaëtan Muller2015-02-031-3/+3
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-034-37/+43
* | [ticket/13494] Update calls to `set_config()`Gaëtan Muller2015-02-022-2/+2
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-273-6/+6
* | [ticket/13421] Move tools to subdirectoryJoas Schilling2014-12-061-2/+2
|/
* [ticket/13316] Ensure Recaptcha image uses https when necessary.Cesar G2014-11-211-2/+4
* [ticket/11854] Don't override get service name in nogdTristan Darricau2014-08-112-9/+1
* [ticket/11854] Use a set_name method instead of overriding get_service_nameTristan Darricau2014-08-115-27/+36
* [ticket/11854] Change the error message in reCaptchaTristan Darricau2014-08-111-1/+1
* [ticket/11854] Remove unused globalsTristan Darricau2014-08-111-12/+12
* [ticket/11854] Remove constants and use DI for QA tablesTristan Darricau2014-08-111-30/+48
* [ticket/11854] Fix coding styleTristan Darricau2014-08-111-35/+29
* [ticket/11854] Fix various commentsTristan Darricau2014-08-111-1/+1
* [ticket/11854] Move captcha stuff to phpbb/ and use DI for pluginsTristan Darricau2014-08-116-0/+1930