aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/11854] Move captcha stuff to phpbb/ and use DI for pluginsTristan Darricau2014-08-111-345/+0
* [ticket/10073] Deduplicate the if statementJoas Schilling2014-05-291-8/+1
* [ticket/10073] Fallback to board_contact when contact page is disabledJoas Schilling2014-05-291-1/+9
* [ticket/10073] Replace board_contact mail with links to contact pageNils Adermann2014-05-291-2/+2
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
* [ticket/9975] Moved a few E_USER_ERROR errors to /languageasperous2013-04-231-1/+1
* Merge remote-tracking branch 'p/ticket/11157' into developAndreas Fischer2012-10-301-3/+3
|\
| * [ticket/11157] static public is the currently approved order.Oleg Pudeyev2012-10-291-2/+2
| * [ticket/11157] Fix remaining captcha spam.Oleg Pudeyev2012-10-291-3/+3
* | [ticket/11159] static public is the currently approved order.Oleg Pudeyev2012-10-291-1/+1
|/
* [ticket/10575] Adding public visibility to the methods.Bruno Ais2012-04-051-1/+1
* [ticket/10575] Fixing non-static access to static functions get_instanceBruno Ais2012-04-051-1/+1
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* Merge branch 'develop' into feature/request-classIgor Wiedler2011-08-181-2/+2
|\
| * [ticket/9608] Remove use of references in captcha and other placesIgor Wiedler2011-07-131-2/+2
* | [feature/request-class] Make use of the is_secure() methodIgor Wiedler2011-08-181-1/+1
* | [feature/request-class] Add server(), header() and is_ajax() to requestIgor Wiedler2011-07-151-1/+2
|/
* Merge branch 'develop-olympus' into developOleg Pudeyev2011-05-101-4/+9
|\
| * [ticket/10170] Fix broken recaptcha verification host.Andreas Fischer2011-05-111-2/+7
| * [ticket/10170] reCaptcha API has been moved.Erik Frèrejean2011-05-101-3/+3
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
* | Merge branch 'develop-olympus' into developIgor Wiedler2010-10-041-4/+1
|\ \ | |/
| * [ticket/9829] Fix error in recaptcha validation.Cristian Rodriguez2010-09-191-4/+1
* | [feature/auto-loading] Added autoloader to common and ensured compatabilityNils Adermann2010-07-051-1/+1
|/
* Load reCAPTCHA over https when using a secure connection to the board. #55755Chris Smith2010-01-171-0/+7
* Move add_log() call for captcha "configure" page to the captcha plugin, becau...Meik Sievertsen2009-09-221-0/+2
* Correctly assign board administrator email for L_CONFIRM_EXPLAIN in captcha p...Meik Sievertsen2009-09-011-1/+4
* #50025Henry Sudhof2009-08-201-1/+1
* add back linksHenry Sudhof2009-08-141-0/+1
* #49675 #49655 - ATTENTION: small captcha API changeHenry Sudhof2009-08-141-0/+8
* include vs include_onceHenry Sudhof2009-08-071-1/+1
* typoHenry Sudhof2009-07-271-1/+1
* Minor captcha API change - disable display of plugin by returning false in ge...Henry Sudhof2009-07-271-10/+17
* fixing back linksHenry Sudhof2009-07-201-2/+2
* assign varsHenry Sudhof2009-07-161-0/+2
* fix previewsHenry Sudhof2009-06-231-1/+1
* fix the captcha ACP, restore xhtml compliance for recaptcha (#46195) - note, ...Henry Sudhof2009-06-211-1/+1
* Use dynamic includes, fix some style bugs, make the old default captcha famil...Henry Sudhof2009-06-171-5/+1
* Oh right. PHP4Henry Sudhof2009-06-131-2/+3
* some corrections, only very minor things.Meik Sievertsen2009-06-071-69/+73
* Fix up and tidy :)Chris Smith2009-06-041-4/+4
* Okay, a first ci of the new captcha plugins. We'll add dynamic template inclu...Henry Sudhof2009-06-021-0/+312