aboutsummaryrefslogtreecommitdiffstats
path: root/includes/auth
Commit message (Expand)AuthorAgeFilesLines
* SECURITY: Do not reveal if user exists during login failureBrian Wolff2017-11-151-1/+4
* CheckBlocksSecondaryAuthenticationProvider: Avoid user language during auto-c...Brad Jorsch2017-10-051-1/+11
* Update signature of UserGroupsChanged to match documentationUmherirrender2017-09-191-2/+3
* Merge "Consistent behavior of read-only reason"jenkins-bot2017-08-281-2/+2
|\
| * Consistent behavior of read-only reasonFlorian Schmidt2017-08-281-2/+2
* | Use short type bool/int in param documentationUmherirrender2017-08-202-3/+3
|/
* Change @inheritdoc to @inheritDocUmherirrender2017-08-114-5/+5
* build: Update mediawiki/mediawiki-codesniffer to 0.10.1Kunal Mehta2017-07-221-6/+6
* clone keyword must not be used as a functionUmherirrender2017-06-282-2/+2
* auth: Avoid deprecated wfGlobalCacheKey()Kunal Mehta2017-05-231-2/+2
* AuthManager: Avoid deprecated wfMemcKey()Kunal Mehta2017-05-231-1/+1
* Remove multiple spaces in PHP filesFomafix2017-04-121-1/+1
* Demote "throttler data not found" logs to info levelGergő Tisza2017-02-171-1/+3
* Merge "Prevent login-only local password provider from removing passwords"jenkins-bot2016-11-301-8/+8
|\
| * Prevent login-only local password provider from removing passwordsGergő Tisza2016-11-151-8/+8
* | Merge "Bypass login page if no user input is required."jenkins-bot2016-11-242-0/+5
|\ \
| * | Bypass login page if no user input is required.Cindy Cicalese2016-11-222-0/+5
* | | Merge "Get ConfigFactory & MainConfig from MediaWikiServices"jenkins-bot2016-11-244-4/+9
|\ \ \
| * | | Get ConfigFactory & MainConfig from MediaWikiServicesaddshore2016-11-234-4/+9
* | | | Remove passwordreset capture featureBrian Wolff2016-11-232-8/+2
|/ / /
* | | Merge "Use different varname for upgraded hash from original hash"jenkins-bot2016-11-171-3/+3
|\ \ \
| * | | Use different varname for upgraded hash from original hashBrian Wolff2016-11-151-3/+3
| | |/ | |/|
* | | Throttler: improve log message compatibility with Monolog loggerBryan Davis2016-11-151-2/+2
* | | Merge "Add extra logging for when user logs in with a temp password"jenkins-bot2016-11-141-0/+10
|\ \ \
| * | | Add extra logging for when user logs in with a temp passwordBrian Wolff2016-11-131-0/+10
| |/ /
* / / Fix interpretation of "A-type" password hashesTim Starling2016-11-141-1/+1
|/ /
* | Use namespaced ScopedCallbackKunal Mehta2016-10-171-1/+1
* | Make TransactionProfiler::setSilenced() calls handle nestingAaron Schulz2016-10-121-3/+3
* | Merge "Avoid 'message' in log context in AuthManager"jenkins-bot2016-10-041-2/+2
|\ \
| * | Avoid 'message' in log context in AuthManagerGergő Tisza2016-10-041-2/+2
* | | Merge "Fix function name case"jenkins-bot2016-09-261-1/+1
|\ \ \
| * | | Fix function name caseMax Semenik2016-09-261-1/+1
| | |/ | |/|
* | | Merge "AuthManager phpdoc cleanup"jenkins-bot2016-09-263-0/+5
|\ \ \ | |/ / |/| |
| * | AuthManager phpdoc cleanupMax Semenik2016-09-263-0/+5
* | | Avoid DB_MASTER use on password checks and defer password upgradesAaron Schulz2016-09-231-10/+17
|/ /
* / Support multiple limits and arbitrary periods in account creation throttlecenarium2016-09-221-5/+13
|/
* Merge "Show warnings in HTMLForm and warnings as warnings on Login/Signup form"jenkins-bot2016-09-173-6/+17
|\
| * Show warnings in HTMLForm and warnings as warnings on Login/Signup formFlorian2016-09-173-6/+17
* | Remove wfGetCaller() dependency from DatabaseBaseAaron Schulz2016-09-152-16/+25
* | Fix some PhpStorm warnings in AuthManagerGergő Tisza2016-09-121-5/+8
* | Avoid user autocreation race condition caused by repeatable readGergő Tisza2016-09-081-5/+3
|/
* Rename DB_SLAVE constant to DB_REPLICAAaron Schulz2016-09-051-2/+2
* Change "slave" => "replica DB" in /includesAaron Schulz2016-09-051-1/+1
* Merge "Expand SessionManager / AuthManager documentation"jenkins-bot2016-08-307-48/+240
|\
| * Expand SessionManager / AuthManager documentationGergő Tisza2016-08-307-48/+240
* | Use DB_SLAVE in TemporaryPasswordPrimaryAuthenticationProviderAaron Schulz2016-08-291-4/+4
|/
* Send registration welcome email post-commitGergő Tisza2016-08-191-9/+10
* Merge "Send new account and password reset emails post-commit"jenkins-bot2016-08-181-2/+9
|\
| * Send new account and password reset emails post-commitAaron Schulz2016-08-181-2/+9
* | Merge "AuthManager: Allow for flagging fields as "sensitive""jenkins-bot2016-08-182-0/+7
|\ \