aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_captcha.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-2/+2
* Merge branch '3.1.x'Oliver Schramm2015-11-061-12/+53
|\
| * [ticket/11971] Validate "Spambot countermeasures" settings before saving.Cesar G2015-10-141-12/+53
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-6/+6
* | [ticket/13494] Update calls to `set_config()`Gaëtan Muller2015-02-021-2/+2
* | [ticket/13468] Update calls to `add_log()`Gaëtan Muller2015-01-271-2/+2
* | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+1
|/
* [ticket/11854] Rename captchas.factory service to captcha.factoryTristan Darricau2014-08-111-2/+2
* [ticket/11854] Move captcha stuff to phpbb/ and use DI for pluginsTristan Darricau2014-08-111-9/+8
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+8
* [ticket/12458] Apply Squiz.WhiteSpace.SuperfluousWhitespace.* to legacy code.Andreas Fischer2014-04-291-1/+0
* Merge branch 'develop-olympus' into developAndreas Fischer2013-07-031-0/+2
|\
| * [ticket/11617] Remove spaces and tabs from empty linesMatt Friedman2013-07-021-1/+1
| * [ticket/11617] Missing U_ACTION in acp_captcha.phpMatt Friedman2013-07-021-0/+2
* | [ticket/11157] get_captcha_types is an instance method.Oleg Pudeyev2012-10-291-1/+2
* | Merge remote-tracking branch 'unknownbliss/ticket/9916' into developAndreas Fischer2012-01-021-2/+1
|\ \
| * | [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* | | Merge branch 'develop-olympus' into developAndreas Fischer2011-12-231-1/+1
|\ \ \ | |/ / |/| / | |/
| * [ticket/10546] Add missing argument to adm_back_link in acp_captcha.Oleg Pudeyev2011-12-231-1/+1
* | [feature/extension-manager] Allow extensions to define captcha plugins.Nils Adermann2011-09-291-2/+2
* | [ticket/9608] Remove use of references in captcha and other placesIgor Wiedler2011-07-131-5/+5
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
|/
* [ticket/9655] Pass E_USER_WARNING, so it doesn't look like a successful action.Andreas Fischer2010-06-141-2/+2
* spacesHenry Sudhof2010-01-171-1/+1
* Mirror login captcha option on captcha settingsHenry Sudhof2010-01-171-0/+1
* Move add_log() call for captcha "configure" page to the captcha plugin, becau...Meik Sievertsen2009-09-221-2/+1
* sanity check - avoid ugly error messagesHenry Sudhof2009-09-151-3/+4
* #49675 #49655 - ATTENTION: small captcha API changeHenry Sudhof2009-08-141-1/+1
* copy regiustration attempt setting to acp_captcha - although the setting is p...Henry Sudhof2009-07-211-8/+8
* mehHenry Sudhof2009-06-231-2/+2
* Oh right. PHP4Henry Sudhof2009-06-131-5/+5
* some corrections, only very minor things.Meik Sievertsen2009-06-071-15/+14
* Okay, a first ci of the new captcha plugins. We'll add dynamic template inclu...Henry Sudhof2009-06-021-82/+95
* #43345 - log changes to visual confirmationMeik Sievertsen2009-04-181-0/+1
* a language alteration for captchas. Meik Sievertsen2009-04-111-4/+13
* captcha changesHenry Sudhof2009-03-171-0/+2
* and another CAPTCHA setting - add new noise shapes to the noise array for mor...Henry Sudhof2009-02-081-1/+2
* New option for the GD VC. Parameters need some more tweakingHenry Sudhof2009-01-211-2/+2
* No negative values (#30335)Henry Sudhof2008-07-291-1/+5
* Fix some instances where we left db connections open (registration -> captcha...Meik Sievertsen2008-06-131-4/+4
* dumdidum... sorry. ;)Meik Sievertsen2007-10-051-3/+11
* Ok, here comes a big one. Poor updater. Also requires testing.Henry Sudhof2007-10-031-2/+9
* necessary changes...Meik Sievertsen2007-08-301-1/+1
* Introducing a new CAPTCHA. Thanks to Robert "Xore" Hetzler for idea & code an...Henry Sudhof2007-05-051-5/+49
* - compress is nicer (fixed a bug :P)David M2006-11-031-84/+30
* consistent acp layout regarding backlinks and messages.Meik Sievertsen2006-10-021-3/+3
* - fixed some bugsMeik Sievertsen2006-09-131-1/+1
* - some bugfixesMeik Sievertsen2006-08-281-3/+3
* - Captcha ACPDavid M2006-08-011-1/+1