aboutsummaryrefslogtreecommitdiffstats
path: root/includes/User.php
Commit message (Expand)AuthorAgeFilesLines
* Add a central ID lookup serviceBrad Jorsch2015-12-021-5334/+0
* Skip User name->id cache on READ_LATESTGergő Tisza2015-11-201-1/+1
* Update cached user ID after user is added to the databaseGergő Tisza2015-11-201-1/+2
* User: Migrate from foreign cache to global cache for UserRightsProxyTimo Tijhof2015-11-021-9/+28
* Disallow User::setPassword() on users not in databaseBrad Jorsch2015-10-301-26/+19
* objectcache: Introduce IExpiringStore for convenient TTL constantsTimo Tijhof2015-10-281-3/+4
* Migrate more callers away from $wgMemcAaron Schulz2015-10-261-5/+5
* Remove unused fields from UserAaron Schulz2015-10-261-17/+4
* Fix undefined variable in User::setNewpasswordBryan Davis2015-10-201-0/+5
* Merge "Remove empty line comments"jenkins-bot2015-10-141-1/+1
|\
| * Remove empty line commentsumherirrender2015-10-141-1/+1
* | User: Mostly remove password handlingBrad Jorsch2015-10-131-223/+260
|/
* Change getCacheSetOptions() callers to use "Database"Aaron Schulz2015-10-051-1/+1
* Make WANObjectCache sets account for slave lagAaron Schulz2015-10-051-1/+1
* Add null to @return tags if a method can return nullThiemo Mättig2015-10-051-1/+1
* Made User::loadFromId() skip cache with READ_LATESTAaron Schulz2015-09-301-3/+3
* FauxResponse: Honor cookie options, and other cleanupBrad Jorsch2015-09-291-1/+1
* User::incEditCountImmediate(): Add explicit IS NOT NULL checkKevin Israel2015-09-291-1/+1
* Added $opts to WANObjectCache::set() to detect snapshot lagAaron Schulz2015-09-281-1/+2
* Merge "Fixed sanity cache clear in User::saveSettings()"jenkins-bot2015-09-281-10/+18
|\
| * Fixed sanity cache clear in User::saveSettings()Aaron Schulz2015-09-281-10/+18
* | Merge "Avoid CAS errors on double post to ApiOptions"jenkins-bot2015-09-281-6/+3
|\ \ | |/ |/|
| * Avoid CAS errors on double post to ApiOptionsAaron Schulz2015-09-241-6/+3
* | Fix issues identified by SpaceBeforeSingleLineComment sniffVivek Ghaisas2015-09-261-11/+11
* | Updated key WANObjectCache::delete() callers to avoid racesAaron Schulz2015-09-261-3/+7
|/
* Fix PHP notice when logging the result of a DNS blacklist check.Skizzerz2015-09-231-2/+4
* Add the performer to the UserRightsChanged hookKunal Mehta2015-09-221-1/+1
* Merge "Add new authentication-related hooks (and remove one) replacing some A...jenkins-bot2015-09-221-1/+3
|\
| * Add new authentication-related hooks (and remove one) replacing some AuthPlug...Brad Jorsch2015-09-181-1/+3
* | Merge "Use User::equals() where applicable in the class"jenkins-bot2015-09-181-1/+1
|\ \ | |/ |/|
| * Use User::equals() where applicable in the classMichał Roszka2015-09-181-1/+1
* | Removed clearSharedCache() hack in User.phpAaron Schulz2015-09-081-8/+0
* | Merge "Default the "watchlisttoken" value to a derived HMAC value"jenkins-bot2015-09-081-5/+10
|\ \
| * | Default the "watchlisttoken" value to a derived HMAC valueAaron Schulz2015-09-031-5/+10
| |/
* / Avoid some unused parameter IDEA errors in User.phpAaron Schulz2015-09-041-4/+4
|/
* Optimized notification timestamp clearingAaron Schulz2015-08-121-1/+1
* Make Special:ConfirmEmail load the user from the masterAaron Schulz2015-08-041-11/+16
* Fixed missing space in User CAS exceptionAaron Schulz2015-07-231-1/+1
* Clean up UserMailer::send() parametersKunal Mehta2015-07-201-1/+3
* Defer user_newtalk updates in clearNotification() to post-sendAaron Schulz2015-07-171-11/+16
* Merge "Tweaked User::READ_LOCKING to use LOCK IN SHARE MODE"jenkins-bot2015-07-161-6/+4
|\
| * Tweaked User::READ_LOCKING to use LOCK IN SHARE MODEAaron Schulz2015-07-141-6/+4
* | Merge "Upgraded User::saveSettings logged errors to exceptions"jenkins-bot2015-07-151-4/+2
|\ \
| * | Upgraded User::saveSettings logged errors to exceptionsAaron Schulz2015-07-101-4/+2
* | | Merge "Fixed User class IDE warnings"jenkins-bot2015-07-151-34/+36
|\ \ \
| * | | Fixed User class IDE warningsAaron Schulz2015-07-131-34/+36
* | | | Add "purpose" to password validity checkcsteipp2015-07-141-2/+3
| |_|/ |/| |
* | | Revert "Add 'AuthPluginStrict' log to identify users who are unable to authen...Legoktm2015-07-131-1/+0
|/ /
* | Add 'AuthPluginStrict' log to identify users who are unable to authenticateKunal Mehta2015-07-131-0/+1
* | Merge "Made the prior user existence check in LoginForm use DB_MASTER"jenkins-bot2015-07-111-3/+13
|\ \