index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
User.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a central ID lookup service
Brad Jorsch
2015-12-02
1
-5334
/
+0
*
Skip User name->id cache on READ_LATEST
Gergő Tisza
2015-11-20
1
-1
/
+1
*
Update cached user ID after user is added to the database
Gergő Tisza
2015-11-20
1
-1
/
+2
*
User: Migrate from foreign cache to global cache for UserRightsProxy
Timo Tijhof
2015-11-02
1
-9
/
+28
*
Disallow User::setPassword() on users not in database
Brad Jorsch
2015-10-30
1
-26
/
+19
*
objectcache: Introduce IExpiringStore for convenient TTL constants
Timo Tijhof
2015-10-28
1
-3
/
+4
*
Migrate more callers away from $wgMemc
Aaron Schulz
2015-10-26
1
-5
/
+5
*
Remove unused fields from User
Aaron Schulz
2015-10-26
1
-17
/
+4
*
Fix undefined variable in User::setNewpassword
Bryan Davis
2015-10-20
1
-0
/
+5
*
Merge "Remove empty line comments"
jenkins-bot
2015-10-14
1
-1
/
+1
|
\
|
*
Remove empty line comments
umherirrender
2015-10-14
1
-1
/
+1
*
|
User: Mostly remove password handling
Brad Jorsch
2015-10-13
1
-223
/
+260
|
/
*
Change getCacheSetOptions() callers to use "Database"
Aaron Schulz
2015-10-05
1
-1
/
+1
*
Make WANObjectCache sets account for slave lag
Aaron Schulz
2015-10-05
1
-1
/
+1
*
Add null to @return tags if a method can return null
Thiemo Mättig
2015-10-05
1
-1
/
+1
*
Made User::loadFromId() skip cache with READ_LATEST
Aaron Schulz
2015-09-30
1
-3
/
+3
*
FauxResponse: Honor cookie options, and other cleanup
Brad Jorsch
2015-09-29
1
-1
/
+1
*
User::incEditCountImmediate(): Add explicit IS NOT NULL check
Kevin Israel
2015-09-29
1
-1
/
+1
*
Added $opts to WANObjectCache::set() to detect snapshot lag
Aaron Schulz
2015-09-28
1
-1
/
+2
*
Merge "Fixed sanity cache clear in User::saveSettings()"
jenkins-bot
2015-09-28
1
-10
/
+18
|
\
|
*
Fixed sanity cache clear in User::saveSettings()
Aaron Schulz
2015-09-28
1
-10
/
+18
*
|
Merge "Avoid CAS errors on double post to ApiOptions"
jenkins-bot
2015-09-28
1
-6
/
+3
|
\
\
|
|
/
|
/
|
|
*
Avoid CAS errors on double post to ApiOptions
Aaron Schulz
2015-09-24
1
-6
/
+3
*
|
Fix issues identified by SpaceBeforeSingleLineComment sniff
Vivek Ghaisas
2015-09-26
1
-11
/
+11
*
|
Updated key WANObjectCache::delete() callers to avoid races
Aaron Schulz
2015-09-26
1
-3
/
+7
|
/
*
Fix PHP notice when logging the result of a DNS blacklist check.
Skizzerz
2015-09-23
1
-2
/
+4
*
Add the performer to the UserRightsChanged hook
Kunal Mehta
2015-09-22
1
-1
/
+1
*
Merge "Add new authentication-related hooks (and remove one) replacing some A...
jenkins-bot
2015-09-22
1
-1
/
+3
|
\
|
*
Add new authentication-related hooks (and remove one) replacing some AuthPlug...
Brad Jorsch
2015-09-18
1
-1
/
+3
*
|
Merge "Use User::equals() where applicable in the class"
jenkins-bot
2015-09-18
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Use User::equals() where applicable in the class
Michał Roszka
2015-09-18
1
-1
/
+1
*
|
Removed clearSharedCache() hack in User.php
Aaron Schulz
2015-09-08
1
-8
/
+0
*
|
Merge "Default the "watchlisttoken" value to a derived HMAC value"
jenkins-bot
2015-09-08
1
-5
/
+10
|
\
\
|
*
|
Default the "watchlisttoken" value to a derived HMAC value
Aaron Schulz
2015-09-03
1
-5
/
+10
|
|
/
*
/
Avoid some unused parameter IDEA errors in User.php
Aaron Schulz
2015-09-04
1
-4
/
+4
|
/
*
Optimized notification timestamp clearing
Aaron Schulz
2015-08-12
1
-1
/
+1
*
Make Special:ConfirmEmail load the user from the master
Aaron Schulz
2015-08-04
1
-11
/
+16
*
Fixed missing space in User CAS exception
Aaron Schulz
2015-07-23
1
-1
/
+1
*
Clean up UserMailer::send() parameters
Kunal Mehta
2015-07-20
1
-1
/
+3
*
Defer user_newtalk updates in clearNotification() to post-send
Aaron Schulz
2015-07-17
1
-11
/
+16
*
Merge "Tweaked User::READ_LOCKING to use LOCK IN SHARE MODE"
jenkins-bot
2015-07-16
1
-6
/
+4
|
\
|
*
Tweaked User::READ_LOCKING to use LOCK IN SHARE MODE
Aaron Schulz
2015-07-14
1
-6
/
+4
*
|
Merge "Upgraded User::saveSettings logged errors to exceptions"
jenkins-bot
2015-07-15
1
-4
/
+2
|
\
\
|
*
|
Upgraded User::saveSettings logged errors to exceptions
Aaron Schulz
2015-07-10
1
-4
/
+2
*
|
|
Merge "Fixed User class IDE warnings"
jenkins-bot
2015-07-15
1
-34
/
+36
|
\
\
\
|
*
|
|
Fixed User class IDE warnings
Aaron Schulz
2015-07-13
1
-34
/
+36
*
|
|
|
Add "purpose" to password validity check
csteipp
2015-07-14
1
-2
/
+3
|
|
_
|
/
|
/
|
|
*
|
|
Revert "Add 'AuthPluginStrict' log to identify users who are unable to authen...
Legoktm
2015-07-13
1
-1
/
+0
|
/
/
*
|
Add 'AuthPluginStrict' log to identify users who are unable to authenticate
Kunal Mehta
2015-07-13
1
-0
/
+1
*
|
Merge "Made the prior user existence check in LoginForm use DB_MASTER"
jenkins-bot
2015-07-11
1
-3
/
+13
|
\
\
[next]