aboutsummaryrefslogtreecommitdiffstats
path: root/includes/user/CentralId
Commit message (Expand)AuthorAgeFilesLines
* user: Add filtered versions of CentralIdLookup::lookupUserNamesTim Starling2025-03-062-7/+105
* user: Add CentralIdLookup::FILTER_ constantsTim Starling2025-03-061-0/+4
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-172-7/+0
* user: Write UserOptionsStore and User class docsTimo Tijhof2024-12-183-7/+5
* Merge "Use real type hints for services etc. in includes/auth/, session/, user/"jenkins-bot2024-11-092-14/+3
|\
| * Use real type hints for services etc. in includes/auth/, session/, user/Bartosz Dziewoński2024-11-022-14/+3
* | CentralIdLookup: delete deprecated factoryNonLocal() methodSomeRandomDeveloper2024-10-311-21/+0
|/
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-2/+2
* Remove meaningless @var documentation from constantsthiemowmde2024-10-091-1/+0
* Add namespace to IDBAccessObject and DBAccessObjectUtilsJames D. Forrester2024-09-272-3/+3
* CentralIdLookup: Introduce concept of "owned" accountsBartosz Dziewoński2024-09-041-0/+17
* Standardise all our class alias deprecation comments for ease of greppingJames D. Forrester2024-03-192-8/+2
* Remove IDBAccessObject from being implemented in many classesAmir Sarabadani2024-02-191-1/+1
* Remove more indirect calls to IDBAccessObject::READ_* constantsAmir Sarabadani2024-01-231-2/+3
* CentralId: Use UserFactory::newAnonymousUmherirrender2024-01-222-5/+12
* Introduce DBAccessObjectUtils::getDBFromRecency()Amir Sarabadani2024-01-191-4/+2
* rdbms: Introduce and use SQB::recency to phase out DBAccessObjectUtilsAmir Sarabadani2024-01-111-4/+4
* Directly call IDBAccessObject constants instead of implementing itAmir Sarabadani2024-01-101-8/+8
* Support new block schemaTim Starling2023-11-291-6/+9
* Add some typed properties to User-related servicesDannyS7122023-09-281-2/+1
* Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-211-1/+1
* Namespace remaining User-related classes under \MediaWiki\UserJames D. Forrester2023-09-203-2/+22
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-0/+1
* Simplify WHERE conditions with field = '' OR IS NULLUmherirrender2023-07-011-1/+1
* user: Clean up most calls to LoadBalancer in user-related servicesAmir Sarabadani2023-06-011-30/+28
* Reorg: Migrate WikiMap to WikiMap/ out of includesAmir Sarabadani2023-02-271-0/+1
* Merge "Use short array destructuring instead of list()"jenkins-bot2022-10-211-2/+2
|\
| * Use short array destructuring instead of list()Tim Starling2022-10-211-2/+2
* | Use the null coalescing assignment operatorTim Starling2022-10-211-1/+1
|/
* Use User::isRegistered for readability instead of ::getId falsy checkUmherirrender2022-04-291-1/+1
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-262-5/+6
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-2/+3
* Use updated ObjectFactory namespaceAlexander Vorwerk2022-03-091-1/+1
* Hard-deprecate CentralIdLookup::factory and ::factoryNonLocalTChin2021-09-021-0/+2
* Convert CentralIdLookup to UserIdentity.Petr Pchelko2021-07-213-42/+86
* CentralIdLookup: accept Authority for audiences checks instead of UserPetr Pchelko2021-06-302-22/+17
* Make CentralIdLookup a servicePetr Pchelko2021-06-243-0/+546