aboutsummaryrefslogtreecommitdiffstats
path: root/includes/user/User.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-1/+1
* Avoid trying to load the session user in MW_NO_SESSION endpointsGergő Tisza2025-03-101-0/+10
* block: DatabaseBlock constructor caller migrationTim Starling2025-03-041-1/+2
* Hard-deprecate User::getGlobalBlockDreamy Jazz2025-02-281-0/+1
* Disallow setting passwords for temporary accountsDreamy Jazz2025-02-191-2/+7
* Replace a few misplaces is_object checksthiemowmde2025-02-121-1/+1
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-4/+0
* user: Tag UserArrayFromResult as `@internal` classTimo Tijhof2024-12-181-1/+1
* user: Write UserOptionsStore and User class docsTimo Tijhof2024-12-181-14/+39
* Auth: pass accountType to authevents log streamPiotr Miazga2024-10-211-0/+2
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-8/+8
* Remove meaningless @var documentation from constantsthiemowmde2024-10-091-2/+0
* Add namespace to remaining parts of Wikimedia\ObjectCacheJames D. Forrester2024-09-271-1/+1
* Add namespace to IDBAccessObject and DBAccessObjectUtilsJames D. Forrester2024-09-271-2/+2
* Add SpreadAnyEditBlock hookDreamy Jazz2024-09-241-5/+13
* Remove User::canExist()Bartosz Dziewoński2024-09-101-17/+0
* Use expression builder instead of raw sqlUmherirrender2024-07-231-1/+1
* cache: Deprecate calling `UserCache::singleton()`Derick Alangi2024-07-131-3/+4
* Deprecate User::whoIs/whoIsRealUmherirrender2024-06-291-0/+2
* User: Reset default value for isTemp in loadDefaultsKosta Harlan2024-06-251-0/+1
* Merge "user: Introduce UserOptionsStore"jenkins-bot2024-06-131-1/+1
|\
| * user: Introduce UserOptionsStoreTim Starling2024-06-121-1/+1
* | Add "implements Stringable" to every class with "function __toString()"Bartosz Dziewoński2024-06-131-1/+2
|/
* user: Remove "options" parameter to User::createNew()Tim Starling2024-06-121-7/+0
* Change some type hints from IDatabase to IReadableDatabaseUmherirrender2024-05-241-2/+2
* Namespace includes/passwordReedy2024-05-181-2/+2
* Merge "add a tiny helper function to check if a User has a name set"jenkins-bot2024-05-161-0/+17
|\
| * add a tiny helper function to check if a User has a name setAriel T. Glenn2024-05-111-0/+17
* | Merge "User: Hard-deprecate some methods with no uses in WMF production"jenkins-bot2024-05-031-4/+9
|\ \
| * | User: Hard-deprecate some methods with no uses in WMF productionTaavi Väänänen2024-05-031-4/+9
| |/
* / User: Drop several hard-deprecated methodsTaavi Väänänen2024-05-031-169/+0
|/
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-191-4/+1
* Namespace includes/cacheJames D. Forrester2024-02-201-1/+1
* Move away from wfGetDB() callsAmir Sarabadani2024-02-121-3/+3
* build: Upgrade mediawiki/mediawiki-phan-config from 0.13.0 to 0.14.0 manuallyJames D. Forrester2024-02-101-2/+1
* Namespace includes/contextJames D. Forrester2024-02-081-1/+1
* Merge "Move creation of BlockErrorFormatter into FormatterFactory"jenkins-bot2024-02-021-3/+4
|\
| * Move creation of BlockErrorFormatter into FormatterFactorydaniel2024-01-261-3/+4
* | Split User::getRightDescription into two methodsSamuel Guebo2024-01-311-1/+12
|/
* Remove more indirect calls to IDBAccessObject::READ_* constantsAmir Sarabadani2024-01-231-21/+21
* Change uses of getDBLoadBalancerFactory() to getConnectionProvider()Bartosz Dziewoński2024-01-221-5/+5
* Merge "user: Lock user row when loading system user"jenkins-bot2024-01-221-2/+4
|\
| * user: Lock user row when loading system userGergő Tisza2024-01-211-2/+4
* | Merge "Set user.user_is_temp when creating a temporary user"jenkins-bot2024-01-221-0/+1
|\ \
| * | Set user.user_is_temp when creating a temporary userThalia2024-01-191-0/+1
* | | Merge "Introduce DBAccessObjectUtils::getDBFromRecency()"jenkins-bot2024-01-221-8/+13
|\ \ \ | |_|/ |/| |
| * | Introduce DBAccessObjectUtils::getDBFromRecency()Amir Sarabadani2024-01-191-8/+13
| |/
* / Replace more instances of deprecated MWExceptionDaimona Eaytoy2024-01-191-7/+2
|/
* Merge "rdbms: Introduce and use SQB::recency to phase out DBAccessObjectUtils"jenkins-bot2024-01-151-6/+6
|\
| * rdbms: Introduce and use SQB::recency to phase out DBAccessObjectUtilsAmir Sarabadani2024-01-111-6/+6