aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/integration/includes/user
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/exceptionJames D. Forrester2025-03-251-1/+1
* Fix expensive computations before cache hit and add additional caching to Def...Dylan F2025-03-161-1/+2
* user: Allow gender to be a global preferenceTim Starling2025-03-063-1/+33
* user: Add UserOptionsManager::GLOBAL_CREATETim Starling2025-02-242-28/+100
* user: Implement batch user registration lookupsMáté Szabó2025-02-192-31/+48
* build: Updating mediawiki/mediawiki-codesniffer to 46.0.0libraryupgrader2025-01-312-3/+3
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-2/+0
* Merge "UserSelectQueryBuilder: Do not consider unregistered actors to be named"jenkins-bot2025-01-021-5/+10
|\
| * UserSelectQueryBuilder: Do not consider unregistered actors to be namedMartin Urbanec2025-01-021-5/+10
* | TempAccounts: Set fake timestamps for TempUserCreatorTestxtex2025-01-011-7/+10
|/
* Merge "Use ++ and -- rather than += 1 and -= 1"jenkins-bot2024-10-231-1/+1
|\
| * Use ++ and -- rather than += 1 and -= 1Reedy2024-10-171-1/+1
* | tests: Use namespaced classesUmherirrender2024-10-211-0/+1
|/
* Stop using heavy Language object when not neededAmir Sarabadani2024-10-161-2/+1
* UserSelectQueryBuilder: temp() should not select non-temp usersGergő Tisza2024-10-072-20/+37
* Add namespace to IDBAccessObject and DBAccessObjectUtilsJames D. Forrester2024-09-273-1/+3
* UserOptionsManager: Allow global prefs for users without local accountsBartosz Dziewoński2024-09-102-6/+47
* Add MediaWiki\Registration namespace to registration classesEbrahim Byagowi2024-08-101-1/+1
* Use MainConfigNames constants in tests where possiblethiemowmde2024-07-101-7/+9
* Merge "Create an autocreate log when a temporary account is created on edit"jenkins-bot2024-07-041-0/+63
|\
| * Create an autocreate log when a temporary account is created on editDreamy Jazz2024-07-041-0/+63
* | ActorStoreTest: Update tests to pass with temp accountsKosta Harlan2024-06-271-1/+21
* | Replace db with getDb for TestsWandji692024-06-232-51/+51
|/
* [temp accounts] Set expiration to 90 daysKosta Harlan2024-06-201-1/+1
* Merge "TempUserTestTrait: Use an array for config overrides when disabling"jenkins-bot2024-06-142-21/+30
|\
| * TempUserTestTrait: Use an array for config overrides when disablingKosta Harlan2024-06-132-21/+30
* | user: Introduce UserOptionsStoreTim Starling2024-06-121-1/+2
|/
* user: Move "reset kinds" concept to PreferencesFactoryTim Starling2024-06-111-2/+3
* Remove all @package commentsthiemowmde2024-05-102-2/+0
* tests: Use IDatabase for mocking instead of DBConnRefUmherirrender2024-05-021-5/+5
* Stop using LoadBalancer::getConnectionRef() so it can be hard-deprecatedAmir Sarabadani2024-04-301-1/+1
* TempAccounts: Make Throttler and WebRequest requiredKosta Harlan2024-04-231-2/+3
* TempAccounts: Rate limit acquisition of temp account namesKosta Harlan2024-04-233-16/+47
* Fix some line indentUmherirrender2024-04-202-9/+9
* Merge "tests: Migrate to IDatabase::newInsertQueryBuilder"jenkins-bot2024-04-141-6/+7
|\
| * tests: Migrate to IDatabase::newInsertQueryBuilderUmherirrender2024-04-141-6/+7
* | tests: Migrate to IDatabase::newUpdateQueryBuilderUmherirrender2024-04-141-6/+6
|/
* Update wgAutoCreateTempUser config defaultsDreamy Jazz2024-04-035-84/+59
* Merge "TempUserConfig: Deduplicate code generating match conditions"jenkins-bot2024-03-071-0/+36
|\
| * TempUserConfig: Deduplicate code generating match conditionsBartosz Dziewoński2024-03-061-0/+36
* | TempUserCreator: Use separate rate limit for temp account creationsKosta Harlan2024-03-061-0/+19
|/
* tests: Add replacement for assertions deprecated in PHPUnit 9.6Daimona Eaytoy2024-02-231-1/+1
* Merge "Remove IDBAccessObject from being implemented in many classes"jenkins-bot2024-02-213-5/+5
|\
| * Remove IDBAccessObject from being implemented in many classesAmir Sarabadani2024-02-193-5/+5
* | Add createaccount permission in TempUserTestTraitLucas Werkmeister2024-02-201-0/+1
|/
* tests: Fix @covers and @coversDefaultClass to have leading \Reedy2024-02-163-35/+35
* test: Convert LocalizedNumericSerialMappingTest to a unit testDoğu Abaris2024-02-091-19/+0
* Always allow local IP actors to be created when importingThalia2024-01-292-0/+25
* tests: Use namespaced class names in @covers annotationsUmherirrender2024-01-271-1/+1
* Change more uses of getDBLoadBalancerFactory() to getConnectionProvider()Bartosz Dziewoński2024-01-231-1/+1