aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/captcha
Commit message (Collapse)AuthorAgeFilesLines
* [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