aboutsummaryrefslogtreecommitdiffstats
path: root/includes/User.php
Commit message (Expand)AuthorAgeFilesLines
...
| * | Made the prior user existence check in LoginForm use DB_MASTERAaron Schulz2015-07-101-3/+13
| |/
* / Fixed bitfield check in User::loadFromId()Aaron Schulz2015-07-101-1/+2
|/
* Made WANObjectCache::getCheckKey() automatically init the keyAaron Schulz2015-07-021-7/+6
* Merge "Replace some MWException usage in User"jenkins-bot2015-07-011-3/+5
|\
| * Replace some MWException usage in UserAaron Schulz2015-06-301-3/+5
* | Made User::loadFromId() use READ_NORMAL by defaultAaron Schulz2015-06-251-1/+1
|/
* Configure logged in session length independentlySam Smith2015-06-231-0/+29
* Made User generally use DB_SLAVE by defaultAaron Schulz2015-06-161-39/+28
* Merge "Password validity by policy per group"jenkins-bot2015-06-101-27/+6
|\
| * Password validity by policy per groupcsteipp2015-06-101-27/+6
* | Fixed "wfTimestamp() fed bogus time value" errorsAaron Schulz2015-06-091-1/+1
|/
* Merge "Made User::touch no longer call load()"jenkins-bot2015-06-031-10/+7
|\
| * Made User::touch no longer call load()Aaron Schulz2015-06-021-10/+7
* | Use less fuzzy User::getDBTouched() in ApiStashEdit::getStashKey()Aaron Schulz2015-06-021-1/+1
* | Fixed $flags bit operation precedence fail in User::loadFromDatabase()Aaron Schulz2015-06-021-1/+1
|/
* User::clearSharedCache: don't load the full user record for just the IDOri Livneh2015-05-191-4/+3
* Merge "Converted User object cache to the WAN cache"jenkins-bot2015-05-181-9/+8
|\
| * Converted User object cache to the WAN cacheAaron Schulz2015-04-301-9/+8
* | Merge "Converted User touched key to using the WAN cache"jenkins-bot2015-05-111-9/+8
|\ \
| * | Converted User touched key to using the WAN cacheAaron Schulz2015-04-301-9/+8
| |/
* | Merge "Made wl_notificationtimestamp updates able to use queues"jenkins-bot2015-05-041-1/+3
|\ \
| * | Made wl_notificationtimestamp updates able to use queuesAaron Schulz2015-04-251-1/+3
| |/
* / Remove cache use in setNewtalk, as nothing reads from thatAaron Schulz2015-04-271-8/+0
|/
* Merge "Added CAS logic to User::addAutopromoteOnceGroups"jenkins-bot2015-04-211-24/+83
|\
| * Added CAS logic to User::addAutopromoteOnceGroupsAaron Schulz2015-04-161-24/+83
* | Made saveSettings() CAS check handle caught DB exceptions betterAaron Schulz2015-04-161-4/+5
* | Try to reduce stale cache updates in User::saveSettings()Aaron Schulz2015-04-151-0/+8
* | Tweaked CAS log message for User::saveSettingsAaron Schulz2015-04-151-1/+2
* | Allow users to add, remove and apply change tags using the APIThis, that and the other2015-04-151-0/+2
* | Avoid deadlocks in User::incEditCountAaron Schulz2015-04-141-25/+38
* | Made User::invalidateCache() use touch() instead of the DB queryAaron Schulz2015-04-071-30/+7
* | Made User::loadPasswords respect "queryFlagsUsed"Aaron Schulz2015-04-071-7/+14
|/
* Merge "Added CAS-style logic to User::saveSettings as a final sanity check"jenkins-bot2015-04-071-4/+21
|\
| * Added CAS-style logic to User::saveSettings as a final sanity checkAaron Schulz2015-04-061-4/+21
* | Merge "Log when User::saveSettings is called in read-only mode"jenkins-bot2015-04-071-1/+7
|\ \ | |/ |/|
| * Log when User::saveSettings is called in read-only modeAaron Schulz2015-04-061-1/+7
* | Made User::newTouchedTimestamp handle clock skew a bit betterAaron Schulz2015-04-061-7/+13
|/
* Added read-only checks around User::saveSettings where they belongAaron Schulz2015-04-021-5/+10
* SECURITY: Set maximal password length for DoSTyler Romeo2015-04-011-14/+26
* Merge "Removed unused parameter from User::checkNewtalk"jenkins-bot2015-03-301-9/+5
|\
| * Removed unused parameter from User::checkNewtalkAaron Schulz2015-03-301-9/+5
* | Made User::getFormerGroups load properlyAaron Schulz2015-03-301-1/+6
|/
* Made User::validateCache account for mQuickTouchedAaron Schulz2015-03-301-2/+1
* Merge "Made user preferences load from the master by default"jenkins-bot2015-03-301-11/+39
|\
| * Made user preferences load from the master by defaultAaron Schulz2015-03-261-12/+42
* | Made User actually use the mQuickTouched process cacheAaron Schulz2015-03-261-1/+3
* | Merge "Made addAutopromoteOnceGroups check wfReadOnly"jenkins-bot2015-03-261-1/+2
|\ \
| * | Made addAutopromoteOnceGroups check wfReadOnlyAaron Schulz2015-03-261-1/+2
* | | Merge "Introduced User::touch() method to bump the getTouched() value using m...jenkins-bot2015-03-261-4/+50
|\ \ \ | |/ / |/| |
| * | Introduced User::touch() method to bump the getTouched() value using memcachedAaron Schulz2015-03-261-4/+50
| |/