Return comment stuffs
[lhc/web/wiklou.git] / includes / api / ApiLogin.php
2011-04-25 Max SemenikRm all mentions of "this module" in API action descript...
2011-03-15 Sam ReedFix sneaky assignment in conditional
2011-03-11 Alexandre EmsenhuberFollow-up r83080: make ApiUploadTest really work this...
2011-03-06 Brian Wolff(follow-up: r83371) Fix variable name typo. $this to...
2011-03-06 Jack D. PondFix and Enhance:
2010-12-22 Sam ReedDelete all the "API for MediaWiki 1.8+" comments
2010-11-05 Roan KattouwRevert r76077, r76079, they were an overreaction to...
2010-11-05 Roan Kattouw(bug 25793) Don't output the session ID over HTTP,...
2010-09-10 PlatonidesFollow up r70957. Remove the double semicolon.
2010-08-12 PlatonidesRefactor to avoid defining globals inside switches.
2010-08-07 Alexandre EmsenhuberStandardised file description headers, added @file
2010-08-03 Siebrand MazelandFollow-up r69898: fix Undefined variable: wgCookiePrefi...
2010-07-25 PlatonidesRemove double globals.
2010-07-23 Sam ReedStylize API up to date
2010-06-21 Derk-Jan HartmanCorrect the address of the FSF in some of the GPL headers
2010-05-11 Sam ReedMixture of things.
2010-04-07 Roan KattouwFix for r64677: as reported on mediawiki-api, I forgot...
2010-04-07 Tim Starling* (bug 23076) Fixed login CSRF vulnerability. Logins...
2010-02-18 Jack PhoenixAPI login module: coding style cleanup, remove stray...
2010-02-14 Sam ReedChange layout of the mustBePosted format to standardise it
2010-02-14 Roan KattouwWhitespace fixes for r62402
2010-02-13 Sam ReedStart of blanket coverage of dieUsageMsg in getPossible...
2010-01-29 Sam ReedFollowup to 61664
2010-01-11 Aryeh Gregorstylize.php on API code
2010-01-06 Sam Reed* (bug 20233) ApiLogin::execute() doesn't handle LoginF...
2009-09-26 Brion VibberRevert broken rewrite of login system; totally broken.
2009-09-20 Happy-melonFollow-ups to r56684: add a member function for extensi...
2009-09-20 Happy-melonMerge in Login rewrite, second time lucky.
2009-09-08 Brion VibberRevert broken rewrite of login forms:
2009-09-07 Happy-melonFollowup to r55990 - rename method to avoid PHP Strict...
2009-09-07 Happy-melon* Totally refactor includes/specials/SpecialUserlogin...
2009-03-06 Roan Kattouw* API: (bug 17774) API pretends action=query doesn...
2009-02-27 Roan KattouwAPI: Some cleanup
2009-01-01 Aryeh Gregors/existant/existent/
2008-12-17 Roan KattouwAPI: Crusade against extract(). Left one extract()...
2008-09-04 Roan Kattouw(bug 15479) action=login no longer sets wait parameter...
2008-08-26 Roan KattouwAPI: Remove the throttle from ApiLogin because
2008-08-20 Bryan Tong MinhProvide some info on which case value was not handled...
2008-08-16 Fran RogersPatch from MaxSem re bug 15162 - handle throttling...
2008-05-29 Bryan Tong MinhRun UserLoginComplete hook from API
2008-05-29 Bryan Tong Minh(bug 14335) Use proper $wgUser methods instead of using...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-05-17 Tim Starling* Fix unlogged automatic user creation: run wfLBFactory...
2008-05-17 Tim StarlingHandle the new LoginForm::CREATE_BLOCKED return value...
2008-04-14 Roan KattouwAPI: action=login now returns the correct waiting time...
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-03-16 Roan KattouwAPI:
2008-01-28 Roan KattouwAPI: Changing all modules' getParamDescription(), getAl...
2008-01-18 Roan KattouwAPI: Making a bunch of state-changing modules require...
2007-12-04 Rotem LissIn ApiLogin, init session if necessary. This avoids...
2007-12-03 Rotem LissIn API action=login, make attribute sessionid work...
2007-11-18 Daniel CannonAPI: Provide details message on first failed log-in...
2007-11-18 Daniel CannonAPI: Up default wait-time on failed log-in to five...
2007-11-15 Brion VibberRevert r27151 -- allows session fixation attacks.
2007-11-03 Roan KattouwAPI:
2007-10-08 Roan Kattouw(bug 11569) API Login should return the cookie prefix
2007-08-09 Yuri AstrakhanAPI: fixed bad login throttling bug (i hope)
2007-07-25 Nick JenkinsTweak to prevent strict standards warning: Only variabl...
2007-07-06 Yuri AstrakhanAPI: Documentation cleanup
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-05-28 Yuri AstrakhanAPI bug 10046: incorrect action produces invalid respon...
2007-05-27 Yuri AstrakhanAPI: Enabled API login throttling (with amidaniel's...
2007-05-20 Yuri AstrakhanAPI: documentation and cleanup.
2007-04-20 Nick JenkinsYet more doc tweaks:
2006-10-17 Yuri AstrakhanAPI * login module parameter format
2006-10-03 Yuri Astrakhan*API: rewired generator (more work needed)
2006-10-01 Yuri Astrakhan* API: added version information to each module (availa...
2006-10-01 Yuri Astrakhan* API: pageSet now supports pageids, revised revisions...
2006-10-01 Yuri Astrakhan* Code cleanup per TimStarling's suggestions
2006-10-01 Yuri Astrakhan* API: result data generation cleanup, minor cleaning
2006-09-27 Yuri Astrakhan* API: Refactored per brion's suggestions
2006-09-26 Yuri Astrakhan* API: Overall query-related cleanup.
2006-09-23 Yuri Astrakhan* API-query: normalization
2006-09-23 Yuri Astrakhan* API: major refactoring